mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-06-08 03:49:57 +00:00
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>
This commit is contained in:
committed by
Martin Jansa
parent
2397fcd738
commit
0750f3b091
+1
@@ -22,6 +22,7 @@ EXTRA_OECONF += " \
|
|||||||
"
|
"
|
||||||
|
|
||||||
PACKAGECONFIG[bluetooth] = "--with-bluetooth,--without-bluetooth,gnome-bluetooth,gnome-bluetooth"
|
PACKAGECONFIG[bluetooth] = "--with-bluetooth,--without-bluetooth,gnome-bluetooth,gnome-bluetooth"
|
||||||
|
PACKAGECONFIG[modemmanager] = "--with-modem-manager-1,--without-modem-manager-1,modemmanager"
|
||||||
PACKAGECONFIG ??= ""
|
PACKAGECONFIG ??= ""
|
||||||
|
|
||||||
do_configure_append() {
|
do_configure_append() {
|
||||||
|
|||||||
Reference in New Issue
Block a user