diff options
author | Saul Wold <sgw@linux.intel.com> | 2011-05-27 11:26:43 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2011-05-27 23:20:58 +0100 |
commit | eae918c4237f8dd7b2c1b386c551144f476e4abf (patch) | |
tree | 6414d6db3f2d4477faf028754d95899cd3dad0de /meta | |
parent | 59650ea31f99faa99e33d1f620fe10aa3091922b (diff) | |
download | poky-eae918c4237f8dd7b2c1b386c551144f476e4abf.tar.gz |
gupnp-tools: Add gupnp-av to DEPENDS
(From OE-Core rev: 63e92f0c85ba2bc289dce4a01a24315e608defaf)
Signed-off-by: Saul Wold <sgw@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta')
-rw-r--r-- | meta/recipes-connectivity/gupnp/gupnp-tools_0.8.1.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-connectivity/gupnp/gupnp-tools_0.8.1.bb b/meta/recipes-connectivity/gupnp/gupnp-tools_0.8.1.bb index 008d0f7661..2ee7462f21 100644 --- a/meta/recipes-connectivity/gupnp/gupnp-tools_0.8.1.bb +++ b/meta/recipes-connectivity/gupnp/gupnp-tools_0.8.1.bb | |||
@@ -2,7 +2,7 @@ DESCRIPTION = "Tools for GUPnP" | |||
2 | LICENSE = "GPLv2+" | 2 | LICENSE = "GPLv2+" |
3 | LIC_FILES_CHKSUM = "file://COPYING;md5=751419260aa954499f7abaabaa882bbe \ | 3 | LIC_FILES_CHKSUM = "file://COPYING;md5=751419260aa954499f7abaabaa882bbe \ |
4 | file://src/network-light/main.c;beginline=1;endline=21;md5=033bf37c030780c5a72165846b3003f6" | 4 | file://src/network-light/main.c;beginline=1;endline=21;md5=033bf37c030780c5a72165846b3003f6" |
5 | DEPENDS = "gupnp gtk+ libglade gnome-icon-theme" | 5 | DEPENDS = "gupnp gupnp-av gtk+ libglade gnome-icon-theme" |
6 | 6 | ||
7 | SRC_URI = "http://gupnp.org/sites/all/files/sources/${BPN}-${PV}.tar.gz" | 7 | SRC_URI = "http://gupnp.org/sites/all/files/sources/${BPN}-${PV}.tar.gz" |
8 | 8 | ||