diff options
author | woglinde <heinold@inf.fu-berlin.de> | 2009-04-03 23:18:11 +0200 |
---|---|---|
committer | woglinde <heinold@inf.fu-berlin.de> | 2009-04-03 23:20:14 +0200 |
commit | 5a90bc8ba10650f5f92dabfcc4ac7d91bfd0aaa6 (patch) | |
tree | 505dfe86e6dca9e8a1ce64b5648363bca24b8c21 /recipes | |
parent | 4c0ca67259d948024243d3748bf08eb93343ff8d (diff) |
e2fsprogs: disable tls for now, if we are oabi and uclibc
* make comment for uclibc nptl
Diffstat (limited to 'recipes')
-rw-r--r-- | recipes/e2fsprogs/e2fsprogs.inc | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/recipes/e2fsprogs/e2fsprogs.inc b/recipes/e2fsprogs/e2fsprogs.inc index eb094470c4..b7a1223cc9 100644 --- a/recipes/e2fsprogs/e2fsprogs.inc +++ b/recipes/e2fsprogs/e2fsprogs.inc @@ -9,6 +9,9 @@ S = "${WORKDIR}/e2fsprogs-${PV}" inherit autotools -EXTRA_OECONF = "--enable-dynamic-e2fsck --disable-nls --sbindir=${base_sbindir}" +#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 ]} \ + --enable-dynamic-e2fsck --disable-nls --sbindir=${base_sbindir}" PARALLEL_MAKE = "" |