]> code.ossystems Code Review - openembedded-core.git/commitdiff
avahi-ui: add dbus to PACKAGECONFIG
authorRoss Burton <ross.burton@intel.com>
Tue, 8 Mar 2016 11:05:49 +0000 (11:05 +0000)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Wed, 9 Mar 2016 16:54:36 +0000 (16:54 +0000)
Now that avahi has a dbus PACKAGECONFIG we need to ensure it's enabled as
otherwise the avahi-ui module won't build.

Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-connectivity/avahi/avahi-ui_0.6.32.bb

index aafb52e93412259177066c030d0270b757d0ae75..adf93f0828e4312cbf783106d66d7a373e0caecf 100644 (file)
@@ -9,7 +9,7 @@ require avahi.inc
 inherit python-dir pythonnative distro_features_check
 ANY_OF_DISTRO_FEATURES = "${GTK2DISTROFEATURES}"
 
-PACKAGECONFIG ??= "python"
+PACKAGECONFIG ??= "dbus python"
 PACKAGECONFIG[python] = "--enable-python,--disable-python,python-native python"
 
 SRC_URI[md5sum] = "22b5e705d3eabb31d26f2e1e7b074013"