diff options
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" | |||
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 | SRCREV = "416" | 15 | SRCREV = "1379fd230a32509e94971961183f1031f469737a" |
16 | PV = "0.0+svnr${SRCPV}" | 16 | PV = "0.1+git${SRCPV}" |
17 | PR = "r6" | 17 | PR = "r0" |
18 | 18 | ||
19 | S = "${WORKDIR}/${BPN}" | ||
20 | 19 | ||
21 | SRC_URI = "svn://svn.o-hand.com/repos/misc/trunk;module=${BPN};proto=http \ | 20 | SRC_URI = "git://git.yoctoproject.org/${BPN};protocol=git \ |
22 | file://gst_change_state.patch \ | 21 | file://gst_change_state.patch \ |
23 | file://make-382.patch" | 22 | file://make-382.patch" |
24 | 23 | ||
24 | S = "${WORKDIR}/git" | ||
25 | |||
25 | inherit autotools pkgconfig | 26 | 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 \ | |||
8 | SECTION = "x11" | 8 | SECTION = "x11" |
9 | DEPENDS = "libowl-av" | 9 | DEPENDS = "libowl-av" |
10 | 10 | ||
11 | SRCREV = "394" | 11 | SRCREV = "f133472318970796fae1ea3e98ac062156768baf" |
12 | PV = "0.0+svnr${SRCPV}" | 12 | PV = "0.1+git${SRCPV}" |
13 | PR = "r3" | 13 | PR = "r0" |
14 | 14 | ||
15 | S = "${WORKDIR}/video" | 15 | S = "${WORKDIR}/git" |
16 | 16 | ||
17 | SRC_URI = "svn://svn.o-hand.com/repos/misc/trunk;module=video;proto=http \ | 17 | SRC_URI = "git://git.yoctoproject.org/${BPN};protocol=git \ |
18 | file://gtk_multithread_safe.patch \ | 18 | file://gtk_multithread_safe.patch \ |
19 | file://owl-video-widget.png \ | 19 | file://owl-video-widget.png \ |
20 | file://stock_media-play.png \ | 20 | file://stock_media-play.png \ |