[oe-commits] [openembedded-core] 03/07: buildtools-tarball: Add texinfo (for makeinfo)

git at git.openembedded.org git at git.openembedded.org
Mon Apr 4 16:13:06 UTC 2016


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

commit 6399b459733f4538fd8d8a87b529b8402d67edf2
Author: Richard Purdie <richard.purdie at linuxfoundation.org>
AuthorDate: Mon Apr 4 16:16:42 2016 +0100

    buildtools-tarball: Add texinfo (for makeinfo)
    
    Initially I was reluctant to do this however makeinfo is a dependency
    of the buildsystem and only adds around 400kb to the buildtools-tarball
    so it likely makes sense to add it. This allows people to use
    the project on older environments.
    
    Need to enable nativesdk-texinfo but this seems straightforward.
    
    [YOCTO #8990]
    
    Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>
---
 meta/recipes-core/meta/buildtools-tarball.bb | 1 +
 meta/recipes-extended/texinfo/texinfo_6.0.bb | 2 +-
 2 files changed, 2 insertions(+), 1 deletion(-)

diff --git a/meta/recipes-core/meta/buildtools-tarball.bb b/meta/recipes-core/meta/buildtools-tarball.bb
index 8ad4e91..9e05390 100644
--- a/meta/recipes-core/meta/buildtools-tarball.bb
+++ b/meta/recipes-core/meta/buildtools-tarball.bb
@@ -23,6 +23,7 @@ TOOLCHAIN_HOST_TASK ?= "\
     nativesdk-make \
     nativesdk-wget \
     nativesdk-ca-certificates \
+    nativesdk-texinfo \
     "
 
 SDK_PACKAGE_ARCHS =+ "buildtools-dummy-${SDKPKGSUFFIX}"
diff --git a/meta/recipes-extended/texinfo/texinfo_6.0.bb b/meta/recipes-extended/texinfo/texinfo_6.0.bb
index a8702cf..8638bb1 100644
--- a/meta/recipes-extended/texinfo/texinfo_6.0.bb
+++ b/meta/recipes-extended/texinfo/texinfo_6.0.bb
@@ -79,4 +79,4 @@ FILES_${PN}-doc = "${infodir}/texinfo* \
                    ${datadir}/${tex_texinfo} \
                    ${mandir}/man1 ${mandir}/man5"
 
-BBCLASSEXTEND = "native"
+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