diff options
author | Chris Larson <clarson@kergoth.com> | 2003-12-16 00:01:57 +0000 |
---|---|---|
committer | Chris Larson <clarson@kergoth.com> | 2003-12-16 00:01:57 +0000 |
commit | cad6d915f63f720037dff167eb184ff0875a93e9 (patch) | |
tree | c3e4d6bf4c3aa0939340ad820792e1562955d8fe /mtd | |
parent | bd49f4325a28e93359b8a47e49d4838aa6e8645b (diff) |
Add empty DEPENDS to some -native builds.
BKrev: 3fde4b75QBBzGpga7vT65J5TCAtdug
Diffstat (limited to 'mtd')
-rw-r--r-- | mtd/mtd-native.oe | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/mtd/mtd-native.oe b/mtd/mtd-native.oe index 4843efa6ba..8272063791 100644 --- a/mtd/mtd-native.oe +++ b/mtd/mtd-native.oe @@ -1,5 +1,6 @@ -inherit native include mtd.oe +inherit native +DEPENDS = do_stage () { for binary in ftl_format erase eraseall nanddump doc_loadbios \ |