aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta-guacamayo/recipes-core/tasks/task-guacamayo.bb1
-rw-r--r--meta-guacamayo/recipes-upnp/gupnp/gupnp_0.18.3.bb4
2 files changed, 2 insertions, 3 deletions
diff --git a/meta-guacamayo/recipes-core/tasks/task-guacamayo.bb b/meta-guacamayo/recipes-core/tasks/task-guacamayo.bb
index f5cbc4b..2152efe 100644
--- a/meta-guacamayo/recipes-core/tasks/task-guacamayo.bb
+++ b/meta-guacamayo/recipes-core/tasks/task-guacamayo.bb
@@ -123,7 +123,6 @@ RDEPENDS_task-guacamayo-core = " \
dconf \
guacamayo-gsettings \
dbus \
- dbus-x11 \
${GUACA_NETWORKING} \
gstreamer \
gst-plugins-base \
diff --git a/meta-guacamayo/recipes-upnp/gupnp/gupnp_0.18.3.bb b/meta-guacamayo/recipes-upnp/gupnp/gupnp_0.18.3.bb
index d9a8d85..f4351d3 100644
--- a/meta-guacamayo/recipes-upnp/gupnp/gupnp_0.18.3.bb
+++ b/meta-guacamayo/recipes-upnp/gupnp/gupnp_0.18.3.bb
@@ -3,9 +3,9 @@ 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 gnome-icon-theme"
+DEPENDS = "e2fsprogs gssdp libsoup-2.4 libxml2"
-PR = "r1"
+PR = "r2"
EXTRA_OECONF = "--disable-introspection --with-context-manager=linux"