diff options
author | Andreas Müller <schnitzeltony@googlemail.com> | 2015-02-10 18:57:25 +0100 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2015-02-19 10:09:58 +0100 |
commit | 0750f3b091bb265425b4569381a2df2b43235fce (patch) | |
tree | 1d5abdf6661870b962a9aab4cd427735c9ace429 /meta-gnome/recipes-connectivity | |
parent | 2397fcd738aee9967feb44851b1ba5b2bd481337 (diff) | |
download | meta-openembedded-0750f3b091bb265425b4569381a2df2b43235fce.tar.gz |
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@googlemail.com>
Diffstat (limited to 'meta-gnome/recipes-connectivity')
-rw-r--r-- | meta-gnome/recipes-connectivity/network-manager-applet/network-manager-applet_0.9.8.10.bb | 1 |
1 files changed, 1 insertions, 0 deletions
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 545b2cfd1..00cea746c 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 += " \ | |||
22 | " | 22 | " |
23 | 23 | ||
24 | PACKAGECONFIG[bluetooth] = "--with-bluetooth,--without-bluetooth,gnome-bluetooth,gnome-bluetooth" | 24 | PACKAGECONFIG[bluetooth] = "--with-bluetooth,--without-bluetooth,gnome-bluetooth,gnome-bluetooth" |
25 | PACKAGECONFIG[modemmanager] = "--with-modem-manager-1,--without-modem-manager-1,modemmanager" | ||
25 | PACKAGECONFIG ??= "" | 26 | PACKAGECONFIG ??= "" |
26 | 27 | ||
27 | do_configure_append() { | 28 | do_configure_append() { |