[oe-commits] org.oe.dev gawk 3.1.4: Remove spurious .debug directories from the main packages.

lenehan commit openembedded-commits at lists.openembedded.org
Sun Sep 10 04:29:06 UTC 2006


gawk 3.1.4: Remove spurious .debug directories from the main packages.

Author: lenehan at openembedded.org
Branch: org.openembedded.dev
Revision: 64c313f3931ccd9cdc77eabbaafe41dfb6451967
ViewMTN: http://monotone.openembedded.org/revision.psp?id=64c313f3931ccd9cdc77eabbaafe41dfb6451967
Files:
1
packages/gawk/gawk_3.1.4.bb
Diffs:

#
# mt diff -rf7624d7ec536f6386199a3cfcb50c09fc6680571 -r64c313f3931ccd9cdc77eabbaafe41dfb6451967
#
# 
# 
# patch "packages/gawk/gawk_3.1.4.bb"
#  from [99c3e6005af0e345e5160832de742eba85e8dfe4]
#    to [05e2187ba18874b21e190b2200d240365de968f0]
# 
============================================================
--- packages/gawk/gawk_3.1.4.bb	99c3e6005af0e345e5160832de742eba85e8dfe4
+++ packages/gawk/gawk_3.1.4.bb	05e2187ba18874b21e190b2200d240365de968f0
@@ -1,12 +1,13 @@ file and perform operations upon them."
 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"
 






More information about the Openembedded-commits mailing list