[yocto] [PATCH] libcap-ng - new recipe needed for meta-security

Andrei Dinu andrei.adrianx.dinu at intel.com
Wed Jul 24 05:55:37 PDT 2013


A script from the meta-security layer had a missing
dependency that prevented it to work correctly.

Signed-off-by: Andrei Dinu <andrei.adrianx.dinu at intel.com>
---
 meta/recipes-support/libcap-ng/libcap-ng_0.7.3.bb |   12 ++++++++++++
 1 file changed, 12 insertions(+)
 create mode 100644 meta/recipes-support/libcap-ng/libcap-ng_0.7.3.bb

diff --git a/meta/recipes-support/libcap-ng/libcap-ng_0.7.3.bb b/meta/recipes-support/libcap-ng/libcap-ng_0.7.3.bb
new file mode 100644
index 0000000..a377ddd
--- /dev/null
+++ b/meta/recipes-support/libcap-ng/libcap-ng_0.7.3.bb
@@ -0,0 +1,12 @@
+DESCRIPTION = "The libcap-ng library is intended to make programming with posix capabilities much easier than the traditional libcap library."
+HOMEPAGE = "http://people.redhat.com/sgrubb/libcap-ng/index.html"
+LICENSE = "GPL-2.0"
+DEPENDS = "libcap"
+LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f"
+
+SRC_URI = "http://people.redhat.com/sgrubb/libcap-ng/${PN}-${PV}.tar.gz"
+
+SRC_URI[md5sum] = "610afb774f80a8032b711281df126283"
+SRC_URI[sha256sum] = "5ca441c8d3a1e4cfe8a8151907977662679457311ccaa7eaac91447c33a35bb1"
+
+inherit autotools
-- 
1.7.9.5




More information about the yocto mailing list