summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlexander Kanavin <alex.kanavin@gmail.com>2020-04-27 20:22:23 +0200
committerRichard Purdie <richard.purdie@linuxfoundation.org>2020-04-29 15:00:36 +0100
commit319ae973740bc291cb3e02e3cb2b4df2109df53e (patch)
treed785adc15f0ff320f81be3219fdc9a3681121f4e
parentf31e3d2e55962472ba585736a7190e833b9bdf87 (diff)
downloadopenembedded-core-contrib-319ae973740bc291cb3e02e3cb2b4df2109df53e.tar.gz
buildtools-extended-tarball: add libgomp-dev
This is needed in particular for newer versions of rpm which would otherwise fail to build due to absence of omp.h header. Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r--meta/recipes-core/meta/buildtools-extended-tarball.bb1
1 files changed, 1 insertions, 0 deletions
diff --git a/meta/recipes-core/meta/buildtools-extended-tarball.bb b/meta/recipes-core/meta/buildtools-extended-tarball.bb
index e38967af3f..c32d0107c3 100644
--- a/meta/recipes-core/meta/buildtools-extended-tarball.bb
+++ b/meta/recipes-core/meta/buildtools-extended-tarball.bb
@@ -21,6 +21,7 @@ TOOLCHAIN_HOST_TASK += "\
nativesdk-gettext \
nativesdk-libatomic \
nativesdk-libgcc \
+ nativesdk-libgomp-dev \
nativesdk-libstdc++ \
nativesdk-libstdc++-dev \
nativesdk-libstdc++-staticdev \