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/gawk | |
| 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/gawk')
| -rw-r--r-- | meta/recipes-extended/gawk/gawk_5.1.0.bb | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/meta/recipes-extended/gawk/gawk_5.1.0.bb b/meta/recipes-extended/gawk/gawk_5.1.0.bb index ae897be62e..3c801e8bcc 100644 --- a/meta/recipes-extended/gawk/gawk_5.1.0.bb +++ b/meta/recipes-extended/gawk/gawk_5.1.0.bb | |||
| @@ -25,14 +25,14 @@ SRC_URI[sha256sum] = "03a0360edcd84bec156fe211bbc4fc8c78790973ce4e8b990a11d778d4 | |||
| 25 | 25 | ||
| 26 | inherit autotools gettext texinfo update-alternatives | 26 | inherit autotools gettext texinfo update-alternatives |
| 27 | 27 | ||
| 28 | FILES_${PN} += "${datadir}/awk" | 28 | FILES:${PN} += "${datadir}/awk" |
| 29 | FILES_${PN}-dev += "${libdir}/${BPN}/*.la" | 29 | FILES:${PN}-dev += "${libdir}/${BPN}/*.la" |
| 30 | 30 | ||
| 31 | ALTERNATIVE_${PN} = "awk" | 31 | ALTERNATIVE:${PN} = "awk" |
| 32 | ALTERNATIVE_TARGET[awk] = "${bindir}/gawk" | 32 | ALTERNATIVE_TARGET[awk] = "${bindir}/gawk" |
| 33 | ALTERNATIVE_PRIORITY = "100" | 33 | ALTERNATIVE_PRIORITY = "100" |
| 34 | 34 | ||
| 35 | do_install_append() { | 35 | do_install:append() { |
| 36 | # remove the link since we don't package it | 36 | # remove the link since we don't package it |
| 37 | rm ${D}${bindir}/awk | 37 | rm ${D}${bindir}/awk |
| 38 | } | 38 | } |
| @@ -51,9 +51,9 @@ do_install_ptest() { | |||
| 51 | sed -i -e "s|GAWKLOCALE|LANG|g" ${D}${PTEST_PATH}/test/Maketests | 51 | sed -i -e "s|GAWKLOCALE|LANG|g" ${D}${PTEST_PATH}/test/Maketests |
| 52 | } | 52 | } |
| 53 | 53 | ||
| 54 | RDEPENDS_${PN}-ptest += "make" | 54 | RDEPENDS:${PN}-ptest += "make" |
| 55 | 55 | ||
| 56 | RDEPENDS_${PN}-ptest_append_libc-glibc = "\ | 56 | RDEPENDS:${PN}-ptest:append:libc-glibc = "\ |
| 57 | locale-base-en-us.iso-8859-1 \ | 57 | locale-base-en-us.iso-8859-1 \ |
| 58 | " | 58 | " |
| 59 | 59 | ||
