summaryrefslogtreecommitdiffstats
path: root/meta
diff options
context:
space:
mode:
authorPatrick Ohly <patrick.ohly@intel.com>2017-07-28 16:49:52 +0200
committerRichard Purdie <richard.purdie@linuxfoundation.org>2017-07-30 08:46:19 +0100
commitae38bfe2cd7da3d930e1cbe376ebe92d79ff1b28 (patch)
tree8986aad4024dc6b89618e8b684575c26434bd28e /meta
parent9b8411d787754826a6760823a61c926972a232aa (diff)
downloadpoky-ae38bfe2cd7da3d930e1cbe376ebe92d79ff1b28.tar.gz
autoconf-archive: move from meta-oe to OE-core
Having common macros in OE-core that are needed by autotools based projects makes sense. For example, tpm2.0-tools in meta-measured depended on meta-oe only because of autoconf-archive. This is a verbatim copy of the autoconf-archive recipe in meta-openembedded rev 1cbd1bc1, with just one change: the patch which disabled the installation of ax_code_coverage.m4 and ax_check_enable_debug.m4 and the dependency on gnome-common were removed. So now autoconf-archive in OE-core provides them. gnome-common in meta-oe will be changed to not install them and instead depend on autoconf-archive. (From OE-Core rev: 40711432b82fc6efb9e40748532ed68a64fbe628) Signed-off-by: Patrick Ohly <patrick.ohly@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta')
-rw-r--r--meta/recipes-devtools/autoconf-archive/autoconf-archive.inc13
-rw-r--r--meta/recipes-devtools/autoconf-archive/autoconf-archive_2016.09.16.bb13
2 files changed, 26 insertions, 0 deletions
diff --git a/meta/recipes-devtools/autoconf-archive/autoconf-archive.inc b/meta/recipes-devtools/autoconf-archive/autoconf-archive.inc
new file mode 100644
index 0000000000..4f63e0f51f
--- /dev/null
+++ b/meta/recipes-devtools/autoconf-archive/autoconf-archive.inc
@@ -0,0 +1,13 @@
1LICENSE = "GPLv3"
2HOMEPAGE = "http://www.gnu.org/software/autoconf-archive/"
3SECTION = "devel"
4
5DEPENDS += "m4-native"
6DEPENDS_class-native = "m4-native gnu-config-native"
7DEPENDS_class-nativesdk = "m4-nativesdk gnu-config-nativesdk"
8
9RDEPENDS_${PN} = "m4 gnu-config"
10
11SRC_URI = "${GNU_MIRROR}/${BPN}/${BPN}-${PV}.tar.xz"
12
13inherit autotools
diff --git a/meta/recipes-devtools/autoconf-archive/autoconf-archive_2016.09.16.bb b/meta/recipes-devtools/autoconf-archive/autoconf-archive_2016.09.16.bb
new file mode 100644
index 0000000000..0a1a771d15
--- /dev/null
+++ b/meta/recipes-devtools/autoconf-archive/autoconf-archive_2016.09.16.bb
@@ -0,0 +1,13 @@
1require autoconf-archive.inc
2
3
4PARALLEL_MAKE = ""
5
6LICENSE = "GPLv2 & GPLv3"
7LIC_FILES_CHKSUM = "file://COPYING;md5=d32239bcb673463ab874e80d47fae504"
8
9SRC_URI[md5sum] = "bf19d4cddce260b3c3e1d51d42509071"
10SRC_URI[sha256sum] = "e8f2efd235f842bad2f6938bf4a72240a5e5fcd248e8444335e63beb60fabd82"
11
12EXTRA_OECONF += "ac_cv_path_M4=m4"
13BBCLASSEXTEND = "native nativesdk"