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:02:18 +0100
commit2434bf3925cabfec6bf58e3cfad0373ab5222251 (patch)
treeecd4dfbaf59853ba24ab66a7f01b7da3a9c27611
parent0c53c56812926d74e6cffab53badaff9f97d2bd2 (diff)
downloadpoky-2434bf3925cabfec6bf58e3cfad0373ab5222251.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. (From OE-Core rev: 319ae973740bc291cb3e02e3cb2b4df2109df53e) 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 += "\
21 nativesdk-gettext \ 21 nativesdk-gettext \
22 nativesdk-libatomic \ 22 nativesdk-libatomic \
23 nativesdk-libgcc \ 23 nativesdk-libgcc \
24 nativesdk-libgomp-dev \
24 nativesdk-libstdc++ \ 25 nativesdk-libstdc++ \
25 nativesdk-libstdc++-dev \ 26 nativesdk-libstdc++-dev \
26 nativesdk-libstdc++-staticdev \ 27 nativesdk-libstdc++-staticdev \