Add m4 1.4.12 but leave 1.4.9 as its GPLv2

This commit is contained in:
Richard Purdie
2008-12-31 17:33:57 +00:00
parent ba2b8cb172
commit 8ce2175cba
3 changed files with 14 additions and 1 deletions

View File

@@ -0,0 +1,13 @@
DESCRIPTION = "GNU m4 is an implementation of the traditional Unix macro \
processor."
LICENSE = "GPLv3"
SRC_URI = "${GNU_MIRROR}/m4/m4-${PV}.tar.gz"
S = "${WORKDIR}/m4-${PV}"
inherit autotools
EXTRA_OEMAKE += "'infodir=${infodir}'"
do_configure() {
oe_runconf
}

View File

@@ -1,6 +1,6 @@
DESCRIPTION = "GNU m4 is an implementation of the traditional Unix macro \
processor."
LICENSE = "GPL"
LICENSE = "GPLv2"
SRC_URI = "${GNU_MIRROR}/m4/m4-${PV}.tar.gz"
S = "${WORKDIR}/m4-${PV}"