diff options
author | Qing He <qing.he@intel.com> | 2010-07-05 16:56:36 +0800 |
---|---|---|
committer | Joshua Lock <josh@linux.intel.com> | 2010-07-07 17:12:13 +0100 |
commit | 0976252a53292d1724a4234e4196ce6a6f16c5e2 (patch) | |
tree | ca66144164a2c6c3065b5e1a4cfe66f333042931 /meta/packages/unzip | |
parent | 01af31aec216371d62b9ec1c1df35498d1a675f3 (diff) | |
download | openembedded-core-0976252a53292d1724a4234e4196ce6a6f16c5e2.tar.gz openembedded-core-0976252a53292d1724a4234e4196ce6a6f16c5e2.tar.bz2 openembedded-core-0976252a53292d1724a4234e4196ce6a6f16c5e2.zip |
unzip: upgrade to version 6.0
from 5.52 (552 in poky)
update license
changes:
- bump PE so that 1:6.0 >> 552
Signed-off-by: Qing He <qing.he@intel.com>
Diffstat (limited to 'meta/packages/unzip')
-rw-r--r-- | meta/packages/unzip/unzip_6.0.bb (renamed from meta/packages/unzip/unzip_552.bb) | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/meta/packages/unzip/unzip_552.bb b/meta/packages/unzip/unzip_6.0.bb index 08d94bc265..7b0f9dc721 100644 --- a/meta/packages/unzip/unzip_552.bb +++ b/meta/packages/unzip/unzip_6.0.bb @@ -2,10 +2,12 @@ DESCRIPTION = "A (de)compression library for the ZIP format" HOMEPAGE = "http://www.info-zip.org" SECTION = "console/utils" LICENSE = "Info-ZIP" -PR = "r1" +LIC_FILES_CHKSUM = "file://LICENSE;md5=94caec5a51ef55ef711ee4e8b1c69e29" +PE = "1" +PR = "r0" -SRC_URI = "http://ftp.info-zip.org/pub/infozip/src/unzip${PV}.tar.gz" -S = "${WORKDIR}/unzip-5.52" +SRC_URI = "ftp://ftp.info-zip.org/pub/infozip/src/unzip60.tgz" +S = "${WORKDIR}/unzip60" export LD = "${CC}" LD_virtclass-native = "${CC}" |