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

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