mesa-dri-glsl-native: move to 7.8 release
authorMartin Jansa <Martin.Jansa@gmail.com>
Tue, 30 Mar 2010 11:06:21 +0000 (13:06 +0200)
committerMartin Jansa <Martin.Jansa@gmail.com>
Tue, 30 Mar 2010 14:50:54 +0000 (16:50 +0200)
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
recipes/mesa/mesa-dri-glsl-native.bb [deleted file]
recipes/mesa/mesa-dri-glsl-native_7.8.bb [new file with mode: 0644]

diff --git a/recipes/mesa/mesa-dri-glsl-native.bb b/recipes/mesa/mesa-dri-glsl-native.bb
deleted file mode 100644 (file)
index 511cdcf..0000000
+++ /dev/null
@@ -1,22 +0,0 @@
-inherit native
-
-PV = "7.7.999"
-PR = "0"
-PR_append = "+gitr${SRCREV}"
-
-DEPENDS = "makedepend-native"
-
-SRCREV = "f88b43e8d09bf359e7d5770b133cb433b25f9848"
-
-SRC_URI = "git://anongit.freedesktop.org/git/mesa/mesa;protocol=git"
-
-S = "${WORKDIR}/git/src/glsl/"
-
-do_configure_prepend() {
-  ln -s ${S}/../../configs/default ${S}/../../configs/current
-}
-
-do_stage() {
-  install -d ${bindir}
-  install -m 755 ${S}/apps/compile ${bindir}/glsl-compile
-}
diff --git a/recipes/mesa/mesa-dri-glsl-native_7.8.bb b/recipes/mesa/mesa-dri-glsl-native_7.8.bb
new file mode 100644 (file)
index 0000000..eef5733
--- /dev/null
@@ -0,0 +1,20 @@
+inherit native
+
+PR = "0"
+
+DEPENDS = "makedepend-native"
+
+SRC_URI = "ftp://ftp.freedesktop.org/pub/mesa/${PV}/MesaLib-${PV}.tar.bz2;name=archive"
+SRC_URI[archive.md5sum] = "85cb891eecb89aae4fdd3499cccd934b"
+SRC_URI[archive.sha256sum] = "8c85db5844303b806b18fc6bd40a9dccb02d90b54878a94f910674673ba0aa35"
+
+S = "${WORKDIR}/Mesa-7.8/src/glsl/"
+
+do_configure_prepend() {
+  ln -s ${S}/../../configs/default ${S}/../../configs/current
+}
+
+do_stage() {
+  install -d ${bindir}
+  install -m 755 ${S}/apps/compile ${bindir}/glsl-compile
+}