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:15:29 +0100 |
commit | 99666e772dd50767295294a5686710e6e2a49851 (patch) | |
tree | 94af09055008a86accc352dc4fd65c82ad15c5f3 /meta/recipes-sato/owl-video-widget/libowl-av_svn.bb | |
parent | 06a89cb47da39fb9bb29e23cfb1751258391aeb2 (diff) | |
download | poky-99666e772dd50767295294a5686710e6e2a49851.tar.gz |
o-hand recipes: convert from svn.o-hand.org to git.yoctoproject.org
(From OE-Core rev: 4e7218c19775ef81caed27742e9d203af10b7416)
Signed-off-by: Saul Wold <sgw@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
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 | 25 |
1 files changed, 0 insertions, 25 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 deleted file mode 100644 index 04928a4c30..0000000000 --- a/meta/recipes-sato/owl-video-widget/libowl-av_svn.bb +++ /dev/null | |||
@@ -1,25 +0,0 @@ | |||
1 | DESCRIPTION = "OpenedHand Widget Library Audio/Video" | ||
2 | HOMEPAGE = "http://www.o-hand.com" | ||
3 | BUGTRACKER = "http://bugzilla.openedhand.com/" | ||
4 | |||
5 | LICENSE = "LGPLv2+" | ||
6 | LIC_FILES_CHKSUM = "file://COPYING;md5=ac14b7ca45afea5af040da54db270eb0 \ | ||
7 | file://libowl-av/owl-video-widget.h;endline=22;md5=0d4caab10952acdf470086c25c7f70c8 \ | ||
8 | file://libowl-av/owl-audio-player.h;endline=22;md5=4af2d44f206a086f9f03881236f7390b" | ||
9 | |||
10 | SECTION = "x11" | ||
11 | DEPENDS = "gtk+ gstreamer gst-plugins-base" | ||
12 | RDEPENDS_${PN} = "gst-meta-base" | ||
13 | RRECOMMENDS_${PN} = "gst-meta-audio gst-meta-video" | ||
14 | |||
15 | SRCREV = "416" | ||
16 | PV = "0.0+svnr${SRCPV}" | ||
17 | PR = "r6" | ||
18 | |||
19 | S = "${WORKDIR}/${BPN}" | ||
20 | |||
21 | SRC_URI = "svn://svn.o-hand.com/repos/misc/trunk;module=${BPN};proto=http \ | ||
22 | file://gst_change_state.patch \ | ||
23 | file://make-382.patch" | ||
24 | |||
25 | inherit autotools pkgconfig | ||