diff options
Diffstat (limited to 'recipes/llvm/llvm-native_2.1.bb')
-rw-r--r-- | recipes/llvm/llvm-native_2.1.bb | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/recipes/llvm/llvm-native_2.1.bb b/recipes/llvm/llvm-native_2.1.bb deleted file mode 100644 index 6366b9bbbe..0000000000 --- a/recipes/llvm/llvm-native_2.1.bb +++ /dev/null @@ -1,16 +0,0 @@ -require llvm.inc - -SRC_URI = "http://llvm.org/releases/2.1/llvm-${PV}.tar.gz" - - -inherit native - -S = "${WORKDIR}/llvm-${PV}" - -do_stage() { - install -m 755 ${S}/Release/bin/* ${STAGING_BINDIR_NATIVE}/ -} - -do_rm_work() { - : -} |