diff options
author | Robert Schuster <robertschuster@fsfe.org> | 2009-05-15 13:24:47 +0200 |
---|---|---|
committer | Robert Schuster <robertschuster@fsfe.org> | 2009-05-15 13:24:47 +0200 |
commit | afc463eeb8f1b718e67a1c74819171f017b78989 (patch) | |
tree | db944c4fe7db7a6d149c2d89df15133c06df7730 /recipes/llvm | |
parent | a515f55e6187ce6fbc5535a8c1493f7d43dd8262 (diff) |
llvm2.6-native: Revert SRCPV usage (its not appropriate here).
* fixed the build patch (removed conflict markers)
llvm2.6: Dito.
Diffstat (limited to 'recipes/llvm')
-rw-r--r-- | recipes/llvm/llvm2.6-native_2.5+svnr20090511.bb | 2 | ||||
-rw-r--r-- | recipes/llvm/llvm2.6/fix-build.patch | 11 | ||||
-rw-r--r-- | recipes/llvm/llvm2.6_2.5+svnr20090511.bb | 2 |
3 files changed, 2 insertions, 13 deletions
diff --git a/recipes/llvm/llvm2.6-native_2.5+svnr20090511.bb b/recipes/llvm/llvm2.6-native_2.5+svnr20090511.bb index de94d08021..119e191856 100644 --- a/recipes/llvm/llvm2.6-native_2.5+svnr20090511.bb +++ b/recipes/llvm/llvm2.6-native_2.5+svnr20090511.bb @@ -2,7 +2,7 @@ require llvm-native.inc SRCREV = "71428" -PV = "2.5+svnr${SRCPV}" +PV = "2.5+svnr${SRCREV}" PR = "r0" diff --git a/recipes/llvm/llvm2.6/fix-build.patch b/recipes/llvm/llvm2.6/fix-build.patch index fe7a8e4a97..39b8d1dc30 100644 --- a/recipes/llvm/llvm2.6/fix-build.patch +++ b/recipes/llvm/llvm2.6/fix-build.patch @@ -1,24 +1,13 @@ -<<<<<<< HEAD:recipes/llvm/llvm2.6/fix-build.patch -Index: tools/llvm-config/CMakeLists.txt -=================================================================== ---- a/tools.orig/llvm-config/CMakeLists.txt 2009-04-09 10:45:01.000000000 +0200 -+++ b/tools/llvm-config/CMakeLists.txt 2009-04-09 10:43:52.000000000 +0200 -======= Index: trunk/tools/llvm-config/CMakeLists.txt =================================================================== --- trunk.orig/tools/llvm-config/CMakeLists.txt 2009-04-10 11:56:56.000000000 +0200 +++ trunk/tools/llvm-config/CMakeLists.txt 2009-04-10 12:21:19.000000000 +0200 ->>>>>>> New recipes by Xerxes Ranby (xerxes@zafena.se):recipes/llvm/llvm2.6/fix-build.patch @@ -90,7 +90,7 @@ add_custom_command(OUTPUT ${LLVM_CONFIG} COMMAND echo 's!@LLVM_CPPFLAGS@!${CPP_FLGS}!' > temp.sed COMMAND echo 's!@LLVM_CFLAGS@!${C_FLGS}!' >> temp.sed - COMMAND echo 's!@LLVM_CXXFLAGS@!${CXX_FLGS}!' >> temp.sed -<<<<<<< HEAD:recipes/llvm/llvm2.6/fix-build.patch -+ COMMAND echo 's!@LLVM_CXXFLAGS@!${CXX_FLGS} -fpermissive -fvisibility-inlines-hidden!' >> temp.sed -======= + COMMAND echo 's!@LLVM_CXXFLAGS@!${CXX_FLGS} -fpermissive -fvisibility-inlines-hidden -Woverloaded-virtual!' >> temp.sed ->>>>>>> New recipes by Xerxes Ranby (xerxes@zafena.se):recipes/llvm/llvm2.6/fix-build.patch # TODO: Use general flags for linking! not just for shared libs: COMMAND echo 's!@LLVM_LDFLAGS@!${CMAKE_SHARED_LINKER_FLAGS}!' >> temp.sed COMMAND echo 's!@LIBS@!!' >> temp.sed # TODO: System libs diff --git a/recipes/llvm/llvm2.6_2.5+svnr20090511.bb b/recipes/llvm/llvm2.6_2.5+svnr20090511.bb index 58cb7c7268..035d021f7d 100644 --- a/recipes/llvm/llvm2.6_2.5+svnr20090511.bb +++ b/recipes/llvm/llvm2.6_2.5+svnr20090511.bb @@ -2,7 +2,7 @@ require llvm.inc SRCREV = "71428" -PV = "2.5+svnr${SRCPV}" +PV = "2.5+svnr${SRCREV}" PR = "r0" |