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