Skip to content

Commit

Permalink
e2fsprogs-native: enable libuuid to workaround util-linux-native bugs
Browse files Browse the repository at this point in the history
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
  • Loading branch information
koenkooi committed Jul 3, 2013
1 parent 6879db3 commit 9cd5534
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions meta/recipes-devtools/e2fsprogs/e2fsprogs_1.42.7.bb
Expand Up @@ -12,6 +12,7 @@ SRC_URI[sha256sum] = "dc6501b2e75d205e425196d753d92b129c568525d8aad08085c0aa69ee
EXTRA_OECONF += "--libdir=${base_libdir} --sbindir=${base_sbindir} --enable-elf-shlibs --disable-libuuid --disable-uuidd"
EXTRA_OECONF_darwin = "--libdir=${base_libdir} --sbindir=${base_sbindir} --enable-bsd-shlibs"
EXTRA_OECONF_darwin8 = "--libdir=${base_libdir} --sbindir=${base_sbindir} --enable-bsd-shlibs"
EXTRA_OECONF_append_class-native = " --enable-libuuid "

do_configure_prepend () {
cp ${WORKDIR}/acinclude.m4 ${S}/
Expand Down

0 comments on commit 9cd5534

Please sign in to comment.