diff options
author | Richard Purdie <richard.purdie@linuxfoundation.org> | 2021-07-28 23:28:15 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2021-08-02 15:44:10 +0100 |
commit | bb6ddc3691ab04162ec5fd69a2d5e7876713fd15 (patch) | |
tree | 76e376b01253c3aace1a98a5021bcaad3c92e861 /meta/recipes-support/libcap-ng | |
parent | fcc456ee4b8f619134abb4649db53c638074082c (diff) | |
download | poky-bb6ddc3691ab04162ec5fd69a2d5e7876713fd15.tar.gz |
Convert to new override syntax
This is the result of automated script conversion:
scripts/contrib/convert-overrides.py <oe-core directory>
converting the metadata to use ":" as the override character instead of "_".
(From OE-Core rev: 42344347be29f0997cc2f7636d9603b1fe1875ae)
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-support/libcap-ng')
-rw-r--r-- | meta/recipes-support/libcap-ng/libcap-ng-python_0.8.2.bb | 8 | ||||
-rw-r--r-- | meta/recipes-support/libcap-ng/libcap-ng.inc | 4 | ||||
-rw-r--r-- | meta/recipes-support/libcap-ng/libcap-ng_0.8.2.bb | 2 |
3 files changed, 7 insertions, 7 deletions
diff --git a/meta/recipes-support/libcap-ng/libcap-ng-python_0.8.2.bb b/meta/recipes-support/libcap-ng/libcap-ng-python_0.8.2.bb index 6cea422d11..1240589d00 100644 --- a/meta/recipes-support/libcap-ng/libcap-ng-python_0.8.2.bb +++ b/meta/recipes-support/libcap-ng/libcap-ng-python_0.8.2.bb | |||
@@ -1,6 +1,6 @@ | |||
1 | require libcap-ng.inc | 1 | require libcap-ng.inc |
2 | 2 | ||
3 | FILESEXTRAPATHS_prepend := "${THISDIR}/libcap-ng:" | 3 | FILESEXTRAPATHS:prepend := "${THISDIR}/libcap-ng:" |
4 | 4 | ||
5 | SUMMARY .= " - python" | 5 | SUMMARY .= " - python" |
6 | 6 | ||
@@ -12,7 +12,7 @@ S = "${WORKDIR}/libcap-ng-${PV}" | |||
12 | 12 | ||
13 | EXTRA_OECONF += "--with-python --with-python3" | 13 | EXTRA_OECONF += "--with-python --with-python3" |
14 | 14 | ||
15 | do_install_append() { | 15 | do_install:append() { |
16 | rm -rf ${D}${bindir} | 16 | rm -rf ${D}${bindir} |
17 | rm -rf ${D}${libdir}/.debug | 17 | rm -rf ${D}${libdir}/.debug |
18 | rm -f ${D}${libdir}/lib* | 18 | rm -f ${D}${libdir}/lib* |
@@ -23,6 +23,6 @@ do_install_append() { | |||
23 | 23 | ||
24 | # PACKAGES = "${PN}" | 24 | # PACKAGES = "${PN}" |
25 | 25 | ||
26 | FILES_${PN} = "${libdir}/python${PYTHON_BASEVERSION}" | 26 | FILES:${PN} = "${libdir}/python${PYTHON_BASEVERSION}" |
27 | FILES_${PN}-dbg =+ "${PYTHON_SITEPACKAGES_DIR}/.debug/_capng.so" | 27 | FILES:${PN}-dbg =+ "${PYTHON_SITEPACKAGES_DIR}/.debug/_capng.so" |
28 | 28 | ||
diff --git a/meta/recipes-support/libcap-ng/libcap-ng.inc b/meta/recipes-support/libcap-ng/libcap-ng.inc index 64bc62de24..34374b4dbf 100644 --- a/meta/recipes-support/libcap-ng/libcap-ng.inc +++ b/meta/recipes-support/libcap-ng/libcap-ng.inc | |||
@@ -13,7 +13,7 @@ SRC_URI = "https://people.redhat.com/sgrubb/libcap-ng/libcap-ng-${PV}.tar.gz \ | |||
13 | 13 | ||
14 | SRC_URI[sha256sum] = "52c083b77c2b0d8449dee141f9c3eba76e6d4c5ad44ef05df25891126cb85ae9" | 14 | SRC_URI[sha256sum] = "52c083b77c2b0d8449dee141f9c3eba76e6d4c5ad44ef05df25891126cb85ae9" |
15 | 15 | ||
16 | EXTRA_OECONF_append_class-target = " --with-capability_header=${STAGING_INCDIR}/linux/capability.h" | 16 | EXTRA_OECONF:append:class-target = " --with-capability_header=${STAGING_INCDIR}/linux/capability.h" |
17 | EXTRA_OECONF_append_class-nativesdk = " --with-capability_header=${STAGING_INCDIR}/linux/capability.h" | 17 | EXTRA_OECONF:append:class-nativesdk = " --with-capability_header=${STAGING_INCDIR}/linux/capability.h" |
18 | 18 | ||
19 | BBCLASSEXTEND = "native nativesdk" | 19 | BBCLASSEXTEND = "native nativesdk" |
diff --git a/meta/recipes-support/libcap-ng/libcap-ng_0.8.2.bb b/meta/recipes-support/libcap-ng/libcap-ng_0.8.2.bb index 6e6de45494..6e16e886b9 100644 --- a/meta/recipes-support/libcap-ng/libcap-ng_0.8.2.bb +++ b/meta/recipes-support/libcap-ng/libcap-ng_0.8.2.bb | |||
@@ -6,7 +6,7 @@ EXTRA_OECONF += "--without-python --without-python3" | |||
6 | 6 | ||
7 | BBCLASSEXTEND = "native nativesdk" | 7 | BBCLASSEXTEND = "native nativesdk" |
8 | 8 | ||
9 | do_install_append() { | 9 | do_install:append() { |
10 | # Moving libcap-ng to base_libdir | 10 | # Moving libcap-ng to base_libdir |
11 | if [ ! ${D}${libdir} -ef ${D}${base_libdir} ]; then | 11 | if [ ! ${D}${libdir} -ef ${D}${base_libdir} ]; then |
12 | mkdir -p ${D}/${base_libdir}/ | 12 | mkdir -p ${D}/${base_libdir}/ |