From: Koen Kooi Date: Mon, 22 Jun 2009 12:33:39 +0000 (+0200) Subject: zip: fix QA errors X-Git-Tag: Release-2010-05/1~3087^2~4 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f5a0d86c80ff3daf16402a51930027ee762d9fd8;p=openembedded.git zip: fix QA errors --- diff --git a/recipes/zip/zip.inc b/recipes/zip/zip.inc index 8d04bd5f61..b1154251b6 100644 --- a/recipes/zip/zip.inc +++ b/recipes/zip/zip.inc @@ -4,8 +4,8 @@ LICENSE = "Info-ZIP" SRC_URI = "http://ftp.info-zip.org/pub/infozip/src/zip${@bb.data.getVar('PV',d,1).replace('.', '')}.tar.gz" -EXTRA_OEMAKE = "'CC=${CC}' 'BIND=${CC}' 'AS=${CC} -c' 'CPP=${CPP}' \ - 'CFLAGS=-I. -DUNIX ${CFLAGS}' 'INSTALL=install' \ +EXTRA_OEMAKE = "'CC=${CC}' 'BIND=${CC} ${LDFLAGS}' 'AS=${CC} -c' 'CPP=${CPP}' \ + 'CFLAGS=-I. -DUNIX ${CFLAGS} ${LDFLAGS}' 'LFLAGS1=${LDFLAGS}' 'INSTALL=install' \ 'BINFLAGS=0755' 'INSTALL_D=install -d'" do_compile() { diff --git a/recipes/zip/zip_2.32.bb b/recipes/zip/zip_2.32.bb index 0c57235c2f..54d52e0957 100644 --- a/recipes/zip/zip_2.32.bb +++ b/recipes/zip/zip_2.32.bb @@ -1,3 +1,3 @@ require zip.inc -PR ="r1" +PR ="r2"