From 80747190ccce6628ce8815cf856f6ab867a00b5d Mon Sep 17 00:00:00 2001 From: Richard Purdie Date: Thu, 29 Jul 2021 23:59:42 +0100 Subject: meta-gplv2: Convert to new override syntax This converts the layer to the new override syntax. This was done using /scripts/contrib/convert-overrides.py with no manual fixes. Signed-off-by: Richard Purdie --- recipes-extended/gawk/gawk_3.1.5.bb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) (limited to 'recipes-extended/gawk/gawk_3.1.5.bb') diff --git a/recipes-extended/gawk/gawk_3.1.5.bb b/recipes-extended/gawk/gawk_3.1.5.bb index 63fd32f..933c140 100644 --- a/recipes-extended/gawk/gawk_3.1.5.bb +++ b/recipes-extended/gawk/gawk_3.1.5.bb @@ -11,8 +11,8 @@ SECTION = "console/utils" LICENSE = "GPLv2" LIC_FILES_CHKSUM = "file://COPYING;md5=59530bdf33659b29e73d4adb9f9f6552" -RDEPENDS_gawk += "gawk-common" -RDEPENDS_pgawk += "gawk-common" +RDEPENDS:gawk += "gawk-common" +RDEPENDS:pgawk += "gawk-common" PR = "r2" SRC_URI = "\ @@ -28,17 +28,17 @@ inherit autotools gettext texinfo update-alternatives PACKAGES += "gawk-common pgawk" -FILES_${PN} = "${bindir}/gawk* ${bindir}/igawk" -FILES_gawk-common += "${datadir}/awk/* ${libexecdir}/awk/*" -FILES_pgawk = "${bindir}/pgawk*" +FILES:${PN} = "${bindir}/gawk* ${bindir}/igawk" +FILES:gawk-common += "${datadir}/awk/* ${libexecdir}/awk/*" +FILES:pgawk = "${bindir}/pgawk*" -ALTERNATIVE_${PN} = "awk" +ALTERNATIVE:${PN} = "awk" ALTERNATIVE_TARGET[awk] = "${bindir}/gawk" ALTERNATIVE_PRIORITY = "100" CFLAGS += "-D PROTOTYPES" -do_install_append() { +do_install:append() { # remove the link since we don't package it rm ${D}${bindir}/awk } -- cgit v1.2.3-54-g00ecf