diff options
author | Yu Ke <ke.yu@intel.com> | 2011-04-28 15:15:58 +0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2011-05-04 15:06:36 +0100 |
commit | 61018fda65fcb7a08d74b57abfe8e8809fcdaae0 (patch) | |
tree | 49e4f016b760d9ba0431e79cfd97e027e30ae53e /meta/recipes-graphics | |
parent | b5adb300dda792d128e9d1a7c33646437dbe73e4 (diff) | |
download | poky-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')
31 files changed, 40 insertions, 0 deletions
diff --git a/meta/recipes-graphics/clutter/clutter-box2d_git.bb b/meta/recipes-graphics/clutter/clutter-box2d_git.bb index 62b5c802d1..76715307af 100644 --- a/meta/recipes-graphics/clutter/clutter-box2d_git.bb +++ b/meta/recipes-graphics/clutter/clutter-box2d_git.bb | |||
@@ -2,6 +2,7 @@ require clutter-box2d.inc | |||
2 | 2 | ||
3 | LIC_FILES_CHKSUM = "file://box2d/License.txt;md5=e5d39ad91f7dc4692dcdb1d85139ec6b" | 3 | LIC_FILES_CHKSUM = "file://box2d/License.txt;md5=e5d39ad91f7dc4692dcdb1d85139ec6b" |
4 | 4 | ||
5 | SRCREV = "92b44f79a8667a31b46b861236392bdf32b7d6c2" | ||
5 | PV = "0.10.1+git${SRCPV}" | 6 | PV = "0.10.1+git${SRCPV}" |
6 | PR = "r0" | 7 | PR = "r0" |
7 | 8 | ||
diff --git a/meta/recipes-graphics/clutter/clutter-gst-1.4_git.bb b/meta/recipes-graphics/clutter/clutter-gst-1.4_git.bb index f8ba3e7fac..94d6885b49 100644 --- a/meta/recipes-graphics/clutter/clutter-gst-1.4_git.bb +++ b/meta/recipes-graphics/clutter/clutter-gst-1.4_git.bb | |||
@@ -1,5 +1,6 @@ | |||
1 | require clutter-gst.inc | 1 | require clutter-gst.inc |
2 | 2 | ||
3 | SRCREV = "8a087fabc888a6a4a939760c392109dbb610adbf" | ||
3 | PV = "1.3.4+git${SRCPV}" | 4 | PV = "1.3.4+git${SRCPV}" |
4 | 5 | ||
5 | LIC_FILES_CHKSUM = "file://COPYING;md5=7fbc338309ac38fefcd64b04bb903e34 \ | 6 | LIC_FILES_CHKSUM = "file://COPYING;md5=7fbc338309ac38fefcd64b04bb903e34 \ |
diff --git a/meta/recipes-graphics/clutter/clutter-gtk-1.4_git.bb b/meta/recipes-graphics/clutter/clutter-gtk-1.4_git.bb index 42a1ef26ae..12822c0000 100644 --- a/meta/recipes-graphics/clutter/clutter-gtk-1.4_git.bb +++ b/meta/recipes-graphics/clutter/clutter-gtk-1.4_git.bb | |||
@@ -1,5 +1,6 @@ | |||
1 | require clutter-gtk.inc | 1 | require clutter-gtk.inc |
2 | 2 | ||
3 | SRCREV = "b92329c4c1288019e2dea6567e2b5e98eb0a9992" | ||
3 | PV = "0.90.0+git${SRCPV}" | 4 | PV = "0.90.0+git${SRCPV}" |
4 | PR = "r0" | 5 | PR = "r0" |
5 | 6 | ||
diff --git a/meta/recipes-graphics/clutter/clutter_git.bb b/meta/recipes-graphics/clutter/clutter_git.bb index dd5f980df3..6df48e2e69 100644 --- a/meta/recipes-graphics/clutter/clutter_git.bb +++ b/meta/recipes-graphics/clutter/clutter_git.bb | |||
@@ -3,6 +3,7 @@ require clutter-package.inc | |||
3 | 3 | ||
4 | LIC_FILES_CHKSUM = "file://COPYING;md5=7fbc338309ac38fefcd64b04bb903e34" | 4 | LIC_FILES_CHKSUM = "file://COPYING;md5=7fbc338309ac38fefcd64b04bb903e34" |
5 | 5 | ||
6 | SRCREV = "e957e277b8a4893ce8c99e94402036d42a8b3748" | ||
6 | PV = "1.0.0+git${SRCPV}" | 7 | PV = "1.0.0+git${SRCPV}" |
7 | PR = "r8" | 8 | PR = "r8" |
8 | 9 | ||
diff --git a/meta/recipes-graphics/drm/libdrm_git.bb b/meta/recipes-graphics/drm/libdrm_git.bb index 866da5de25..7d4e1b3c75 100644 --- a/meta/recipes-graphics/drm/libdrm_git.bb +++ b/meta/recipes-graphics/drm/libdrm_git.bb | |||
@@ -4,5 +4,6 @@ SRC_URI = "git://anongit.freedesktop.org/git/mesa/drm;protocol=git" | |||
4 | 4 | ||
5 | S = ${WORKDIR}/git | 5 | S = ${WORKDIR}/git |
6 | 6 | ||
7 | SRCREV = "3f3c5be6f908272199ccf53f108b1124bfe0a00e" | ||
7 | PV = "2.4.15+git${SRCPV}" | 8 | PV = "2.4.15+git${SRCPV}" |
8 | PR = "r0" | 9 | PR = "r0" |
diff --git a/meta/recipes-graphics/fstests/fstests_svn.bb b/meta/recipes-graphics/fstests/fstests_svn.bb index 3c0d7b0b12..ef70eb3245 100644 --- a/meta/recipes-graphics/fstests/fstests_svn.bb +++ b/meta/recipes-graphics/fstests/fstests_svn.bb | |||
@@ -3,6 +3,8 @@ HOMEPAGE = "http://www.o-hand.com" | |||
3 | SECTION = "devel" | 3 | SECTION = "devel" |
4 | LICENSE = "ZLIB" | 4 | LICENSE = "ZLIB" |
5 | DEPENDS = "pango libxext libxft virtual/libx11 gtk+" | 5 | DEPENDS = "pango libxext libxft virtual/libx11 gtk+" |
6 | |||
7 | SRCREV = "426" | ||
6 | PV = "0.0+svnr${SRCPV}" | 8 | PV = "0.0+svnr${SRCPV}" |
7 | PR = "r1" | 9 | PR = "r1" |
8 | 10 | ||
diff --git a/meta/recipes-graphics/libfakekey/libfakekey_git.bb b/meta/recipes-graphics/libfakekey/libfakekey_git.bb index a7f64ff0d6..6109ea0fea 100644 --- a/meta/recipes-graphics/libfakekey/libfakekey_git.bb +++ b/meta/recipes-graphics/libfakekey/libfakekey_git.bb | |||
@@ -9,6 +9,8 @@ LIC_FILES_CHKSUM = "file://src/libfakekey.c;endline=30;md5=602b5ccd48f6440751086 | |||
9 | 9 | ||
10 | DEPENDS = "libxtst" | 10 | DEPENDS = "libxtst" |
11 | SECTION = "x11/wm" | 11 | SECTION = "x11/wm" |
12 | |||
13 | SRCREV = "e8c2e412ea4a417afc1f30e32cb7bdc508b1dccc" | ||
12 | PV = "0.0+git${SRCPV}" | 14 | PV = "0.0+git${SRCPV}" |
13 | PR = "r0" | 15 | PR = "r0" |
14 | 16 | ||
diff --git a/meta/recipes-graphics/libmatchbox/libmatchbox_git.bb b/meta/recipes-graphics/libmatchbox/libmatchbox_git.bb index 3d2fe9cd4d..2984177ac3 100644 --- a/meta/recipes-graphics/libmatchbox/libmatchbox_git.bb +++ b/meta/recipes-graphics/libmatchbox/libmatchbox_git.bb | |||
@@ -1,5 +1,6 @@ | |||
1 | require libmatchbox.inc | 1 | require libmatchbox.inc |
2 | 2 | ||
3 | SRCREV = "c81f8f444b83b187727f046432b186d67a42c732" | ||
3 | PV = "1.9+git${SRCPV}" | 4 | PV = "1.9+git${SRCPV}" |
4 | PR = "r0" | 5 | PR = "r0" |
5 | DEFAULT_PREFERENCE = "-1" | 6 | DEFAULT_PREFERENCE = "-1" |
diff --git a/meta/recipes-graphics/matchbox-wm-2/matchbox-wm-2_svn.bb b/meta/recipes-graphics/matchbox-wm-2/matchbox-wm-2_svn.bb index 2eb12e14e4..3332891f74 100644 --- a/meta/recipes-graphics/matchbox-wm-2/matchbox-wm-2_svn.bb +++ b/meta/recipes-graphics/matchbox-wm-2/matchbox-wm-2_svn.bb | |||
@@ -5,6 +5,7 @@ LIC_FILES_CHKSUM = "file://matchbox/core/mb-wm.h;endline=21;md5=1b1d328a52790635 | |||
5 | 5 | ||
6 | DEPENDS = "virtual/libx11 libxext libxrender startup-notification expat gconf pango libxdamage libxcomposite gtk+" | 6 | DEPENDS = "virtual/libx11 libxext libxrender startup-notification expat gconf pango libxdamage libxcomposite gtk+" |
7 | 7 | ||
8 | SRCREV = "2106" | ||
8 | PV = "0.0+svnr${SRCPV}" | 9 | PV = "0.0+svnr${SRCPV}" |
9 | PR = "r4" | 10 | PR = "r4" |
10 | 11 | ||
diff --git a/meta/recipes-graphics/matchbox-wm/matchbox-wm_git.bb b/meta/recipes-graphics/matchbox-wm/matchbox-wm_git.bb index a9dfaf7343..9814d67e66 100644 --- a/meta/recipes-graphics/matchbox-wm/matchbox-wm_git.bb +++ b/meta/recipes-graphics/matchbox-wm/matchbox-wm_git.bb | |||
@@ -10,6 +10,7 @@ LIC_FILES_CHKSUM = "file://src/wm.h;endline=21;md5=a7e844465edbcf79c282369f93caa | |||
10 | SECTION = "x11/wm" | 10 | SECTION = "x11/wm" |
11 | DEPENDS = "libmatchbox virtual/libx11 libxext libxrender startup-notification expat gconf" | 11 | DEPENDS = "libmatchbox virtual/libx11 libxext libxrender startup-notification expat gconf" |
12 | 12 | ||
13 | SRCREV = "e8236c9ab44a8af8137cac2a35fb87f9146a9656" | ||
13 | PV = "1.2+git${SRCPV}" | 14 | PV = "1.2+git${SRCPV}" |
14 | PR = "r0" | 15 | PR = "r0" |
15 | 16 | ||
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 | ||
12 | DEPENDS = "${PROTO_DEPS} ${LIB_DEPS}" | 12 | DEPENDS = "${PROTO_DEPS} ${LIB_DEPS}" |
13 | 13 | ||
14 | SRCREV = "1bf94d419805538ac23a4d0b04d31ac5e4487aca" | ||
14 | PV = "7.7+git${SRCPV}" | 15 | PV = "7.7+git${SRCPV}" |
15 | PR = "r1" | 16 | PR = "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" |
15 | S = "${WORKDIR}/git" | 15 | S = "${WORKDIR}/git" |
16 | 16 | ||
17 | SRCREV = "d888bbc723c00d197d34a39b5b7448660ec1b1c0" | ||
18 | |||
17 | PV = "0.0+git${SRCPV}" | 19 | PV = "0.0+git${SRCPV}" |
18 | PR = "r7" | 20 | PR = "r7" |
19 | 21 | ||
diff --git a/meta/recipes-graphics/mutter/mutter_git.bb b/meta/recipes-graphics/mutter/mutter_git.bb index 37e2361ca7..8d308f1688 100644 --- a/meta/recipes-graphics/mutter/mutter_git.bb +++ b/meta/recipes-graphics/mutter/mutter_git.bb | |||
@@ -1,5 +1,6 @@ | |||
1 | require mutter.inc | 1 | require mutter.inc |
2 | 2 | ||
3 | SRCREV = "01d3bebe24d2a56bdf2d82c4a71923e1573f7b7c" | ||
3 | PV = "2.29.1+git${SRCPV}" | 4 | PV = "2.29.1+git${SRCPV}" |
4 | PR = "r0" | 5 | PR = "r0" |
5 | 6 | ||
diff --git a/meta/recipes-graphics/xcb/libxcb_git.bb b/meta/recipes-graphics/xcb/libxcb_git.bb index 86ba036ae8..f8cf2a581d 100644 --- a/meta/recipes-graphics/xcb/libxcb_git.bb +++ b/meta/recipes-graphics/xcb/libxcb_git.bb | |||
@@ -1,6 +1,8 @@ | |||
1 | DEFAULT_PREFERENCE = "-1" | 1 | DEFAULT_PREFERENCE = "-1" |
2 | 2 | ||
3 | include libxcb.inc | 3 | include libxcb.inc |
4 | |||
5 | SRCREV = "625ed596cae6dd8175aeb6cb6f26784928042f22" | ||
4 | PV = "1.1.90.1+gitr${SRCPV}" | 6 | PV = "1.1.90.1+gitr${SRCPV}" |
5 | PR = "r1" | 7 | PR = "r1" |
6 | 8 | ||
diff --git a/meta/recipes-graphics/xcb/xcb-proto_git.bb b/meta/recipes-graphics/xcb/xcb-proto_git.bb index e4c238cfc7..01a7d912f7 100644 --- a/meta/recipes-graphics/xcb/xcb-proto_git.bb +++ b/meta/recipes-graphics/xcb/xcb-proto_git.bb | |||
@@ -1,6 +1,7 @@ | |||
1 | DEFAULT_PREFERENCE = "-1" | 1 | DEFAULT_PREFERENCE = "-1" |
2 | 2 | ||
3 | include xcb-proto.inc | 3 | include xcb-proto.inc |
4 | SRCREV = "d81ca233e98be8fa59e8c90d262c0516944c5a66" | ||
4 | PV = "1.2+gitr${SRCPV}" | 5 | PV = "1.2+gitr${SRCPV}" |
5 | PR = "r1" | 6 | PR = "r1" |
6 | 7 | ||
diff --git a/meta/recipes-graphics/xorg-driver/xf86-input-keyboard_git.bb b/meta/recipes-graphics/xorg-driver/xf86-input-keyboard_git.bb index 57c601c12d..fe8cee9d9c 100644 --- a/meta/recipes-graphics/xorg-driver/xf86-input-keyboard_git.bb +++ b/meta/recipes-graphics/xorg-driver/xf86-input-keyboard_git.bb | |||
@@ -7,6 +7,7 @@ driver supports the standard OS-provided keyboard interface. The driver \ | |||
7 | functions as a keyboard input device, and may be used as the X server's \ | 7 | functions as a keyboard input device, and may be used as the X server's \ |
8 | core keyboard." | 8 | core keyboard." |
9 | 9 | ||
10 | SRCREV = "3e28d68b50d291938734e9684b8296ca864f3892" | ||
10 | PV = "1.3.2+git${SRCPV}" | 11 | PV = "1.3.2+git${SRCPV}" |
11 | 12 | ||
12 | SRC_URI = "git://anongit.freedesktop.org/git/xorg/driver/xf86-input-keyboard;protocol=git" | 13 | SRC_URI = "git://anongit.freedesktop.org/git/xorg/driver/xf86-input-keyboard;protocol=git" |
diff --git a/meta/recipes-graphics/xorg-driver/xf86-input-mouse_git.bb b/meta/recipes-graphics/xorg-driver/xf86-input-mouse_git.bb index bdf61c1155..a56ef114c0 100644 --- a/meta/recipes-graphics/xorg-driver/xf86-input-mouse_git.bb +++ b/meta/recipes-graphics/xorg-driver/xf86-input-mouse_git.bb | |||
@@ -8,6 +8,7 @@ functions as a pointer input device, and may be used as the X server's \ | |||
8 | core pointer. Multiple mice are supported by multiple instances of this \ | 8 | core pointer. Multiple mice are supported by multiple instances of this \ |
9 | driver." | 9 | driver." |
10 | 10 | ||
11 | SRCREV = "ea5cfe804e112f320f14ad896c7802d53551d3e6" | ||
11 | PV = "1.3.0+git${SRCPV}" | 12 | PV = "1.3.0+git${SRCPV}" |
12 | PR = "r2" | 13 | PR = "r2" |
13 | 14 | ||
diff --git a/meta/recipes-graphics/xorg-driver/xf86-input-synaptics_git.bb b/meta/recipes-graphics/xorg-driver/xf86-input-synaptics_git.bb index 70478d5202..dbfcef5a75 100644 --- a/meta/recipes-graphics/xorg-driver/xf86-input-synaptics_git.bb +++ b/meta/recipes-graphics/xorg-driver/xf86-input-synaptics_git.bb | |||
@@ -8,6 +8,7 @@ operating in a compatibility mode emulating a standard mouse) can be \ | |||
8 | handled by the normal evdev or mouse drivers, this driver allows more \ | 8 | handled by the normal evdev or mouse drivers, this driver allows more \ |
9 | advanced features of the touchpad to become available." | 9 | advanced features of the touchpad to become available." |
10 | 10 | ||
11 | SRCREV = "934bc0012f948c52aadc8eda912f7728fb7394a2" | ||
11 | PV = "0.15.2+git${SRCPV}" | 12 | PV = "0.15.2+git${SRCPV}" |
12 | 13 | ||
13 | SRC_URI = "git://anongit.freedesktop.org/git/xorg/driver/xf86-input-synaptics;protocol=git" | 14 | SRC_URI = "git://anongit.freedesktop.org/git/xorg/driver/xf86-input-synaptics;protocol=git" |
diff --git a/meta/recipes-graphics/xorg-driver/xf86-video-intel_git.bb b/meta/recipes-graphics/xorg-driver/xf86-video-intel_git.bb index 4aac8039f6..34fe533d01 100644 --- a/meta/recipes-graphics/xorg-driver/xf86-video-intel_git.bb +++ b/meta/recipes-graphics/xorg-driver/xf86-video-intel_git.bb | |||
@@ -10,6 +10,7 @@ Infrastructure (DRI)." | |||
10 | DEPENDS += "virtual/libx11 libxvmc drm dri2proto glproto \ | 10 | DEPENDS += "virtual/libx11 libxvmc drm dri2proto glproto \ |
11 | virtual/libgl xineramaproto libpciaccess" | 11 | virtual/libgl xineramaproto libpciaccess" |
12 | 12 | ||
13 | SRCREV = "87ea531c5dc5b39809395b277c330854aaaaf019" | ||
13 | PV = "2.10.0+git${SRCPV}" | 14 | PV = "2.10.0+git${SRCPV}" |
14 | PR = "r0" | 15 | PR = "r0" |
15 | 16 | ||
diff --git a/meta/recipes-graphics/xorg-driver/xf86-video-omapfb_git.bb b/meta/recipes-graphics/xorg-driver/xf86-video-omapfb_git.bb index 2714786acd..66aa5c4666 100644 --- a/meta/recipes-graphics/xorg-driver/xf86-video-omapfb_git.bb +++ b/meta/recipes-graphics/xorg-driver/xf86-video-omapfb_git.bb | |||
@@ -9,6 +9,7 @@ LICENSE = "MIT-X" | |||
9 | LIC_FILES_CHKSUM = "file://src/omapfb-driver.c;beginline=1;endline=30;md5=a44c2a37e04d1c2c5f0313afb493f833" | 9 | LIC_FILES_CHKSUM = "file://src/omapfb-driver.c;beginline=1;endline=30;md5=a44c2a37e04d1c2c5f0313afb493f833" |
10 | DEPENDS += "virtual/libx11" | 10 | DEPENDS += "virtual/libx11" |
11 | 11 | ||
12 | SRCREV = "044617665d6737f4909aab96f91b06261dff05d2" | ||
12 | PE = "1" | 13 | PE = "1" |
13 | PR = "r1" | 14 | PR = "r1" |
14 | PV = "0.1.1+git${SRCPV}" | 15 | PV = "0.1.1+git${SRCPV}" |
diff --git a/meta/recipes-graphics/xorg-lib/libx11-diet_git.bb b/meta/recipes-graphics/xorg-lib/libx11-diet_git.bb index 458ba41a3e..bd82b357a4 100644 --- a/meta/recipes-graphics/xorg-lib/libx11-diet_git.bb +++ b/meta/recipes-graphics/xorg-lib/libx11-diet_git.bb | |||
@@ -11,5 +11,7 @@ SRC_URI += "file://X18NCMSstubs.diff;patch=1 \ | |||
11 | DEPENDS += "bigreqsproto xproto xextproto xtrans libxau xcmiscproto \ | 11 | DEPENDS += "bigreqsproto xproto xextproto xtrans libxau xcmiscproto \ |
12 | libxdmcp xf86bigfontproto kbproto inputproto xproto-native" | 12 | libxdmcp xf86bigfontproto kbproto inputproto xproto-native" |
13 | 13 | ||
14 | SRCREV = "d23aad31338e7d869d878d5aa1b6b91d20287005" | ||
15 | |||
14 | EXTRA_OECONF += "--without-xcb --disable-udc --disable-xcms --disable-xlocale" | 16 | EXTRA_OECONF += "--without-xcb --disable-udc --disable-xcms --disable-xlocale" |
15 | CFLAGS += "-D_GNU_SOURCE" | 17 | CFLAGS += "-D_GNU_SOURCE" |
diff --git a/meta/recipes-graphics/xorg-lib/libx11-trim_git.bb b/meta/recipes-graphics/xorg-lib/libx11-trim_git.bb index 7044a0e3a3..730efe1bfa 100644 --- a/meta/recipes-graphics/xorg-lib/libx11-trim_git.bb +++ b/meta/recipes-graphics/xorg-lib/libx11-trim_git.bb | |||
@@ -4,6 +4,7 @@ require libx11_git.inc | |||
4 | DESCRIPTION += " Support for XCB, and XCMS is disabled in this version." | 4 | DESCRIPTION += " Support for XCB, and XCMS is disabled in this version." |
5 | 5 | ||
6 | PR = "r2" | 6 | PR = "r2" |
7 | SRCREV = "d23aad31338e7d869d878d5aa1b6b91d20287005" | ||
7 | 8 | ||
8 | DEPENDS += "libxcb xproto xextproto xtrans libxau kbproto inputproto xf86bigfontproto xproto-native" | 9 | DEPENDS += "libxcb xproto xextproto xtrans libxau kbproto inputproto xf86bigfontproto xproto-native" |
9 | 10 | ||
diff --git a/meta/recipes-graphics/xorg-lib/libx11_git.bb b/meta/recipes-graphics/xorg-lib/libx11_git.bb index aa69f4aeb3..4da80bd464 100644 --- a/meta/recipes-graphics/xorg-lib/libx11_git.bb +++ b/meta/recipes-graphics/xorg-lib/libx11_git.bb | |||
@@ -3,6 +3,7 @@ require libx11_git.inc | |||
3 | 3 | ||
4 | inherit gettext | 4 | inherit gettext |
5 | 5 | ||
6 | SRCREV = "d23aad31338e7d869d878d5aa1b6b91d20287005" | ||
6 | PR = "r2" | 7 | PR = "r2" |
7 | 8 | ||
8 | DEPENDS = "xproto xextproto xcmiscproto xf86bigfontproto kbproto inputproto \ | 9 | DEPENDS = "xproto xextproto xcmiscproto xf86bigfontproto kbproto inputproto \ |
diff --git a/meta/recipes-graphics/xorg-lib/libxcalibrate_git.bb b/meta/recipes-graphics/xorg-lib/libxcalibrate_git.bb index f27c595ec7..dca4c8bcd7 100644 --- a/meta/recipes-graphics/xorg-lib/libxcalibrate_git.bb +++ b/meta/recipes-graphics/xorg-lib/libxcalibrate_git.bb | |||
@@ -11,6 +11,7 @@ LIC_FILES_CHKSUM = "file://xcalibrate.h;endline=21;md5=fa572df6439f0f235f2612f37 | |||
11 | 11 | ||
12 | DEPENDS = "virtual/libx11 calibrateproto libxext" | 12 | DEPENDS = "virtual/libx11 calibrateproto libxext" |
13 | 13 | ||
14 | SRCREV = "209d83af61ed38a002c8096377deac292b3e396c" | ||
14 | PV = "0.0+git${SRCPV}" | 15 | PV = "0.0+git${SRCPV}" |
15 | PR = "r0" | 16 | PR = "r0" |
16 | 17 | ||
diff --git a/meta/recipes-graphics/xorg-lib/libxext_git.bb b/meta/recipes-graphics/xorg-lib/libxext_git.bb index 66bbbcb300..372f272394 100644 --- a/meta/recipes-graphics/xorg-lib/libxext_git.bb +++ b/meta/recipes-graphics/xorg-lib/libxext_git.bb | |||
@@ -12,6 +12,7 @@ extensions." | |||
12 | 12 | ||
13 | DEPENDS += "xproto virtual/libx11 xextproto libxau libxdmcp" | 13 | DEPENDS += "xproto virtual/libx11 xextproto libxau libxdmcp" |
14 | PROVIDES = "xext" | 14 | PROVIDES = "xext" |
15 | SRCREV = "d1f3bc77a48c8e42771579e3fdf3370b35d3209d" | ||
15 | PE = "1" | 16 | PE = "1" |
16 | PV = "1.0.99.1+gitr${SRCPV}" | 17 | PV = "1.0.99.1+gitr${SRCPV}" |
17 | 18 | ||
diff --git a/meta/recipes-graphics/xorg-lib/libxi_git.bb b/meta/recipes-graphics/xorg-lib/libxi_git.bb index fac32365e1..d4e47056e7 100644 --- a/meta/recipes-graphics/xorg-lib/libxi_git.bb +++ b/meta/recipes-graphics/xorg-lib/libxi_git.bb | |||
@@ -8,6 +8,7 @@ client programs to select input from these devices independently from \ | |||
8 | each other and independently from the core devices." | 8 | each other and independently from the core devices." |
9 | 9 | ||
10 | DEPENDS += "libxext inputproto" | 10 | DEPENDS += "libxext inputproto" |
11 | SRCREV = "d0326fe8cdbb08d4f52d79fd3fd4e1b2a0951d5e" | ||
11 | PE = "1" | 12 | PE = "1" |
12 | PV = "1.2.99.5+gitr${SRCPV}" | 13 | PV = "1.2.99.5+gitr${SRCPV}" |
13 | 14 | ||
diff --git a/meta/recipes-graphics/xorg-proto/calibrateproto_git.bb b/meta/recipes-graphics/xorg-proto/calibrateproto_git.bb index f86ea4a7d4..951130608b 100644 --- a/meta/recipes-graphics/xorg-proto/calibrateproto_git.bb +++ b/meta/recipes-graphics/xorg-proto/calibrateproto_git.bb | |||
@@ -9,6 +9,8 @@ LICENSE = "MIT-style" | |||
9 | LIC_FILES_CHKSUM = "file://xcalibratewire.h;endline=23;md5=7f86ef7b03cce6c4c9ebd59d20ca485f \ | 9 | LIC_FILES_CHKSUM = "file://xcalibratewire.h;endline=23;md5=7f86ef7b03cce6c4c9ebd59d20ca485f \ |
10 | file://xcalibrateproto.h;endline=23;md5=e4490491edcc171ca24f98569ee580db" | 10 | file://xcalibrateproto.h;endline=23;md5=e4490491edcc171ca24f98569ee580db" |
11 | 11 | ||
12 | SRCREV = "1da6fd1e2c7a49648245c98481fabea8b9690a8c" | ||
13 | |||
12 | PV = "0.0+git${SRCPV}" | 14 | PV = "0.0+git${SRCPV}" |
13 | PR = "r2" | 15 | PR = "r2" |
14 | 16 | ||
diff --git a/meta/recipes-graphics/xorg-proto/dri2proto_git.bb b/meta/recipes-graphics/xorg-proto/dri2proto_git.bb index c1aa35ff2a..6e7105c2da 100644 --- a/meta/recipes-graphics/xorg-proto/dri2proto_git.bb +++ b/meta/recipes-graphics/xorg-proto/dri2proto_git.bb | |||
@@ -6,10 +6,13 @@ DESCRIPTION = "This package provides the wire protocol for the Direct \ | |||
6 | Rendering Ifnrastructure 2. DIR is required for may hardware \ | 6 | Rendering Ifnrastructure 2. DIR is required for may hardware \ |
7 | accelerated OpenGL drivers." | 7 | accelerated OpenGL drivers." |
8 | 8 | ||
9 | SRCREV = "66c56ab10d917e3f47f93178d7eac6430970d3c4" | ||
9 | PV = "1.99.3+git${SRCPV}" | 10 | PV = "1.99.3+git${SRCPV}" |
10 | PR = "r2" | 11 | PR = "r2" |
11 | 12 | ||
12 | SRC_URI = "git://anongit.freedesktop.org/git/xorg/proto/dri2proto;protocol=git" | 13 | SRC_URI = "git://anongit.freedesktop.org/git/xorg/proto/dri2proto;protocol=git" |
13 | 14 | ||
15 | LIC_FILES_CHKSUM="file://COPYING;md5=2e396fa91834f8786032cad2da5638f3" | ||
16 | |||
14 | S = "${WORKDIR}/git" | 17 | S = "${WORKDIR}/git" |
15 | 18 | ||
diff --git a/meta/recipes-graphics/xorg-proto/inputproto_git.bb b/meta/recipes-graphics/xorg-proto/inputproto_git.bb index f1cbbb86fb..08c72cdfe7 100644 --- a/meta/recipes-graphics/xorg-proto/inputproto_git.bb +++ b/meta/recipes-graphics/xorg-proto/inputproto_git.bb | |||
@@ -8,6 +8,7 @@ keyboard and pointer." | |||
8 | 8 | ||
9 | PR = "r1" | 9 | PR = "r1" |
10 | PE = "1" | 10 | PE = "1" |
11 | SRCREV = "7203036522ba9d4b224d282d6afc2d0b947711ee" | ||
11 | PV = "1.9.99.12+git${SRCPV}" | 12 | PV = "1.9.99.12+git${SRCPV}" |
12 | 13 | ||
13 | SRC_URI = "git://anongit.freedesktop.org/git/xorg/proto/inputproto;protocol=git" | 14 | SRC_URI = "git://anongit.freedesktop.org/git/xorg/proto/inputproto;protocol=git" |
diff --git a/meta/recipes-graphics/xorg-xserver/xserver-xf86-dri-lite_git.bb b/meta/recipes-graphics/xorg-xserver/xserver-xf86-dri-lite_git.bb index 99804a21bd..850db4966f 100644 --- a/meta/recipes-graphics/xorg-xserver/xserver-xf86-dri-lite_git.bb +++ b/meta/recipes-graphics/xorg-xserver/xserver-xf86-dri-lite_git.bb | |||
@@ -1,5 +1,6 @@ | |||
1 | require xserver-xf86-dri-lite.inc | 1 | require xserver-xf86-dri-lite.inc |
2 | 2 | ||
3 | SRCREV = "251d0d8090322b2c9dc0c8b7bef001f338d19433" | ||
3 | PE = "1" | 4 | PE = "1" |
4 | PR = "r0" | 5 | PR = "r0" |
5 | PV = "1.7.99+git${SRCPV}" | 6 | PV = "1.7.99+git${SRCPV}" |
diff --git a/meta/recipes-graphics/xvideo-tests/xvideo-tests_svn.bb b/meta/recipes-graphics/xvideo-tests/xvideo-tests_svn.bb index a5ac25124f..0c6ca3feab 100644 --- a/meta/recipes-graphics/xvideo-tests/xvideo-tests_svn.bb +++ b/meta/recipes-graphics/xvideo-tests/xvideo-tests_svn.bb | |||
@@ -3,6 +3,8 @@ LICENSE = "GPLv2+" | |||
3 | LIC_FILES_CHKSUM = "file://COPYING;md5=59530bdf33659b29e73d4adb9f9f6552 \ | 3 | LIC_FILES_CHKSUM = "file://COPYING;md5=59530bdf33659b29e73d4adb9f9f6552 \ |
4 | file://src/test-xvideo.c;beginline=1;endline=20;md5=6ae3b4c3c2ff9e51dbbc35bb237afa00" | 4 | file://src/test-xvideo.c;beginline=1;endline=20;md5=6ae3b4c3c2ff9e51dbbc35bb237afa00" |
5 | DEPENDS = "libxv" | 5 | DEPENDS = "libxv" |
6 | |||
7 | SRCREV = "270" | ||
6 | PV = "0.0+svnr${SRCPV}" | 8 | PV = "0.0+svnr${SRCPV}" |
7 | PR = "r0" | 9 | PR = "r0" |
8 | 10 | ||