[poky] [PATCH 1/1] poky-tiny.conf: clean PACKAGECONFIG for lib32-opkg-utils
Robert Yang
liezhi.yang at windriver.com
Wed Mar 11 03:20:49 PDT 2015
Otherwise lib32-python would be built because lib32-opkg-utils depends
on it and cause build errors:
./libpython2.7.so: undefined reference to `localeconv'
./libpython2.7.so: undefined reference to `towlower'
./libpython2.7.so: undefined reference to `iswlower'
./libpython2.7.so: undefined reference to `nl_langinfo'
./libpython2.7.so: undefined reference to `iswupper'
./libpython2.7.so: undefined reference to `iswalpha'
./libpython2.7.so: undefined reference to `towupper'
./libpython2.7.so: undefined reference to `iswspace'
Signed-off-by: Robert Yang <liezhi.yang at windriver.com>
---
meta-yocto/conf/distro/poky-tiny.conf | 1 +
1 file changed, 1 insertion(+)
diff --git a/meta-yocto/conf/distro/poky-tiny.conf b/meta-yocto/conf/distro/poky-tiny.conf
index 75508c1..b227427 100644
--- a/meta-yocto/conf/distro/poky-tiny.conf
+++ b/meta-yocto/conf/distro/poky-tiny.conf
@@ -142,3 +142,4 @@ PNBLACKLIST[core-image-weston] = "not buildable with poky-tiny"
# Disable python usage in opkg-utils since it won't build with tiny config
PACKAGECONFIG_pn-opkg-utils = ""
+PACKAGECONFIG_pn-lib32-opkg-utils = ""
--
1.7.9.5
More information about the poky
mailing list