summaryrefslogtreecommitdiffstats
path: root/meta/recipes-core/libxml/libxml2_2.9.9.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-core/libxml/libxml2_2.9.9.bb')
-rw-r--r--meta/recipes-core/libxml/libxml2_2.9.9.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-core/libxml/libxml2_2.9.9.bb b/meta/recipes-core/libxml/libxml2_2.9.9.bb
index c38f883e44..5a7e098f38 100644
--- a/meta/recipes-core/libxml/libxml2_2.9.9.bb
+++ b/meta/recipes-core/libxml/libxml2_2.9.9.bb
@@ -35,7 +35,7 @@ PACKAGECONFIG ??= "python \
35PACKAGECONFIG[python] = "--with-python=${PYTHON},--without-python,python3" 35PACKAGECONFIG[python] = "--with-python=${PYTHON},--without-python,python3"
36PACKAGECONFIG[ipv6] = "--enable-ipv6,--disable-ipv6," 36PACKAGECONFIG[ipv6] = "--enable-ipv6,--disable-ipv6,"
37 37
38inherit autotools pkgconfig binconfig-disabled ptest distro_features_check 38inherit autotools pkgconfig binconfig-disabled ptest features_check
39 39
40inherit ${@bb.utils.contains('PACKAGECONFIG', 'python', 'python3native', '', d)} 40inherit ${@bb.utils.contains('PACKAGECONFIG', 'python', 'python3native', '', d)}
41 41