[oe-commits] [Bug 5423] PHP php_5.2.13.bb do_configure permission error

bugzilla-daemon at git.openembedded.org bugzilla-daemon at git.openembedded.org
Wed Jul 14 11:23:25 UTC 2010


http://bugs.openembedded.org/show_bug.cgi?id=5423





--- Comment #1 from gigi <misterpj at hotmail.com>  2010-07-14 11:23:25 ---
the problem seem to be caused by the do_configure_append in recipe
php_5.2.13.bb
actually the "sed", at least on my system, is unusefull since no occurrences
can be found
removing it, the compilation goes on

diff --git a/recipes/php/php_5.2.13.bb b/recipes/php/php_5.2.13.bb
index 2a31299..3d4435b 100644
--- a/recipes/php/php_5.2.13.bb
+++ b/recipes/php/php_5.2.13.bb
@@ -42,10 +42,6 @@ export PHP_PEAR_PHP_BIN = "${bindir}/php"

 #LDFLAGS += "-lstdc++"

-do_configure_append() {
-    find ${S} -type f | xargs sed -i 's:I/usr/include:I${STAGING_INCDIR}:g'
-}
-

-- 
Configure bugmail: http://bugs.openembedded.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.




More information about the Openembedded-commits mailing list