diff options
author | Koen Kooi <koen@openembedded.org> | 2009-06-22 14:33:39 +0200 |
---|---|---|
committer | Koen Kooi <koen@openembedded.org> | 2009-06-22 14:33:39 +0200 |
commit | f5a0d86c80ff3daf16402a51930027ee762d9fd8 (patch) | |
tree | 7b42dd2169337c1023b892defc0ebbed2b031126 /recipes | |
parent | 0d0f3330bf90e5007625ee460682e239a63b574d (diff) |
zip: fix QA errors
Diffstat (limited to 'recipes')
-rw-r--r-- | recipes/zip/zip.inc | 4 | ||||
-rw-r--r-- | 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 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" |