[oe-commits] [openembedded-core] 09/26: autoconf-archive: inherit allarch and fix package splitting

git at git.openembedded.org git at git.openembedded.org
Tue Nov 21 13:11:36 UTC 2017


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

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

commit 8cbf5523f002e8ae0d8123755d2cbc3e8b0138ac
Author: Chen Qi <Qi.Chen at windriver.com>
AuthorDate: Mon Nov 13 13:26:22 2017 +0800

    autoconf-archive: inherit allarch and fix package splitting
    
    autoconf-archive is a set of common m4 macros, it should be allarch,
    just like it is on other distros.
    
    Also fix package splitting. With current package splitting,
    autoconf-archive itself contains almost nothing, the m4 macros are
    contained in its dev package. However, autoconf-archive should
    contain those m4 marcos itself.
    
    Signed-off-by: Chen Qi <Qi.Chen at windriver.com>
    Signed-off-by: Ross Burton <ross.burton at intel.com>
---
 .../autoconf-archive/autoconf-archive_2016.09.16.bb                 | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)

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
index 104dc38..89d57ac 100644
--- a/meta/recipes-devtools/autoconf-archive/autoconf-archive_2016.09.16.bb
+++ b/meta/recipes-devtools/autoconf-archive/autoconf-archive_2016.09.16.bb
@@ -9,6 +9,10 @@ SRC_URI = "${GNU_MIRROR}/${BPN}/${BPN}-${PV}.tar.xz"
 SRC_URI[md5sum] = "bf19d4cddce260b3c3e1d51d42509071"
 SRC_URI[sha256sum] = "e8f2efd235f842bad2f6938bf4a72240a5e5fcd248e8444335e63beb60fabd82"
 
-inherit autotools
+inherit autotools allarch
+
+PACKAGES = "${PN} ${PN}-doc"
+
+FILES_${PN} += "${datadir}/aclocal"
 
 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