aboutsummaryrefslogtreecommitdiffstats
path: root/patcher
diff options
context:
space:
mode:
authorChris Larson <clarson@kergoth.com>2004-05-14 23:02:30 +0000
committerChris Larson <clarson@kergoth.com>2004-05-14 23:02:30 +0000
commitb6a645491b68f05476069f6a162d88be5b90b5bb (patch)
tree5a033d1aad8b6b659ec10408351676e56db74109 /patcher
parentc08abb58bc22b47c1cd91ebba5dfb70e36811ebb (diff)
downloadopenembedded-b6a645491b68f05476069f6a162d88be5b90b5bb.tar.gz
Merge openembedded@openembedded.bkbits.net:packages
into linux.local:/home/kergoth/code/packages 2004/05/14 17:50:22-05:00 (none)!kergoth Merge kergoth@siasl.dyndns.org:code/packages into odin.(none):/home/kergoth/code/packages 2004/05/14 16:32:02-05:00 (none)!kergoth Adapt packages to make use of INHERIT_DEFAULT_DEPS. BKrev: 40a55006XrXQTwGXgFD4W0J0dJRwkw
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"