mirror of
https://git.yoctoproject.org/poky
synced 2026-05-31 12:49:46 +00:00
Add m4 1.4.12 but leave 1.4.9 as its GPLv2
This commit is contained in:
@@ -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
|
||||||
|
}
|
||||||
@@ -1,6 +1,6 @@
|
|||||||
DESCRIPTION = "GNU m4 is an implementation of the traditional Unix macro \
|
DESCRIPTION = "GNU m4 is an implementation of the traditional Unix macro \
|
||||||
processor."
|
processor."
|
||||||
LICENSE = "GPL"
|
LICENSE = "GPLv2"
|
||||||
SRC_URI = "${GNU_MIRROR}/m4/m4-${PV}.tar.gz"
|
SRC_URI = "${GNU_MIRROR}/m4/m4-${PV}.tar.gz"
|
||||||
S = "${WORKDIR}/m4-${PV}"
|
S = "${WORKDIR}/m4-${PV}"
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user