diff options
Diffstat (limited to 'recipes/zip/zip-native_2.32.bb')
-rw-r--r-- | recipes/zip/zip-native_2.32.bb | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/recipes/zip/zip-native_2.32.bb b/recipes/zip/zip-native_2.32.bb new file mode 100644 index 0000000000..cfa4272378 --- /dev/null +++ b/recipes/zip/zip-native_2.32.bb @@ -0,0 +1,10 @@ +require zip_${PV}.bb + +inherit native + +S = "${WORKDIR}/zip-${PV}" + +do_stage() { + install -d ${STAGING_BINDIR} + install zip zipnote zipsplit zipcloak ${STAGING_BINDIR} +} |