[oe-commits] org.oe.dev m4: add 1.4.8 with DEFAULT_PREFERENCE of -1, see bug #837

polyonymous commit openembedded-commits at lists.openembedded.org
Wed May 9 13:28:26 UTC 2007


m4: add 1.4.8 with DEFAULT_PREFERENCE of -1, see bug #837

Author: polyonymous at openembedded.org
Branch: org.openembedded.dev
Revision: db55118deddfb98797ce4a6b26dddab6f3f45efb
ViewMTN: http://monotone.openembedded.org/revision.psp?id=db55118deddfb98797ce4a6b26dddab6f3f45efb
Files:
1
packages/m4/m4_1.4.4.bb
packages/m4/m4_1.4.8.bb
Diffs:

#
# mt diff -r528712d2108411b026ceb1419c26dd7aaba11eb1 -rdb55118deddfb98797ce4a6b26dddab6f3f45efb
#
# 
# 
# rename "packages/m4/m4_1.4.4.bb"
#     to "packages/m4/m4_1.4.8.bb"
# 
# add_file "packages/m4/m4_1.4.4.bb"
#  content [9b14a9442b7d90adf0f824c6c09f20a8b87c58cf]
# 
# patch "packages/m4/m4_1.4.8.bb"
#  from [9b14a9442b7d90adf0f824c6c09f20a8b87c58cf]
#    to [3c9694edb1e7b07d916259a0db2614d9573a32fd]
# 
============================================================
--- packages/m4/m4_1.4.4.bb	9b14a9442b7d90adf0f824c6c09f20a8b87c58cf
+++ packages/m4/m4_1.4.4.bb	9b14a9442b7d90adf0f824c6c09f20a8b87c58cf
@@ -0,0 +1,10 @@
+DESCRIPTION = "GNU m4 is an implementation of the traditional Unix macro \
+processor."
+LICENSE = "GPL"
+SRC_URI = "${GNU_MIRROR}/m4/m4-${PV}.tar.gz"
+S = "${WORKDIR}/m4-${PV}"
+
+inherit autotools
+
+EXTRA_AUTORECONF = "--exclude=autopoint,aclocal"
+EXTRA_OEMAKE += "'infodir=${infodir}'"
============================================================
--- packages/m4/m4_1.4.4.bb	9b14a9442b7d90adf0f824c6c09f20a8b87c58cf
+++ packages/m4/m4_1.4.8.bb	3c9694edb1e7b07d916259a0db2614d9573a32fd
@@ -1,10 +1,15 @@ S = "${WORKDIR}/m4-${PV}"
 DESCRIPTION = "GNU m4 is an implementation of the traditional Unix macro \
 processor."
 LICENSE = "GPL"
 SRC_URI = "${GNU_MIRROR}/m4/m4-${PV}.tar.gz"
 S = "${WORKDIR}/m4-${PV}"
 
+DEFAULT_PREFERENCE = "-1"
+
 inherit autotools
 
-EXTRA_AUTORECONF = "--exclude=autopoint,aclocal"
 EXTRA_OEMAKE += "'infodir=${infodir}'"
+
+do_configure() {
+	oe_runconf
+}






More information about the Openembedded-commits mailing list