diff options
-rw-r--r-- | meta-webserver/recipes-php/modphp/modphp5.inc | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/meta-webserver/recipes-php/modphp/modphp5.inc b/meta-webserver/recipes-php/modphp/modphp5.inc index aa213e3ab4..d646fd19b0 100644 --- a/meta-webserver/recipes-php/modphp/modphp5.inc +++ b/meta-webserver/recipes-php/modphp/modphp5.inc | |||
@@ -92,6 +92,10 @@ php_sysroot_preprocess () { | |||
92 | sed -i 's!^include_dir=.*!include_dir=${STAGING_INCDIR}/php!' ${SYSROOT_DESTDIR}${bindir_crossscripts}/php-config | 92 | sed -i 's!^include_dir=.*!include_dir=${STAGING_INCDIR}/php!' ${SYSROOT_DESTDIR}${bindir_crossscripts}/php-config |
93 | } | 93 | } |
94 | 94 | ||
95 | # phpize is not scanned for absolute paths by default (but php-config is). | ||
96 | # | ||
97 | SSTATE_SCAN_FILES += "phpize" | ||
98 | |||
95 | RDEPENDS_${PN} = "apache2" | 99 | RDEPENDS_${PN} = "apache2" |
96 | 100 | ||
97 | FILES_${PN} = "${libdir}/apache2 ${sysconfdir}" | 101 | FILES_${PN} = "${libdir}/apache2 ${sysconfdir}" |