From c9b2bdd9c331a873a4c7bc22f096b0350ca2987c 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. (From OE-Core rev: a83904481cf85ad4a15209017ab04f690b7779ed) Signed-off-by: Alexander Kanavin Signed-off-by: Richard Purdie Signed-off-by: Steve Sakoman Signed-off-by: Richard Purdie --- meta/recipes-core/meta/buildtools-extended-tarball.bb | 1 + 1 file changed, 1 insertion(+) (limited to 'meta/recipes-core/meta') 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 v1.2.3-54-g00ecf