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

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