git.openpandora.org
/
openembedded.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6bd90b5
)
php: make sed avoid unaccessible .pc files left by quilt
author
Denys Dmytriyenko
<denis@denix.org>
Wed, 14 Jul 2010 21:47:20 +0000
(17:47 -0400)
committer
Denys Dmytriyenko
<denis@denix.org>
Wed, 14 Jul 2010 21:47:20 +0000
(17:47 -0400)
Signed-off-by: Denys Dmytriyenko <denis@denix.org>
recipes/php/php_5.2.13.bb
patch
|
blob
|
history
diff --git
a/recipes/php/php_5.2.13.bb
b/recipes/php/php_5.2.13.bb
index
2a31299
..
ea07ba3
100644
(file)
--- 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