[oe-commits] Paul Eggleton : xdebug: fix for S != B

git at git.openembedded.org git at git.openembedded.org
Sat May 3 18:55:28 UTC 2014


Module: meta-openembedded.git
Branch: master-next
Commit: 99dafe23300b2796c3ae3eab260024026761be10
URL:    http://git.openembedded.org/?p=meta-openembedded.git&a=commit;h=99dafe23300b2796c3ae3eab260024026761be10

Author: Paul Eggleton <paul.eggleton at linux.intel.com>
Date:   Thu May  1 11:38:18 2014 +0100

xdebug: fix for S != B

Signed-off-by: Paul Eggleton <paul.eggleton at linux.intel.com>
Signed-off-by: Martin Jansa <Martin.Jansa at gmail.com>

---

 meta-webserver/recipes-php/xdebug/xdebug_2.2.3.bb | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/meta-webserver/recipes-php/xdebug/xdebug_2.2.3.bb b/meta-webserver/recipes-php/xdebug/xdebug_2.2.3.bb
index e57783b..3c4d8e4 100644
--- a/meta-webserver/recipes-php/xdebug/xdebug_2.2.3.bb
+++ b/meta-webserver/recipes-php/xdebug/xdebug_2.2.3.bb
@@ -15,7 +15,9 @@ inherit autotools
 EXTRA_OECONF += "--enable-xdebug -with-php-config=${STAGING_BINDIR_CROSS}/php-config"
 
 do_configure() {
+    cd ${S}
     ${STAGING_BINDIR_CROSS}/phpize
+    cd ${B}
 
     # Running autoreconf as autotools_do_configure would do here
     # breaks the libtool configuration resulting in a failure later



More information about the Openembedded-commits mailing list