mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-06-15 06:10:02 +00:00
php: update to 5.4.14
Build tested for AArch64 and x86. Runtime tested on x86. Signed-off-by: Marcin Juszkiewicz <marcin.juszkiewicz@linaro.org> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
This commit is contained in:
committed by
Martin Jansa
parent
7c292ce287
commit
f91950e3ad
@@ -64,7 +64,9 @@ do_install_append_pn-php-native() {
|
||||
# fixme
|
||||
do_install_append_pn-php() {
|
||||
install -d ${D}/${sysconfdir}/
|
||||
mv ${D}/${STAGING_DIR_NATIVE}/${sysconfdir}/* ${D}/${sysconfdir}/
|
||||
if [ -d ${D}/${STAGING_DIR_NATIVE}/${sysconfdir} ];then
|
||||
mv ${D}/${STAGING_DIR_NATIVE}/${sysconfdir}/* ${D}/${sysconfdir}/
|
||||
fi
|
||||
rm -rf ${D}/${TMPDIR}
|
||||
rm -rf ${D}/.registry
|
||||
rm -rf ${D}/.channels
|
||||
|
||||
Reference in New Issue
Block a user