From 61018fda65fcb7a08d74b57abfe8e8809fcdaae0 Mon Sep 17 00:00:00 2001 From: Yu Ke Date: Thu, 28 Apr 2011 15:15:58 +0800 Subject: 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 Signed-off-by: Richard Purdie --- meta/recipes-graphics/clutter/clutter-box2d_git.bb | 1 + meta/recipes-graphics/clutter/clutter-gst-1.4_git.bb | 1 + meta/recipes-graphics/clutter/clutter-gtk-1.4_git.bb | 1 + meta/recipes-graphics/clutter/clutter_git.bb | 1 + meta/recipes-graphics/drm/libdrm_git.bb | 1 + meta/recipes-graphics/fstests/fstests_svn.bb | 2 ++ meta/recipes-graphics/libfakekey/libfakekey_git.bb | 2 ++ meta/recipes-graphics/libmatchbox/libmatchbox_git.bb | 1 + meta/recipes-graphics/matchbox-wm-2/matchbox-wm-2_svn.bb | 1 + meta/recipes-graphics/matchbox-wm/matchbox-wm_git.bb | 1 + meta/recipes-graphics/mesa/mesa-dri_git.bb | 1 + meta/recipes-graphics/mesa/qemugl_git.bb | 2 ++ meta/recipes-graphics/mutter/mutter_git.bb | 1 + meta/recipes-graphics/xcb/libxcb_git.bb | 2 ++ meta/recipes-graphics/xcb/xcb-proto_git.bb | 1 + meta/recipes-graphics/xorg-driver/xf86-input-keyboard_git.bb | 1 + meta/recipes-graphics/xorg-driver/xf86-input-mouse_git.bb | 1 + meta/recipes-graphics/xorg-driver/xf86-input-synaptics_git.bb | 1 + meta/recipes-graphics/xorg-driver/xf86-video-intel_git.bb | 1 + meta/recipes-graphics/xorg-driver/xf86-video-omapfb_git.bb | 1 + meta/recipes-graphics/xorg-lib/libx11-diet_git.bb | 2 ++ meta/recipes-graphics/xorg-lib/libx11-trim_git.bb | 1 + meta/recipes-graphics/xorg-lib/libx11_git.bb | 1 + meta/recipes-graphics/xorg-lib/libxcalibrate_git.bb | 1 + meta/recipes-graphics/xorg-lib/libxext_git.bb | 1 + meta/recipes-graphics/xorg-lib/libxi_git.bb | 1 + meta/recipes-graphics/xorg-proto/calibrateproto_git.bb | 2 ++ meta/recipes-graphics/xorg-proto/dri2proto_git.bb | 3 +++ meta/recipes-graphics/xorg-proto/inputproto_git.bb | 1 + meta/recipes-graphics/xorg-xserver/xserver-xf86-dri-lite_git.bb | 1 + meta/recipes-graphics/xvideo-tests/xvideo-tests_svn.bb | 2 ++ 31 files changed, 40 insertions(+) (limited to 'meta/recipes-graphics') 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 LIC_FILES_CHKSUM = "file://box2d/License.txt;md5=e5d39ad91f7dc4692dcdb1d85139ec6b" +SRCREV = "92b44f79a8667a31b46b861236392bdf32b7d6c2" PV = "0.10.1+git${SRCPV}" PR = "r0" 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 @@ require clutter-gst.inc +SRCREV = "8a087fabc888a6a4a939760c392109dbb610adbf" PV = "1.3.4+git${SRCPV}" 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 @@ require clutter-gtk.inc +SRCREV = "b92329c4c1288019e2dea6567e2b5e98eb0a9992" PV = "0.90.0+git${SRCPV}" PR = "r0" 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 LIC_FILES_CHKSUM = "file://COPYING;md5=7fbc338309ac38fefcd64b04bb903e34" +SRCREV = "e957e277b8a4893ce8c99e94402036d42a8b3748" PV = "1.0.0+git${SRCPV}" PR = "r8" 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" S = ${WORKDIR}/git +SRCREV = "3f3c5be6f908272199ccf53f108b1124bfe0a00e" PV = "2.4.15+git${SRCPV}" 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" SECTION = "devel" LICENSE = "ZLIB" DEPENDS = "pango libxext libxft virtual/libx11 gtk+" + +SRCREV = "426" PV = "0.0+svnr${SRCPV}" PR = "r1" 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 DEPENDS = "libxtst" SECTION = "x11/wm" + +SRCREV = "e8c2e412ea4a417afc1f30e32cb7bdc508b1dccc" PV = "0.0+git${SRCPV}" PR = "r0" 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 @@ require libmatchbox.inc +SRCREV = "c81f8f444b83b187727f046432b186d67a42c732" PV = "1.9+git${SRCPV}" PR = "r0" 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 DEPENDS = "virtual/libx11 libxext libxrender startup-notification expat gconf pango libxdamage libxcomposite gtk+" +SRCREV = "2106" PV = "0.0+svnr${SRCPV}" PR = "r4" 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 SECTION = "x11/wm" DEPENDS = "libmatchbox virtual/libx11 libxext libxrender startup-notification expat gconf" +SRCREV = "e8236c9ab44a8af8137cac2a35fb87f9146a9656" PV = "1.2+git${SRCPV}" PR = "r0" 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" DEPENDS = "${PROTO_DEPS} ${LIB_DEPS}" +SRCREV = "1bf94d419805538ac23a4d0b04d31ac5e4487aca" PV = "7.7+git${SRCPV}" PR = "r1" 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 \ file://remove-x11r6-lib-dir.patch" S = "${WORKDIR}/git" +SRCREV = "d888bbc723c00d197d34a39b5b7448660ec1b1c0" + PV = "0.0+git${SRCPV}" PR = "r7" 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 @@ require mutter.inc +SRCREV = "01d3bebe24d2a56bdf2d82c4a71923e1573f7b7c" PV = "2.29.1+git${SRCPV}" PR = "r0" 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 @@ DEFAULT_PREFERENCE = "-1" include libxcb.inc + +SRCREV = "625ed596cae6dd8175aeb6cb6f26784928042f22" PV = "1.1.90.1+gitr${SRCPV}" PR = "r1" 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 @@ DEFAULT_PREFERENCE = "-1" include xcb-proto.inc +SRCREV = "d81ca233e98be8fa59e8c90d262c0516944c5a66" PV = "1.2+gitr${SRCPV}" PR = "r1" 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 \ functions as a keyboard input device, and may be used as the X server's \ core keyboard." +SRCREV = "3e28d68b50d291938734e9684b8296ca864f3892" PV = "1.3.2+git${SRCPV}" 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 \ core pointer. Multiple mice are supported by multiple instances of this \ driver." +SRCREV = "ea5cfe804e112f320f14ad896c7802d53551d3e6" PV = "1.3.0+git${SRCPV}" PR = "r2" 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 \ handled by the normal evdev or mouse drivers, this driver allows more \ advanced features of the touchpad to become available." +SRCREV = "934bc0012f948c52aadc8eda912f7728fb7394a2" PV = "0.15.2+git${SRCPV}" 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)." DEPENDS += "virtual/libx11 libxvmc drm dri2proto glproto \ virtual/libgl xineramaproto libpciaccess" +SRCREV = "87ea531c5dc5b39809395b277c330854aaaaf019" PV = "2.10.0+git${SRCPV}" PR = "r0" 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" LIC_FILES_CHKSUM = "file://src/omapfb-driver.c;beginline=1;endline=30;md5=a44c2a37e04d1c2c5f0313afb493f833" DEPENDS += "virtual/libx11" +SRCREV = "044617665d6737f4909aab96f91b06261dff05d2" PE = "1" PR = "r1" 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 \ DEPENDS += "bigreqsproto xproto xextproto xtrans libxau xcmiscproto \ libxdmcp xf86bigfontproto kbproto inputproto xproto-native" +SRCREV = "d23aad31338e7d869d878d5aa1b6b91d20287005" + EXTRA_OECONF += "--without-xcb --disable-udc --disable-xcms --disable-xlocale" 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 DESCRIPTION += " Support for XCB, and XCMS is disabled in this version." PR = "r2" +SRCREV = "d23aad31338e7d869d878d5aa1b6b91d20287005" DEPENDS += "libxcb xproto xextproto xtrans libxau kbproto inputproto xf86bigfontproto xproto-native" 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 inherit gettext +SRCREV = "d23aad31338e7d869d878d5aa1b6b91d20287005" PR = "r2" 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 DEPENDS = "virtual/libx11 calibrateproto libxext" +SRCREV = "209d83af61ed38a002c8096377deac292b3e396c" PV = "0.0+git${SRCPV}" PR = "r0" 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." DEPENDS += "xproto virtual/libx11 xextproto libxau libxdmcp" PROVIDES = "xext" +SRCREV = "d1f3bc77a48c8e42771579e3fdf3370b35d3209d" PE = "1" PV = "1.0.99.1+gitr${SRCPV}" 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 \ each other and independently from the core devices." DEPENDS += "libxext inputproto" +SRCREV = "d0326fe8cdbb08d4f52d79fd3fd4e1b2a0951d5e" PE = "1" PV = "1.2.99.5+gitr${SRCPV}" 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" LIC_FILES_CHKSUM = "file://xcalibratewire.h;endline=23;md5=7f86ef7b03cce6c4c9ebd59d20ca485f \ file://xcalibrateproto.h;endline=23;md5=e4490491edcc171ca24f98569ee580db" +SRCREV = "1da6fd1e2c7a49648245c98481fabea8b9690a8c" + PV = "0.0+git${SRCPV}" PR = "r2" 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 \ Rendering Ifnrastructure 2. DIR is required for may hardware \ accelerated OpenGL drivers." +SRCREV = "66c56ab10d917e3f47f93178d7eac6430970d3c4" PV = "1.99.3+git${SRCPV}" PR = "r2" SRC_URI = "git://anongit.freedesktop.org/git/xorg/proto/dri2proto;protocol=git" +LIC_FILES_CHKSUM="file://COPYING;md5=2e396fa91834f8786032cad2da5638f3" + S = "${WORKDIR}/git" 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." PR = "r1" PE = "1" +SRCREV = "7203036522ba9d4b224d282d6afc2d0b947711ee" PV = "1.9.99.12+git${SRCPV}" 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 @@ require xserver-xf86-dri-lite.inc +SRCREV = "251d0d8090322b2c9dc0c8b7bef001f338d19433" PE = "1" PR = "r0" 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+" LIC_FILES_CHKSUM = "file://COPYING;md5=59530bdf33659b29e73d4adb9f9f6552 \ file://src/test-xvideo.c;beginline=1;endline=20;md5=6ae3b4c3c2ff9e51dbbc35bb237afa00" DEPENDS = "libxv" + +SRCREV = "270" PV = "0.0+svnr${SRCPV}" PR = "r0" -- cgit v1.2.3-54-g00ecf