aboutsummaryrefslogtreecommitdiffstats
path: root/common/recipes-core/llvm/llvm_git.bbappend
diff options
context:
space:
mode:
Diffstat (limited to 'common/recipes-core/llvm/llvm_git.bbappend')
-rw-r--r--common/recipes-core/llvm/llvm_git.bbappend16
1 files changed, 0 insertions, 16 deletions
diff --git a/common/recipes-core/llvm/llvm_git.bbappend b/common/recipes-core/llvm/llvm_git.bbappend
deleted file mode 100644
index bd77ed77..00000000
--- a/common/recipes-core/llvm/llvm_git.bbappend
+++ /dev/null
@@ -1,16 +0,0 @@
-FILESEXTRAPATHS_prepend := "${THISDIR}/files:"
-LIC_FILES_CHKSUM = "file://LICENSE.TXT;md5=c520ed40e11887bb1d24d86f7f5b1f05"
-
-SRCREV = "4a059213dd6f034147e9083c21133dc1b57b3a8a"
-PV = "7"
-BRANCH = "release_70"
-PATCH_VERSION = "0"
-
-SRC_URI += "file://0001-llvm-config-allow-overriding-libdir-through-cmdline.patch"
-SRC_URI_remove = "file://0001-Disable-generating-a-native-llvm-config.patch"
-
-INSANE_SKIP_${MLPREFIX}libllvm${LLVM_RELEASE}-llvm-${LLVM_RELEASE}.${PATCH_VERSION}.0 += "dev-so"
-
-PACKAGES =+ "${PN}-testplugin"
-FILES_${PN}-testplugin = "${libdir}/${LLVM_DIR}/TestPlugin.so"
-FILES_${PN}-dbg += "${libdir}/${LLVM_DIR}/.debug/TestPlugin.so"