diff options
author | Yu Ke <ke.yu@intel.com> | 2011-04-28 15:15:58 +0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2011-05-04 15:05:55 +0100 |
commit | 0a57bd226cdb8332707fa0f46fcf0b067f03701a (patch) | |
tree | 99a1cdcdaf132f6c2d15e351b8892a5135d7359e /meta/recipes-sato/owl-video-widget | |
parent | 413e7e5a5d6db45a6fbca5044246d6696d9d5711 (diff) | |
download | openembedded-core-0a57bd226cdb8332707fa0f46fcf0b067f03701a.tar.gz openembedded-core-0a57bd226cdb8332707fa0f46fcf0b067f03701a.tar.bz2 openembedded-core-0a57bd226cdb8332707fa0f46fcf0b067f03701a.zip |
poky-default-revisions: move the SRCREV to recipe file
in this case, those non poky distro can also use these recipe normally
Signed-off-by: Yu Ke <ke.yu@intel.com>
Diffstat (limited to 'meta/recipes-sato/owl-video-widget')
-rw-r--r-- | meta/recipes-sato/owl-video-widget/libowl-av_svn.bb | 1 | ||||
-rw-r--r-- | meta/recipes-sato/owl-video-widget/owl-video_svn.bb | 1 |
2 files changed, 2 insertions, 0 deletions
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 99d0df7a0c..9d5fd89e53 100644 --- a/meta/recipes-sato/owl-video-widget/libowl-av_svn.bb +++ b/meta/recipes-sato/owl-video-widget/libowl-av_svn.bb @@ -12,6 +12,7 @@ DEPENDS = "gtk+ gstreamer gst-plugins-base" RDEPENDS_${PN} = "gst-meta-base" RRECOMMENDS_${PN} = "gst-meta-audio gst-meta-video" +SRCREV = "416" PV = "0.0+svnr${SRCPV}" PR = "r6" 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 f83dbdc5d6..52883ce2c3 100644 --- a/meta/recipes-sato/owl-video-widget/owl-video_svn.bb +++ b/meta/recipes-sato/owl-video-widget/owl-video_svn.bb @@ -8,6 +8,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=ac14b7ca45afea5af040da54db270eb0 \ SECTION = "x11" DEPENDS = "libowl-av" +SRCREV = "394" PV = "0.0+svnr${SRCPV}" PR = "r3" |