[oe-commits] Martin Jansa : zip: explictly disable bzip2 support

git at git.openembedded.org git at git.openembedded.org
Sat Mar 2 12:56:50 UTC 2013


Module: openembedded-core.git
Branch: master
Commit: e93186642708cb99bfba776012e345c42e9bd0d5
URL:    http://git.openembedded.org/?p=openembedded-core.git&a=commit;h=e93186642708cb99bfba776012e345c42e9bd0d5

Author: Martin Jansa <martin.jansa at gmail.com>
Date:   Tue Feb 12 05:42:12 2013 +0100

zip: explictly disable bzip2 support

* we don't depends on bzip2, so make sure it's not autodetected in
  sysroot

Signed-off-by: Martin Jansa <Martin.Jansa at gmail.com>
Signed-off-by: Saul Wold <sgw at linux.intel.com>

---

 meta/recipes-extended/zip/zip.inc |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

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() {





More information about the Openembedded-commits mailing list