From 9b5c770cbda8cfc4c108d94bd0ff5c0af3d0b64b Mon Sep 17 00:00:00 2001 From: Yu Ke Date: Mon, 27 Dec 2010 13:28:09 +0800 Subject: 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 --- meta/recipes-sato/owl-video-widget/libowl-av_svn.bb | 2 +- meta/recipes-sato/owl-video-widget/owl-video_svn.bb | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'meta/recipes-sato/owl-video-widget') 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" RDEPENDS_${PN} = "gst-meta-base" RRECOMMENDS_${PN} = "gst-meta-audio gst-meta-video" -PV = "0.0+svnr${SRCREV}" +PV = "0.0+svnr${SRCPV}" PR = "r6" 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 \ SECTION = "x11" DEPENDS = "libowl-av" -PV = "0.0+svnr${SRCREV}" +PV = "0.0+svnr${SRCPV}" PR = "r3" S = "${WORKDIR}/video" -- cgit v1.2.3-54-g00ecf