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