summaryrefslogtreecommitdiffstats
path: root/meta/recipes-core
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-core')
-rw-r--r--meta/recipes-core/libxml/libxml2_2.9.14.bb3
1 files changed, 2 insertions, 1 deletions
diff --git a/meta/recipes-core/libxml/libxml2_2.9.14.bb b/meta/recipes-core/libxml/libxml2_2.9.14.bb
index 2b2289e38a..a2ed8d71bc 100644
--- a/meta/recipes-core/libxml/libxml2_2.9.14.bb
+++ b/meta/recipes-core/libxml/libxml2_2.9.14.bb
@@ -121,7 +121,8 @@ do_install:append:class-native () {
121 # Docs are not needed in the native case 121 # Docs are not needed in the native case
122 rm ${D}${datadir}/gtk-doc -rf 122 rm ${D}${datadir}/gtk-doc -rf
123 123
124 create_wrapper ${D}${bindir}/xmllint XML_CATALOG_FILES=${sysconfdir}/xml/catalog 124 create_wrapper ${D}${bindir}/xmllint 'XML_CATALOG_FILES=${XML_CATALOG_FILES:-${sysconfdir}/xml/catalog}'
125} 125}
126do_install[vardepsexclude] += "XML_CATALOG_FILES:-${sysconfdir}/xml/catalog"
126 127
127BBCLASSEXTEND = "native nativesdk" 128BBCLASSEXTEND = "native nativesdk"