diff options
-rw-r--r-- | meta/recipes-core/libxml/libxml2_2.9.4.bb | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/meta/recipes-core/libxml/libxml2_2.9.4.bb b/meta/recipes-core/libxml/libxml2_2.9.4.bb index 265d2b73a9..59874bec2c 100644 --- a/meta/recipes-core/libxml/libxml2_2.9.4.bb +++ b/meta/recipes-core/libxml/libxml2_2.9.4.bb | |||
@@ -63,6 +63,11 @@ FILES_${PN}-dev += "${libdir}/xml2Conf.sh ${libdir}/cmake/*" | |||
63 | FILES_${PN}-utils += "${bindir}/*" | 63 | FILES_${PN}-utils += "${bindir}/*" |
64 | FILES_${PN}-python += "${PYTHON_SITEPACKAGES_DIR}" | 64 | FILES_${PN}-python += "${PYTHON_SITEPACKAGES_DIR}" |
65 | 65 | ||
66 | do_configure_prepend () { | ||
67 | # executables take longer to package: these should not be executable | ||
68 | find ${WORKDIR}/xmlconf/ -type f -exec chmod -x {} \+ | ||
69 | } | ||
70 | |||
66 | do_install_ptest () { | 71 | do_install_ptest () { |
67 | cp -r ${WORKDIR}/xmlconf ${D}${PTEST_PATH} | 72 | cp -r ${WORKDIR}/xmlconf ${D}${PTEST_PATH} |
68 | } | 73 | } |