Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 0 additions & 9 deletions meta-oe/recipes-devtools/php/php.inc
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,6 @@ do_install_append_class-target() {
if [ -d ${RECIPE_SYSROOT_NATIVE}${sysconfdir} ];then
install -m 0644 ${RECIPE_SYSROOT_NATIVE}${sysconfdir}/pear.conf ${D}${sysconfdir}/
fi
rm -rf ${D}/${TMPDIR}
rm -rf ${D}/.registry
rm -rf ${D}/.channels
rm -rf ${D}/.[a-z]*
Expand All @@ -166,14 +165,6 @@ do_install_append_class-target() {
${D}${systemd_unitdir}/system/php-fpm.service
fi

TMP=`dirname ${D}/${TMPDIR}`
while test ${TMP} != ${D}; do
if [ -d ${TMP} ]; then
rmdir ${TMP}
fi
TMP=`dirname ${TMP}`;
done

if ${@bb.utils.contains('PACKAGECONFIG', 'apache2', 'true', 'false', d)}; then
install -d ${D}${libdir}/apache2/modules
install -d ${D}${sysconfdir}/apache2/modules.d
Expand Down