diff options
author | Tom Rini <tom_rini@mentor.com> | 2010-06-09 10:49:08 -0700 |
---|---|---|
committer | Tom Rini <tom_rini@mentor.com> | 2010-06-09 10:50:56 -0700 |
commit | 0c7fd5d39fa1cb1a6d9e0ecd8720772eb30fc8fb (patch) | |
tree | dfabbaeef20316fe9ba0c7bb9792ef0f597b58d6 | |
parent | 8b7a068f7cc0919103e4dbd730eafcf85f8b0d74 (diff) |
php-native: Drop unnecessary FILESPATH
Signed-off-by: Tom Rini <tom_rini@mentor.com>
-rw-r--r-- | recipes/php/php-native.inc | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/recipes/php/php-native.inc b/recipes/php/php-native.inc index 1698a80379..31560a5ce5 100644 --- a/recipes/php/php-native.inc +++ b/recipes/php/php-native.inc @@ -11,5 +11,3 @@ EXTRA_OECONF = "--with-cgi --enable-sockets --enable-pcntl \ --without-libpng --without-libjpeg \ --with-libxml-dir=${STAGING_BINDIR_NATIVE} \ " - -FILESPATH = "${FILE_DIRNAME}/php-${PV}:${FILE_DIRNAME}/php:${FILE_DIRNAME}/files" |