diff options
| author | Richard Purdie <richard@openedhand.com> | 2007-08-08 12:40:31 +0000 |
|---|---|---|
| committer | Richard Purdie <richard@openedhand.com> | 2007-08-08 12:40:31 +0000 |
| commit | 16a9cffd7e87c05971d4c2e69be9b4fedc87a59c (patch) | |
| tree | 50612831395654c7cec2fca09049a715fcfd08d5 /meta/packages/m4/m4_1.4.9.bb | |
| parent | d3c18ace38eea58a1f12d498535c3bd69fdc515d (diff) | |
| download | poky-16a9cffd7e87c05971d4c2e69be9b4fedc87a59c.tar.gz | |
m4: Add 1.4.9
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@2392 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'meta/packages/m4/m4_1.4.9.bb')
| -rw-r--r-- | meta/packages/m4/m4_1.4.9.bb | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/meta/packages/m4/m4_1.4.9.bb b/meta/packages/m4/m4_1.4.9.bb new file mode 100644 index 0000000000..77d8e822b0 --- /dev/null +++ b/meta/packages/m4/m4_1.4.9.bb | |||
| @@ -0,0 +1,13 @@ | |||
| 1 | DESCRIPTION = "GNU m4 is an implementation of the traditional Unix macro \ | ||
| 2 | processor." | ||
| 3 | LICENSE = "GPL" | ||
| 4 | SRC_URI = "${GNU_MIRROR}/m4/m4-${PV}.tar.gz" | ||
| 5 | S = "${WORKDIR}/m4-${PV}" | ||
| 6 | |||
| 7 | inherit autotools | ||
| 8 | |||
| 9 | EXTRA_OEMAKE += "'infodir=${infodir}'" | ||
| 10 | |||
| 11 | do_configure() { | ||
| 12 | oe_runconf | ||
| 13 | } | ||
