aboutsummaryrefslogtreecommitdiffstats
path: root/unzip/unzip-native_551.oe
diff options
context:
space:
mode:
Diffstat (limited to 'unzip/unzip-native_551.oe')
-rw-r--r--unzip/unzip-native_551.oe8
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}
+}