diff options
Diffstat (limited to 'meta/recipes-connectivity/avahi')
-rw-r--r-- | meta/recipes-connectivity/avahi/avahi-ui_0.6.31.bb | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/meta/recipes-connectivity/avahi/avahi-ui_0.6.31.bb b/meta/recipes-connectivity/avahi/avahi-ui_0.6.31.bb index eea4d70fab..0d42b90e71 100644 --- a/meta/recipes-connectivity/avahi/avahi-ui_0.6.31.bb +++ b/meta/recipes-connectivity/avahi/avahi-ui_0.6.31.bb | |||
@@ -6,7 +6,8 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=2d5025d4aa3495befef8f17206a5b0a1 \ | |||
6 | 6 | ||
7 | require avahi.inc | 7 | require avahi.inc |
8 | 8 | ||
9 | inherit python-dir pythonnative | 9 | inherit python-dir pythonnative distro_features_check |
10 | ANY_OF_DISTRO_FEATURES = "${GTK2DISTROFEATURES}" | ||
10 | 11 | ||
11 | PACKAGECONFIG ??= "python" | 12 | PACKAGECONFIG ??= "python" |
12 | PACKAGECONFIG[python] = "--enable-python,--disable-python,python-native python" | 13 | PACKAGECONFIG[python] = "--enable-python,--disable-python,python-native python" |