[oe-commits] Koen Kooi : zip: fix QA errors

git version control git at git.openembedded.org
Mon Jun 22 13:18:35 UTC 2009


Module: openembedded.git
Branch: org.openembedded.dev
Commit: f5a0d86c80ff3daf16402a51930027ee762d9fd8
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=f5a0d86c80ff3daf16402a51930027ee762d9fd8

Author: Koen Kooi <koen at openembedded.org>
Date:   Mon Jun 22 14:33:39 2009 +0200

zip: fix QA errors

---

 recipes/zip/zip.inc     |    4 ++--
 recipes/zip/zip_2.32.bb |    2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/recipes/zip/zip.inc b/recipes/zip/zip.inc
index 8d04bd5..b115425 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 0c57235..54d52e0 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"





More information about the Openembedded-commits mailing list