[oe-commits] org.oe.dev gawk 3.1.4: Run sanitize.py over the recipe.
lenehan commit
openembedded-commits at lists.openembedded.org
Sun Sep 10 06:29:11 CEST 2006
gawk 3.1.4: Run sanitize.py over the recipe.
Author: lenehan at openembedded.org
Branch: org.openembedded.dev
Revision: 2be19e7cda66fdcee74d6f98bc0202610bf640c9
ViewMTN: http://monotone.openembedded.org/revision.psp?id=2be19e7cda66fdcee74d6f98bc0202610bf640c9
Files:
1
packages/gawk/gawk_3.1.4.bb
Diffs:
#
# mt diff -r64c313f3931ccd9cdc77eabbaafe41dfb6451967 -r2be19e7cda66fdcee74d6f98bc0202610bf640c9
#
#
#
# patch "packages/gawk/gawk_3.1.4.bb"
# from [05e2187ba18874b21e190b2200d240365de968f0]
# to [f148ece5cdf3e04937c557db6b3f94759a9b1dd5]
#
============================================================
--- packages/gawk/gawk_3.1.4.bb 05e2187ba18874b21e190b2200d240365de968f0
+++ packages/gawk/gawk_3.1.4.bb f148ece5cdf3e04937c557db6b3f94759a9b1dd5
@@ -1,30 +1,29 @@
-LICENSE = "GPL"
-SECTION = "interpreters"
DESCRIPTION = "A program that you can use to select particular records in a \
file and perform operations upon them."
-PR = "r3"
-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"
+SECTION = "interpreters"
+LICENSE = "GPL"
RDEPENDS_gawk += "gawk-common"
RDEPENDS_pgawk += "gawk-common"
+PR = "r3"
SRC_URI = "${GNU_MIRROR}/gawk/gawk-${PV}.tar.gz"
inherit autotools
do_configure_prepend () {
- grep -E '^AC_DEFUN' m4/*.m4|grep -E '\(\[?(AM|AC)_'|xargs rm -f
+ grep -E '^AC_DEFUN' m4/*.m4|grep -E '\(\[?(AM|AC)_'|xargs rm -f
}
-pkg_postinst_${PN} () {
- update-alternatives --install ${bindir}/awk awk gawk 100
-}
+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"
+pkg_postinst_${PN} () {
+ update-alternatives --install ${bindir}/awk awk gawk 100
+}
pkg_prerm_${PN} () {
- update-alternatives --remove awk gawk
+ update-alternatives --remove awk gawk
}
-
More information about the Openembedded-commits
mailing list