summaryrefslogtreecommitdiffstats
path: root/meta
diff options
context:
space:
mode:
Diffstat (limited to 'meta')
-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"
2HOMEPAGE = "http://www.info-zip.org" 2HOMEPAGE = "http://www.info-zip.org"
3SECTION = "console/utils" 3SECTION = "console/utils"
4LICENSE = "Info-ZIP" 4LICENSE = "Info-ZIP"
5PR = "r1" 5LIC_FILES_CHKSUM = "file://LICENSE;md5=94caec5a51ef55ef711ee4e8b1c69e29"
6PE = "1"
7PR = "r0"
6 8
7SRC_URI = "http://ftp.info-zip.org/pub/infozip/src/unzip${PV}.tar.gz" 9SRC_URI = "ftp://ftp.info-zip.org/pub/infozip/src/unzip60.tgz"
8S = "${WORKDIR}/unzip-5.52" 10S = "${WORKDIR}/unzip60"
9 11
10export LD = "${CC}" 12export LD = "${CC}"
11LD_virtclass-native = "${CC}" 13LD_virtclass-native = "${CC}"