aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/php
diff options
context:
space:
mode:
authorFrans Meulenbroeks <fransmeulenbroeks@gmail.com>2010-11-22 19:46:41 +0100
committerFrans Meulenbroeks <fransmeulenbroeks@gmail.com>2010-11-22 19:46:41 +0100
commit3ec3c40e42ec7a9a2869e363d79b67cbc5ed71ad (patch)
treeb604e94c1ce69e67af860ba97ce39b0a34d439fc /recipes/php
parent24acf53f550b659f2666aa45a31b4d825ed8c999 (diff)
downloadopenembedded-3ec3c40e42ec7a9a2869e363d79b67cbc5ed71ad.tar.gz
php_5.2.13.bb: fixed pathnames in pear.conf
pear.conf had some hostnames in it. Added a sed line to remove STAGING_DIR_NATIVE from the file. Signed-off-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com>
Diffstat (limited to 'recipes/php')
-rw-r--r--recipes/php/php_5.2.13.bb3
1 files changed, 2 insertions, 1 deletions
diff --git a/recipes/php/php_5.2.13.bb b/recipes/php/php_5.2.13.bb
index 5871dca157..93e333e041 100644
--- a/recipes/php/php_5.2.13.bb
+++ b/recipes/php/php_5.2.13.bb
@@ -3,7 +3,7 @@ require php.inc
DEPENDS = "zlib libxml2 virtual/libiconv php-native lemon-native mysql5 \
libc-client openssl"
-PR = "${INC_PR}.1"
+PR = "${INC_PR}.2"
SRC_URI = "http://museum.php.net/php5/php-${PV}.tar.bz2;name=src \
file://acinclude-xml2-config.patch \
@@ -56,6 +56,7 @@ do_install_append() {
rm -rf ${D}/.registry
rm -rf ${D}/.channels
rm -rf ${D}/.[a-z]*
+ sed -i 's:${STAGING_DIR_NATIVE}::g' ${D}/${sysconfdir}/pear.conf
}
PACKAGES = "${PN}-dbg \