diff options
author | Chris Larson <clarson@kergoth.com> | 2004-05-14 23:02:30 +0000 |
---|---|---|
committer | Chris Larson <clarson@kergoth.com> | 2004-05-14 23:02:30 +0000 |
commit | b6a645491b68f05476069f6a162d88be5b90b5bb (patch) | |
tree | 5a033d1aad8b6b659ec10408351676e56db74109 /patcher/patcher.oe | |
parent | c08abb58bc22b47c1cd91ebba5dfb70e36811ebb (diff) |
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/patcher.oe')
-rw-r--r-- | patcher/patcher.oe | 1 |
1 files changed, 1 insertions, 0 deletions
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" |