[oe] [PATCH] e2fsprogs: disable tls build with uclibc toolchain

Vladimir Zapolskiy vzapolskiy at gmail.com
Sat May 22 13:52:08 UTC 2010


This patch removes dependency on oabi toolchain, because eabi uclibc
toolchain anyway does not have tls support.

Signed-off-by: Vladimir Zapolskiy <vzapolskiy at gmail.com>
Cc: woglinde <heinold at inf.fu-berlin.de>
---
 recipes/e2fsprogs/e2fsprogs.inc |    3 +--
 1 files changed, 1 insertions(+), 2 deletions(-)

diff --git a/recipes/e2fsprogs/e2fsprogs.inc b/recipes/e2fsprogs/e2fsprogs.inc
index 119efb0..0eeedcd 100644
--- a/recipes/e2fsprogs/e2fsprogs.inc
+++ b/recipes/e2fsprogs/e2fsprogs.inc
@@ -14,8 +14,7 @@ INC_PR = "r23"
 inherit autotools
 
 #if uclibc ntpl is merged into trunk we can enable tls for armv4 again
-EXTRA_OECONF = "${@['','--disable-tls'][bb.data.getVar('ARM_ABI', d, 1) == 'oabi' and \
-		bb.data.getVar('TARGET_OS', d, 1).find('uclibc') >= 0 ]} \
+EXTRA_OECONF = "${@['','--disable-tls'][bb.data.getVar('TARGET_OS', d, 1).find('uclibc') >= 0 ]} \
 		--enable-elf-shlibs \
 		--enable-dynamic-e2fsck --disable-nls --sbindir=${base_sbindir} \
 		--disable-libuuid --disable-libblkid --disable-fsck"
-- 
1.7.1





More information about the Openembedded-devel mailing list