diff options
author | Chris Larson <clarson@kergoth.com> | 2003-10-14 21:10:46 +0000 |
---|---|---|
committer | Chris Larson <clarson@kergoth.com> | 2003-10-14 21:10:46 +0000 |
commit | a7b8b908934222345f5c78f5172dff117e1c2489 (patch) | |
tree | 6e11fcb274e555c4b68320d66d65fbfac45678f4 /ipkg | |
parent | 1d53017dcc04b1619c228059c1cc8094721f4edd (diff) |
More fixes per seperator change.
BKrev: 3f8c6656MFPMVnm7SgylaeVMS381Eg
Diffstat (limited to 'ipkg')
-rw-r--r-- | ipkg/ipkg-native_0.99.84.oe | 2 | ||||
-rw-r--r-- | ipkg/ipkg-native_0.99.91.oe | 2 | ||||
-rw-r--r-- | ipkg/ipkg-native_0.99.95.oe | 2 |
3 files changed, 6 insertions, 0 deletions
diff --git a/ipkg/ipkg-native_0.99.84.oe b/ipkg/ipkg-native_0.99.84.oe index e69de29bb2..6501307022 100644 --- a/ipkg/ipkg-native_0.99.84.oe +++ b/ipkg/ipkg-native_0.99.84.oe @@ -0,0 +1,2 @@ +inherit native +include ipkg_${PV}.oe diff --git a/ipkg/ipkg-native_0.99.91.oe b/ipkg/ipkg-native_0.99.91.oe index e69de29bb2..6501307022 100644 --- a/ipkg/ipkg-native_0.99.91.oe +++ b/ipkg/ipkg-native_0.99.91.oe @@ -0,0 +1,2 @@ +inherit native +include ipkg_${PV}.oe diff --git a/ipkg/ipkg-native_0.99.95.oe b/ipkg/ipkg-native_0.99.95.oe index e69de29bb2..6501307022 100644 --- a/ipkg/ipkg-native_0.99.95.oe +++ b/ipkg/ipkg-native_0.99.95.oe @@ -0,0 +1,2 @@ +inherit native +include ipkg_${PV}.oe |