From 3ec3c40e42ec7a9a2869e363d79b67cbc5ed71ad Mon Sep 17 00:00:00 2001 From: Frans Meulenbroeks Date: Mon, 22 Nov 2010 19:46:41 +0100 Subject: [PATCH] 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 --- recipes/php/php_5.2.13.bb | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 \ -- 2.39.5