diff options
Diffstat (limited to 'meta/recipes-sato/owl-video-widget/libowl-av_svn.bb')
-rw-r--r-- | meta/recipes-sato/owl-video-widget/libowl-av_svn.bb | 5 |
1 files changed, 3 insertions, 2 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 e00d3b6d9a..4eeeed6d24 100644 --- a/meta/recipes-sato/owl-video-widget/libowl-av_svn.bb +++ b/meta/recipes-sato/owl-video-widget/libowl-av_svn.bb | |||
@@ -13,11 +13,12 @@ RDEPENDS = "gst-meta-base" | |||
13 | RRECOMMENDS = "gst-meta-audio gst-meta-video" | 13 | RRECOMMENDS = "gst-meta-audio gst-meta-video" |
14 | 14 | ||
15 | PV = "0.0+svnr${SRCREV}" | 15 | PV = "0.0+svnr${SRCREV}" |
16 | PR = "r4" | 16 | PR = "r5" |
17 | 17 | ||
18 | S = "${WORKDIR}/${PN}" | 18 | S = "${WORKDIR}/${PN}" |
19 | 19 | ||
20 | SRC_URI = "svn://svn.o-hand.com/repos/misc/trunk;module=${PN};proto=http \ | 20 | SRC_URI = "svn://svn.o-hand.com/repos/misc/trunk;module=${PN};proto=http \ |
21 | file://gst_change_state.patch" | 21 | file://gst_change_state.patch \ |
22 | file://make-382.patch" | ||
22 | 23 | ||
23 | inherit autotools pkgconfig | 24 | inherit autotools pkgconfig |