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 | |
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>
52 files changed, 52 insertions, 52 deletions
diff --git a/meta-demoapps/recipes-connectivity/opensync/libsync_svn.bb b/meta-demoapps/recipes-connectivity/opensync/libsync_svn.bb index 06e44fd812..34115ff4e6 100644 --- a/meta-demoapps/recipes-connectivity/opensync/libsync_svn.bb +++ b/meta-demoapps/recipes-connectivity/opensync/libsync_svn.bb | |||
@@ -7,7 +7,7 @@ DEPENDS = "glib-2.0 gtk+ libglade libopensync avahi" | |||
7 | RRECOMMENDS_${PN} = "\ | 7 | RRECOMMENDS_${PN} = "\ |
8 | libopensync-plugin-file \ | 8 | libopensync-plugin-file \ |
9 | " | 9 | " |
10 | PV = "0.0+svnr${SRCREV}" | 10 | PV = "0.0+svnr${SRCPV}" |
11 | PR = "r1" | 11 | PR = "r1" |
12 | 12 | ||
13 | SRC_URI = "svn://svn.o-hand.com/repos/sync/trunk;module=sync;proto=http" | 13 | SRC_URI = "svn://svn.o-hand.com/repos/sync/trunk;module=sync;proto=http" |
diff --git a/meta-demoapps/recipes-sato/matchbox-themes-extra/matchbox-themes-extra_svn.bb b/meta-demoapps/recipes-sato/matchbox-themes-extra/matchbox-themes-extra_svn.bb index 6a9f18beaf..e4e2f730c4 100644 --- a/meta-demoapps/recipes-sato/matchbox-themes-extra/matchbox-themes-extra_svn.bb +++ b/meta-demoapps/recipes-sato/matchbox-themes-extra/matchbox-themes-extra_svn.bb | |||
@@ -2,7 +2,7 @@ DESCRIPTION = "Matchbox window manager extra themes" | |||
2 | LICENSE = "GPL" | 2 | LICENSE = "GPL" |
3 | DEPENDS = "matchbox-wm" | 3 | DEPENDS = "matchbox-wm" |
4 | SECTION = "x11/wm" | 4 | SECTION = "x11/wm" |
5 | PV = "0.3+svnr${SRCREV}" | 5 | PV = "0.3+svnr${SRCPV}" |
6 | 6 | ||
7 | SRC_URI = "svn://svn.o-hand.com/repos/matchbox/trunk;module=matchbox-themes-extra;proto=http" | 7 | SRC_URI = "svn://svn.o-hand.com/repos/matchbox/trunk;module=matchbox-themes-extra;proto=http" |
8 | S = "${WORKDIR}/${PN}" | 8 | S = "${WORKDIR}/${PN}" |
diff --git a/meta/recipes-bsp/eee-acpi-scripts/eee-acpi-scripts_git.bb b/meta/recipes-bsp/eee-acpi-scripts/eee-acpi-scripts_git.bb index 05bedb9e81..855da11cea 100644 --- a/meta/recipes-bsp/eee-acpi-scripts/eee-acpi-scripts_git.bb +++ b/meta/recipes-bsp/eee-acpi-scripts/eee-acpi-scripts_git.bb | |||
@@ -5,7 +5,7 @@ SECTION = "base" | |||
5 | LICENSE="GPL" | 5 | LICENSE="GPL" |
6 | LIC_FILES_CHKSUM = "file://debian/copyright;md5=77ef83ab5f4af938a93edb61f7b74f2c" | 6 | LIC_FILES_CHKSUM = "file://debian/copyright;md5=77ef83ab5f4af938a93edb61f7b74f2c" |
7 | 7 | ||
8 | PV = "1.1.11+git${SRCREV}" | 8 | PV = "1.1.11+git${SRCPV}" |
9 | PR = "r4" | 9 | PR = "r4" |
10 | 10 | ||
11 | RDEPENDS_${PN} = "pm-utils" | 11 | RDEPENDS_${PN} = "pm-utils" |
diff --git a/meta/recipes-bsp/uboot/u-boot-omap3_git.bb b/meta/recipes-bsp/uboot/u-boot-omap3_git.bb index a083b16e95..c0a7738485 100644 --- a/meta/recipes-bsp/uboot/u-boot-omap3_git.bb +++ b/meta/recipes-bsp/uboot/u-boot-omap3_git.bb | |||
@@ -2,7 +2,7 @@ require u-boot.inc | |||
2 | 2 | ||
3 | FILESDIR = "${@os.path.dirname(bb.data.getVar('FILE',d,1))}/u-boot-omap3-git/${MACHINE}" | 3 | FILESDIR = "${@os.path.dirname(bb.data.getVar('FILE',d,1))}/u-boot-omap3-git/${MACHINE}" |
4 | 4 | ||
5 | PV = "2008.10-rc2+${PR}+git${SRCREV}" | 5 | PV = "2008.10-rc2+${PR}+git${SRCPV}" |
6 | PR="r2" | 6 | PR="r2" |
7 | 7 | ||
8 | SRC_URI = "git://gitorious.org/u-boot-omap3/mainline.git;branch=master;protocol=git" | 8 | SRC_URI = "git://gitorious.org/u-boot-omap3/mainline.git;branch=master;protocol=git" |
diff --git a/meta/recipes-bsp/x-load/x-load_git.bb b/meta/recipes-bsp/x-load/x-load_git.bb index 49f867e1ba..f124e2b300 100644 --- a/meta/recipes-bsp/x-load/x-load_git.bb +++ b/meta/recipes-bsp/x-load/x-load_git.bb | |||
@@ -2,7 +2,7 @@ require x-load.inc | |||
2 | 2 | ||
3 | FILESDIR = "${@os.path.dirname(bb.data.getVar('FILE',d,1))}/x-load-git/${MACHINE}" | 3 | FILESDIR = "${@os.path.dirname(bb.data.getVar('FILE',d,1))}/x-load-git/${MACHINE}" |
4 | 4 | ||
5 | PV = "1.42+${PR}+git${SRCREV}" | 5 | PV = "1.42+${PR}+git${SRCPV}" |
6 | PR="r12" | 6 | PR="r12" |
7 | 7 | ||
8 | SRC_URI = "git://www.sakoman.net/git/x-load-omap3.git;branch=master;protocol=git" | 8 | SRC_URI = "git://www.sakoman.net/git/x-load-omap3.git;branch=master;protocol=git" |
diff --git a/meta/recipes-bsp/zaurusd/zaurusd_svn.bb b/meta/recipes-bsp/zaurusd/zaurusd_svn.bb index 64145a3e33..75aa0ef86c 100644 --- a/meta/recipes-bsp/zaurusd/zaurusd_svn.bb +++ b/meta/recipes-bsp/zaurusd/zaurusd_svn.bb | |||
@@ -4,7 +4,7 @@ LICENSE = "GPLv2" | |||
4 | LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f" | 4 | LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f" |
5 | DEPENDS = "tslib" | 5 | DEPENDS = "tslib" |
6 | RDEPENDS_${PN} = "xrandr" | 6 | RDEPENDS_${PN} = "xrandr" |
7 | PV = "0.0+svnr${SRCREV}" | 7 | PV = "0.0+svnr${SRCPV}" |
8 | PR = "r1" | 8 | PR = "r1" |
9 | 9 | ||
10 | SRC_URI = "svn://svn.o-hand.com/repos/misc/trunk;module=zaurusd;proto=http" | 10 | SRC_URI = "svn://svn.o-hand.com/repos/misc/trunk;module=zaurusd;proto=http" |
diff --git a/meta/recipes-connectivity/gsm/gsmd.inc b/meta/recipes-connectivity/gsm/gsmd.inc index 96de41ce4f..b2aebb15fd 100644 --- a/meta/recipes-connectivity/gsm/gsmd.inc +++ b/meta/recipes-connectivity/gsm/gsmd.inc | |||
@@ -9,7 +9,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=751419260aa954499f7abaabaa882bbe \ | |||
9 | SECTION = "libs/gsm" | 9 | SECTION = "libs/gsm" |
10 | PROVIDES += "gsmd" | 10 | PROVIDES += "gsmd" |
11 | RPROVIDES_${PN} = "libgsmd0 libgsmd gsmd gsmd-devel" | 11 | RPROVIDES_${PN} = "libgsmd0 libgsmd gsmd gsmd-devel" |
12 | PV = "0.1+svnr${SRCREV}" | 12 | PV = "0.1+svnr${SRCPV}" |
13 | PR = "r2" | 13 | PR = "r2" |
14 | 14 | ||
15 | SRC_URI = "svn://svn.openmoko.org/trunk/src/target;module=gsm;proto=http \ | 15 | SRC_URI = "svn://svn.openmoko.org/trunk/src/target;module=gsm;proto=http \ |
diff --git a/meta/recipes-connectivity/gypsy/gypsy_svn.bb b/meta/recipes-connectivity/gypsy/gypsy_svn.bb index ac1b6bc12f..2e9840afd3 100644 --- a/meta/recipes-connectivity/gypsy/gypsy_svn.bb +++ b/meta/recipes-connectivity/gypsy/gypsy_svn.bb | |||
@@ -2,7 +2,7 @@ require gypsy.inc | |||
2 | 2 | ||
3 | DEFAULT_PREFERENCE = "-1" | 3 | DEFAULT_PREFERENCE = "-1" |
4 | 4 | ||
5 | PV = "0.0+svnr${SRCREV}" | 5 | PV = "0.0+svnr${SRCPV}" |
6 | S = "${WORKDIR}/${PN}" | 6 | S = "${WORKDIR}/${PN}" |
7 | 7 | ||
8 | SRC_URI = "svn://svn.o-hand.com/repos/${PN}/trunk;module=${PN};proto=http \ | 8 | SRC_URI = "svn://svn.o-hand.com/repos/${PN}/trunk;module=${PN};proto=http \ |
diff --git a/meta/recipes-core/dbus-wait/dbus-wait_svn.bb b/meta/recipes-core/dbus-wait/dbus-wait_svn.bb index 10e1db8123..9fa4c552d0 100644 --- a/meta/recipes-core/dbus-wait/dbus-wait_svn.bb +++ b/meta/recipes-core/dbus-wait/dbus-wait_svn.bb | |||
@@ -4,7 +4,7 @@ SECTION = "base" | |||
4 | LICENSE = "GPLv2" | 4 | LICENSE = "GPLv2" |
5 | LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263" | 5 | LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263" |
6 | DEPENDS = "dbus" | 6 | DEPENDS = "dbus" |
7 | PV = "0.0+svnr${SRCREV}" | 7 | PV = "0.0+svnr${SRCPV}" |
8 | PR = "r2" | 8 | PR = "r2" |
9 | 9 | ||
10 | SRC_URI = "svn://svn.o-hand.com/repos/misc/trunk;module=dbus-wait;proto=http" | 10 | SRC_URI = "svn://svn.o-hand.com/repos/misc/trunk;module=dbus-wait;proto=http" |
diff --git a/meta/recipes-core/psplash/psplash_svn.bb b/meta/recipes-core/psplash/psplash_svn.bb index 1ca5cf6dff..8c7cc75532 100644 --- a/meta/recipes-core/psplash/psplash_svn.bb +++ b/meta/recipes-core/psplash/psplash_svn.bb | |||
@@ -5,7 +5,7 @@ SECTION = "base" | |||
5 | LICENSE = "GPLv2+" | 5 | LICENSE = "GPLv2+" |
6 | LIC_FILES_CHKSUM = "file://psplash.h;md5=a87c39812c1e37f3451567cc29a29c8f" | 6 | LIC_FILES_CHKSUM = "file://psplash.h;md5=a87c39812c1e37f3451567cc29a29c8f" |
7 | 7 | ||
8 | PV = "0.0+svnr${SRCREV}" | 8 | PV = "0.0+svnr${SRCPV}" |
9 | PR = "r5" | 9 | PR = "r5" |
10 | 10 | ||
11 | SRC_URI = "svn://svn.o-hand.com/repos/misc/trunk;module=psplash;proto=http \ | 11 | SRC_URI = "svn://svn.o-hand.com/repos/misc/trunk;module=psplash;proto=http \ |
diff --git a/meta/recipes-devtools/opkg-utils/opkg-utils_svn.bb b/meta/recipes-devtools/opkg-utils/opkg-utils_svn.bb index ce039e5aa1..8560f36c5b 100644 --- a/meta/recipes-devtools/opkg-utils/opkg-utils_svn.bb +++ b/meta/recipes-devtools/opkg-utils/opkg-utils_svn.bb | |||
@@ -7,7 +7,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f \ | |||
7 | file://opkg.py;beginline=1;endline=18;md5=15917491ad6bf7acc666ca5f7cc1e083" | 7 | file://opkg.py;beginline=1;endline=18;md5=15917491ad6bf7acc666ca5f7cc1e083" |
8 | RDEPENDS_${PN} = "python" | 8 | RDEPENDS_${PN} = "python" |
9 | RDEPENDS_${PN}_virtclass-native = "" | 9 | RDEPENDS_${PN}_virtclass-native = "" |
10 | PV = "0.1.8+svnr${SRCREV}" | 10 | PV = "0.1.8+svnr${SRCPV}" |
11 | PR = "r2" | 11 | PR = "r2" |
12 | 12 | ||
13 | SRC_URI = "svn://svn.openmoko.org/trunk/src/host/;module=opkg-utils;proto=http \ | 13 | SRC_URI = "svn://svn.openmoko.org/trunk/src/host/;module=opkg-utils;proto=http \ |
diff --git a/meta/recipes-devtools/opkg/opkg_svn.bb b/meta/recipes-devtools/opkg/opkg_svn.bb index 7a9e90e76b..5096345e4b 100644 --- a/meta/recipes-devtools/opkg/opkg_svn.bb +++ b/meta/recipes-devtools/opkg/opkg_svn.bb | |||
@@ -16,7 +16,7 @@ SRC_URI = "svn://opkg.googlecode.com/svn;module=trunk;proto=http \ | |||
16 | 16 | ||
17 | S = "${WORKDIR}/trunk" | 17 | S = "${WORKDIR}/trunk" |
18 | 18 | ||
19 | PV = "0.1.8+svnr${SRCREV}" | 19 | PV = "0.1.8+svnr${SRCPV}" |
20 | PR = "r1" | 20 | PR = "r1" |
21 | 21 | ||
22 | PACKAGES =+ "libopkg-dev libopkg update-alternatives-cworth" | 22 | PACKAGES =+ "libopkg-dev libopkg update-alternatives-cworth" |
diff --git a/meta/recipes-devtools/tcf-agent/tcf-agent_svn.bb b/meta/recipes-devtools/tcf-agent/tcf-agent_svn.bb index b4c70ec8b8..6f06a9c547 100644 --- a/meta/recipes-devtools/tcf-agent/tcf-agent_svn.bb +++ b/meta/recipes-devtools/tcf-agent/tcf-agent_svn.bb | |||
@@ -6,7 +6,7 @@ LICENSE = "EPLv1.0 | EDLv1.0" | |||
6 | LIC_FILES_CHKSUM = "file://../epl-v10.html;md5=7aa4215a330a0a4f6a1cbf8da1a0879f \ | 6 | LIC_FILES_CHKSUM = "file://../epl-v10.html;md5=7aa4215a330a0a4f6a1cbf8da1a0879f \ |
7 | file://../agent/edl-v10.html;md5=522a390a83dc186513f0500543ad3679" | 7 | file://../agent/edl-v10.html;md5=522a390a83dc186513f0500543ad3679" |
8 | 8 | ||
9 | PV = "0.3.0+svnr${SRCREV}" | 9 | PV = "0.3.0+svnr${SRCPV}" |
10 | PR = "r0" | 10 | PR = "r0" |
11 | 11 | ||
12 | SRC_URI = "svn://dev.eclipse.org/svnroot/dsdp/org.eclipse.tm.tcf/;module=tags/0.3.0/;proto=http \ | 12 | SRC_URI = "svn://dev.eclipse.org/svnroot/dsdp/org.eclipse.tm.tcf/;module=tags/0.3.0/;proto=http \ |
diff --git a/meta/recipes-devtools/ubootchart/ubootchart_svn.bb b/meta/recipes-devtools/ubootchart/ubootchart_svn.bb index 28a9e6f680..c16be822da 100644 --- a/meta/recipes-devtools/ubootchart/ubootchart_svn.bb +++ b/meta/recipes-devtools/ubootchart/ubootchart_svn.bb | |||
@@ -2,7 +2,7 @@ DESCRIPTION = "A boot profiling tool" | |||
2 | HOMEPAGE = "http://code.google.com/p/ubootchart/" | 2 | HOMEPAGE = "http://code.google.com/p/ubootchart/" |
3 | LICENSE = "GPLv3" | 3 | LICENSE = "GPLv3" |
4 | LIC_FILES_CHKSUM = "file://COPYING;md5=8f0e2cd40e05189ec81232da84bd6e1a" | 4 | LIC_FILES_CHKSUM = "file://COPYING;md5=8f0e2cd40e05189ec81232da84bd6e1a" |
5 | PV = "0.0+r${SRCREV}" | 5 | PV = "0.0+r${SRCPV}" |
6 | PR = "r5" | 6 | PR = "r5" |
7 | 7 | ||
8 | #RRECOMMENDS_${PN} = "acct" | 8 | #RRECOMMENDS_${PN} = "acct" |
diff --git a/meta/recipes-gnome/gnome/gconf-dbus_svn.bb b/meta/recipes-gnome/gnome/gconf-dbus_svn.bb index 879a0bb558..9fdd82c968 100644 --- a/meta/recipes-gnome/gnome/gconf-dbus_svn.bb +++ b/meta/recipes-gnome/gnome/gconf-dbus_svn.bb | |||
@@ -8,7 +8,7 @@ PROVIDES = "gconf" | |||
8 | RPROVIDES_${PN} = "gconf" | 8 | RPROVIDES_${PN} = "gconf" |
9 | RPROVIDES_${PN}-dev = "gconf-dev" | 9 | RPROVIDES_${PN}-dev = "gconf-dev" |
10 | 10 | ||
11 | PV = "2.16.0+svnr${SRCREV}" | 11 | PV = "2.16.0+svnr${SRCPV}" |
12 | 12 | ||
13 | SRC_URI = "svn://developer.imendio.com/svn/gconf-dbus;module=trunk;proto=http" | 13 | SRC_URI = "svn://developer.imendio.com/svn/gconf-dbus;module=trunk;proto=http" |
14 | S = "${WORKDIR}/trunk" | 14 | S = "${WORKDIR}/trunk" |
diff --git a/meta/recipes-gnome/gnome/gobject-introspection_git.bb b/meta/recipes-gnome/gnome/gobject-introspection_git.bb index 81d279ac71..49c0ed8970 100644 --- a/meta/recipes-gnome/gnome/gobject-introspection_git.bb +++ b/meta/recipes-gnome/gnome/gobject-introspection_git.bb | |||
@@ -8,7 +8,7 @@ SRC_URI_virtclass-native = "git://git.gnome.org/gobject-introspection;protocol=g | |||
8 | LICENSE = "GPLv2+ & LGPLv2+" | 8 | LICENSE = "GPLv2+ & LGPLv2+" |
9 | LIC_FILES_CHKSUM = "file://COPYING.tools;md5=94d55d512a9ba36caa9b7df079bae19f \ | 9 | LIC_FILES_CHKSUM = "file://COPYING.tools;md5=94d55d512a9ba36caa9b7df079bae19f \ |
10 | file://COPYING.lib;md5=3bf50002aefd002f49e7bb854063f7e7" | 10 | file://COPYING.lib;md5=3bf50002aefd002f49e7bb854063f7e7" |
11 | PV = "0.0+git${SRCREV}" | 11 | PV = "0.0+git${SRCPV}" |
12 | PR = "r3" | 12 | PR = "r3" |
13 | 13 | ||
14 | S = "${WORKDIR}/git" | 14 | S = "${WORKDIR}/git" |
diff --git a/meta/recipes-gnome/gtkhtml2/gtkhtml2_svn.bb b/meta/recipes-gnome/gtkhtml2/gtkhtml2_svn.bb index a217775170..ac921bf480 100644 --- a/meta/recipes-gnome/gtkhtml2/gtkhtml2_svn.bb +++ b/meta/recipes-gnome/gtkhtml2/gtkhtml2_svn.bb | |||
@@ -3,7 +3,7 @@ DEPENDS = "gtk+ glib-2.0 libxml2" | |||
3 | DESCRIPTION = "A GTK+ HTML rendering library." | 3 | DESCRIPTION = "A GTK+ HTML rendering library." |
4 | LICENSE = "LGPLv2" | 4 | LICENSE = "LGPLv2" |
5 | LIC_FILES_CHKSUM = "file://COPYING.LIB;md5=55ca817ccb7d5b5b66355690e9abc605" | 5 | LIC_FILES_CHKSUM = "file://COPYING.LIB;md5=55ca817ccb7d5b5b66355690e9abc605" |
6 | PV = "2.11.0+svnr${SRCREV}" | 6 | PV = "2.11.0+svnr${SRCPV}" |
7 | PR = "r1" | 7 | PR = "r1" |
8 | 8 | ||
9 | SRC_URI = "svn://anonymous@svn.gnome.org/svn/gtkhtml2/;module=trunk \ | 9 | SRC_URI = "svn://anonymous@svn.gnome.org/svn/gtkhtml2/;module=trunk \ |
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" |
diff --git a/meta/recipes-kernel/linux-firmware/linux-firmware_git.bb b/meta/recipes-kernel/linux-firmware/linux-firmware_git.bb index a912c45e1f..3d3c579fa9 100644 --- a/meta/recipes-kernel/linux-firmware/linux-firmware_git.bb +++ b/meta/recipes-kernel/linux-firmware/linux-firmware_git.bb | |||
@@ -18,7 +18,7 @@ LIC_FILES_CHKSUM = "file://LICENSE.radeon_rlc;md5=4c243f7854d2884b483abda991adef | |||
18 | 18 | ||
19 | PROVIDES += "linux-firmware-sd8686" | 19 | PROVIDES += "linux-firmware-sd8686" |
20 | 20 | ||
21 | PV = "0.0+git${SRCREV}" | 21 | PV = "0.0+git${SRCPV}" |
22 | 22 | ||
23 | SRC_URI = "git://git.kernel.org/pub/scm/linux/kernel/git/dwmw2/linux-firmware.git;protocol=git" | 23 | SRC_URI = "git://git.kernel.org/pub/scm/linux/kernel/git/dwmw2/linux-firmware.git;protocol=git" |
24 | 24 | ||
diff --git a/meta/recipes-kernel/linux/linux-omap2_git.bb b/meta/recipes-kernel/linux/linux-omap2_git.bb index 39d08b714e..c29396f1ea 100644 --- a/meta/recipes-kernel/linux/linux-omap2_git.bb +++ b/meta/recipes-kernel/linux/linux-omap2_git.bb | |||
@@ -3,7 +3,7 @@ require linux-omap2.inc | |||
3 | FILESPATH = "${@os.path.dirname(bb.data.getVar('FILE',d,1))}/linux-omap2-git/${MACHINE}:${@os.path.dirname(bb.data.getVar('FILE',d,1))}/linux-omap2-git" | 3 | FILESPATH = "${@os.path.dirname(bb.data.getVar('FILE',d,1))}/linux-omap2-git/${MACHINE}:${@os.path.dirname(bb.data.getVar('FILE',d,1))}/linux-omap2-git" |
4 | 4 | ||
5 | PV = "2.6.26" | 5 | PV = "2.6.26" |
6 | #PV = "2.6.26+2.6.27-rc1+${PR}+git${SRCREV}" | 6 | #PV = "2.6.26+2.6.27-rc1+${PR}+git${SRCPV}" |
7 | PR = "r53" | 7 | PR = "r53" |
8 | 8 | ||
9 | SRC_URI = "git://source.mvista.com/git/linux-omap-2.6.git;protocol=git \ | 9 | SRC_URI = "git://source.mvista.com/git/linux-omap-2.6.git;protocol=git \ |
diff --git a/meta/recipes-kernel/linux/linux-omap3-pm_git.bb b/meta/recipes-kernel/linux/linux-omap3-pm_git.bb index 4acf7934a1..d65ca50415 100644 --- a/meta/recipes-kernel/linux/linux-omap3-pm_git.bb +++ b/meta/recipes-kernel/linux/linux-omap3-pm_git.bb | |||
@@ -6,7 +6,7 @@ inherit kernel | |||
6 | 6 | ||
7 | FILESDIR = "${@os.path.dirname(bb.data.getVar('FILE',d,1))}/${PN}-git/${MACHINE}" | 7 | FILESDIR = "${@os.path.dirname(bb.data.getVar('FILE',d,1))}/${PN}-git/${MACHINE}" |
8 | 8 | ||
9 | PV = "2.6.31-rc7+pm+${PR}+git${SRCREV}" | 9 | PV = "2.6.31-rc7+pm+${PR}+git${SRCPV}" |
10 | PR = "r3" | 10 | PR = "r3" |
11 | 11 | ||
12 | SRC_URI = "git://git.kernel.org/pub/scm/linux/kernel/git/khilman/linux-omap-pm.git;branch=pm;protocol=git" | 12 | SRC_URI = "git://git.kernel.org/pub/scm/linux/kernel/git/khilman/linux-omap-pm.git;branch=pm;protocol=git" |
diff --git a/meta/recipes-kernel/linux/linux-omap3_git.bb b/meta/recipes-kernel/linux/linux-omap3_git.bb index f25c2c72fb..3d38ef2624 100644 --- a/meta/recipes-kernel/linux/linux-omap3_git.bb +++ b/meta/recipes-kernel/linux/linux-omap3_git.bb | |||
@@ -2,7 +2,7 @@ require linux-omap2.inc | |||
2 | 2 | ||
3 | FILESDIR = "${@os.path.dirname(bb.data.getVar('FILE',d,1))}/linux-omap3-git/${MACHINE}" | 3 | FILESDIR = "${@os.path.dirname(bb.data.getVar('FILE',d,1))}/linux-omap3-git/${MACHINE}" |
4 | 4 | ||
5 | PV = "2.6.27-rc6+${PR}+git${SRCREV}" | 5 | PV = "2.6.27-rc6+${PR}+git${SRCPV}" |
6 | PR = "r30" | 6 | PR = "r30" |
7 | 7 | ||
8 | SRC_URI = "git://source.mvista.com/git/linux-omap-2.6.git;branch=master;protocol=git \ | 8 | SRC_URI = "git://source.mvista.com/git/linux-omap-2.6.git;branch=master;protocol=git \ |
diff --git a/meta/recipes-kernel/oprofile/oprofileui-svn.inc b/meta/recipes-kernel/oprofile/oprofileui-svn.inc index 4c9211cc05..0e7e7940c0 100644 --- a/meta/recipes-kernel/oprofile/oprofileui-svn.inc +++ b/meta/recipes-kernel/oprofile/oprofileui-svn.inc | |||
@@ -1,6 +1,6 @@ | |||
1 | require oprofileui.inc | 1 | require oprofileui.inc |
2 | 2 | ||
3 | PV = "0.0+svnr${SRCREV}" | 3 | PV = "0.0+svnr${SRCPV}" |
4 | PR = "r0" | 4 | PR = "r0" |
5 | 5 | ||
6 | S = "${WORKDIR}/trunk" | 6 | S = "${WORKDIR}/trunk" |
diff --git a/meta/recipes-sato/gaku/gaku_svn.bb b/meta/recipes-sato/gaku/gaku_svn.bb index d1e2a3f43f..594b03736b 100644 --- a/meta/recipes-sato/gaku/gaku_svn.bb +++ b/meta/recipes-sato/gaku/gaku_svn.bb | |||
@@ -15,7 +15,7 @@ RRECOMMENDS_${PN} = "gst-plugins-good-id3demux \ | |||
15 | gst-plugins-base-ogg \ | 15 | gst-plugins-base-ogg \ |
16 | ${COMMERCIAL_AUDIO_PLUGINS}" | 16 | ${COMMERCIAL_AUDIO_PLUGINS}" |
17 | 17 | ||
18 | PV = "0.0+svnr${SRCREV}" | 18 | PV = "0.0+svnr${SRCPV}" |
19 | 19 | ||
20 | PR = "r4" | 20 | PR = "r4" |
21 | 21 | ||
diff --git a/meta/recipes-sato/gtk-engines/gtk-sato-engine_svn.bb b/meta/recipes-sato/gtk-engines/gtk-sato-engine_svn.bb index a7ee6c6e43..3c7f1b5429 100644 --- a/meta/recipes-sato/gtk-engines/gtk-sato-engine_svn.bb +++ b/meta/recipes-sato/gtk-engines/gtk-sato-engine_svn.bb | |||
@@ -4,7 +4,7 @@ LIC_FILES_CHKSUM = "file://COPYING.LIB;md5=2d5025d4aa3495befef8f17206a5b0a1 \ | |||
4 | file://src/sato-utils.h;endline=24;md5=708f28cfe7fe028d497aaf4389b80b62 \ | 4 | file://src/sato-utils.h;endline=24;md5=708f28cfe7fe028d497aaf4389b80b62 \ |
5 | file://src/sato-main.c;endline=24;md5=b5e5dddebca570275becb51b526e4c5a" | 5 | file://src/sato-main.c;endline=24;md5=b5e5dddebca570275becb51b526e4c5a" |
6 | 6 | ||
7 | PV = "0.3.2+svnr${SRCREV}" | 7 | PV = "0.3.2+svnr${SRCPV}" |
8 | PR = "r0" | 8 | PR = "r0" |
9 | 9 | ||
10 | SRC_URI = "svn://svn.o-hand.com/repos/sato/trunk;module=gtk-engine;proto=http" | 10 | SRC_URI = "svn://svn.o-hand.com/repos/sato/trunk;module=gtk-engine;proto=http" |
diff --git a/meta/recipes-sato/libowl/libowl_svn.bb b/meta/recipes-sato/libowl/libowl_svn.bb index 31a142c930..74d0d77981 100644 --- a/meta/recipes-sato/libowl/libowl_svn.bb +++ b/meta/recipes-sato/libowl/libowl_svn.bb | |||
@@ -10,7 +10,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f \ | |||
10 | 10 | ||
11 | SECTION = "libs" | 11 | SECTION = "libs" |
12 | DEPENDS = "gtk+" | 12 | DEPENDS = "gtk+" |
13 | PV = "0.0+svnr${SRCREV}" | 13 | PV = "0.0+svnr${SRCPV}" |
14 | PR = "r6" | 14 | PR = "r6" |
15 | 15 | ||
16 | SRC_URI = "svn://svn.o-hand.com/repos/misc/trunk;module=${PN};proto=http" | 16 | SRC_URI = "svn://svn.o-hand.com/repos/misc/trunk;module=${PN};proto=http" |
diff --git a/meta/recipes-sato/matchbox-config-gtk/matchbox-config-gtk_svn.bb b/meta/recipes-sato/matchbox-config-gtk/matchbox-config-gtk_svn.bb index 88484eb12b..fce21a3a25 100644 --- a/meta/recipes-sato/matchbox-config-gtk/matchbox-config-gtk_svn.bb +++ b/meta/recipes-sato/matchbox-config-gtk/matchbox-config-gtk_svn.bb | |||
@@ -9,7 +9,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f \ | |||
9 | DEPENDS = "gconf gtk+" | 9 | DEPENDS = "gconf gtk+" |
10 | RDEPENDS_${PN} = "settings-daemon" | 10 | RDEPENDS_${PN} = "settings-daemon" |
11 | 11 | ||
12 | PV = "0.0+svnr${SRCREV}" | 12 | PV = "0.0+svnr${SRCPV}" |
13 | PR = "r1" | 13 | PR = "r1" |
14 | 14 | ||
15 | S = "${WORKDIR}/${PN}" | 15 | S = "${WORKDIR}/${PN}" |
diff --git a/meta/recipes-sato/matchbox-desktop-sato/matchbox-desktop-sato_svn.bb b/meta/recipes-sato/matchbox-desktop-sato/matchbox-desktop-sato_svn.bb index bdae33d5a3..617fb6dbe0 100644 --- a/meta/recipes-sato/matchbox-desktop-sato/matchbox-desktop-sato_svn.bb +++ b/meta/recipes-sato/matchbox-desktop-sato/matchbox-desktop-sato_svn.bb | |||
@@ -8,7 +8,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=59530bdf33659b29e73d4adb9f9f6552" | |||
8 | SECTION = "x11" | 8 | SECTION = "x11" |
9 | DEPENDS = "" | 9 | DEPENDS = "" |
10 | CONFLICTS = "matchbox-common" | 10 | CONFLICTS = "matchbox-common" |
11 | PV = "0.0+svnr${SRCREV}" | 11 | PV = "0.0+svnr${SRCPV}" |
12 | PR = "r0" | 12 | PR = "r0" |
13 | 13 | ||
14 | SRC_URI = "svn://svn.o-hand.com/repos/sato/trunk;module=desktop-folders;proto=http" | 14 | SRC_URI = "svn://svn.o-hand.com/repos/sato/trunk;module=desktop-folders;proto=http" |
diff --git a/meta/recipes-sato/matchbox-desktop/matchbox-desktop_svn.bb b/meta/recipes-sato/matchbox-desktop/matchbox-desktop_svn.bb index 324c81ff27..f5aadfd13b 100644 --- a/meta/recipes-sato/matchbox-desktop/matchbox-desktop_svn.bb +++ b/meta/recipes-sato/matchbox-desktop/matchbox-desktop_svn.bb | |||
@@ -10,7 +10,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f \ | |||
10 | 10 | ||
11 | DEPENDS = "gtk+ startup-notification dbus" | 11 | DEPENDS = "gtk+ startup-notification dbus" |
12 | SECTION = "x11/wm" | 12 | SECTION = "x11/wm" |
13 | PV = "2.0+svnr${SRCREV}" | 13 | PV = "2.0+svnr${SRCPV}" |
14 | PR = "r0" | 14 | PR = "r0" |
15 | 15 | ||
16 | SRC_URI = "svn://svn.o-hand.com/repos/matchbox/trunk;module=${PN}-2;proto=http" | 16 | SRC_URI = "svn://svn.o-hand.com/repos/matchbox/trunk;module=${PN}-2;proto=http" |
diff --git a/meta/recipes-sato/matchbox-keyboard/matchbox-keyboard_svn.bb b/meta/recipes-sato/matchbox-keyboard/matchbox-keyboard_svn.bb index 935136d6fb..380e5ba338 100644 --- a/meta/recipes-sato/matchbox-keyboard/matchbox-keyboard_svn.bb +++ b/meta/recipes-sato/matchbox-keyboard/matchbox-keyboard_svn.bb | |||
@@ -10,7 +10,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f \ | |||
10 | DEPENDS = "libfakekey expat libxft gtk+ matchbox-panel-2" | 10 | DEPENDS = "libfakekey expat libxft gtk+ matchbox-panel-2" |
11 | RDEPENDS_${PN} = "formfactor dbus-wait" | 11 | RDEPENDS_${PN} = "formfactor dbus-wait" |
12 | SECTION = "x11" | 12 | SECTION = "x11" |
13 | PV = "0.0+svnr${SRCREV}" | 13 | PV = "0.0+svnr${SRCPV}" |
14 | PR = "r5" | 14 | PR = "r5" |
15 | 15 | ||
16 | SRC_URI = "svn://svn.o-hand.com/repos/matchbox/trunk;module=${PN};proto=http \ | 16 | SRC_URI = "svn://svn.o-hand.com/repos/matchbox/trunk;module=${PN};proto=http \ |
diff --git a/meta/recipes-sato/matchbox-panel-2/matchbox-panel-2_svn.bb b/meta/recipes-sato/matchbox-panel-2/matchbox-panel-2_svn.bb index 8f5ccc84f7..d76fc09dc3 100644 --- a/meta/recipes-sato/matchbox-panel-2/matchbox-panel-2_svn.bb +++ b/meta/recipes-sato/matchbox-panel-2/matchbox-panel-2_svn.bb | |||
@@ -12,7 +12,7 @@ DEPENDS = "gtk+ startup-notification dbus dbus-glib" | |||
12 | DEPENDS += " ${@base_contains("MACHINE_FEATURES", "acpi", "libacpi", "",d)}" | 12 | DEPENDS += " ${@base_contains("MACHINE_FEATURES", "acpi", "libacpi", "",d)}" |
13 | DEPENDS += " ${@base_contains("MACHINE_FEATURES", "apm", "apmd", "",d)}" | 13 | DEPENDS += " ${@base_contains("MACHINE_FEATURES", "apm", "apmd", "",d)}" |
14 | 14 | ||
15 | PV = "0.0+svnr${SRCREV}" | 15 | PV = "0.0+svnr${SRCPV}" |
16 | PR = "r7" | 16 | PR = "r7" |
17 | 17 | ||
18 | RPROVIDES_${PN} = "matchbox-panel" | 18 | RPROVIDES_${PN} = "matchbox-panel" |
diff --git a/meta/recipes-sato/matchbox-stroke/matchbox-stroke_svn.bb b/meta/recipes-sato/matchbox-stroke/matchbox-stroke_svn.bb index b0e77acbf8..5021d8839e 100644 --- a/meta/recipes-sato/matchbox-stroke/matchbox-stroke_svn.bb +++ b/meta/recipes-sato/matchbox-stroke/matchbox-stroke_svn.bb | |||
@@ -7,7 +7,7 @@ LIC_FILES_CHKSUM = "file://src/matchbox-stroke.h;endline=12;md5=8ed5c5bbec2321fb | |||
7 | 7 | ||
8 | DEPENDS = "libfakekey expat libxft" | 8 | DEPENDS = "libfakekey expat libxft" |
9 | SECTION = "x11/wm" | 9 | SECTION = "x11/wm" |
10 | PV = "0.0+svnr${SRCREV}" | 10 | PV = "0.0+svnr${SRCPV}" |
11 | 11 | ||
12 | SRC_URI = "svn://svn.o-hand.com/repos/matchbox/trunk;module=${PN};proto=http \ | 12 | SRC_URI = "svn://svn.o-hand.com/repos/matchbox/trunk;module=${PN};proto=http \ |
13 | file://single-instance.patch;patch=1 \ | 13 | file://single-instance.patch;patch=1 \ |
diff --git a/meta/recipes-sato/matchbox-terminal/matchbox-terminal_svn.bb b/meta/recipes-sato/matchbox-terminal/matchbox-terminal_svn.bb index 169223f84e..f06d80cab0 100644 --- a/meta/recipes-sato/matchbox-terminal/matchbox-terminal_svn.bb +++ b/meta/recipes-sato/matchbox-terminal/matchbox-terminal_svn.bb | |||
@@ -8,7 +8,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f \ | |||
8 | 8 | ||
9 | DEPENDS = "gtk+ vte" | 9 | DEPENDS = "gtk+ vte" |
10 | SECTION = "x11/utils" | 10 | SECTION = "x11/utils" |
11 | PV = "0.0+svnr${SRCREV}" | 11 | PV = "0.0+svnr${SRCPV}" |
12 | PR = "r0" | 12 | PR = "r0" |
13 | 13 | ||
14 | SRC_URI = "svn://svn.o-hand.com/repos/matchbox/trunk;module=${PN};proto=http" | 14 | SRC_URI = "svn://svn.o-hand.com/repos/matchbox/trunk;module=${PN};proto=http" |
diff --git a/meta/recipes-sato/matchbox-theme-sato/matchbox-theme-sato-2_svn.bb b/meta/recipes-sato/matchbox-theme-sato/matchbox-theme-sato-2_svn.bb index c68c6855c7..36bde38fcc 100644 --- a/meta/recipes-sato/matchbox-theme-sato/matchbox-theme-sato-2_svn.bb +++ b/meta/recipes-sato/matchbox-theme-sato/matchbox-theme-sato-2_svn.bb | |||
@@ -1,7 +1,7 @@ | |||
1 | require matchbox-theme-sato.inc | 1 | require matchbox-theme-sato.inc |
2 | 2 | ||
3 | DEPENDS = "matchbox-wm-2" | 3 | DEPENDS = "matchbox-wm-2" |
4 | PV = "0.1+svnr${SRCREV}" | 4 | PV = "0.1+svnr${SRCPV}" |
5 | 5 | ||
6 | SRC_URI = "svn://svn.o-hand.com/repos/sato/trunk;module=matchbox-sato;proto=http \ | 6 | SRC_URI = "svn://svn.o-hand.com/repos/sato/trunk;module=matchbox-sato;proto=http \ |
7 | file://png_rename.patch" | 7 | file://png_rename.patch" |
diff --git a/meta/recipes-sato/matchbox-theme-sato/matchbox-theme-sato_svn.bb b/meta/recipes-sato/matchbox-theme-sato/matchbox-theme-sato_svn.bb index 7d492353bf..16ea8251b1 100644 --- a/meta/recipes-sato/matchbox-theme-sato/matchbox-theme-sato_svn.bb +++ b/meta/recipes-sato/matchbox-theme-sato/matchbox-theme-sato_svn.bb | |||
@@ -1,6 +1,6 @@ | |||
1 | require matchbox-theme-sato.inc | 1 | require matchbox-theme-sato.inc |
2 | 2 | ||
3 | PV = "0.1+svnr${SRCREV}" | 3 | PV = "0.1+svnr${SRCPV}" |
4 | PR = "r0" | 4 | PR = "r0" |
5 | 5 | ||
6 | SRC_URI = "svn://svn.o-hand.com/repos/sato/trunk;module=matchbox-sato;proto=http" | 6 | SRC_URI = "svn://svn.o-hand.com/repos/sato/trunk;module=matchbox-sato;proto=http" |
diff --git a/meta/recipes-sato/owl-video-widget/libowl-av_svn.bb b/meta/recipes-sato/owl-video-widget/libowl-av_svn.bb index 15bd37ac8c..b9612c0741 100644 --- a/meta/recipes-sato/owl-video-widget/libowl-av_svn.bb +++ b/meta/recipes-sato/owl-video-widget/libowl-av_svn.bb | |||
@@ -12,7 +12,7 @@ DEPENDS = "gtk+ gstreamer gst-plugins-base" | |||
12 | RDEPENDS_${PN} = "gst-meta-base" | 12 | RDEPENDS_${PN} = "gst-meta-base" |
13 | RRECOMMENDS_${PN} = "gst-meta-audio gst-meta-video" | 13 | RRECOMMENDS_${PN} = "gst-meta-audio gst-meta-video" |
14 | 14 | ||
15 | PV = "0.0+svnr${SRCREV}" | 15 | PV = "0.0+svnr${SRCPV}" |
16 | PR = "r6" | 16 | PR = "r6" |
17 | 17 | ||
18 | S = "${WORKDIR}/${PN}" | 18 | S = "${WORKDIR}/${PN}" |
diff --git a/meta/recipes-sato/owl-video-widget/owl-video_svn.bb b/meta/recipes-sato/owl-video-widget/owl-video_svn.bb index bfa02b7dc9..f83dbdc5d6 100644 --- a/meta/recipes-sato/owl-video-widget/owl-video_svn.bb +++ b/meta/recipes-sato/owl-video-widget/owl-video_svn.bb | |||
@@ -8,7 +8,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=ac14b7ca45afea5af040da54db270eb0 \ | |||
8 | SECTION = "x11" | 8 | SECTION = "x11" |
9 | DEPENDS = "libowl-av" | 9 | DEPENDS = "libowl-av" |
10 | 10 | ||
11 | PV = "0.0+svnr${SRCREV}" | 11 | PV = "0.0+svnr${SRCPV}" |
12 | PR = "r3" | 12 | PR = "r3" |
13 | 13 | ||
14 | S = "${WORKDIR}/video" | 14 | S = "${WORKDIR}/video" |
diff --git a/meta/recipes-sato/puzzles/oh-puzzles_svn.bb b/meta/recipes-sato/puzzles/oh-puzzles_svn.bb index 5fcea24b37..3bee48687a 100644 --- a/meta/recipes-sato/puzzles/oh-puzzles_svn.bb +++ b/meta/recipes-sato/puzzles/oh-puzzles_svn.bb | |||
@@ -11,7 +11,7 @@ SECTION = "x11" | |||
11 | DEPENDS = "gtk+ gconf intltool-native librsvg" | 11 | DEPENDS = "gtk+ gconf intltool-native librsvg" |
12 | DEPENDS_append_poky = " libowl" | 12 | DEPENDS_append_poky = " libowl" |
13 | 13 | ||
14 | PV = "0.1+svnr${SRCREV}" | 14 | PV = "0.1+svnr${SRCPV}" |
15 | PR = "r10" | 15 | PR = "r10" |
16 | 16 | ||
17 | bindir = "/usr/games" | 17 | bindir = "/usr/games" |
diff --git a/meta/recipes-sato/screenshot/screenshot_svn.bb b/meta/recipes-sato/screenshot/screenshot_svn.bb index a95ba2d54d..35f3422899 100644 --- a/meta/recipes-sato/screenshot/screenshot_svn.bb +++ b/meta/recipes-sato/screenshot/screenshot_svn.bb | |||
@@ -9,7 +9,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f \ | |||
9 | 9 | ||
10 | PRIORITY = "optional" | 10 | PRIORITY = "optional" |
11 | DEPENDS = "matchbox-panel-2" | 11 | DEPENDS = "matchbox-panel-2" |
12 | PV = "0.0+svnr${SRCREV}" | 12 | PV = "0.0+svnr${SRCPV}" |
13 | 13 | ||
14 | SRC_URI = "svn://svn.o-hand.com/repos/misc/trunk;module=${PN};proto=http" | 14 | SRC_URI = "svn://svn.o-hand.com/repos/misc/trunk;module=${PN};proto=http" |
15 | 15 | ||
diff --git a/meta/recipes-sato/settings-daemon/settings-daemon_svn.bb b/meta/recipes-sato/settings-daemon/settings-daemon_svn.bb index 4d1d9baf40..720ebfbebe 100644 --- a/meta/recipes-sato/settings-daemon/settings-daemon_svn.bb +++ b/meta/recipes-sato/settings-daemon/settings-daemon_svn.bb | |||
@@ -6,7 +6,7 @@ LIC_FILES_CHKSUM = "file://xsettings-manager.h;endline=22;md5=7cfac9d2d4dc3694cc | |||
6 | file://xsettings-common.h;endline=22;md5=7cfac9d2d4dc3694cc7eb605cf32a69b" | 6 | file://xsettings-common.h;endline=22;md5=7cfac9d2d4dc3694cc7eb605cf32a69b" |
7 | DEPENDS = "gconf glib-2.0 gtk+" | 7 | DEPENDS = "gconf glib-2.0 gtk+" |
8 | SECTION = "x11" | 8 | SECTION = "x11" |
9 | PV = "0.0+svnr${SRCREV}" | 9 | PV = "0.0+svnr${SRCPV}" |
10 | 10 | ||
11 | PR = "r3" | 11 | PR = "r3" |
12 | 12 | ||
diff --git a/meta/recipes-sato/web/web-webkit_svn.bb b/meta/recipes-sato/web/web-webkit_svn.bb index 7dfce263ff..3df2bd8baa 100644 --- a/meta/recipes-sato/web/web-webkit_svn.bb +++ b/meta/recipes-sato/web/web-webkit_svn.bb | |||
@@ -8,7 +8,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=7fbc338309ac38fefcd64b04bb903e34" | |||
8 | SECTION = "x11" | 8 | SECTION = "x11" |
9 | DEPENDS = "libxml2 glib-2.0 gtk+ libglade webkit-gtk curl gconf js libowl" | 9 | DEPENDS = "libxml2 glib-2.0 gtk+ libglade webkit-gtk curl gconf js libowl" |
10 | 10 | ||
11 | PV = "0.0+svnr${SRCREV}" | 11 | PV = "0.0+svnr${SRCPV}" |
12 | PR = "r3" | 12 | PR = "r3" |
13 | 13 | ||
14 | SRC_URI = "svn://svn.o-hand.com/repos/web/branches;module=webkit;proto=http \ | 14 | SRC_URI = "svn://svn.o-hand.com/repos/web/branches;module=webkit;proto=http \ |
diff --git a/meta/recipes-sato/web/web_svn.bb b/meta/recipes-sato/web/web_svn.bb index 79838cef73..bdcdaba009 100644 --- a/meta/recipes-sato/web/web_svn.bb +++ b/meta/recipes-sato/web/web_svn.bb | |||
@@ -4,7 +4,7 @@ DEPENDS = "libxml2 glib-2.0 gtk+ libglade gtkhtml2 curl gconf js libowl" | |||
4 | DESCRIPTION = "Web is a multi-platform web browsing application." | 4 | DESCRIPTION = "Web is a multi-platform web browsing application." |
5 | PR = "r4" | 5 | PR = "r4" |
6 | 6 | ||
7 | PV = "0.0+svnr${SRCREV}" | 7 | PV = "0.0+svnr${SRCPV}" |
8 | 8 | ||
9 | SRC_URI = "svn://svn.o-hand.com/repos/${PN};module=trunk;proto=http \ | 9 | SRC_URI = "svn://svn.o-hand.com/repos/${PN};module=trunk;proto=http \ |
10 | file://owl-window-menu.patch \ | 10 | file://owl-window-menu.patch \ |
diff --git a/meta/recipes-sato/webkit/webkit-gtk_svn.bb b/meta/recipes-sato/webkit/webkit-gtk_svn.bb index fe31b9c24c..8d4eb35239 100644 --- a/meta/recipes-sato/webkit/webkit-gtk_svn.bb +++ b/meta/recipes-sato/webkit/webkit-gtk_svn.bb | |||
@@ -12,7 +12,7 @@ DEPENDS_darwin8 = "curl icu libxml2 cairo libxslt libidn gnutls gtk+ gstreamer f | |||
12 | 12 | ||
13 | SRCREV_FORMAT = "webcore-rwebkit" | 13 | SRCREV_FORMAT = "webcore-rwebkit" |
14 | 14 | ||
15 | PV = "1.3.2+svnr${SRCREV}" | 15 | PV = "1.3.2+svnr${SRCPV}" |
16 | PR = "r0" | 16 | PR = "r0" |
17 | 17 | ||
18 | SRC_URI = "\ | 18 | SRC_URI = "\ |
diff --git a/meta/recipes-support/libgdbus/libgdbus_git.bb b/meta/recipes-support/libgdbus/libgdbus_git.bb index f30350745d..40b44de88e 100644 --- a/meta/recipes-support/libgdbus/libgdbus_git.bb +++ b/meta/recipes-support/libgdbus/libgdbus_git.bb | |||
@@ -8,7 +8,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=12f884d2ae1ff87c09e5b7ccc2c4ca7e \ | |||
8 | file://COPYING.LIB;md5=fb504b67c50331fc78734fed90fb0e09" | 8 | file://COPYING.LIB;md5=fb504b67c50331fc78734fed90fb0e09" |
9 | 9 | ||
10 | DEPENDS = "glib-2.0 dbus" | 10 | DEPENDS = "glib-2.0 dbus" |
11 | PV = "0.0+git${SRCREV}" | 11 | PV = "0.0+git${SRCPV}" |
12 | PR = "r0" | 12 | PR = "r0" |
13 | 13 | ||
14 | SRC_URI = "git://git.kernel.org/pub/scm/bluetooth/libgdbus.git;protocol=git" | 14 | SRC_URI = "git://git.kernel.org/pub/scm/bluetooth/libgdbus.git;protocol=git" |