summaryrefslogtreecommitdiff
path: root/ccdv/ccdv-native.oe
diff options
context:
space:
mode:
Diffstat (limited to 'ccdv/ccdv-native.oe')
-rw-r--r--ccdv/ccdv-native.oe10
1 files changed, 10 insertions, 0 deletions
diff --git a/ccdv/ccdv-native.oe b/ccdv/ccdv-native.oe
index e69de29bb2..cf93d62844 100644
--- a/ccdv/ccdv-native.oe
+++ b/ccdv/ccdv-native.oe
@@ -0,0 +1,10 @@
+include ccdv.oe
+inherit native
+
+do_stage () {
+ install -m 0755 ccdv ${STAGING_BINDIR}/
+}
+
+do_install () {
+ :
+}