diff options
author | Martin Jansa <Martin.Jansa@gmail.com> | 2012-08-06 14:01:54 +0200 |
---|---|---|
committer | Koen Kooi <koen@dominion.thruhere.net> | 2012-08-07 12:21:24 +0200 |
commit | 8f1f90934d413c32f2a95642dba56b856d480b08 (patch) | |
tree | 9dd9a77e9496911e42d240ffb91d985e1410ae6a /meta-oe | |
parent | ac41d7a46a697a7d38b13bd2906ca4cd923cd828 (diff) | |
download | meta-openembedded-8f1f90934d413c32f2a95642dba56b856d480b08.tar.gz |
php: inherit pythonnative
* fixes:
| AUTOV is 1.12
| Traceback (most recent call last):
| File "/OE/shr-core/openembedded-core/scripts/cp-noerror", line 8, in <module>
| import shutil
| File "/usr/lib/python2.7/shutil.py", line 12, in <module>
| import collections
| File "/usr/lib/python2.7/collections.py", line 9, in <module>
| from operator import itemgetter as _itemgetter
| ImportError: /usr/lib/python2.7/lib-dynload/operator.so: undefined symbol: _PyUnicodeUCS4_AsDefaultEncodedString
| ERROR: Function failed: do_configure (see /OE/shr-core/tmp-eglibc/work/x86_64-linux/php-native-5.3.6-r1.0/temp/log.do_configure.14841 for further information)
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'meta-oe')
-rw-r--r-- | meta-oe/recipes-devtools/php/php.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-oe/recipes-devtools/php/php.inc b/meta-oe/recipes-devtools/php/php.inc index 7f2dc450f..7c0379864 100644 --- a/meta-oe/recipes-devtools/php/php.inc +++ b/meta-oe/recipes-devtools/php/php.inc | |||
@@ -13,7 +13,7 @@ SRC_URI = "http://www.php.net/distributions/php-${PV}.tar.bz2" | |||
13 | 13 | ||
14 | S = "${WORKDIR}/php-${PV}" | 14 | S = "${WORKDIR}/php-${PV}" |
15 | 15 | ||
16 | inherit autotools pkgconfig | 16 | inherit autotools pkgconfig pythonnative |
17 | 17 | ||
18 | # Common EXTRA_OECONF | 18 | # Common EXTRA_OECONF |
19 | COMMON_EXTRA_OECONF = "--enable-sockets --enable-pcntl --enable-shared" | 19 | COMMON_EXTRA_OECONF = "--enable-sockets --enable-pcntl --enable-shared" |