diff options
author | Yu Ke <ke.yu@intel.com> | 2010-12-27 13:28:09 +0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2011-01-06 10:37:30 +0000 |
commit | 9b5c770cbda8cfc4c108d94bd0ff5c0af3d0b64b (patch) | |
tree | c150b9d61eb9836d997865ccfd2432d864219505 /meta/recipes-graphics | |
parent | 601af9f8ead73e4c385162e820b877f18e5e6722 (diff) | |
download | poky-9b5c770cbda8cfc4c108d94bd0ff5c0af3d0b64b.tar.gz |
recpies: use SRCPV instead of SRCREV for PV
SRCPV is intended being used by PV, some recipes still use
SRCREV for PV, which is not correct. This patch fix all the
misusage.
Signed-off-by: Yu Ke <ke.yu@intel.com>
Diffstat (limited to 'meta/recipes-graphics')
-rw-r--r-- | meta/recipes-graphics/drm/libdrm_git.bb | 2 | ||||
-rw-r--r-- | meta/recipes-graphics/fstests/fstests_svn.bb | 2 | ||||
-rw-r--r-- | meta/recipes-graphics/libfakekey/libfakekey_svn.bb | 2 | ||||
-rw-r--r-- | meta/recipes-graphics/libmatchbox/libmatchbox_svn.bb | 2 | ||||
-rw-r--r-- | meta/recipes-graphics/matchbox-wm-2/matchbox-wm-2_svn.bb | 2 | ||||
-rw-r--r-- | meta/recipes-graphics/matchbox-wm/matchbox-wm_svn.bb | 2 | ||||
-rw-r--r-- | meta/recipes-graphics/xcb/libxcb_git.bb | 2 | ||||
-rw-r--r-- | meta/recipes-graphics/xcb/xcb-proto_git.bb | 2 | ||||
-rw-r--r-- | meta/recipes-graphics/xvideo-tests/xvideo-tests_svn.bb | 2 |
9 files changed, 9 insertions, 9 deletions
diff --git a/meta/recipes-graphics/drm/libdrm_git.bb b/meta/recipes-graphics/drm/libdrm_git.bb index d80dd5f433..866da5de25 100644 --- a/meta/recipes-graphics/drm/libdrm_git.bb +++ b/meta/recipes-graphics/drm/libdrm_git.bb | |||
@@ -4,5 +4,5 @@ SRC_URI = "git://anongit.freedesktop.org/git/mesa/drm;protocol=git" | |||
4 | 4 | ||
5 | S = ${WORKDIR}/git | 5 | S = ${WORKDIR}/git |
6 | 6 | ||
7 | PV = "2.4.15+git${SRCREV}" | 7 | PV = "2.4.15+git${SRCPV}" |
8 | PR = "r0" | 8 | PR = "r0" |
diff --git a/meta/recipes-graphics/fstests/fstests_svn.bb b/meta/recipes-graphics/fstests/fstests_svn.bb index 9d26e0723b..efa5c1fa22 100644 --- a/meta/recipes-graphics/fstests/fstests_svn.bb +++ b/meta/recipes-graphics/fstests/fstests_svn.bb | |||
@@ -3,7 +3,7 @@ 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 | PV = "0.0+svnr${SRCREV}" | 6 | PV = "0.0+svnr${SRCPV}" |
7 | PR = "r0" | 7 | PR = "r0" |
8 | 8 | ||
9 | inherit autotools | 9 | inherit autotools |
diff --git a/meta/recipes-graphics/libfakekey/libfakekey_svn.bb b/meta/recipes-graphics/libfakekey/libfakekey_svn.bb index 719a680a4e..24136664a4 100644 --- a/meta/recipes-graphics/libfakekey/libfakekey_svn.bb +++ b/meta/recipes-graphics/libfakekey/libfakekey_svn.bb | |||
@@ -9,7 +9,7 @@ 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 | PV = "0.0+svnr${SRCREV}" | 12 | PV = "0.0+svnr${SRCPV}" |
13 | PR = "r1" | 13 | PR = "r1" |
14 | 14 | ||
15 | SRC_URI = "svn://svn.o-hand.com/repos/matchbox/trunk;module=${PN};proto=http" | 15 | SRC_URI = "svn://svn.o-hand.com/repos/matchbox/trunk;module=${PN};proto=http" |
diff --git a/meta/recipes-graphics/libmatchbox/libmatchbox_svn.bb b/meta/recipes-graphics/libmatchbox/libmatchbox_svn.bb index 98c901f678..6bc7112eca 100644 --- a/meta/recipes-graphics/libmatchbox/libmatchbox_svn.bb +++ b/meta/recipes-graphics/libmatchbox/libmatchbox_svn.bb | |||
@@ -1,6 +1,6 @@ | |||
1 | require libmatchbox.inc | 1 | require libmatchbox.inc |
2 | 2 | ||
3 | PV = "1.7+svnr${SRCREV}" | 3 | PV = "1.7+svnr${SRCPV}" |
4 | PR = "r5" | 4 | PR = "r5" |
5 | DEFAULT_PREFERENCE = "-1" | 5 | DEFAULT_PREFERENCE = "-1" |
6 | 6 | ||
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 9c5cd939b5..2eb12e14e4 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,7 +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 | PV = "0.0+svnr${SRCREV}" | 8 | PV = "0.0+svnr${SRCPV}" |
9 | PR = "r4" | 9 | PR = "r4" |
10 | 10 | ||
11 | SRC_URI = "svn://svn.o-hand.com/repos/matchbox/trunk;module=matchbox-window-manager-2;proto=http \ | 11 | SRC_URI = "svn://svn.o-hand.com/repos/matchbox/trunk;module=matchbox-window-manager-2;proto=http \ |
diff --git a/meta/recipes-graphics/matchbox-wm/matchbox-wm_svn.bb b/meta/recipes-graphics/matchbox-wm/matchbox-wm_svn.bb index 09c0f70f47..d215171768 100644 --- a/meta/recipes-graphics/matchbox-wm/matchbox-wm_svn.bb +++ b/meta/recipes-graphics/matchbox-wm/matchbox-wm_svn.bb | |||
@@ -10,7 +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 | PV = "1.2+svnr${SRCREV}" | 13 | PV = "1.2+svnr${SRCPV}" |
14 | PR = "r4" | 14 | PR = "r4" |
15 | 15 | ||
16 | SRC_URI = "svn://svn.o-hand.com/repos/matchbox/trunk;module=matchbox-window-manager;proto=http \ | 16 | SRC_URI = "svn://svn.o-hand.com/repos/matchbox/trunk;module=matchbox-window-manager;proto=http \ |
diff --git a/meta/recipes-graphics/xcb/libxcb_git.bb b/meta/recipes-graphics/xcb/libxcb_git.bb index b9ac073410..faa52317c2 100644 --- a/meta/recipes-graphics/xcb/libxcb_git.bb +++ b/meta/recipes-graphics/xcb/libxcb_git.bb | |||
@@ -1,7 +1,7 @@ | |||
1 | DEFAULT_PREFERENCE = "-1" | 1 | DEFAULT_PREFERENCE = "-1" |
2 | 2 | ||
3 | include libxcb.inc | 3 | include libxcb.inc |
4 | PV = "1.1.90.1+gitr${SRCREV}" | 4 | PV = "1.1.90.1+gitr${SRCPV}" |
5 | 5 | ||
6 | DEPENDS += "libpthread-stubs xcb-proto-native" | 6 | DEPENDS += "libpthread-stubs xcb-proto-native" |
7 | 7 | ||
diff --git a/meta/recipes-graphics/xcb/xcb-proto_git.bb b/meta/recipes-graphics/xcb/xcb-proto_git.bb index b96fc121c5..e4c238cfc7 100644 --- a/meta/recipes-graphics/xcb/xcb-proto_git.bb +++ b/meta/recipes-graphics/xcb/xcb-proto_git.bb | |||
@@ -1,7 +1,7 @@ | |||
1 | DEFAULT_PREFERENCE = "-1" | 1 | DEFAULT_PREFERENCE = "-1" |
2 | 2 | ||
3 | include xcb-proto.inc | 3 | include xcb-proto.inc |
4 | PV = "1.2+gitr${SRCREV}" | 4 | PV = "1.2+gitr${SRCPV}" |
5 | PR = "r1" | 5 | PR = "r1" |
6 | 6 | ||
7 | SRC_URI = "git://anongit.freedesktop.org/git/xcb/proto;protocol=git" | 7 | SRC_URI = "git://anongit.freedesktop.org/git/xcb/proto;protocol=git" |
diff --git a/meta/recipes-graphics/xvideo-tests/xvideo-tests_svn.bb b/meta/recipes-graphics/xvideo-tests/xvideo-tests_svn.bb index 0aa861f688..a5ac25124f 100644 --- a/meta/recipes-graphics/xvideo-tests/xvideo-tests_svn.bb +++ b/meta/recipes-graphics/xvideo-tests/xvideo-tests_svn.bb | |||
@@ -3,7 +3,7 @@ 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 | PV = "0.0+svnr${SRCREV}" | 6 | PV = "0.0+svnr${SRCPV}" |
7 | PR = "r0" | 7 | PR = "r0" |
8 | 8 | ||
9 | SRC_URI="svn://svn.o-hand.com/repos/misc/trunk;module=test-xvideo;proto=http" | 9 | SRC_URI="svn://svn.o-hand.com/repos/misc/trunk;module=test-xvideo;proto=http" |