From: Tom Rini Date: Mon, 14 Mar 2011 16:35:34 +0000 (-0700) Subject: php: Add findutils-native to DEPENDS X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e787cbcbc331783cbd66ec54a3e8385c7e33c5c9;p=openembedded.git php: Add findutils-native to DEPENDS find -readable / -writeable is recent to find. Signed-off-by: Tom Rini --- diff --git a/recipes/php/php_5.2.13.bb b/recipes/php/php_5.2.13.bb index dcc278b1b1..a8590870e7 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 23be66cf65..c71b02eea8 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"