summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta/recipes-core/meta/buildtools-tarball.bb1
-rw-r--r--meta/recipes-extended/texinfo/texinfo_6.0.bb2
2 files changed, 2 insertions, 1 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}"
diff --git a/meta/recipes-extended/texinfo/texinfo_6.0.bb b/meta/recipes-extended/texinfo/texinfo_6.0.bb
index a8702cfca6..8638bb1d0d 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* \
79 ${datadir}/${tex_texinfo} \ 79 ${datadir}/${tex_texinfo} \
80 ${mandir}/man1 ${mandir}/man5" 80 ${mandir}/man1 ${mandir}/man5"
81 81
82BBCLASSEXTEND = "native" 82BBCLASSEXTEND = "native nativesdk"