diff options
author | Dongxiao Xu <dongxiao.xu@intel.com> | 2011-04-19 16:32:05 +0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2011-04-28 10:44:28 +0100 |
commit | 0cad3afb041bebdb76d36c6df3e5b3ec6e121e3f (patch) | |
tree | f9f689492ebad4370dbe155f38f3e25f825664ba /meta/recipes-connectivity/gupnp/gupnp-av_0.8.0.bb | |
parent | 42c940b9d8eccf621afbec2548b670aa5b00d8f2 (diff) | |
download | poky-0cad3afb041bebdb76d36c6df3e5b3ec6e121e3f.tar.gz |
gupnp-av: upgrade to version 0.8.0
(From OE-Core rev: bf254f22afa61147c00fa9d4afb2056cb6833465)
Signed-off-by: Dongxiao Xu <dongxiao.xu@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-connectivity/gupnp/gupnp-av_0.8.0.bb')
-rw-r--r-- | meta/recipes-connectivity/gupnp/gupnp-av_0.8.0.bb | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/meta/recipes-connectivity/gupnp/gupnp-av_0.8.0.bb b/meta/recipes-connectivity/gupnp/gupnp-av_0.8.0.bb new file mode 100644 index 0000000000..ce9ca30b6c --- /dev/null +++ b/meta/recipes-connectivity/gupnp/gupnp-av_0.8.0.bb | |||
@@ -0,0 +1,15 @@ | |||
1 | SUMMARY = "Helpers for AV applications using UPnP" | ||
2 | DESCRIPTION = "GUPnP-AV is a collection of helpers for building AV (audio/video) applications using GUPnP." | ||
3 | LICENSE = "LGPLv2" | ||
4 | LIC_FILES_CHKSUM = "file://COPYING;md5=3bf50002aefd002f49e7bb854063f7e7 \ | ||
5 | file://libgupnp-av/gupnp-av.h;beginline=1;endline=22;md5=d344132a8766641fcb11213ff5982086" | ||
6 | DEPENDS = "gupnp" | ||
7 | |||
8 | SRC_URI = "http://gupnp.org/sites/all/files/sources/${BPN}-${PV}.tar.gz" | ||
9 | |||
10 | PR = "r0" | ||
11 | |||
12 | inherit autotools pkgconfig | ||
13 | |||
14 | SRC_URI[md5sum] = "8a41a3bb60b50fceb5ece71c0dc4dcfb" | ||
15 | SRC_URI[sha256sum] = "e6aa032377488cedc4e347519bd30701c583780b7c54f00bab083f2316a93dc9" | ||