diff options
Diffstat (limited to 'patcher')
-rw-r--r-- | patcher/patcher-native.oe | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/patcher/patcher-native.oe b/patcher/patcher-native.oe index e69de29bb2..3218204427 100644 --- a/patcher/patcher-native.oe +++ b/patcher/patcher-native.oe @@ -0,0 +1,7 @@ +include patcher.oe +inherit native +DEPENDS = "" + +do_stage() { + install -m 0755 ${DL_DIR}/patcher ${STAGING_BINDIR}/ +} |