mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-01-01 13:58:06 +00:00
modphp: add phpize to scan for absolute paths
sstate processing for items in sysroot scans certain file name patterns for absolute paths to be adjusted when items are installed into sysroot from sstate. phpize is not one of these patterns (surprise!) so we add it to the list. Signed-off-by: Joe Slater <jslater@windriver.com>
This commit is contained in:
parent
bc969d3705
commit
a60bf8c73a
|
|
@ -92,6 +92,10 @@ php_sysroot_preprocess () {
|
|||
sed -i 's!^include_dir=.*!include_dir=${STAGING_INCDIR}/php!' ${SYSROOT_DESTDIR}${bindir_crossscripts}/php-config
|
||||
}
|
||||
|
||||
# phpize is not scanned for absolute paths by default (but php-config is).
|
||||
#
|
||||
SSTATE_SCAN_FILES += "phpize"
|
||||
|
||||
RDEPENDS_${PN} = "apache2"
|
||||
|
||||
FILES_${PN} = "${libdir}/apache2 ${sysconfdir}"
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user