]> code.ossystems Code Review - openembedded-core.git/commitdiff
unzip: upgrade to version 6.0
authorQing He <qing.he@intel.com>
Mon, 5 Jul 2010 08:56:36 +0000 (16:56 +0800)
committerJoshua Lock <josh@linux.intel.com>
Wed, 7 Jul 2010 16:12:13 +0000 (17:12 +0100)
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>
meta/packages/unzip/unzip_6.0.bb [moved from meta/packages/unzip/unzip_552.bb with 71% similarity]

similarity index 71%
rename from meta/packages/unzip/unzip_552.bb
rename to meta/packages/unzip/unzip_6.0.bb
index 08d94bc265ce8901142df7102bf56d2b90d0f2ed..7b0f9dc721cf1d0badb9d5d509131cbbc6cc9eff 100644 (file)
@@ -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}"