summaryrefslogtreecommitdiffstats
path: root/recipes-devtools/clang/nativesdk-clang-glue.bb
diff options
context:
space:
mode:
Diffstat (limited to 'recipes-devtools/clang/nativesdk-clang-glue.bb')
-rw-r--r--recipes-devtools/clang/nativesdk-clang-glue.bb3
1 files changed, 1 insertions, 2 deletions
diff --git a/recipes-devtools/clang/nativesdk-clang-glue.bb b/recipes-devtools/clang/nativesdk-clang-glue.bb
index 5453990..6824bcb 100644
--- a/recipes-devtools/clang/nativesdk-clang-glue.bb
+++ b/recipes-devtools/clang/nativesdk-clang-glue.bb
@@ -8,11 +8,10 @@ LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/NCSA;md5=1b5fdec70ee13ad8a91667
8SECTION = "devel" 8SECTION = "devel"
9 9
10require clang.inc 10require clang.inc
11require common-source.inc
11inherit nativesdk 12inherit nativesdk
12DEPENDS += "nativesdk-clang" 13DEPENDS += "nativesdk-clang"
13 14
14S = "${WORKDIR}"
15
16do_install() { 15do_install() {
17 install -d ${D}${prefix_nativesdk} 16 install -d ${D}${prefix_nativesdk}
18 cd ${D}${prefix_nativesdk} 17 cd ${D}${prefix_nativesdk}