summaryrefslogtreecommitdiff
path: root/patcher
diff options
context:
space:
mode:
Diffstat (limited to 'patcher')
-rw-r--r--patcher/patcher-native.oe1
-rw-r--r--patcher/patcher.oe1
2 files changed, 2 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}/
diff --git a/patcher/patcher.oe b/patcher/patcher.oe
index 10b394d20e..7bd88be3ac 100644
--- a/patcher/patcher.oe
+++ b/patcher/patcher.oe
@@ -4,6 +4,7 @@ DEPENDS = ""
SECTION = "base"
PRIORITY = "optional"
MAINTAINER = "Chris Larson <kergoth@handhelds.org>"
+INHIBIT_DEFAULT_DEPS = "1"
SRC_URI = "http://www.holgerschurig.de/files/linux/patcher"