[oe-commits] [openembedded-core] 70/72: avahi-ui: add dbus to PACKAGECONFIG

git at git.openembedded.org git at git.openembedded.org
Tue Mar 8 11:32:06 UTC 2016


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

commit 90c95c1beec56760dc9d2b06c47e07a187d9b0a1
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 7f5dfb3..3966b4c 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