diff options
Diffstat (limited to 'ccdv/ccdv-native.oe')
-rw-r--r-- | ccdv/ccdv-native.oe | 10 |
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 () { - : -} |