mirror of
https://git.yoctoproject.org/poky
synced 2026-05-02 18:32:15 +02:00
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>
14 lines
341 B
PHP
14 lines
341 B
PHP
LICENSE = "GPLv3"
|
|
HOMEPAGE = "http://www.gnu.org/software/autoconf-archive/"
|
|
SECTION = "devel"
|
|
|
|
DEPENDS += "m4-native"
|
|
DEPENDS_class-native = "m4-native gnu-config-native"
|
|
DEPENDS_class-nativesdk = "m4-nativesdk gnu-config-nativesdk"
|
|
|
|
RDEPENDS_${PN} = "m4 gnu-config"
|
|
|
|
SRC_URI = "${GNU_MIRROR}/${BPN}/${BPN}-${PV}.tar.xz"
|
|
|
|
inherit autotools
|