[oe-commits] Jack Mitchell : php: remove unnecessary LIBS export

git at git.openembedded.org git at git.openembedded.org
Fri May 3 14:08:07 UTC 2013


Module: meta-openembedded.git
Branch: master
Commit: 8780196e55da64f9dd4bd7c99cbec2af2554b14c
URL:    http://git.openembedded.org/?p=meta-openembedded.git&a=commit;h=8780196e55da64f9dd4bd7c99cbec2af2554b14c

Author: Jack Mitchell <jack.mitchell at dbbroadcast.co.uk>
Date:   Mon Apr 29 13:23:41 2013 +0000

php: remove unnecessary LIBS export

Adding explicit LIBS additions is not required anymore

Signed-off-by: Jack Mitchell <jack.mitchell at dbbroadcast.co.uk>
Signed-off-by: Martin Jansa <Martin.Jansa at gmail.com>

---

 meta-oe/recipes-devtools/php/php.inc |    3 ---
 1 files changed, 0 insertions(+), 3 deletions(-)

diff --git a/meta-oe/recipes-devtools/php/php.inc b/meta-oe/recipes-devtools/php/php.inc
index 7ae5cc8..fcd3598 100644
--- a/meta-oe/recipes-devtools/php/php.inc
+++ b/meta-oe/recipes-devtools/php/php.inc
@@ -50,9 +50,6 @@ PACKAGECONFIG[sqlite3] = "--with-sqlite3=${STAGING_LIBDIR}/.. \
                           , \
                           ,sqlite3"
 
-LIBS_virtclass-native = " -lxml2 "
-LIBS_pn-php =" -lpthread "
-export LIBS
 THREADS_pn-php = "pthread"
 export THREADS
 export PHP_NATIVE_DIR = "${STAGING_BINDIR_NATIVE}"





More information about the Openembedded-commits mailing list