* [PATCH] zip: explictly disable bzip2 support
@ 2013-02-12 4:42 Martin Jansa
0 siblings, 0 replies; only message in thread
From: Martin Jansa @ 2013-02-12 4:42 UTC (permalink / raw)
To: openembedded-core
* we don't depends on bzip2, so make sure it's not autodetected in
sysroot
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
---
meta/recipes-extended/zip/zip.inc | 4 ++--
1 file 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() {
--
1.8.1.2
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2013-02-12 4:58 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-02-12 4:42 [PATCH] zip: explictly disable bzip2 support Martin Jansa
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox