From: Martin Jansa Date: Tue, 12 Feb 2013 04:42:12 +0000 (+0100) Subject: zip: explictly disable bzip2 support X-Git-Tag: rev_ivi_2015_02_04~13526 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=90912930270f18c80c8f3be4102895a2b6581e25;p=scm%2Fbb%2Ftizen-distro.git zip: explictly disable bzip2 support * we don't depends on bzip2, so make sure it's not autodetected in sysroot (From OE-Core rev: e93186642708cb99bfba776012e345c42e9bd0d5) Signed-off-by: Martin Jansa Signed-off-by: Saul Wold Signed-off-by: Richard Purdie --- diff --git a/meta/recipes-extended/zip/zip.inc b/meta/recipes-extended/zip/zip.inc index 265d9a8..c73571a 100644 --- a/meta/recipes-extended/zip/zip.inc +++ b/meta/recipes-extended/zip/zip.inc @@ -12,9 +12,9 @@ EXTRA_OEMAKE = "'CC=${CC}' 'BIND=${CC}' 'AS=${CC} -c' 'CPP=${CPP}' \ 'BINFLAGS=0755' 'INSTALL_D=install -d'" do_compile() { - oe_runmake -f unix/Makefile flags + oe_runmake -f unix/Makefile flags IZ_BZIP2=no_such_directory sed -i 's#LFLAGS1=""#LFLAGS1="${LDFLAGS}"#' flags - oe_runmake -f unix/Makefile generic + oe_runmake -f unix/Makefile generic IZ_BZIP2=no_such_directory } do_install() {