diff options
Diffstat (limited to 'unzip/unzip-native_551.oe')
-rw-r--r-- | unzip/unzip-native_551.oe | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/unzip/unzip-native_551.oe b/unzip/unzip-native_551.oe index e69de29bb2..115e5f15e3 100644 --- a/unzip/unzip-native_551.oe +++ b/unzip/unzip-native_551.oe @@ -0,0 +1,8 @@ +SECTION = "console/utils" +inherit native +include unzip_${PV}.oe + +do_stage() { + install -d ${STAGING_BINDIR} + install unzip ${STAGING_BINDIR} +} |