summaryrefslogtreecommitdiff
path: root/stat/stat-native_3.3.oe
diff options
context:
space:
mode:
Diffstat (limited to 'stat/stat-native_3.3.oe')
-rw-r--r--stat/stat-native_3.3.oe13
1 files changed, 13 insertions, 0 deletions
diff --git a/stat/stat-native_3.3.oe b/stat/stat-native_3.3.oe
index e69de29bb2..32b1b47bae 100644
--- a/stat/stat-native_3.3.oe
+++ b/stat/stat-native_3.3.oe
@@ -0,0 +1,13 @@
+SECTION = "console/utils"
+include stat_${PV}.oe
+inherit native
+S = "${WORKDIR}/stat-${PV}"
+
+do_stage() {
+ install -m 755 stat ${STAGING_BINDIR}
+
+}
+
+do_install() {
+ true
+}