diff options
author | Saul Wold <sgw@linux.intel.com> | 2010-12-06 11:38:54 -0800 |
---|---|---|
committer | Richard Purdie <rpurdie@linux.intel.com> | 2010-12-06 22:02:28 +0000 |
commit | 392b3ea8873ec7cc4f246d47ea59d842861d5499 (patch) | |
tree | 723f2badc784be008805db267e8b352223dea8f3 /meta/recipes-connectivity | |
parent | 63b85e74a389da15a0034438f6792c4673273f32 (diff) | |
download | openembedded-core-392b3ea8873ec7cc4f246d47ea59d842861d5499.tar.gz openembedded-core-392b3ea8873ec7cc4f246d47ea59d842861d5499.tar.bz2 openembedded-core-392b3ea8873ec7cc4f246d47ea59d842861d5499.zip |
gupnp: add gnome-icon-theme to DEPENDS
Signed-off-by: Saul Wold <sgw@linux.intel.com>
Diffstat (limited to 'meta/recipes-connectivity')
-rw-r--r-- | meta/recipes-connectivity/gupnp/gupnp_0.13.2.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-connectivity/gupnp/gupnp_0.13.2.bb b/meta/recipes-connectivity/gupnp/gupnp_0.13.2.bb index 5fb9d23941..1a3517b411 100644 --- a/meta/recipes-connectivity/gupnp/gupnp_0.13.2.bb +++ b/meta/recipes-connectivity/gupnp/gupnp_0.13.2.bb @@ -3,7 +3,7 @@ DESCRIPTION = "GUPnP is an elegant, object-oriented open source framework for cr LICENSE = "LGPLv2+" LIC_FILES_CHKSUM = "file://COPYING;md5=3bf50002aefd002f49e7bb854063f7e7 \ file://libgupnp/gupnp.h;beginline=1;endline=20;md5=28c49b17d623afc3335efc2e511879e1" -DEPENDS = "e2fsprogs gssdp libsoup-2.4 libxml2" +DEPENDS = "e2fsprogs gssdp libsoup-2.4 libxml2 gnome-icon-theme" SRC_URI = "http://gupnp.org/sites/all/files/sources/${PN}-${PV}.tar.gz" PR = "r1" |