summaryrefslogtreecommitdiffstats
path: root/meta/recipes-extended/gawk
diff options
context:
space:
mode:
authorRichard Purdie <richard.purdie@linuxfoundation.org>2021-07-28 23:28:15 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2021-08-02 15:44:10 +0100
commitbb6ddc3691ab04162ec5fd69a2d5e7876713fd15 (patch)
tree76e376b01253c3aace1a98a5021bcaad3c92e861 /meta/recipes-extended/gawk
parentfcc456ee4b8f619134abb4649db53c638074082c (diff)
downloadpoky-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.bb12
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
26inherit autotools gettext texinfo update-alternatives 26inherit autotools gettext texinfo update-alternatives
27 27
28FILES_${PN} += "${datadir}/awk" 28FILES:${PN} += "${datadir}/awk"
29FILES_${PN}-dev += "${libdir}/${BPN}/*.la" 29FILES:${PN}-dev += "${libdir}/${BPN}/*.la"
30 30
31ALTERNATIVE_${PN} = "awk" 31ALTERNATIVE:${PN} = "awk"
32ALTERNATIVE_TARGET[awk] = "${bindir}/gawk" 32ALTERNATIVE_TARGET[awk] = "${bindir}/gawk"
33ALTERNATIVE_PRIORITY = "100" 33ALTERNATIVE_PRIORITY = "100"
34 34
35do_install_append() { 35do_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
54RDEPENDS_${PN}-ptest += "make" 54RDEPENDS:${PN}-ptest += "make"
55 55
56RDEPENDS_${PN}-ptest_append_libc-glibc = "\ 56RDEPENDS:${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