diff options
author | Rolf Leggewie <oe-devel@rolf.leggewie.biz> | 2007-01-22 22:15:41 +0000 |
---|---|---|
committer | Rolf Leggewie <oe-devel@rolf.leggewie.biz> | 2007-01-22 22:15:41 +0000 |
commit | a728223abb0150d55dcd0831001c815c20dfa642 (patch) | |
tree | 341b7750e73eb846a1026b72d61789af1b4e4247 /packages/m4/m4_1.4.4.bb | |
parent | e339a08e7d90c4829674dfb6f0ef60d45ab77853 (diff) |
m4: upgrade to 1.4.4 after hrw tested successfully.
Diffstat (limited to 'packages/m4/m4_1.4.4.bb')
-rw-r--r-- | packages/m4/m4_1.4.4.bb | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/packages/m4/m4_1.4.4.bb b/packages/m4/m4_1.4.4.bb new file mode 100644 index 0000000000..0c9f4c38ac --- /dev/null +++ b/packages/m4/m4_1.4.4.bb @@ -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}'" |