From f91950e3ad2e95bae2c859b7430ef38bfeef1e3c Mon Sep 17 00:00:00 2001 From: Marcin Juszkiewicz Date: Tue, 16 Apr 2013 12:42:49 +0000 Subject: php: update to 5.4.14 Build tested for AArch64 and x86. Runtime tested on x86. Signed-off-by: Marcin Juszkiewicz Signed-off-by: Martin Jansa --- meta-oe/recipes-devtools/php/php.inc | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'meta-oe/recipes-devtools/php/php.inc') diff --git a/meta-oe/recipes-devtools/php/php.inc b/meta-oe/recipes-devtools/php/php.inc index 176d4a1c54..225c3d72a9 100644 --- a/meta-oe/recipes-devtools/php/php.inc +++ b/meta-oe/recipes-devtools/php/php.inc @@ -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 -- cgit v1.2.3-54-g00ecf