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 /ipkg | |
parent | bd49f4325a28e93359b8a47e49d4838aa6e8645b (diff) |
Add empty DEPENDS to some -native builds.
BKrev: 3fde4b75QBBzGpga7vT65J5TCAtdug
Diffstat (limited to 'ipkg')
-rw-r--r-- | ipkg/ipkg-native_0.99.84.oe | 1 | ||||
-rw-r--r-- | ipkg/ipkg-native_0.99.91.oe | 1 | ||||
-rw-r--r-- | ipkg/ipkg-native_0.99.95.oe | 1 |
3 files changed, 3 insertions, 0 deletions
diff --git a/ipkg/ipkg-native_0.99.84.oe b/ipkg/ipkg-native_0.99.84.oe index 6501307022..7dc3258093 100644 --- a/ipkg/ipkg-native_0.99.84.oe +++ b/ipkg/ipkg-native_0.99.84.oe @@ -1,2 +1,3 @@ inherit native include ipkg_${PV}.oe +DEPENDS = diff --git a/ipkg/ipkg-native_0.99.91.oe b/ipkg/ipkg-native_0.99.91.oe index 6501307022..7dc3258093 100644 --- a/ipkg/ipkg-native_0.99.91.oe +++ b/ipkg/ipkg-native_0.99.91.oe @@ -1,2 +1,3 @@ inherit native include ipkg_${PV}.oe +DEPENDS = diff --git a/ipkg/ipkg-native_0.99.95.oe b/ipkg/ipkg-native_0.99.95.oe index 6501307022..7dc3258093 100644 --- a/ipkg/ipkg-native_0.99.95.oe +++ b/ipkg/ipkg-native_0.99.95.oe @@ -1,2 +1,3 @@ inherit native include ipkg_${PV}.oe +DEPENDS = |