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