aboutsummaryrefslogtreecommitdiffstats
path: root/packages/gawk
diff options
context:
space:
mode:
authorJamie Lenehan <lenehan@twibble.org>2006-09-10 04:09:05 +0000
committerJamie Lenehan <lenehan@twibble.org>2006-09-10 04:09:05 +0000
commitd89a1abf8213fc786482d37e17a6a0561822b8b5 (patch)
tree3a0b3e04fbbc034e952ced869f24d1a2a830e242 /packages/gawk
parentc4e70d60a71bd8b06a2f0ff90fc527613c858afc (diff)
downloadopenembedded-d89a1abf8213fc786482d37e17a6a0561822b8b5.tar.gz
gawk 3.1.4: Remove spurious .debug directories from the main packages.
Diffstat (limited to 'packages/gawk')
-rw-r--r--packages/gawk/gawk_3.1.4.bb5
1 files changed, 3 insertions, 2 deletions
diff --git a/packages/gawk/gawk_3.1.4.bb b/packages/gawk/gawk_3.1.4.bb
index bf93f7e201..c860454e5f 100644
--- a/packages/gawk/gawk_3.1.4.bb
+++ b/packages/gawk/gawk_3.1.4.bb
@@ -2,11 +2,12 @@ LICENSE = "GPL"
SECTION = "interpreters"
DESCRIPTION = "A program that you can use to select particular records in a \
file and perform operations upon them."
-PR = "r2"
+PR = "r3"
PACKAGES += "gawk-common pgawk"
FILES_${PN} = "${bindir}/gawk* ${bindir}/igawk"
-FILES_gawk-common += "${datadir}/awk ${libexecdir}/awk"
+FILES_gawk-common += "${datadir}/awk/* ${libexecdir}/awk/*"
FILES_pgawk = "${bindir}/pgawk*"
+FILES_${PN}-dbg += "${libexecdir}/awk/.debug"
RDEPENDS_gawk += "gawk-common"
RDEPENDS_pgawk += "gawk-common"