diff options
author | Chris Larson <clarson@kergoth.com> | 2004-01-20 05:53:27 +0000 |
---|---|---|
committer | Chris Larson <clarson@kergoth.com> | 2004-01-20 05:53:27 +0000 |
commit | a0d8d8b77839854103c1aacc791847c09068c033 (patch) | |
tree | b4e79f740a883605811af5b694181a4e35530b11 /ipkg/ipkg-native_0.99.95.oe | |
parent | a04cbc663da7008f3dc25cd355530512b702af44 (diff) |
BUGFIX: Stop installing and packaging ipkg-native builds.
BKrev: 400cc257XvLZj5hxopuLhB_ZMJ7ahw
Diffstat (limited to 'ipkg/ipkg-native_0.99.95.oe')
-rw-r--r-- | ipkg/ipkg-native_0.99.95.oe | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/ipkg/ipkg-native_0.99.95.oe b/ipkg/ipkg-native_0.99.95.oe index 7dc3258093..17ded8e5f7 100644 --- a/ipkg/ipkg-native_0.99.95.oe +++ b/ipkg/ipkg-native_0.99.95.oe @@ -1,3 +1,6 @@ -inherit native include ipkg_${PV}.oe -DEPENDS = +inherit native + +DEPENDS = patcher-native +FILESDIR = ${@os.path.dirname(oe.data.getVar('FILE',d,1))}/ipkg-${PV} +PACKAGES = |