summaryrefslogtreecommitdiffstats
path: root/meta/recipes-core
diff options
context:
space:
mode:
authorRichard Purdie <richard.purdie@linuxfoundation.org>2016-04-04 16:16:42 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2016-04-05 14:33:57 +0100
commita0cd8c029d1a40fb5c9ba7507dfd0fe582bf317b (patch)
treebe0ae6eb657bc6c67edd7fffb65e7a1ab4f2652c /meta/recipes-core
parent98777950648f4b61f36308c7b1958c2605cf6bae (diff)
downloadpoky-a0cd8c029d1a40fb5c9ba7507dfd0fe582bf317b.tar.gz
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] (From OE-Core rev: 5e290201e13a685818ff03ad9cd6679977e560d1) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-core')
-rw-r--r--meta/recipes-core/meta/buildtools-tarball.bb1
1 files changed, 1 insertions, 0 deletions
diff --git a/meta/recipes-core/meta/buildtools-tarball.bb b/meta/recipes-core/meta/buildtools-tarball.bb
index 8ad4e91ae4..9e0539031d 100644
--- a/meta/recipes-core/meta/buildtools-tarball.bb
+++ b/meta/recipes-core/meta/buildtools-tarball.bb
@@ -23,6 +23,7 @@ TOOLCHAIN_HOST_TASK ?= "\
23 nativesdk-make \ 23 nativesdk-make \
24 nativesdk-wget \ 24 nativesdk-wget \
25 nativesdk-ca-certificates \ 25 nativesdk-ca-certificates \
26 nativesdk-texinfo \
26 " 27 "
27 28
28SDK_PACKAGE_ARCHS =+ "buildtools-dummy-${SDKPKGSUFFIX}" 29SDK_PACKAGE_ARCHS =+ "buildtools-dummy-${SDKPKGSUFFIX}"