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-extended/sed/sed_4.8.bb | |
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-extended/sed/sed_4.8.bb')
-rw-r--r-- | meta/recipes-extended/sed/sed_4.8.bb | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/meta/recipes-extended/sed/sed_4.8.bb b/meta/recipes-extended/sed/sed_4.8.bb index 57a769e8c9..1f68214ae4 100644 --- a/meta/recipes-extended/sed/sed_4.8.bb +++ b/meta/recipes-extended/sed/sed_4.8.bb | |||
@@ -18,8 +18,8 @@ inherit autotools texinfo update-alternatives gettext ptest | |||
18 | 18 | ||
19 | PACKAGECONFIG[selinux] = "--with-selinux,--without-selinux,libselinux" | 19 | PACKAGECONFIG[selinux] = "--with-selinux,--without-selinux,libselinux" |
20 | 20 | ||
21 | RDEPENDS_${PN}-ptest += "make gawk perl perl-module-filehandle perl-module-file-compare perl-module-file-find perl-module-file-temp perl-module-file-stat" | 21 | RDEPENDS:${PN}-ptest += "make gawk perl perl-module-filehandle perl-module-file-compare perl-module-file-find perl-module-file-temp perl-module-file-stat" |
22 | RRECOMMENDS_${PN}-ptest_append_libc-glibc = " locale-base-ru-ru locale-base-en-us locale-base-el-gr.iso-8859-7" | 22 | RRECOMMENDS:${PN}-ptest:append:libc-glibc = " locale-base-ru-ru locale-base-en-us locale-base-el-gr.iso-8859-7" |
23 | 23 | ||
24 | EXTRA_OECONF = "--disable-acl \ | 24 | EXTRA_OECONF = "--disable-acl \ |
25 | " | 25 | " |
@@ -33,7 +33,7 @@ do_install () { | |||
33 | fi | 33 | fi |
34 | } | 34 | } |
35 | 35 | ||
36 | ALTERNATIVE_${PN} = "sed" | 36 | ALTERNATIVE:${PN} = "sed" |
37 | ALTERNATIVE_LINK_NAME[sed] = "${base_bindir}/sed" | 37 | ALTERNATIVE_LINK_NAME[sed] = "${base_bindir}/sed" |
38 | ALTERNATIVE_PRIORITY = "100" | 38 | ALTERNATIVE_PRIORITY = "100" |
39 | 39 | ||
@@ -63,6 +63,6 @@ do_install_ptest() { | |||
63 | -i ${D}${PTEST_PATH}/Makefile | 63 | -i ${D}${PTEST_PATH}/Makefile |
64 | } | 64 | } |
65 | 65 | ||
66 | RPROVIDES_${PN} += "${@bb.utils.contains('DISTRO_FEATURES', 'usrmerge', '/bin/sed', '', d)}" | 66 | RPROVIDES:${PN} += "${@bb.utils.contains('DISTRO_FEATURES', 'usrmerge', '/bin/sed', '', d)}" |
67 | 67 | ||
68 | BBCLASSEXTEND = "nativesdk" | 68 | BBCLASSEXTEND = "nativesdk" |