summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorYi Zhao <yi.zhao@eng.windriver.com>2024-01-02 23:06:41 +0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2024-01-07 12:24:57 +0000
commit3fc6170fe402ebebd98e7dad304e51736288009d (patch)
tree1bc8b8751f5d29cfa6f6db4a141af5da6dc9d1f9
parentd1792b9ad33bee90a4c37f09351e29d664485c0a (diff)
downloadpoky-3fc6170fe402ebebd98e7dad304e51736288009d.tar.gz
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>
-rw-r--r--meta/recipes-support/libcap-ng/libcap-ng-python_0.8.4.bb (renamed from meta/recipes-support/libcap-ng/libcap-ng-python_0.8.3.bb)2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-support/libcap-ng/libcap-ng-python_0.8.3.bb b/meta/recipes-support/libcap-ng/libcap-ng-python_0.8.4.bb
index 9e0ccd55e3..4790134ae9 100644
--- a/meta/recipes-support/libcap-ng/libcap-ng-python_0.8.3.bb
+++ b/meta/recipes-support/libcap-ng/libcap-ng-python_0.8.4.bb
@@ -11,7 +11,7 @@ DEPENDS += "libcap-ng python3 swig-native python3-setuptools-native"
11 11
12S = "${WORKDIR}/libcap-ng-${PV}" 12S = "${WORKDIR}/libcap-ng-${PV}"
13 13
14EXTRA_OECONF += "--with-python --with-python3" 14EXTRA_OECONF += "--with-python3"
15 15
16do_install:append() { 16do_install:append() {
17 rm -rf ${D}${bindir} 17 rm -rf ${D}${bindir}