aboutsummaryrefslogtreecommitdiffstats
path: root/patcher/patcher-native.oe
blob: 3218204427de31b4d62838cf75d4a839679e1715 (plain)
1
2
3
4
5
6
7
include patcher.oe
inherit native
DEPENDS = ""

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