diff options
Diffstat (limited to 'meta/recipes-core/libxml')
-rw-r--r-- | meta/recipes-core/libxml/libxml2_2.9.9.bb | 2 |
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 \ | |||
35 | PACKAGECONFIG[python] = "--with-python=${PYTHON},--without-python,python3" | 35 | PACKAGECONFIG[python] = "--with-python=${PYTHON},--without-python,python3" |
36 | PACKAGECONFIG[ipv6] = "--enable-ipv6,--disable-ipv6," | 36 | PACKAGECONFIG[ipv6] = "--enable-ipv6,--disable-ipv6," |
37 | 37 | ||
38 | inherit autotools pkgconfig binconfig-disabled ptest distro_features_check | 38 | inherit autotools pkgconfig binconfig-disabled ptest features_check |
39 | 39 | ||
40 | inherit ${@bb.utils.contains('PACKAGECONFIG', 'python', 'python3native', '', d)} | 40 | inherit ${@bb.utils.contains('PACKAGECONFIG', 'python', 'python3native', '', d)} |
41 | 41 | ||