summaryrefslogtreecommitdiffstats
path: root/meta-demoapps
diff options
context:
space:
mode:
authorYu Ke <ke.yu@intel.com>2010-12-27 13:28:09 +0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2011-01-06 10:37:30 +0000
commit9b5c770cbda8cfc4c108d94bd0ff5c0af3d0b64b (patch)
treec150b9d61eb9836d997865ccfd2432d864219505 /meta-demoapps
parent601af9f8ead73e4c385162e820b877f18e5e6722 (diff)
downloadpoky-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-demoapps')
-rw-r--r--meta-demoapps/recipes-connectivity/opensync/libsync_svn.bb2
-rw-r--r--meta-demoapps/recipes-sato/matchbox-themes-extra/matchbox-themes-extra_svn.bb2
2 files changed, 2 insertions, 2 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"
7RRECOMMENDS_${PN} = "\ 7RRECOMMENDS_${PN} = "\
8 libopensync-plugin-file \ 8 libopensync-plugin-file \
9 " 9 "
10PV = "0.0+svnr${SRCREV}" 10PV = "0.0+svnr${SRCPV}"
11PR = "r1" 11PR = "r1"
12 12
13SRC_URI = "svn://svn.o-hand.com/repos/sync/trunk;module=sync;proto=http" 13SRC_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"
2LICENSE = "GPL" 2LICENSE = "GPL"
3DEPENDS = "matchbox-wm" 3DEPENDS = "matchbox-wm"
4SECTION = "x11/wm" 4SECTION = "x11/wm"
5PV = "0.3+svnr${SRCREV}" 5PV = "0.3+svnr${SRCPV}"
6 6
7SRC_URI = "svn://svn.o-hand.com/repos/matchbox/trunk;module=matchbox-themes-extra;proto=http" 7SRC_URI = "svn://svn.o-hand.com/repos/matchbox/trunk;module=matchbox-themes-extra;proto=http"
8S = "${WORKDIR}/${PN}" 8S = "${WORKDIR}/${PN}"