diff options
author | Marcin Juszkiewicz <hrw@openedhand.com> | 2007-04-04 16:20:39 +0000 |
---|---|---|
committer | Marcin Juszkiewicz <hrw@openedhand.com> | 2007-04-04 16:20:39 +0000 |
commit | 387a0ad011929c68cc8b9f575796914152e81999 (patch) | |
tree | 43211d6aa11287f17617a20452b7b7c5da8d8b8a /meta/packages/zip/zip-native_2.32.bb | |
parent | 014e261e664799dac37c7a102a5965ed6aa1d0ea (diff) | |
download | poky-387a0ad011929c68cc8b9f575796914152e81999.tar.gz |
zip: updated to 2.32 (from OE) and cleaned
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@1437 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'meta/packages/zip/zip-native_2.32.bb')
-rw-r--r-- | meta/packages/zip/zip-native_2.32.bb | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/meta/packages/zip/zip-native_2.32.bb b/meta/packages/zip/zip-native_2.32.bb new file mode 100644 index 0000000000..cfa4272378 --- /dev/null +++ b/meta/packages/zip/zip-native_2.32.bb | |||
@@ -0,0 +1,10 @@ | |||
1 | require zip_${PV}.bb | ||
2 | |||
3 | inherit native | ||
4 | |||
5 | S = "${WORKDIR}/zip-${PV}" | ||
6 | |||
7 | do_stage() { | ||
8 | install -d ${STAGING_BINDIR} | ||
9 | install zip zipnote zipsplit zipcloak ${STAGING_BINDIR} | ||
10 | } | ||