diff options
| author | Ross Burton <ross.burton@intel.com> | 2016-03-08 11:05:49 +0000 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2016-03-09 16:58:11 +0000 |
| commit | a321f4e5fc95d3493d5a81a66a41e0d98aa8fefc (patch) | |
| tree | ae6ae504cdd67ef8f64ff9895096528a050aa986 | |
| parent | 1bd4b72d71176dbc8512483c5fdb4cd19293a359 (diff) | |
| download | poky-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>
| -rw-r--r-- | meta/recipes-connectivity/avahi/avahi-ui_0.6.32.bb | 2 |
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 | |||
| 9 | inherit python-dir pythonnative distro_features_check | 9 | inherit python-dir pythonnative distro_features_check |
| 10 | ANY_OF_DISTRO_FEATURES = "${GTK2DISTROFEATURES}" | 10 | ANY_OF_DISTRO_FEATURES = "${GTK2DISTROFEATURES}" |
| 11 | 11 | ||
| 12 | PACKAGECONFIG ??= "python" | 12 | PACKAGECONFIG ??= "dbus python" |
| 13 | PACKAGECONFIG[python] = "--enable-python,--disable-python,python-native python" | 13 | PACKAGECONFIG[python] = "--enable-python,--disable-python,python-native python" |
| 14 | 14 | ||
| 15 | SRC_URI[md5sum] = "22b5e705d3eabb31d26f2e1e7b074013" | 15 | SRC_URI[md5sum] = "22b5e705d3eabb31d26f2e1e7b074013" |
