diff options
author | Martin Jansa <Martin.Jansa@gmail.com> | 2016-03-21 14:47:14 +0100 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2016-03-25 11:27:29 +0100 |
commit | 60abe03184723caf4f712897c2dbafb6bab85f59 (patch) | |
tree | 4615d49dc350cf79d9922998aa2edc95eb3e16a5 /meta-gnome/recipes-gnome/gnome-panel/gnome-panel_2.32.1.bb | |
parent | 92c5f5594e32ad9f8f63b00493a0ba1211a930c8 (diff) | |
download | meta-openembedded-60abe03184723caf4f712897c2dbafb6bab85f59.tar.gz |
gnome-panel: add PACKAGECONFIG for networkmanager
* fixes:
WARN: gnome-panel: gnome-panel rdepends on dbus-lib, but it isn't a build dependency?
* there is general dbus dependency already, always used by libpanel-applet package:
gnome-panel.full/temp/log.do_package:DEBUG: libpanel-applet: Dependency libdbus-1.so.3 requires package dbus-lib (used by files: /home/jenkins/oe/world/shr-core/tmp-glibc/work/i586-oe-linux/gnome-panel/2.32.1-r7/packages-split/libpanel-applet/usr/lib/libpanel-applet-3.so.0.0.6)
* but when networkmanager is detected, then it's also linked from
clock-applet in gnome-panel package:
gnome-panel.full/temp/log.do_package:DEBUG: gnome-panel: Dependency libdbus-1.so.3 requires package dbus-lib (used by files: /home/jenkins/oe/world/shr-core/tmp-glibc/work/i586-oe-linux/gnome-panel/2.32.1-r7/packages-split/gnome-panel/usr/libexec/clock-applet)
* OE qemux86@ ~/oe/world/shr-core/tmp-glibc/work/i586-oe-linux/gnome-panel/2.32.1-r7/git $ git grep HAVE_NETWORK_MANAGER .
applets/clock/clock-location.c:#ifdef HAVE_NETWORK_MANAGER
applets/clock/clock-location.c:#ifdef HAVE_NETWORK_MANAGER
applets/clock/clock-location.c:#ifdef HAVE_NETWORK_MANAGER
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'meta-gnome/recipes-gnome/gnome-panel/gnome-panel_2.32.1.bb')
-rw-r--r-- | meta-gnome/recipes-gnome/gnome-panel/gnome-panel_2.32.1.bb | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/meta-gnome/recipes-gnome/gnome-panel/gnome-panel_2.32.1.bb b/meta-gnome/recipes-gnome/gnome-panel/gnome-panel_2.32.1.bb index 23e2de8d3..9be2ec10a 100644 --- a/meta-gnome/recipes-gnome/gnome-panel/gnome-panel_2.32.1.bb +++ b/meta-gnome/recipes-gnome/gnome-panel/gnome-panel_2.32.1.bb | |||
@@ -25,6 +25,9 @@ S = "${WORKDIR}/git" | |||
25 | 25 | ||
26 | EXTRA_OECONF = "--disable-scrollkeeper --disable-eds --enable-bonobo=no --with-in-process-applets=none" | 26 | EXTRA_OECONF = "--disable-scrollkeeper --disable-eds --enable-bonobo=no --with-in-process-applets=none" |
27 | 27 | ||
28 | PACKAGECONFIG ??= "" | ||
29 | PACKAGECONFIG[networkmanager] = "--enable-network-manager,--disable-network-manager,networkmanager" | ||
30 | |||
28 | do_configure_prepend() { | 31 | do_configure_prepend() { |
29 | gnome-doc-prepare --automake | 32 | gnome-doc-prepare --automake |
30 | sed -i -e s:help:: ${S}/Makefile.am | 33 | sed -i -e s:help:: ${S}/Makefile.am |