diff options
| author | Khem Raj <raj.khem@gmail.com> | 2018-02-08 08:49:14 -0800 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2018-02-08 08:49:14 -0800 |
| commit | 11c1461e3c9acb424966d8cbaf4be0fdc665e212 (patch) | |
| tree | 39e0af3f84bf2f5211f91c1304a74ba12b9de6fd | |
| parent | 53d9cdb560c0ce7d4ab78eac205bf47bed70b30e (diff) | |
| download | meta-clang-11c1461e3c9acb424966d8cbaf4be0fdc665e212.tar.gz | |
openmp: Fix source dir
Signed-off-by: Khem Raj <raj.khem@gmail.com>
| -rw-r--r-- | recipes-devtools/clang/openmp_git.bb | 4 |
1 files 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" | |||
| 17 | 17 | ||
| 18 | PV .= "+git${SRCPV}" | 18 | PV .= "+git${SRCPV}" |
| 19 | 19 | ||
| 20 | LIC_FILES_CHKSUM = "file://../LICENSE.txt;md5=5dcbca021bcb2fbc22186bc7a8a159e6; \ | 20 | LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=5dcbca021bcb2fbc22186bc7a8a159e6; \ |
| 21 | " | 21 | " |
| 22 | SRC_URI = "\ | 22 | SRC_URI = "\ |
| 23 | ${LLVM_GIT}/openmp.git;protocol=${LLVM_GIT_PROTOCOL};branch=${BRANCH};name=openmp \ | 23 | ${LLVM_GIT}/openmp.git;protocol=${LLVM_GIT_PROTOCOL};branch=${BRANCH};name=openmp \ |
| @@ -28,7 +28,7 @@ SRCREV_FORMAT = "openmp" | |||
| 28 | BASEDEPENDS_remove_toolchain-clang_class-target = "compiler-rt" | 28 | BASEDEPENDS_remove_toolchain-clang_class-target = "compiler-rt" |
| 29 | BASEDEPENDS_remove_toolchain-clang_class-target = "libcxx" | 29 | BASEDEPENDS_remove_toolchain-clang_class-target = "libcxx" |
| 30 | 30 | ||
| 31 | S = "${WORKDIR}/git/runtime" | 31 | S = "${WORKDIR}/git" |
| 32 | 32 | ||
| 33 | inherit cmake pkgconfig perlnative | 33 | inherit cmake pkgconfig perlnative |
| 34 | 34 | ||
