From a0d8d8b77839854103c1aacc791847c09068c033 Mon Sep 17 00:00:00 2001 From: Chris Larson Date: Tue, 20 Jan 2004 05:53:27 +0000 Subject: [PATCH] BUGFIX: Stop installing and packaging ipkg-native builds. BKrev: 400cc257XvLZj5hxopuLhB_ZMJ7ahw --- ipkg/ipkg-native_0.99.108.oe | 6 ++++++ ipkg/ipkg-native_0.99.84.oe | 7 +++++-- ipkg/ipkg-native_0.99.91.oe | 7 +++++-- ipkg/ipkg-native_0.99.95.oe | 7 +++++-- 4 files changed, 21 insertions(+), 6 deletions(-) diff --git a/ipkg/ipkg-native_0.99.108.oe b/ipkg/ipkg-native_0.99.108.oe index e69de29bb2..17ded8e5f7 100644 --- a/ipkg/ipkg-native_0.99.108.oe +++ b/ipkg/ipkg-native_0.99.108.oe @@ -0,0 +1,6 @@ +include ipkg_${PV}.oe +inherit native + +DEPENDS = patcher-native +FILESDIR = ${@os.path.dirname(oe.data.getVar('FILE',d,1))}/ipkg-${PV} +PACKAGES = diff --git a/ipkg/ipkg-native_0.99.84.oe b/ipkg/ipkg-native_0.99.84.oe index 7dc3258093..17ded8e5f7 100644 --- a/ipkg/ipkg-native_0.99.84.oe +++ b/ipkg/ipkg-native_0.99.84.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 = diff --git a/ipkg/ipkg-native_0.99.91.oe b/ipkg/ipkg-native_0.99.91.oe index 7dc3258093..17ded8e5f7 100644 --- a/ipkg/ipkg-native_0.99.91.oe +++ b/ipkg/ipkg-native_0.99.91.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 = 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 = -- 2.39.5