From 319ae973740bc291cb3e02e3cb2b4df2109df53e Mon Sep 17 00:00:00 2001 From: Alexander Kanavin Date: Mon, 27 Apr 2020 20:22:23 +0200 Subject: 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 --- meta/recipes-core/meta/buildtools-extended-tarball.bb | 1 + 1 file changed, 1 insertion(+) 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 \ -- cgit 1.2.3-korg