* [PATCH] recipes: Replace gconf-dbus with gconf
@ 2011-04-27 16:28 Khem Raj
2011-04-27 21:46 ` Saul Wold
0 siblings, 1 reply; 2+ messages in thread
From: Khem Raj @ 2011-04-27 16:28 UTC (permalink / raw)
To: OE core
Some distributions e.g. angstrom do not support gconf-dbus
anymore since its now provided by gconf and in oe-core we
have PREFERRED_PROVIDER_gconf tunable, here we replace all
dependencies on gconf-dbus with gconf, which should work
in both cases where poky defines
PREFERRED_PROVIDER-gconf = "gconf-dbus" and for angstrom
it is simply gconf
Without this meta-toolchain-sdk ends up with conflicts in
runqueue and does not build
Signed-off-by: Khem Raj <raj.khem@gmail.com>
---
.../recipes-gnome/gnome/libgnomekbd_2.26.0.bb | 2 +-
meta/recipes-gnome/gnome/gnome-desktop.inc | 2 +-
meta/recipes-gnome/gthumb/gthumb_2.12.2.bb | 2 +-
meta/recipes-gnome/tasks/task-sdk-gmae.inc | 2 +-
meta/recipes-support/libproxy/libproxy_0.4.6.bb | 2 +-
5 files changed, 5 insertions(+), 5 deletions(-)
diff --git a/meta-demoapps/recipes-gnome/gnome/libgnomekbd_2.26.0.bb b/meta-demoapps/recipes-gnome/gnome/libgnomekbd_2.26.0.bb
index f2e4ec5..68e4eee 100644
--- a/meta-demoapps/recipes-gnome/gnome/libgnomekbd_2.26.0.bb
+++ b/meta-demoapps/recipes-gnome/gnome/libgnomekbd_2.26.0.bb
@@ -1,7 +1,7 @@
DESCRIPTION = "GNOME keyboard library"
LICENSE = "LGPL"
-DEPENDS = "gconf-dbus dbus libxklavier gtk+"
+DEPENDS = "gconf dbus libxklavier gtk+"
inherit gnome
diff --git a/meta/recipes-gnome/gnome/gnome-desktop.inc b/meta/recipes-gnome/gnome/gnome-desktop.inc
index 123f82d..336b87f 100644
--- a/meta/recipes-gnome/gnome/gnome-desktop.inc
+++ b/meta/recipes-gnome/gnome/gnome-desktop.inc
@@ -1,7 +1,7 @@
DESCRIPTION = "GNOME library for reading .desktop files"
SECTION = "x11/gnome"
LICENSE = "GPLv2 & LGPLv2"
-DEPENDS = "gconf-dbus libxrandr virtual/libx11 gtk+ glib-2.0 gnome-doc-utils"
+DEPENDS = "gconf libxrandr virtual/libx11 gtk+ glib-2.0 gnome-doc-utils"
EXTRA_OECONF = "--disable-scrollkeeper --disable-desktop-docs"
diff --git a/meta/recipes-gnome/gthumb/gthumb_2.12.2.bb b/meta/recipes-gnome/gthumb/gthumb_2.12.2.bb
index 0b3bd1a..258f2d5 100644
--- a/meta/recipes-gnome/gthumb/gthumb_2.12.2.bb
+++ b/meta/recipes-gnome/gthumb/gthumb_2.12.2.bb
@@ -2,7 +2,7 @@ DESCRIPTION = "gThumb is an image viewer and browser for the GNOME Desktop"
SECTION = "x11/gnome"
LICENSE = "GPLv2"
LIC_FILES_CHKSUM = "file://COPYING;md5=59530bdf33659b29e73d4adb9f9f6552"
-DEPENDS = "glib-2.0 gtk+ libxml2 gnome-doc-utils libunique gconf-dbus libpng gstreamer jpeg tiff gst-plugins-base"
+DEPENDS = "glib-2.0 gtk+ libxml2 gnome-doc-utils libunique gconf libpng gstreamer jpeg tiff gst-plugins-base"
PR = "r0"
EXTRA_OECONF = "--disable-gnome-keyring --disable-libsoup --disable-exiv2 --disable-clutter"
diff --git a/meta/recipes-gnome/tasks/task-sdk-gmae.inc b/meta/recipes-gnome/tasks/task-sdk-gmae.inc
index 2071089..0bf9d8b 100644
--- a/meta/recipes-gnome/tasks/task-sdk-gmae.inc
+++ b/meta/recipes-gnome/tasks/task-sdk-gmae.inc
@@ -4,7 +4,7 @@ SDK-GMAE = " \
gtk+-dev \
gstreamer-dev \
bluez4-dev \
- gconf-dbus-dev \
+ gconf-dev \
avahi-dev \
telepathy-glib-dev \
eds-dbus-dev \
diff --git a/meta/recipes-support/libproxy/libproxy_0.4.6.bb b/meta/recipes-support/libproxy/libproxy_0.4.6.bb
index 255cd5b..2e18065 100644
--- a/meta/recipes-support/libproxy/libproxy_0.4.6.bb
+++ b/meta/recipes-support/libproxy/libproxy_0.4.6.bb
@@ -7,7 +7,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=7d7044444a7b1b116e8783edcdb44ff4 \
file://utils/proxy.c;beginline=1;endline=18;md5=55152a1006d7dafbef32baf9c30a99c0"
-DEPENDS = "virtual/libx11 xmu gconf-dbus"
+DEPENDS = "virtual/libx11 xmu gconf"
SRC_URI = "http://libproxy.googlecode.com/files/libproxy-${PV}.tar.gz"
--
1.7.4.1
^ permalink raw reply related [flat|nested] 2+ messages in thread* Re: [PATCH] recipes: Replace gconf-dbus with gconf
2011-04-27 16:28 [PATCH] recipes: Replace gconf-dbus with gconf Khem Raj
@ 2011-04-27 21:46 ` Saul Wold
0 siblings, 0 replies; 2+ messages in thread
From: Saul Wold @ 2011-04-27 21:46 UTC (permalink / raw)
To: Patches and discussions about the oe-core layer
On 04/27/2011 09:28 AM, Khem Raj wrote:
> Some distributions e.g. angstrom do not support gconf-dbus
> anymore since its now provided by gconf and in oe-core we
> have PREFERRED_PROVIDER_gconf tunable, here we replace all
> dependencies on gconf-dbus with gconf, which should work
> in both cases where poky defines
> PREFERRED_PROVIDER-gconf = "gconf-dbus" and for angstrom
> it is simply gconf
>
> Without this meta-toolchain-sdk ends up with conflicts in
> runqueue and does not build
>
I think that we would need a generic gconf recipe also, since one of the
goals is to build oe-core out of the box without any DISRO set by
default, this would fail since there would be no generic gconf.
Sau!
> Signed-off-by: Khem Raj<raj.khem@gmail.com>
> ---
> .../recipes-gnome/gnome/libgnomekbd_2.26.0.bb | 2 +-
> meta/recipes-gnome/gnome/gnome-desktop.inc | 2 +-
> meta/recipes-gnome/gthumb/gthumb_2.12.2.bb | 2 +-
> meta/recipes-gnome/tasks/task-sdk-gmae.inc | 2 +-
> meta/recipes-support/libproxy/libproxy_0.4.6.bb | 2 +-
> 5 files changed, 5 insertions(+), 5 deletions(-)
>
> diff --git a/meta-demoapps/recipes-gnome/gnome/libgnomekbd_2.26.0.bb b/meta-demoapps/recipes-gnome/gnome/libgnomekbd_2.26.0.bb
> index f2e4ec5..68e4eee 100644
> --- a/meta-demoapps/recipes-gnome/gnome/libgnomekbd_2.26.0.bb
> +++ b/meta-demoapps/recipes-gnome/gnome/libgnomekbd_2.26.0.bb
> @@ -1,7 +1,7 @@
> DESCRIPTION = "GNOME keyboard library"
> LICENSE = "LGPL"
>
> -DEPENDS = "gconf-dbus dbus libxklavier gtk+"
> +DEPENDS = "gconf dbus libxklavier gtk+"
>
> inherit gnome
>
> diff --git a/meta/recipes-gnome/gnome/gnome-desktop.inc b/meta/recipes-gnome/gnome/gnome-desktop.inc
> index 123f82d..336b87f 100644
> --- a/meta/recipes-gnome/gnome/gnome-desktop.inc
> +++ b/meta/recipes-gnome/gnome/gnome-desktop.inc
> @@ -1,7 +1,7 @@
> DESCRIPTION = "GNOME library for reading .desktop files"
> SECTION = "x11/gnome"
> LICENSE = "GPLv2& LGPLv2"
> -DEPENDS = "gconf-dbus libxrandr virtual/libx11 gtk+ glib-2.0 gnome-doc-utils"
> +DEPENDS = "gconf libxrandr virtual/libx11 gtk+ glib-2.0 gnome-doc-utils"
>
> EXTRA_OECONF = "--disable-scrollkeeper --disable-desktop-docs"
>
> diff --git a/meta/recipes-gnome/gthumb/gthumb_2.12.2.bb b/meta/recipes-gnome/gthumb/gthumb_2.12.2.bb
> index 0b3bd1a..258f2d5 100644
> --- a/meta/recipes-gnome/gthumb/gthumb_2.12.2.bb
> +++ b/meta/recipes-gnome/gthumb/gthumb_2.12.2.bb
> @@ -2,7 +2,7 @@ DESCRIPTION = "gThumb is an image viewer and browser for the GNOME Desktop"
> SECTION = "x11/gnome"
> LICENSE = "GPLv2"
> LIC_FILES_CHKSUM = "file://COPYING;md5=59530bdf33659b29e73d4adb9f9f6552"
> -DEPENDS = "glib-2.0 gtk+ libxml2 gnome-doc-utils libunique gconf-dbus libpng gstreamer jpeg tiff gst-plugins-base"
> +DEPENDS = "glib-2.0 gtk+ libxml2 gnome-doc-utils libunique gconf libpng gstreamer jpeg tiff gst-plugins-base"
> PR = "r0"
>
> EXTRA_OECONF = "--disable-gnome-keyring --disable-libsoup --disable-exiv2 --disable-clutter"
> diff --git a/meta/recipes-gnome/tasks/task-sdk-gmae.inc b/meta/recipes-gnome/tasks/task-sdk-gmae.inc
> index 2071089..0bf9d8b 100644
> --- a/meta/recipes-gnome/tasks/task-sdk-gmae.inc
> +++ b/meta/recipes-gnome/tasks/task-sdk-gmae.inc
> @@ -4,7 +4,7 @@ SDK-GMAE = " \
> gtk+-dev \
> gstreamer-dev \
> bluez4-dev \
> - gconf-dbus-dev \
> + gconf-dev \
> avahi-dev \
> telepathy-glib-dev \
> eds-dbus-dev \
> diff --git a/meta/recipes-support/libproxy/libproxy_0.4.6.bb b/meta/recipes-support/libproxy/libproxy_0.4.6.bb
> index 255cd5b..2e18065 100644
> --- a/meta/recipes-support/libproxy/libproxy_0.4.6.bb
> +++ b/meta/recipes-support/libproxy/libproxy_0.4.6.bb
> @@ -7,7 +7,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=7d7044444a7b1b116e8783edcdb44ff4 \
> file://utils/proxy.c;beginline=1;endline=18;md5=55152a1006d7dafbef32baf9c30a99c0"
>
>
> -DEPENDS = "virtual/libx11 xmu gconf-dbus"
> +DEPENDS = "virtual/libx11 xmu gconf"
>
> SRC_URI = "http://libproxy.googlecode.com/files/libproxy-${PV}.tar.gz"
>
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2011-04-27 21:49 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-04-27 16:28 [PATCH] recipes: Replace gconf-dbus with gconf Khem Raj
2011-04-27 21:46 ` Saul Wold
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox