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/unzip_552.bb | |
| parent | 01af31aec216371d62b9ec1c1df35498d1a675f3 (diff) | |
| download | poky-0976252a53292d1724a4234e4196ce6a6f16c5e2.tar.gz | |
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/unzip_552.bb')
| -rw-r--r-- | meta/packages/unzip/unzip_552.bb | 24 |
1 files changed, 0 insertions, 24 deletions
diff --git a/meta/packages/unzip/unzip_552.bb b/meta/packages/unzip/unzip_552.bb deleted file mode 100644 index 08d94bc265..0000000000 --- a/meta/packages/unzip/unzip_552.bb +++ /dev/null | |||
| @@ -1,24 +0,0 @@ | |||
| 1 | DESCRIPTION = "A (de)compression library for the ZIP format" | ||
| 2 | HOMEPAGE = "http://www.info-zip.org" | ||
| 3 | SECTION = "console/utils" | ||
| 4 | LICENSE = "Info-ZIP" | ||
| 5 | PR = "r1" | ||
| 6 | |||
| 7 | SRC_URI = "http://ftp.info-zip.org/pub/infozip/src/unzip${PV}.tar.gz" | ||
| 8 | S = "${WORKDIR}/unzip-5.52" | ||
| 9 | |||
| 10 | export LD = "${CC}" | ||
| 11 | LD_virtclass-native = "${CC}" | ||
| 12 | |||
| 13 | do_compile() { | ||
| 14 | oe_runmake -f unix/Makefile generic | ||
| 15 | } | ||
| 16 | |||
| 17 | do_install() { | ||
| 18 | oe_runmake -f unix/Makefile install prefix=${D}${prefix} | ||
| 19 | install -d ${D}${mandir} | ||
| 20 | mv ${D}${prefix}/man/* ${D}${mandir} | ||
| 21 | } | ||
| 22 | |||
| 23 | BBCLASSEXTEND = "native" | ||
| 24 | NATIVE_INSTALL_WORKS = "1" | ||
