summaryrefslogtreecommitdiffstats
path: root/meta/recipes-connectivity/avahi
diff options
context:
space:
mode:
authorRoss Burton <ross.burton@intel.com>2016-03-08 11:05:49 +0000
committerRichard Purdie <richard.purdie@linuxfoundation.org>2016-03-09 16:58:11 +0000
commita321f4e5fc95d3493d5a81a66a41e0d98aa8fefc (patch)
treeae6ae504cdd67ef8f64ff9895096528a050aa986 /meta/recipes-connectivity/avahi
parent1bd4b72d71176dbc8512483c5fdb4cd19293a359 (diff)
downloadpoky-a321f4e5fc95d3493d5a81a66a41e0d98aa8fefc.tar.gz
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. (From OE-Core rev: d5e3cf611d302babf0120f887f15aec176ff3429) Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-connectivity/avahi')
-rw-r--r--meta/recipes-connectivity/avahi/avahi-ui_0.6.32.bb2
1 files changed, 1 insertions, 1 deletions
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 aafb52e934..adf93f0828 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
9inherit python-dir pythonnative distro_features_check 9inherit python-dir pythonnative distro_features_check
10ANY_OF_DISTRO_FEATURES = "${GTK2DISTROFEATURES}" 10ANY_OF_DISTRO_FEATURES = "${GTK2DISTROFEATURES}"
11 11
12PACKAGECONFIG ??= "python" 12PACKAGECONFIG ??= "dbus python"
13PACKAGECONFIG[python] = "--enable-python,--disable-python,python-native python" 13PACKAGECONFIG[python] = "--enable-python,--disable-python,python-native python"
14 14
15SRC_URI[md5sum] = "22b5e705d3eabb31d26f2e1e7b074013" 15SRC_URI[md5sum] = "22b5e705d3eabb31d26f2e1e7b074013"