git.openpandora.org
/
openembedded.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0633b5c
)
m4: add 1.4.8 with DEFAULT_PREFERENCE of -1, see bug #837
author
Michael Krelin
<hacker@klever.net>
Wed, 9 May 2007 13:22:26 +0000
(13:22 +0000)
committer
Michael Krelin
<hacker@klever.net>
Wed, 9 May 2007 13:22:26 +0000
(13:22 +0000)
packages/m4/m4_1.4.8.bb
[new file with mode: 0644]
patch
|
blob
diff --git a/packages/m4/m4_1.4.8.bb
b/packages/m4/m4_1.4.8.bb
new file mode 100644
(file)
index 0000000..
90f817d
--- /dev/null
+++ b/
packages/m4/m4_1.4.8.bb
@@ -0,0
+1,15
@@
+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_OEMAKE += "'infodir=${infodir}'"
+
+do_configure() {
+ oe_runconf
+}