aboutsummaryrefslogtreecommitdiffstats
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, 0 insertions, 10 deletions
diff --git a/ccdv/ccdv-native.oe b/ccdv/ccdv-native.oe
deleted file mode 100644
index cf93d62844..0000000000
--- a/ccdv/ccdv-native.oe
+++ /dev/null
@@ -1,10 +0,0 @@
-include ccdv.oe
-inherit native
-
-do_stage () {
- install -m 0755 ccdv ${STAGING_BINDIR}/
-}
-
-do_install () {
- :
-}