[oe-commits] Nicolas Dechesne : gupnp: remove dependency on gnome-icon-theme

git at git.openembedded.org git at git.openembedded.org
Thu Apr 11 09:34:30 UTC 2013


Module: meta-openembedded.git
Branch: master
Commit: 799acb10bc21e6144ffa7e2f69c2b5032afff932
URL:    http://git.openembedded.org/?p=meta-openembedded.git&a=commit;h=799acb10bc21e6144ffa7e2f69c2b5032afff932

Author: Nicolas Dechesne <ndec at linaro.org>
Date:   Wed Apr 10 14:37:19 2013 +0000

gupnp: remove dependency on gnome-icon-theme

As discussed in [1], let's remove the dependency on gnome-icon-theme,
since it's not required, and it brings additional unwanted dependency,
such as the whole gtk+...

[1] http://article.gmane.org/gmane.comp.handhelds.openembedded/57483

It is build-tested with
 - core-image-minimal
 - IMAGE_INSTALL += 'gupnp'
 - directfb in DISTRO_FEATURES

The build was failing before (GTK failed to build with directfb, which
is expected).

Signed-off-by: Nicolas Dechesne <ndec at linaro.org>
Signed-off-by: Martin Jansa <Martin.Jansa at gmail.com>

---

 .../recipes-connectivity/gupnp/gupnp.inc           |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/meta-multimedia/recipes-connectivity/gupnp/gupnp.inc b/meta-multimedia/recipes-connectivity/gupnp/gupnp.inc
index 81db3ea..f793236 100644
--- a/meta-multimedia/recipes-connectivity/gupnp/gupnp.inc
+++ b/meta-multimedia/recipes-connectivity/gupnp/gupnp.inc
@@ -2,7 +2,7 @@ SUMMARY = "UPnP framework"
 DESCRIPTION = "GUPnP is an elegant, object-oriented open source framework for creating UPnP  devices and control points, written in C using GObject and libsoup. The GUPnP API is intended to be easy to use, efficient and flexible. It provides the same set of features as libupnp, but shields the developer from most of UPnP's internals."
 LICENSE = "LGPLv2+"
 
-DEPENDS = "e2fsprogs gssdp libsoup-2.4 libxml2 gnome-icon-theme gobject-introspection-stub"
+DEPENDS = "e2fsprogs gssdp libsoup-2.4 libxml2 gobject-introspection-stub"
 
 require no-vala.inc
 





More information about the Openembedded-commits mailing list