mirror of
https://git.yoctoproject.org/poky
synced 2026-09-19 09:49:33 +02:00
libcap-ng: update 0.8.2 -> 0.8.3
Remove upstreamed patch. (From OE-Core rev: c96a3f3269ecadbb88011acca61902bbdc76522b) Signed-off-by: Alexander Kanavin <alex@linutronix.de> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
d88d5c978d
commit
0284c59c41
28
meta/recipes-support/libcap-ng/libcap-ng-python_0.8.3.bb
Normal file
28
meta/recipes-support/libcap-ng/libcap-ng-python_0.8.3.bb
Normal file
@@ -0,0 +1,28 @@
|
||||
require libcap-ng.inc
|
||||
|
||||
FILESEXTRAPATHS:prepend := "${THISDIR}/libcap-ng:"
|
||||
|
||||
SUMMARY .= " - python"
|
||||
|
||||
inherit lib_package autotools python3targetconfig
|
||||
|
||||
DEPENDS += "libcap-ng python3 swig-native"
|
||||
|
||||
S = "${WORKDIR}/libcap-ng-${PV}"
|
||||
|
||||
EXTRA_OECONF += "--with-python --with-python3"
|
||||
|
||||
do_install:append() {
|
||||
rm -rf ${D}${bindir}
|
||||
rm -rf ${D}${libdir}/.debug
|
||||
rm -f ${D}${libdir}/lib*
|
||||
rm -rf ${D}${libdir}/pkgconfig
|
||||
rm -rf ${D}${datadir}
|
||||
rm -rf ${D}${includedir}
|
||||
}
|
||||
|
||||
# PACKAGES = "${PN}"
|
||||
|
||||
FILES:${PN} = "${libdir}/python${PYTHON_BASEVERSION}"
|
||||
FILES:${PN}-dbg =+ "${PYTHON_SITEPACKAGES_DIR}/.debug/_capng.so"
|
||||
|
||||
Reference in New Issue
Block a user