summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorXin Ouyang <Xin.Ouyang@windriver.com>2013-01-30 10:05:58 +0800
committerXin Ouyang <Xin.Ouyang@windriver.com>2013-01-30 10:05:58 +0800
commit32a321f8ac33b88afcc6190cc64d90ed967078ec (patch)
treeca5ab3917950f71a6ec76e76a1252e3c7fb951f0
parent5be5499088ff9846820e34f8a3b2373c13928f18 (diff)
downloadmeta-selinux-32a321f8ac33b88afcc6190cc64d90ed967078ec.tar.gz
libcap-ng: remove old version
Signed-off-by: Xin Ouyang <Xin.Ouyang@windriver.com>
-rw-r--r--recipes-security/libcap-ng/libcap-ng_0.6.5.bb30
1 files changed, 0 insertions, 30 deletions
diff --git a/recipes-security/libcap-ng/libcap-ng_0.6.5.bb b/recipes-security/libcap-ng/libcap-ng_0.6.5.bb
deleted file mode 100644
index a38bef3..0000000
--- a/recipes-security/libcap-ng/libcap-ng_0.6.5.bb
+++ /dev/null
@@ -1,30 +0,0 @@
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 = "r2"
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 autotools pythonnative
17
18SRC_URI[md5sum] = "759ae1accd9954f3e08c2f94b4ecfcf9"
19SRC_URI[sha256sum] = "293e2e308f08d171f64e8387cdf48b505b0e78d786e2660efd285295e64d6620"
20
21DEPENDS += "swig-native python"
22
23EXTRA_OEMAKE += "PYLIBVER='python${PYTHON_BASEVERSION}' PYINC='${STAGING_INCDIR}/${PYLIBVER}'"
24
25PACKAGES += "${PN}-python"
26
27FILES_${PN}-dbg += "${libdir}/python${PYTHON_BASEVERSION}/*/.debug"
28FILES_${PN}-python = "${libdir}/python${PYTHON_BASEVERSION}"
29
30BBCLASSEXTEND = "native"