[oe-commits] Jack Mitchell : php: remove unneeded THREADS 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: 764e88de034838794ed8a34842ea85b1e8a8d3b4
URL:    http://git.openembedded.org/?p=meta-openembedded.git&a=commit;h=764e88de034838794ed8a34842ea85b1e8a8d3b4

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

php: remove unneeded THREADS export

This is no longer required, as pthreads is the default thread library

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 |    2 --
 1 files changed, 0 insertions(+), 2 deletions(-)

diff --git a/meta-oe/recipes-devtools/php/php.inc b/meta-oe/recipes-devtools/php/php.inc
index fcd3598..edfdd64 100644
--- a/meta-oe/recipes-devtools/php/php.inc
+++ b/meta-oe/recipes-devtools/php/php.inc
@@ -50,8 +50,6 @@ PACKAGECONFIG[sqlite3] = "--with-sqlite3=${STAGING_LIBDIR}/.. \
                           , \
                           ,sqlite3"
 
-THREADS_pn-php = "pthread"
-export THREADS
 export PHP_NATIVE_DIR = "${STAGING_BINDIR_NATIVE}"
 export PHP_PEAR_PHP_BIN = "${STAGING_BINDIR_NATIVE}/php"
 CFLAGS += " -D_GNU_SOURCE"





More information about the Openembedded-commits mailing list