diff options
author | Martin Jansa <martin.jansa@gmail.com> | 2013-02-12 05:42:12 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2013-03-02 12:56:54 +0000 |
commit | 1242dc5a70b65ab0ab9cc42b9a33a200b15ff7c0 (patch) | |
tree | 2286dc8b81e3c321b4691430ec389d5fd340e0fd /meta | |
parent | 84baa1a537d80e1252f0a08f03374eac40d1004f (diff) | |
download | poky-1242dc5a70b65ab0ab9cc42b9a33a200b15ff7c0.tar.gz |
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 <Martin.Jansa@gmail.com>
Signed-off-by: Saul Wold <sgw@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta')
-rw-r--r-- | 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 265d9a8adb..c73571ad54 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}' \ | |||
12 | 'BINFLAGS=0755' 'INSTALL_D=install -d'" | 12 | 'BINFLAGS=0755' 'INSTALL_D=install -d'" |
13 | 13 | ||
14 | do_compile() { | 14 | do_compile() { |
15 | oe_runmake -f unix/Makefile flags | 15 | oe_runmake -f unix/Makefile flags IZ_BZIP2=no_such_directory |
16 | sed -i 's#LFLAGS1=""#LFLAGS1="${LDFLAGS}"#' flags | 16 | sed -i 's#LFLAGS1=""#LFLAGS1="${LDFLAGS}"#' flags |
17 | oe_runmake -f unix/Makefile generic | 17 | oe_runmake -f unix/Makefile generic IZ_BZIP2=no_such_directory |
18 | } | 18 | } |
19 | 19 | ||
20 | do_install() { | 20 | do_install() { |