aboutsummaryrefslogtreecommitdiffstats
path: root/meta/packages/zaurus-updater/encdec-updater-native.bb
blob: 3bf49d5010d7feff42404c205d55408a62af5f4d (plain)
1
2
3
4
5
6
require encdec-updater.bb
inherit native

do_stage() {
	install -m 0755 encdec-updater ${STAGING_BINDIR}
}