mirror of
https://git.yoctoproject.org/poky
synced 2026-04-13 14:02:21 +02:00
Add m4 1.4.12 but leave 1.4.9 as its GPLv2
This commit is contained in:
13
meta/packages/m4/m4_1.4.12.bb
Normal file
13
meta/packages/m4/m4_1.4.12.bb
Normal 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
|
||||
}
|
||||
@@ -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}"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user