]> code.ossystems Code Review - openembedded-core.git/commitdiff
buildtools-extended-tarball: add libgomp-dev
authorAlexander Kanavin <alex.kanavin@gmail.com>
Mon, 27 Apr 2020 18:22:23 +0000 (20:22 +0200)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Wed, 29 Apr 2020 14:00:36 +0000 (15:00 +0100)
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>
meta/recipes-core/meta/buildtools-extended-tarball.bb

index e38967af3ff4502196c91e185ddfbd0b31611b5e..c32d0107c3862e26e54d92575de713c76cd81f9e 100644 (file)
@@ -21,6 +21,7 @@ TOOLCHAIN_HOST_TASK += "\
     nativesdk-gettext \
     nativesdk-libatomic \
     nativesdk-libgcc \
+    nativesdk-libgomp-dev \
     nativesdk-libstdc++ \
     nativesdk-libstdc++-dev \
     nativesdk-libstdc++-staticdev \