mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-06-15 06:10:02 +00:00
a3b1b9a644
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>
15 lines
373 B
BlitzBasic
15 lines
373 B
BlitzBasic
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"
|