Attempt to unbork the ccdv bits a bit.
[openembedded.git] / ccdv / ccdv-native.oe
1 include ccdv.oe
2 inherit native
3
4 do_stage () {
5         install -m 0755 ccdv ${STAGING_BINDIR}/
6 }
7
8 do_install () {
9         :
10 }