aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/cetools/cetools-native_0.3.bb
diff options
context:
space:
mode:
Diffstat (limited to 'recipes/cetools/cetools-native_0.3.bb')
-rw-r--r--recipes/cetools/cetools-native_0.3.bb7
1 files changed, 7 insertions, 0 deletions
diff --git a/recipes/cetools/cetools-native_0.3.bb b/recipes/cetools/cetools-native_0.3.bb
new file mode 100644
index 0000000000..ca4ff302ca
--- /dev/null
+++ b/recipes/cetools/cetools-native_0.3.bb
@@ -0,0 +1,7 @@
+SECTION = "console/network"
+require cetools_${PV}.bb
+inherit native
+
+do_stage() {
+ install -m 0755 rom2files rom2bin bin2rom dump2bin ${STAGING_BINDIR}
+}