All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH 1/3] package/libcap: bump version to 2.24
@ 2014-10-25 18:19 Bernd Kuhls
  2014-10-25 18:19 ` [Buildroot] [PATCH 2/3] package/libcap: add hash file Bernd Kuhls
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Bernd Kuhls @ 2014-10-25 18:19 UTC (permalink / raw)
  To: buildroot


Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
---
 package/libcap/libcap.mk |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/package/libcap/libcap.mk b/package/libcap/libcap.mk
index 8d055de..43c3e7e 100644
--- a/package/libcap/libcap.mk
+++ b/package/libcap/libcap.mk
@@ -4,9 +4,9 @@
 #
 ################################################################################
 
-LIBCAP_VERSION = 2.22
+LIBCAP_VERSION = 2.24
 LIBCAP_SITE = https://www.kernel.org/pub/linux/libs/security/linux-privs/libcap2
-LIBCAP_SOURCE = libcap-$(LIBCAP_VERSION).tar.gz
+LIBCAP_SOURCE = libcap-$(LIBCAP_VERSION).tar.xz
 LIBCAP_LICENSE = GPLv2 or BSD-3c
 LIBCAP_LICENSE_FILES = License
 
-- 
1.7.10.4

^ permalink raw reply related	[flat|nested] 4+ messages in thread

* [Buildroot] [PATCH 2/3] package/libcap: add hash file
  2014-10-25 18:19 [Buildroot] [PATCH 1/3] package/libcap: bump version to 2.24 Bernd Kuhls
@ 2014-10-25 18:19 ` Bernd Kuhls
  2014-10-25 18:19 ` [Buildroot] [PATCH 3/3] package/xbmc: Add optional support for libcap Bernd Kuhls
  2014-10-26  4:45 ` [Buildroot] [PATCH 1/3] package/libcap: bump version to 2.24 Peter Korsgaard
  2 siblings, 0 replies; 4+ messages in thread
From: Bernd Kuhls @ 2014-10-25 18:19 UTC (permalink / raw)
  To: buildroot


Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
---
 package/libcap/libcap.hash |    2 ++
 1 file changed, 2 insertions(+)
 create mode 100644 package/libcap/libcap.hash

diff --git a/package/libcap/libcap.hash b/package/libcap/libcap.hash
new file mode 100644
index 0000000..75822e5
--- /dev/null
+++ b/package/libcap/libcap.hash
@@ -0,0 +1,2 @@
+# https://www.kernel.org/pub/linux/libs/security/linux-privs/libcap2/sha256sums.asc
+sha256	cee4568f78dc851d726fc93f25f4ed91cc223b1fe8259daa4a77158d174e6c65	libcap-2.24.tar.xz
-- 
1.7.10.4

^ permalink raw reply related	[flat|nested] 4+ messages in thread

* [Buildroot] [PATCH 3/3] package/xbmc: Add optional support for libcap
  2014-10-25 18:19 [Buildroot] [PATCH 1/3] package/libcap: bump version to 2.24 Bernd Kuhls
  2014-10-25 18:19 ` [Buildroot] [PATCH 2/3] package/libcap: add hash file Bernd Kuhls
@ 2014-10-25 18:19 ` Bernd Kuhls
  2014-10-26  4:45 ` [Buildroot] [PATCH 1/3] package/libcap: bump version to 2.24 Peter Korsgaard
  2 siblings, 0 replies; 4+ messages in thread
From: Bernd Kuhls @ 2014-10-25 18:19 UTC (permalink / raw)
  To: buildroot


Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
---
 package/xbmc/xbmc.mk |    7 +++++++
 1 file changed, 7 insertions(+)

diff --git a/package/xbmc/xbmc.mk b/package/xbmc/xbmc.mk
index 86a9721..03362c2 100644
--- a/package/xbmc/xbmc.mk
+++ b/package/xbmc/xbmc.mk
@@ -63,6 +63,13 @@ XBMC_CONF_ENV += INCLUDES="-I$(STAGING_DIR)/usr/include/interface/vcos/pthreads
 	LIBS="-lvcos -lvchostif"
 endif
 
+ifeq ($(BR2_PACKAGE_LIBCAP),y)
+XBMC_CONF_OPTS += --enable-libcap
+XBMC_DEPENDENCIES += libcap
+else
+XBMC_CONF_OPTS += --disable-libcap
+endif
+
 ifeq ($(BR2_PACKAGE_XBMC_DBUS),y)
 XBMC_DEPENDENCIES += dbus
 XBMC_CONF_OPTS += --enable-dbus
-- 
1.7.10.4

^ permalink raw reply related	[flat|nested] 4+ messages in thread

* [Buildroot] [PATCH 1/3] package/libcap: bump version to 2.24
  2014-10-25 18:19 [Buildroot] [PATCH 1/3] package/libcap: bump version to 2.24 Bernd Kuhls
  2014-10-25 18:19 ` [Buildroot] [PATCH 2/3] package/libcap: add hash file Bernd Kuhls
  2014-10-25 18:19 ` [Buildroot] [PATCH 3/3] package/xbmc: Add optional support for libcap Bernd Kuhls
@ 2014-10-26  4:45 ` Peter Korsgaard
  2 siblings, 0 replies; 4+ messages in thread
From: Peter Korsgaard @ 2014-10-26  4:45 UTC (permalink / raw)
  To: buildroot

>>>>> "Bernd" == Bernd Kuhls <bernd.kuhls@t-online.de> writes:

 > Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>

Committed all 3, thanks.

-- 
Bye, Peter Korsgaard

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2014-10-26  4:45 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-10-25 18:19 [Buildroot] [PATCH 1/3] package/libcap: bump version to 2.24 Bernd Kuhls
2014-10-25 18:19 ` [Buildroot] [PATCH 2/3] package/libcap: add hash file Bernd Kuhls
2014-10-25 18:19 ` [Buildroot] [PATCH 3/3] package/xbmc: Add optional support for libcap Bernd Kuhls
2014-10-26  4:45 ` [Buildroot] [PATCH 1/3] package/libcap: bump version to 2.24 Peter Korsgaard

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.