[oe-commits] Denys Dmytriyenko : php: make sed avoid unaccessible . pc files left by quilt

git version control git at git.openembedded.org
Wed Jul 14 21:49:00 UTC 2010


Module: openembedded.git
Branch: org.openembedded.dev
Commit: fc29167bbe48a053ad8d2295dbdb65182aea13d6
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=fc29167bbe48a053ad8d2295dbdb65182aea13d6

Author: Denys Dmytriyenko <denis at denix.org>
Date:   Wed Jul 14 17:47:20 2010 -0400

php: make sed avoid unaccessible .pc files left by quilt

Signed-off-by: Denys Dmytriyenko <denis at denix.org>

---

 recipes/php/php_5.2.13.bb |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/recipes/php/php_5.2.13.bb b/recipes/php/php_5.2.13.bb
index 2a31299..ea07ba3 100644
--- a/recipes/php/php_5.2.13.bb
+++ b/recipes/php/php_5.2.13.bb
@@ -43,7 +43,7 @@ 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'
+    find ${S} -type f -readable -writable | xargs sed -i 's:I/usr/include:I${STAGING_INCDIR}:g'
 }
 
 # fixme





More information about the Openembedded-commits mailing list