summaryrefslogtreecommitdiffstats
path: root/meta/recipes-core/libxml/libxml2_2.9.8.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-core/libxml/libxml2_2.9.8.bb')
-rw-r--r--meta/recipes-core/libxml/libxml2_2.9.8.bb7
1 files changed, 4 insertions, 3 deletions
diff --git a/meta/recipes-core/libxml/libxml2_2.9.8.bb b/meta/recipes-core/libxml/libxml2_2.9.8.bb
index f01cb2cd34..d35f60832a 100644
--- a/meta/recipes-core/libxml/libxml2_2.9.8.bb
+++ b/meta/recipes-core/libxml/libxml2_2.9.8.bb
@@ -67,12 +67,13 @@ python populate_packages_prepend () {
67 d.setVar('PKG_libxml2', '${MLPREFIX}libxml2') 67 d.setVar('PKG_libxml2', '${MLPREFIX}libxml2')
68} 68}
69 69
70PACKAGES += "${PN}-utils ${PN}-python" 70PACKAGE_BEFORE_PN += "${PN}-utils"
71PACKAGES += "${PN}-python"
71 72
72FILES_${PN}-staticdev += "${PYTHON_SITEPACKAGES_DIR}/*.a" 73FILES_${PN}-staticdev += "${PYTHON_SITEPACKAGES_DIR}/*.a"
73FILES_${PN}-dev += "${libdir}/xml2Conf.sh ${libdir}/cmake/*" 74FILES_${PN}-dev += "${libdir}/xml2Conf.sh ${libdir}/cmake/*"
74FILES_${PN}-utils += "${bindir}/*" 75FILES_${PN}-utils = "${bindir}/*"
75FILES_${PN}-python += "${PYTHON_SITEPACKAGES_DIR}" 76FILES_${PN}-python = "${PYTHON_SITEPACKAGES_DIR}"
76 77
77do_configure_prepend () { 78do_configure_prepend () {
78 # executables take longer to package: these should not be executable 79 # executables take longer to package: these should not be executable