From 4a6e449063d21cee79d9d054739cd44fb0bf455d Mon Sep 17 00:00:00 2001 From: Khem Raj Date: Sun, 5 Mar 2023 14:43:14 -0800 Subject: openmp: Fix build with 64bit file offset on 32bit arches Signed-off-by: Khem Raj --- recipes-devtools/clang/openmp_git.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes-devtools/clang/openmp_git.bb b/recipes-devtools/clang/openmp_git.bb index 3611210..b20ebf5 100644 --- a/recipes-devtools/clang/openmp_git.bb +++ b/recipes-devtools/clang/openmp_git.bb @@ -12,7 +12,7 @@ TOOLCHAIN = "clang" LIC_FILES_CHKSUM = "file://openmp/LICENSE.TXT;md5=d75288d1ce0450b28b8d58a284c09c79" -inherit cmake pkgconfig perlnative python3native +inherit cmake pkgconfig perlnative python3native python3targetconfig DEPENDS += "elfutils libffi clang" -- cgit v1.2.3-54-g00ecf