mirror of
https://git.yoctoproject.org/poky
synced 2026-04-21 03:32:12 +02:00
libcap-ng-python: upgrade 0.8.3 -> 0.8.4
ChangeLog: - In capng_change_id, clear PR_SET_KEEPCAPS if returning an error - pscap: add -p option for reporting a specified process - Annotate function prototypes to warn if results are unused - Drop python2 support * Remove "--with-python" option as python2 support was dropped. (From OE-Core rev: ee0eab240976f3bd0c9050694524336368c96201) Signed-off-by: Yi Zhao <yi.zhao@windriver.com> Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
@@ -11,7 +11,7 @@ DEPENDS += "libcap-ng python3 swig-native python3-setuptools-native"
|
||||
|
||||
S = "${WORKDIR}/libcap-ng-${PV}"
|
||||
|
||||
EXTRA_OECONF += "--with-python --with-python3"
|
||||
EXTRA_OECONF += "--with-python3"
|
||||
|
||||
do_install:append() {
|
||||
rm -rf ${D}${bindir}
|
||||
Reference in New Issue
Block a user