recipes-devtools/autoconf-archive: new recipes for autoconf-archive

Add a new recipes which provides autoconf-archive 2012.04.07. This gives quite a few m4 files,
which might be useful in toolchains.

Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
This commit is contained in:
Martin Ertsaas
2012-07-30 09:49:33 +00:00
committed by Koen Kooi
parent 01b4d760e6
commit a3b1b9a644
2 changed files with 29 additions and 0 deletions

View File

@@ -0,0 +1,15 @@
LICENSE = "GPLv3"
HOMEPAGE = "http://www.gnu.org/software/autoconf-archive/"
SECTION = "devel"
DEPENDS += "m4-native"
DEPENDS_virtclass-native = "m4-native gnu-config-native"
DEPENDS_virtclass-nativesdk = "m4-nativesdk gnu-config-nativesdk"
RDEPENDS_${PN} = "m4 gnu-config"
RDEPENDS_${PN}_virtclass-native = "m4-native gnu-config-native"
RDEPENDS_${PN}_virtclass-nativesdk = "m4-nativesdk gnu-config-nativesdk"
SRC_URI = "${GNU_MIRROR}/${BPN}/${BPN}-${PV}.tar.bz2"
inherit autotools

View File

@@ -0,0 +1,14 @@
require autoconf-archive.inc
PR = "r0"
PARALLEL_MAKE = ""
LICENSE = "GPLv2 & GPLv3"
LIC_FILES_CHKSUM = "file://COPYING;md5=d32239bcb673463ab874e80d47fae504"
SRC_URI[md5sum] = "e842c5b9fae021007bd70550362e5e80"
SRC_URI[sha256sum] = "040b443bf68efd52fbfcb294b556bfbbbfe432db78445ca25e0cfe2e88f96a14"
EXTRA_OECONF += "ac_cv_path_M4=m4"
BBCLASSEXTEND = "native nativesdk"