diff options
author | Saul Wold <sgw@linux.intel.com> | 2011-08-25 11:20:21 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2011-09-02 18:13:35 +0100 |
commit | 4e7218c19775ef81caed27742e9d203af10b7416 (patch) | |
tree | e843842edf6a7e54fe6edd8c16060130aa8aa7b8 /meta/recipes-sato/owl-video-widget | |
parent | 55168655ec95e8eff70f90a462ed0a8d87d8d87f (diff) | |
download | openembedded-core-4e7218c19775ef81caed27742e9d203af10b7416.tar.gz openembedded-core-4e7218c19775ef81caed27742e9d203af10b7416.tar.bz2 openembedded-core-4e7218c19775ef81caed27742e9d203af10b7416.zip |
o-hand recipes: convert from svn.o-hand.org to git.yoctoproject.org
Signed-off-by: Saul Wold <sgw@linux.intel.com>
Diffstat (limited to 'meta/recipes-sato/owl-video-widget')
-rw-r--r-- | meta/recipes-sato/owl-video-widget/libowl-av_git.bb (renamed from meta/recipes-sato/owl-video-widget/libowl-av_svn.bb) | 11 | ||||
-rw-r--r-- | meta/recipes-sato/owl-video-widget/owl-video_git.bb (renamed from meta/recipes-sato/owl-video-widget/owl-video_svn.bb) | 10 |
2 files changed, 11 insertions, 10 deletions
diff --git a/meta/recipes-sato/owl-video-widget/libowl-av_svn.bb b/meta/recipes-sato/owl-video-widget/libowl-av_git.bb index 04928a4c30..176b61ffc5 100644 --- a/meta/recipes-sato/owl-video-widget/libowl-av_svn.bb +++ b/meta/recipes-sato/owl-video-widget/libowl-av_git.bb @@ -12,14 +12,15 @@ 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" +SRCREV = "1379fd230a32509e94971961183f1031f469737a" +PV = "0.1+git${SRCPV}" +PR = "r0" -S = "${WORKDIR}/${BPN}" -SRC_URI = "svn://svn.o-hand.com/repos/misc/trunk;module=${BPN};proto=http \ +SRC_URI = "git://git.yoctoproject.org/${BPN};protocol=git \ file://gst_change_state.patch \ file://make-382.patch" +S = "${WORKDIR}/git" + inherit autotools pkgconfig diff --git a/meta/recipes-sato/owl-video-widget/owl-video_svn.bb b/meta/recipes-sato/owl-video-widget/owl-video_git.bb index 52883ce2c3..3ecb82e78b 100644 --- a/meta/recipes-sato/owl-video-widget/owl-video_svn.bb +++ b/meta/recipes-sato/owl-video-widget/owl-video_git.bb @@ -8,13 +8,13 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=ac14b7ca45afea5af040da54db270eb0 \ SECTION = "x11" DEPENDS = "libowl-av" -SRCREV = "394" -PV = "0.0+svnr${SRCPV}" -PR = "r3" +SRCREV = "f133472318970796fae1ea3e98ac062156768baf" +PV = "0.1+git${SRCPV}" +PR = "r0" -S = "${WORKDIR}/video" +S = "${WORKDIR}/git" -SRC_URI = "svn://svn.o-hand.com/repos/misc/trunk;module=video;proto=http \ +SRC_URI = "git://git.yoctoproject.org/${BPN};protocol=git \ file://gtk_multithread_safe.patch \ file://owl-video-widget.png \ file://stock_media-play.png \ |