From 66c4fef12cbe7f2a453748b8b025b2597a13e0c7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Xerxes=20R=C3=A5nby?= Date: Mon, 26 Oct 2009 13:47:51 +0100 Subject: llvm2.6: Updated to use llvm 2.6 release tarball. llvm2.6-native: Likewise. checksums.ini: add sums for llvm-2.6.tar.gz --- recipes/llvm/llvm2.6-native_2.5+svnr20090511.bb | 17 ----------------- recipes/llvm/llvm2.6-native_2.6.bb | 10 ++++++++++ recipes/llvm/llvm2.6_2.5+svnr20090511.bb | 19 ------------------- recipes/llvm/llvm2.6_2.6.bb | 12 ++++++++++++ 4 files changed, 22 insertions(+), 36 deletions(-) delete mode 100644 recipes/llvm/llvm2.6-native_2.5+svnr20090511.bb create mode 100644 recipes/llvm/llvm2.6-native_2.6.bb delete mode 100644 recipes/llvm/llvm2.6_2.5+svnr20090511.bb create mode 100644 recipes/llvm/llvm2.6_2.6.bb (limited to 'recipes/llvm') diff --git a/recipes/llvm/llvm2.6-native_2.5+svnr20090511.bb b/recipes/llvm/llvm2.6-native_2.5+svnr20090511.bb deleted file mode 100644 index 119e191856..0000000000 --- a/recipes/llvm/llvm2.6-native_2.5+svnr20090511.bb +++ /dev/null @@ -1,17 +0,0 @@ -require llvm-native.inc - -SRCREV = "71428" - -PV = "2.5+svnr${SRCREV}" - -PR = "r0" - -SRC_URI = "\ - svn://llvm.org/svn/llvm-project/llvm/;proto=http;module=trunk \ - file://fix-build.patch;patch=1 \ - file://llvm-debugonly-zeroormore.patch;patch=1;pnum=0 \ -" - -S = "${WORKDIR}/trunk" - -LLVM_RELEASE = "2.6" diff --git a/recipes/llvm/llvm2.6-native_2.6.bb b/recipes/llvm/llvm2.6-native_2.6.bb new file mode 100644 index 0000000000..13e779aeda --- /dev/null +++ b/recipes/llvm/llvm2.6-native_2.6.bb @@ -0,0 +1,10 @@ +require llvm-native.inc + +PR = "r0" + +SRC_URI += "\ + file://fix-build.patch;patch=1 \ + file://llvm-debugonly-zeroormore.patch;patch=1;pnum=0 \ +" + +LLVM_RELEASE = "2.6" diff --git a/recipes/llvm/llvm2.6_2.5+svnr20090511.bb b/recipes/llvm/llvm2.6_2.5+svnr20090511.bb deleted file mode 100644 index 035d021f7d..0000000000 --- a/recipes/llvm/llvm2.6_2.5+svnr20090511.bb +++ /dev/null @@ -1,19 +0,0 @@ -require llvm.inc - -SRCREV = "71428" - -PV = "2.5+svnr${SRCREV}" - -PR = "r0" - -DEPENDS = "llvm-common llvm2.6-native" - -SRC_URI = "\ - svn://llvm.org/svn/llvm-project/llvm/;proto=http;module=trunk \ - file://fix-build.patch;patch=1 \ - file://llvm-debugonly-zeroormore.patch;patch=1;pnum=0 \ -" - -S = "${WORKDIR}/trunk" - -LLVM_RELEASE = "2.6" diff --git a/recipes/llvm/llvm2.6_2.6.bb b/recipes/llvm/llvm2.6_2.6.bb new file mode 100644 index 0000000000..40dabb4fba --- /dev/null +++ b/recipes/llvm/llvm2.6_2.6.bb @@ -0,0 +1,12 @@ +require llvm.inc + +PR = "r0" + +DEPENDS = "llvm-common llvm2.6-native" + +SRC_URI += "\ + file://fix-build.patch;patch=1 \ + file://llvm-debugonly-zeroormore.patch;patch=1;pnum=0 \ +" + +LLVM_RELEASE = "2.6" -- cgit v1.2.3