summaryrefslogtreecommitdiff
path: root/packages/ccdv/ccdv-native.bb
blob: ece198e932148b0e1565c21e471557fad540641d (plain)
1
2
3
4
5
6
7
8
9
10
include ccdv.bb
inherit native

do_stage () {
	install -m 0755 ccdv ${STAGING_BINDIR}/
}

do_install () {
	:
}