diff options
author | Richard Purdie <rpurdie@linux.intel.com> | 2010-01-13 15:45:30 +0000 |
---|---|---|
committer | Richard Purdie <rpurdie@linux.intel.com> | 2010-01-13 15:45:30 +0000 |
commit | 813e135deec6dd4c7f3ef54072877233bee991dd (patch) | |
tree | 68743274f561c536d0bc8af70b2949d53892c7c4 /meta/packages/gupnp/gupnp-av_0.4.bb | |
parent | 3ef9c4c9a345062626e7dedd4384d39b9bcef215 (diff) | |
download | poky-813e135deec6dd4c7f3ef54072877233bee991dd.tar.gz |
gupnp-av: 0.5 -> 0.5.2 and add 0.4
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
Diffstat (limited to 'meta/packages/gupnp/gupnp-av_0.4.bb')
-rw-r--r-- | meta/packages/gupnp/gupnp-av_0.4.bb | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/meta/packages/gupnp/gupnp-av_0.4.bb b/meta/packages/gupnp/gupnp-av_0.4.bb new file mode 100644 index 0000000000..5f52525b42 --- /dev/null +++ b/meta/packages/gupnp/gupnp-av_0.4.bb | |||
@@ -0,0 +1,6 @@ | |||
1 | LICENSE = "LGPL" | ||
2 | DEPENDS = "gupnp" | ||
3 | |||
4 | SRC_URI = "http://gupnp.org/sources/${PN}/${PN}-${PV}.tar.gz" | ||
5 | |||
6 | inherit autotools_stage pkgconfig | ||