summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta-oe/recipes-devtools/php/php_7.4.9.bb9
1 files changed, 0 insertions, 9 deletions
diff --git a/meta-oe/recipes-devtools/php/php_7.4.9.bb b/meta-oe/recipes-devtools/php/php_7.4.9.bb
index abd8b16723..1da5607835 100644
--- a/meta-oe/recipes-devtools/php/php_7.4.9.bb
+++ b/meta-oe/recipes-devtools/php/php_7.4.9.bb
@@ -155,7 +155,6 @@ do_install_prepend_class-target() {
155# fixme 155# fixme
156do_install_append_class-target() { 156do_install_append_class-target() {
157 install -d ${D}${sysconfdir}/ 157 install -d ${D}${sysconfdir}/
158 rm -rf ${D}/${TMPDIR}
159 rm -rf ${D}/.registry 158 rm -rf ${D}/.registry
160 rm -rf ${D}/.channels 159 rm -rf ${D}/.channels
161 rm -rf ${D}/.[a-z]* 160 rm -rf ${D}/.[a-z]*
@@ -179,14 +178,6 @@ do_install_append_class-target() {
179 ${D}${systemd_unitdir}/system/php-fpm.service 178 ${D}${systemd_unitdir}/system/php-fpm.service
180 fi 179 fi
181 180
182 TMP=`dirname ${D}/${TMPDIR}`
183 while test ${TMP} != ${D}; do
184 if [ -d ${TMP} ]; then
185 rmdir ${TMP}
186 fi
187 TMP=`dirname ${TMP}`;
188 done
189
190 if ${@bb.utils.contains('PACKAGECONFIG', 'apache2', 'true', 'false', d)}; then 181 if ${@bb.utils.contains('PACKAGECONFIG', 'apache2', 'true', 'false', d)}; then
191 install -d ${D}${sysconfdir}/apache2/modules.d 182 install -d ${D}${sysconfdir}/apache2/modules.d
192 install -d ${D}${sysconfdir}/php/apache2-php${PHP_MAJOR_VERSION} 183 install -d ${D}${sysconfdir}/php/apache2-php${PHP_MAJOR_VERSION}