mirror of
https://git.yoctoproject.org/poky
synced 2026-04-05 08:02:25 +02:00
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>
This commit is contained in:
committed by
Richard Purdie
parent
1bd4b72d71
commit
a321f4e5fc
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user