mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-04-20 11:38:34 +00:00
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:
committed by
Koen Kooi
parent
01b4d760e6
commit
a3b1b9a644
@@ -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
|
||||
@@ -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"
|
||||
Reference in New Issue
Block a user