summaryrefslogtreecommitdiffstats
path: root/meta/recipes-graphics/mesa
diff options
context:
space:
mode:
authorYu Ke <ke.yu@intel.com>2011-04-28 15:15:58 +0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2011-05-04 15:06:36 +0100
commit61018fda65fcb7a08d74b57abfe8e8809fcdaae0 (patch)
tree49e4f016b760d9ba0431e79cfd97e027e30ae53e /meta/recipes-graphics/mesa
parentb5adb300dda792d128e9d1a7c33646437dbe73e4 (diff)
downloadpoky-61018fda65fcb7a08d74b57abfe8e8809fcdaae0.tar.gz
poky-default-revisions: move the SRCREV to recipe file
in this case, those non poky distro can also use these recipe normally (From OE-Core rev: 0a57bd226cdb8332707fa0f46fcf0b067f03701a) Signed-off-by: Yu Ke <ke.yu@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-graphics/mesa')
-rw-r--r--meta/recipes-graphics/mesa/mesa-dri_git.bb1
-rw-r--r--meta/recipes-graphics/mesa/qemugl_git.bb2
2 files changed, 3 insertions, 0 deletions
diff --git a/meta/recipes-graphics/mesa/mesa-dri_git.bb b/meta/recipes-graphics/mesa/mesa-dri_git.bb
index 20bb9125d4..f61d23c543 100644
--- a/meta/recipes-graphics/mesa/mesa-dri_git.bb
+++ b/meta/recipes-graphics/mesa/mesa-dri_git.bb
@@ -11,6 +11,7 @@ LIB_DEPS = "libdrm virtual/libx11 libxext libxxf86vm libxdamage libxfixes expat"
11 11
12DEPENDS = "${PROTO_DEPS} ${LIB_DEPS}" 12DEPENDS = "${PROTO_DEPS} ${LIB_DEPS}"
13 13
14SRCREV = "1bf94d419805538ac23a4d0b04d31ac5e4487aca"
14PV = "7.7+git${SRCPV}" 15PV = "7.7+git${SRCPV}"
15PR = "r1" 16PR = "r1"
16 17
diff --git a/meta/recipes-graphics/mesa/qemugl_git.bb b/meta/recipes-graphics/mesa/qemugl_git.bb
index 19d655716f..9d5115f43d 100644
--- a/meta/recipes-graphics/mesa/qemugl_git.bb
+++ b/meta/recipes-graphics/mesa/qemugl_git.bb
@@ -14,6 +14,8 @@ SRC_URI = "git://git.o-hand.com/qemugl.git;protocol=git \
14 file://remove-x11r6-lib-dir.patch" 14 file://remove-x11r6-lib-dir.patch"
15S = "${WORKDIR}/git" 15S = "${WORKDIR}/git"
16 16
17SRCREV = "d888bbc723c00d197d34a39b5b7448660ec1b1c0"
18
17PV = "0.0+git${SRCPV}" 19PV = "0.0+git${SRCPV}"
18PR = "r7" 20PR = "r7"
19 21