aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRoss Burton <ross.burton@intel.com>2014-06-06 16:48:01 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2014-06-10 17:14:37 +0100
commit20f749de439aa962f32a3f4f5977fd44c9e76e33 (patch)
treebd014eb3d4b580803ee24910ca5cc9d175347a6b
parent64b62f6a03fa6405f309d798880dbfe3a3c18f84 (diff)
downloadopenembedded-core-contrib-20f749de439aa962f32a3f4f5977fd44c9e76e33.tar.gz
gawk: remove dgawk and pgawk packages, merge gawk-common into gawk
The dgawk and pgawk commands no longer exist in gawk 4.1 onwards, replaced by options to gawk. Remove the dgawk and pgawk binary packages, and merge gawk-common into gawk as it is needless splitting. Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Saul Wold <sgw@linux.intel.com>
-rw-r--r--meta/recipes-extended/gawk/gawk_4.1.1.bb10
1 files changed, 1 insertions, 9 deletions
diff --git a/meta/recipes-extended/gawk/gawk_4.1.1.bb b/meta/recipes-extended/gawk/gawk_4.1.1.bb
index b990ce93c4..a81be3137a 100644
--- a/meta/recipes-extended/gawk/gawk_4.1.1.bb
+++ b/meta/recipes-extended/gawk/gawk_4.1.1.bb
@@ -13,9 +13,6 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=d32239bcb673463ab874e80d47fae504"
DEPENDS += "readline"
-RDEPENDS_gawk += "gawk-common"
-RDEPENDS_pgawk += "gawk-common"
-
SRC_URI = "${GNU_MIRROR}/gawk/gawk-${PV}.tar.gz \
file://run-ptest \
"
@@ -25,14 +22,9 @@ SRC_URI[sha256sum] = "556464bd2e4bc5a0fad4526b59623e4be40b4c2f4c663dfaaf246af6e2
inherit autotools gettext texinfo update-alternatives
-PACKAGES += "gawk-common pgawk dgawk"
-
-FILES_${PN} = "${bindir}/gawk* ${bindir}/igawk"
-FILES_gawk-common += "${datadir}/awk/* ${libexecdir}/awk/* ${libdir}/${BPN}/*.so"
-FILES_pgawk = "${bindir}/pgawk*"
+FILES_${PN} += "${datadir}/awk"
FILES_${PN}-dev += "${libdir}/${BPN}/*.la"
FILES_${PN}-dbg += "${libexecdir}/awk/.debug"
-FILES_dgawk = "${bindir}/dgawk*"
ALTERNATIVE_${PN} = "awk"
ALTERNATIVE_TARGET[awk] = "${bindir}/gawk"