llvm2.6: Updated to use llvm 2.6 release tarball.
authorXerxes Rånby <xerxes@zafena.se>
Mon, 26 Oct 2009 12:47:51 +0000 (13:47 +0100)
committerXerxes Rånby <xerxes@zafena.se>
Mon, 26 Oct 2009 12:57:24 +0000 (13:57 +0100)
llvm2.6-native: Likewise.
checksums.ini: add sums for llvm-2.6.tar.gz

conf/checksums.ini
recipes/llvm/llvm2.6-native_2.6.bb [moved from recipes/llvm/llvm2.6-native_2.5+svnr20090511.bb with 51% similarity]
recipes/llvm/llvm2.6_2.6.bb [moved from recipes/llvm/llvm2.6_2.5+svnr20090511.bb with 55% similarity]

index 00db173..85ef9dd 100644 (file)
@@ -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
similarity index 51%
rename from recipes/llvm/llvm2.6-native_2.5+svnr20090511.bb
rename to recipes/llvm/llvm2.6-native_2.6.bb
index 119e191..13e779a 100644 (file)
@@ -1,17 +1,10 @@
 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 \
+SRC_URI += "\
   file://fix-build.patch;patch=1 \
   file://llvm-debugonly-zeroormore.patch;patch=1;pnum=0 \
 "
 
-S = "${WORKDIR}/trunk"
-
 LLVM_RELEASE = "2.6"
similarity index 55%
rename from recipes/llvm/llvm2.6_2.5+svnr20090511.bb
rename to recipes/llvm/llvm2.6_2.6.bb
index 035d021..40dabb4 100644 (file)
@@ -1,19 +1,12 @@
 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 \
+SRC_URI += "\
   file://fix-build.patch;patch=1 \
   file://llvm-debugonly-zeroormore.patch;patch=1;pnum=0 \
 "
 
-S = "${WORKDIR}/trunk"
-
 LLVM_RELEASE = "2.6"