[oe-commits] [openembedded-core] 09/20: autoconf-archive: move from meta-oe to OE-core

git at git.openembedded.org git at git.openembedded.org
Sat Jul 29 07:36:35 UTC 2017


This is an automated email from the git hooks/post-receive script.

rpurdie pushed a commit to branch master-next
in repository openembedded-core.

commit c2cfc977ef56d4e44ece86d674b9892ad21b57aa
Author: Patrick Ohly <patrick.ohly at intel.com>
AuthorDate: Fri Jul 28 16:49:52 2017 +0200

    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 at intel.com>
    Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>
---
 meta/recipes-devtools/autoconf-archive/autoconf-archive.inc | 13 +++++++++++++
 .../autoconf-archive/autoconf-archive_2016.09.16.bb         | 13 +++++++++++++
 2 files changed, 26 insertions(+)

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 0000000..4f63e0f
--- /dev/null
+++ b/meta/recipes-devtools/autoconf-archive/autoconf-archive.inc
@@ -0,0 +1,13 @@
+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
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 0000000..0a1a771
--- /dev/null
+++ b/meta/recipes-devtools/autoconf-archive/autoconf-archive_2016.09.16.bb
@@ -0,0 +1,13 @@
+require autoconf-archive.inc
+
+
+PARALLEL_MAKE = ""
+
+LICENSE = "GPLv2 & GPLv3"
+LIC_FILES_CHKSUM = "file://COPYING;md5=d32239bcb673463ab874e80d47fae504"
+
+SRC_URI[md5sum] = "bf19d4cddce260b3c3e1d51d42509071"
+SRC_URI[sha256sum] = "e8f2efd235f842bad2f6938bf4a72240a5e5fcd248e8444335e63beb60fabd82"
+
+EXTRA_OECONF += "ac_cv_path_M4=m4"
+BBCLASSEXTEND = "native nativesdk"

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Openembedded-commits mailing list