e2fsprogs: disable tls for now, if we are oabi and uclibc
[openembedded.git] / recipes / e2fsprogs / e2fsprogs.inc
1 DESCRIPTION = "EXT2 Filesystem Utilities"
2 HOMEPAGE = "http://e2fsprogs.sf.net"
3 LICENSE = "GPL"
4 SECTION = "base"
5
6 SRC_URI = "${SOURCEFORGE_MIRROR}/e2fsprogs/e2fsprogs-${PV}.tar.gz"
7
8 S = "${WORKDIR}/e2fsprogs-${PV}"
9
10 inherit autotools
11
12 #if uclibc ntpl is merged into trunk we can enable tls for armv4 again
13 EXTRA_OECONF = "${@['','--disable-tls'][bb.data.getVar('ARM_ABI', d, 1) == 'oabi' and \
14                 bb.data.getVar('TARGET_OS', d, 1).find('uclibc') >= 0 ]} \
15                 --enable-dynamic-e2fsck --disable-nls --sbindir=${base_sbindir}"
16
17 PARALLEL_MAKE = ""