aboutsummaryrefslogtreecommitdiffstats
path: root/meta/recipes-extended/gawk/gawk_3.1.8.bb
diff options
context:
space:
mode:
authorMei Lei <lei.mei@intel.com>2011-07-05 16:16:09 +0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2011-07-07 11:13:22 +0100
commit32b535f09124d0b35c10e025a53186e0a667aa1b (patch)
treec6feaab88d8afeec03e12f5babed335fd4cf5a4d /meta/recipes-extended/gawk/gawk_3.1.8.bb
parent421ca72552b47923cb01e49288a4fa28b70c019a (diff)
downloadopenembedded-core-32b535f09124d0b35c10e025a53186e0a667aa1b.tar.gz
gawk: Upgrade from 3.1.8 to 4.0.0
Signed-off-by: Mei Lei <lei.mei@intel.com>
Diffstat (limited to 'meta/recipes-extended/gawk/gawk_3.1.8.bb')
-rw-r--r--meta/recipes-extended/gawk/gawk_3.1.8.bb33
1 files changed, 0 insertions, 33 deletions
diff --git a/meta/recipes-extended/gawk/gawk_3.1.8.bb b/meta/recipes-extended/gawk/gawk_3.1.8.bb
deleted file mode 100644
index 7c83ed5003..0000000000
--- a/meta/recipes-extended/gawk/gawk_3.1.8.bb
+++ /dev/null
@@ -1,33 +0,0 @@
-DESCRIPTION = "A program that you can use to select particular records in a \
-file and perform operations upon them."
-HOMEPAGE = "www.gnu.org/software/gawk"
-BUGTRACKER = "bug-gawk@gnu.org"
-SECTION = "console/utils"
-
-# gawk <= 3.1.5: GPLv2
-# gawk >= 3.1.6: GPLv3
-LICENSE = "GPLv3"
-LIC_FILES_CHKSUM = "file://COPYING;md5=d32239bcb673463ab874e80d47fae504"
-
-RDEPENDS_gawk += "gawk-common"
-RDEPENDS_pgawk += "gawk-common"
-PR = "r0"
-
-SRC_URI = "${GNU_MIRROR}/gawk/gawk-${PV}.tar.gz"
-
-SRC_URI[md5sum] = "35937a0f83f0efe7a8c2dee635624784"
-SRC_URI[sha256sum] = "2146b3cc7a2d2b16a9457e73f14a3cb51a4292575425ed8f16f7e0a5e4f1a50d"
-
-inherit autotools gettext 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}-dbg += "${libexecdir}/awk/.debug"
-
-ALTERNATIVE_NAME = "awk"
-ALTERNATIVE_PATH = "gawk"
-ALTERNATIVE_LINK = "${bindir}/awk"
-ALTERNATIVE_PRIORITY = "100"