From 11c1461e3c9acb424966d8cbaf4be0fdc665e212 Mon Sep 17 00:00:00 2001 From: Khem Raj Date: Thu, 8 Feb 2018 08:49:14 -0800 Subject: openmp: Fix source dir Signed-off-by: Khem Raj --- recipes-devtools/clang/openmp_git.bb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/recipes-devtools/clang/openmp_git.bb b/recipes-devtools/clang/openmp_git.bb index 8941eb0..4d9024c 100644 --- a/recipes-devtools/clang/openmp_git.bb +++ b/recipes-devtools/clang/openmp_git.bb @@ -17,7 +17,7 @@ TOOLCHAIN = "clang" PV .= "+git${SRCPV}" -LIC_FILES_CHKSUM = "file://../LICENSE.txt;md5=5dcbca021bcb2fbc22186bc7a8a159e6; \ +LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=5dcbca021bcb2fbc22186bc7a8a159e6; \ " SRC_URI = "\ ${LLVM_GIT}/openmp.git;protocol=${LLVM_GIT_PROTOCOL};branch=${BRANCH};name=openmp \ @@ -28,7 +28,7 @@ SRCREV_FORMAT = "openmp" BASEDEPENDS_remove_toolchain-clang_class-target = "compiler-rt" BASEDEPENDS_remove_toolchain-clang_class-target = "libcxx" -S = "${WORKDIR}/git/runtime" +S = "${WORKDIR}/git" inherit cmake pkgconfig perlnative -- cgit v1.2.3-54-g00ecf