summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorXin Ouyang <Xin.Ouyang@windriver.com>2012-02-28 16:07:37 +0800
committerXin Ouyang <Xin.Ouyang@windriver.com>2012-02-28 16:07:37 +0800
commit64c9a63c630539978d788b19196623db6c772eb6 (patch)
treec7f83700d06745170c78ec3a55992683525c618d
parent3eefcf57f76ccc640f3801628b38b2e304d9114c (diff)
downloadmeta-selinux-64c9a63c630539978d788b19196623db6c772eb6.tar.gz
libcap-ng: Add new version 0.6.6
-rw-r--r--recipes-security/libcap-ng/libcap-ng_0.6.6.bb31
1 files changed, 31 insertions, 0 deletions
diff --git a/recipes-security/libcap-ng/libcap-ng_0.6.6.bb b/recipes-security/libcap-ng/libcap-ng_0.6.6.bb
new file mode 100644
index 0000000..6954d05
--- /dev/null
+++ b/recipes-security/libcap-ng/libcap-ng_0.6.6.bb
@@ -0,0 +1,31 @@
1SUMMARY = "An alternate posix capabilities library"
2DESCRIPTION = "The libcap-ng library is intended to make programming \
3with POSIX capabilities much easier than the traditional libcap library. \
4It includes utilities that can analyze all currently running \
5applications to locate applications that may have too many privileges."
6HOMEPAGE = "http://freecode.com/projects/libcap-ng"
7SECTION = "base"
8PR = "r1"
9LICENSE = "GPLv2+ & LGPLv2.1+"
10LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f \
11 file://COPYING.LIB;md5=e3eda01d9815f8d24aae2dbd89b68b06"
12
13SRC_URI = "http://people.redhat.com/sgrubb/libcap-ng/libcap-ng-${PV}.tar.gz \
14 file://python.patch"
15
16inherit lib_package
17inherit autotools
18
19SRC_URI[md5sum] = "eb71f967cecb44b4342baac98ef8cb0f"
20SRC_URI[sha256sum] = "89589a29a6b19068edd650dd4f626c10e84bfe63eacae7b1fd1f98f3ac8ea00d"
21
22DEPENDS += "python"
23
24EXTRA_OEMAKE += "PYLIBVER='python${PYTHON_BASEVERSION}' PYINC='${STAGING_INCDIR}/${PYLIBVER}'"
25
26PACKAGES += "${PN}-python"
27
28FILES_${PN}-dbg += "${libdir}/python${PYTHON_BASEVERSION}/*/.debug"
29FILES_${PN}-python = "${libdir}/python${PYTHON_BASEVERSION}"
30
31BBCLASSEXTEND = "native"