mirror of
git://git.yoctoproject.org/meta-selinux
synced 2026-01-01 13:58:04 +00:00
libcap-ng: Add new version 0.6.6
This commit is contained in:
parent
3eefcf57f7
commit
64c9a63c63
31
recipes-security/libcap-ng/libcap-ng_0.6.6.bb
Normal file
31
recipes-security/libcap-ng/libcap-ng_0.6.6.bb
Normal file
|
|
@ -0,0 +1,31 @@
|
|||
SUMMARY = "An alternate posix capabilities library"
|
||||
DESCRIPTION = "The libcap-ng library is intended to make programming \
|
||||
with POSIX capabilities much easier than the traditional libcap library. \
|
||||
It includes utilities that can analyze all currently running \
|
||||
applications to locate applications that may have too many privileges."
|
||||
HOMEPAGE = "http://freecode.com/projects/libcap-ng"
|
||||
SECTION = "base"
|
||||
PR = "r1"
|
||||
LICENSE = "GPLv2+ & LGPLv2.1+"
|
||||
LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f \
|
||||
file://COPYING.LIB;md5=e3eda01d9815f8d24aae2dbd89b68b06"
|
||||
|
||||
SRC_URI = "http://people.redhat.com/sgrubb/libcap-ng/libcap-ng-${PV}.tar.gz \
|
||||
file://python.patch"
|
||||
|
||||
inherit lib_package
|
||||
inherit autotools
|
||||
|
||||
SRC_URI[md5sum] = "eb71f967cecb44b4342baac98ef8cb0f"
|
||||
SRC_URI[sha256sum] = "89589a29a6b19068edd650dd4f626c10e84bfe63eacae7b1fd1f98f3ac8ea00d"
|
||||
|
||||
DEPENDS += "python"
|
||||
|
||||
EXTRA_OEMAKE += "PYLIBVER='python${PYTHON_BASEVERSION}' PYINC='${STAGING_INCDIR}/${PYLIBVER}'"
|
||||
|
||||
PACKAGES += "${PN}-python"
|
||||
|
||||
FILES_${PN}-dbg += "${libdir}/python${PYTHON_BASEVERSION}/*/.debug"
|
||||
FILES_${PN}-python = "${libdir}/python${PYTHON_BASEVERSION}"
|
||||
|
||||
BBCLASSEXTEND = "native"
|
||||
Loading…
Reference in New Issue
Block a user