diff options
-rw-r--r-- | recipes/llvm/llvm2.7_2.7.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes/llvm/llvm2.7_2.7.bb b/recipes/llvm/llvm2.7_2.7.bb index 9ecd8bd8fe..187a41d24a 100644 --- a/recipes/llvm/llvm2.7_2.7.bb +++ b/recipes/llvm/llvm2.7_2.7.bb @@ -6,7 +6,7 @@ DEPENDS = "llvm-common llvm2.7-native" SRC_URI = "\ http://llvm.org/releases/${PV}/llvm-${PV}.tgz \ - file://BX_to_BLX.patch;patch=1 \ + file://BX_to_BLX.patch \ " LLVM_RELEASE = "2.7" |