diff options
author | Marcin Juszkiewicz <marcin.juszkiewicz@linaro.org> | 2013-04-16 12:42:49 +0000 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2013-04-22 09:51:47 +0200 |
commit | f91950e3ad2e95bae2c859b7430ef38bfeef1e3c (patch) | |
tree | 586a9792986062054d13b0b0dfae7457d60ba3b4 /meta-oe/recipes-devtools/php/php.inc | |
parent | 7c292ce28756824b1fa377d516aedd979fa41f19 (diff) | |
download | meta-openembedded-f91950e3ad2e95bae2c859b7430ef38bfeef1e3c.tar.gz |
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>
Diffstat (limited to 'meta-oe/recipes-devtools/php/php.inc')
-rw-r--r-- | meta-oe/recipes-devtools/php/php.inc | 4 |
1 files changed, 3 insertions, 1 deletions
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() { | |||
64 | # fixme | 64 | # fixme |
65 | do_install_append_pn-php() { | 65 | do_install_append_pn-php() { |
66 | install -d ${D}/${sysconfdir}/ | 66 | install -d ${D}/${sysconfdir}/ |
67 | mv ${D}/${STAGING_DIR_NATIVE}/${sysconfdir}/* ${D}/${sysconfdir}/ | 67 | if [ -d ${D}/${STAGING_DIR_NATIVE}/${sysconfdir} ];then |
68 | mv ${D}/${STAGING_DIR_NATIVE}/${sysconfdir}/* ${D}/${sysconfdir}/ | ||
69 | fi | ||
68 | rm -rf ${D}/${TMPDIR} | 70 | rm -rf ${D}/${TMPDIR} |
69 | rm -rf ${D}/.registry | 71 | rm -rf ${D}/.registry |
70 | rm -rf ${D}/.channels | 72 | rm -rf ${D}/.channels |