summaryrefslogtreecommitdiffstats
path: root/recipes/e2fsprogs-libs/e2fsprogs-libs_1.41.8.bb
blob: f9a67af2f79acf39ebcea0a0153418e46c66ab68 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
require e2fsprogs-libs.inc
SRC_URI = "${SOURCEFORGE_MIRROR}/e2fsprogs/e2fsprogs-libs-${PV}.tar.gz \
	  "

DEPENDS += "gettext-native"

EXTRA_OECONF += " --enable-elf-shlibs "

do_configure() {
        oe_runconf
}

do_compile_prepend () {
	find ./ -print|xargs chmod u=rwX
	( cd util; ${BUILD_CC} subst.c -o subst )
}