diff options
| author | Martin Ertsaas <mertsas@cisco.com> | 2012-07-30 09:49:33 +0000 |
|---|---|---|
| committer | Koen Kooi <koen@dominion.thruhere.net> | 2012-07-31 13:22:30 +0200 |
| commit | a3b1b9a64460c8031293f225b5b7895ee5e4bd10 (patch) | |
| tree | 53e8a5de237dd477076a3be21ba0f482c4769215 | |
| parent | 01b4d760e6e689f68a98cd3863a9b763e2c7b19c (diff) | |
| download | meta-openembedded-a3b1b9a64460c8031293f225b5b7895ee5e4bd10.tar.gz | |
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>
| -rw-r--r-- | meta-oe/recipes-devtools/autoconf-archive/autoconf-archive.inc | 15 | ||||
| -rw-r--r-- | meta-oe/recipes-devtools/autoconf-archive/autoconf-archive_2012.04.07.bb | 14 |
2 files changed, 29 insertions, 0 deletions
diff --git a/meta-oe/recipes-devtools/autoconf-archive/autoconf-archive.inc b/meta-oe/recipes-devtools/autoconf-archive/autoconf-archive.inc new file mode 100644 index 0000000000..e8785f4de2 --- /dev/null +++ b/meta-oe/recipes-devtools/autoconf-archive/autoconf-archive.inc | |||
| @@ -0,0 +1,15 @@ | |||
| 1 | LICENSE = "GPLv3" | ||
| 2 | HOMEPAGE = "http://www.gnu.org/software/autoconf-archive/" | ||
| 3 | SECTION = "devel" | ||
| 4 | |||
| 5 | DEPENDS += "m4-native" | ||
| 6 | DEPENDS_virtclass-native = "m4-native gnu-config-native" | ||
| 7 | DEPENDS_virtclass-nativesdk = "m4-nativesdk gnu-config-nativesdk" | ||
| 8 | |||
| 9 | RDEPENDS_${PN} = "m4 gnu-config" | ||
| 10 | RDEPENDS_${PN}_virtclass-native = "m4-native gnu-config-native" | ||
| 11 | RDEPENDS_${PN}_virtclass-nativesdk = "m4-nativesdk gnu-config-nativesdk" | ||
| 12 | |||
| 13 | SRC_URI = "${GNU_MIRROR}/${BPN}/${BPN}-${PV}.tar.bz2" | ||
| 14 | |||
| 15 | inherit autotools | ||
diff --git a/meta-oe/recipes-devtools/autoconf-archive/autoconf-archive_2012.04.07.bb b/meta-oe/recipes-devtools/autoconf-archive/autoconf-archive_2012.04.07.bb new file mode 100644 index 0000000000..c96723f67c --- /dev/null +++ b/meta-oe/recipes-devtools/autoconf-archive/autoconf-archive_2012.04.07.bb | |||
| @@ -0,0 +1,14 @@ | |||
| 1 | require autoconf-archive.inc | ||
| 2 | |||
| 3 | PR = "r0" | ||
| 4 | |||
| 5 | PARALLEL_MAKE = "" | ||
| 6 | |||
| 7 | LICENSE = "GPLv2 & GPLv3" | ||
| 8 | LIC_FILES_CHKSUM = "file://COPYING;md5=d32239bcb673463ab874e80d47fae504" | ||
| 9 | |||
| 10 | SRC_URI[md5sum] = "e842c5b9fae021007bd70550362e5e80" | ||
| 11 | SRC_URI[sha256sum] = "040b443bf68efd52fbfcb294b556bfbbbfe432db78445ca25e0cfe2e88f96a14" | ||
| 12 | |||
| 13 | EXTRA_OECONF += "ac_cv_path_M4=m4" | ||
| 14 | BBCLASSEXTEND = "native nativesdk" | ||
