1 2 3 4 5 6 7 8 9 10
require ccdv.bb inherit native do_stage () { install -m 0755 ccdv ${STAGING_BINDIR}/ } do_install () { : }