summaryrefslogtreecommitdiff
path: root/patcher/patcher-native.oe
blob: 49890d33994b3667c12e2f24031a03c07f014cb4 (plain)
1
2
3
4
5
6
7
8
include patcher.oe
inherit native
DEPENDS = ""

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