From: Alexander Kanavin Date: Mon, 27 Apr 2020 18:22:23 +0000 (+0200) Subject: buildtools-extended-tarball: add libgomp-dev X-Git-Tag: uninative-2.9~977 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=319ae973740bc291cb3e02e3cb2b4df2109df53e;p=openembedded-core.git 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 Signed-off-by: Richard Purdie --- 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 \