[oe-commits] [openembedded-core] 02/16: avahi-ui: add dbus to PACKAGECONFIG

git at git.openembedded.org git at git.openembedded.org
Wed Mar 9 16:58:34 UTC 2016


rpurdie pushed a commit to branch master
in repository openembedded-core.

commit d5e3cf611d302babf0120f887f15aec176ff3429
Author: Ross Burton <ross.burton at intel.com>
AuthorDate: Tue Mar 8 11:05:49 2016 +0000

    avahi-ui: add dbus to PACKAGECONFIG
    
    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 at intel.com>
    Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>
---
 meta/recipes-connectivity/avahi/avahi-ui_0.6.32.bb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta/recipes-connectivity/avahi/avahi-ui_0.6.32.bb b/meta/recipes-connectivity/avahi/avahi-ui_0.6.32.bb
index aafb52e..adf93f0 100644
--- a/meta/recipes-connectivity/avahi/avahi-ui_0.6.32.bb
+++ b/meta/recipes-connectivity/avahi/avahi-ui_0.6.32.bb
@@ -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"

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Openembedded-commits mailing list