[oe-commits] =?UTF-8?Q?Andreas=20M=C3=BCller=20?=: network-manager-applet: add PACKAGCONFIG for modemmanager - disabled by default

git at git.openembedded.org git at git.openembedded.org
Thu Feb 19 09:16:24 UTC 2015


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

Author: Andreas Müller <schnitzeltony at googlemail.com>
Date:   Tue Feb 10 18:57:25 2015 +0100

network-manager-applet: add PACKAGCONFIG for modemmanager - disabled by default

by updating modemmanager configuration of network-manager-applet now auto
detects modemmanager - the old version had no (lib)mm-glib. By using a
packageconfig build is deterministic again.

Fixes:

| WARNING: QA Issue: network-manager-applet rdepends on modemmanager, but it isn't a build dependency? [build-deps]

Signed-off-by: Andreas Müller <schnitzeltony at googlemail.com>

---

 .../network-manager-applet/network-manager-applet_0.9.8.10.bb            | 1 +
 1 file changed, 1 insertion(+)

diff --git a/meta-gnome/recipes-connectivity/network-manager-applet/network-manager-applet_0.9.8.10.bb b/meta-gnome/recipes-connectivity/network-manager-applet/network-manager-applet_0.9.8.10.bb
index 545b2cf..00cea74 100644
--- a/meta-gnome/recipes-connectivity/network-manager-applet/network-manager-applet_0.9.8.10.bb
+++ b/meta-gnome/recipes-connectivity/network-manager-applet/network-manager-applet_0.9.8.10.bb
@@ -22,6 +22,7 @@ EXTRA_OECONF += " \
 "
 
 PACKAGECONFIG[bluetooth] = "--with-bluetooth,--without-bluetooth,gnome-bluetooth,gnome-bluetooth"
+PACKAGECONFIG[modemmanager] = "--with-modem-manager-1,--without-modem-manager-1,modemmanager"
 PACKAGECONFIG ??= ""
 
 do_configure_append() {



More information about the Openembedded-commits mailing list