]> code.ossystems Code Review - openembedded-core.git/commit
autoconf-archive: move from meta-oe to OE-core
authorPatrick Ohly <patrick.ohly@intel.com>
Fri, 28 Jul 2017 14:49:52 +0000 (16:49 +0200)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Sun, 30 Jul 2017 07:45:12 +0000 (08:45 +0100)
commit40711432b82fc6efb9e40748532ed68a64fbe628
tree3610966afad9c20ec066f20edf660ab8f79ac784
parent0ae4c1eeb1a70bae324347445895c7d312cf503d
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.

Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-devtools/autoconf-archive/autoconf-archive.inc [new file with mode: 0644]
meta/recipes-devtools/autoconf-archive/autoconf-archive_2016.09.16.bb [new file with mode: 0644]