From a0cd8c029d1a40fb5c9ba7507dfd0fe582bf317b Mon Sep 17 00:00:00 2001 From: Richard Purdie Date: Mon, 4 Apr 2016 16:16:42 +0100 Subject: 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 --- meta/recipes-core/meta/buildtools-tarball.bb | 1 + 1 file changed, 1 insertion(+) (limited to 'meta/recipes-core/meta') 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 ?= "\ nativesdk-make \ nativesdk-wget \ nativesdk-ca-certificates \ + nativesdk-texinfo \ " SDK_PACKAGE_ARCHS =+ "buildtools-dummy-${SDKPKGSUFFIX}" -- cgit v1.2.3-54-g00ecf