From: Ross Burton Date: Tue, 8 Mar 2016 11:05:49 +0000 (+0000) Subject: avahi-ui: add dbus to PACKAGECONFIG X-Git-Tag: lucaceresoli/bug-15201-perf-libtraceevent-missing~26650 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d5e3cf611d302babf0120f887f15aec176ff3429;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git 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 Signed-off-by: Richard Purdie --- 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 aafb52e9341..adf93f0828e 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"