From e787cbcbc331783cbd66ec54a3e8385c7e33c5c9 Mon Sep 17 00:00:00 2001 From: Tom Rini Date: Mon, 14 Mar 2011 09:35:34 -0700 Subject: [PATCH] php: Add findutils-native to DEPENDS find -readable / -writeable is recent to find. Signed-off-by: Tom Rini --- 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 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" -- 2.39.5