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 --- conf/checksums.ini | 4 ++++ 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 ++++++++++++ 5 files changed, 26 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 diff --git a/conf/checksums.ini b/conf/checksums.ini index 00db173097..85ef9dd7ea 100644 --- a/conf/checksums.ini +++ b/conf/checksums.ini @@ -16746,6 +16746,10 @@ sha256=5fc295b3cf3de019962aee3be1c5efb49d6bf5041dae59451f6c0f544eb36bdc md5=55df2ea8665c8094ad2ef85187b9fc74 sha256=8f3d69e63bc5d1ee2c2ee49ff07ccb7e070070a0e937813d2a6179b9e2e173ed +[http://llvm.org/releases/2.6/llvm-2.6.tar.gz] +md5=88b8a5b6290927e6f54e85a35b94ef64 +sha256=9621bd6038a1d3f93038c472d77a574078935c9f189d38eab1ee5c56498ef393 + [http://dl.lm-sensors.org/lm-sensors/releases/lm_sensors-2.10.1.tar.gz] md5=cdc857b78e813b88cbf8be92441aa299 sha256=a332cacfa9d0eed6e9158c394db714e536f38c27451d7df08b9634952118fa1b 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