[oe-commits] Tom Rini : php: Add findutils-native to DEPENDS

git version control git at git.openembedded.org
Mon Mar 14 16:38:58 UTC 2011


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

Author: Tom Rini <tom_rini at mentor.com>
Date:   Mon Mar 14 09:35:34 2011 -0700

php: Add findutils-native to DEPENDS

find -readable / -writeable is recent to find.

Signed-off-by: Tom Rini <tom_rini at mentor.com>

---

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

diff --git a/recipes/php/php_5.2.13.bb b/recipes/php/php_5.2.13.bb
index dcc278b..a859087 100644
--- a/recipes/php/php_5.2.13.bb
+++ b/recipes/php/php_5.2.13.bb
@@ -1,7 +1,7 @@
 require php.inc
 
 DEPENDS = "zlib libxml2 virtual/libiconv php-native lemon-native mysql5 \
-           libc-client openssl"
+           libc-client openssl findutils-native"
 
 PR = "${INC_PR}.4"
 
diff --git a/recipes/php/php_5.3.5.bb b/recipes/php/php_5.3.5.bb
index 23be66c..c71b02e 100644
--- a/recipes/php/php_5.3.5.bb
+++ b/recipes/php/php_5.3.5.bb
@@ -1,7 +1,7 @@
 require php.inc
 
 DEPENDS = "zlib libxml2 virtual/libiconv php-native lemon-native mysql5 \
-           libc-client openssl"
+           libc-client openssl findutils-native"
 
 PR = "${INC_PR}.0"
 





More information about the Openembedded-commits mailing list