diff options
-rw-r--r-- | ipkg/ipkg-native_0.99.108.oe | 6 | ||||
-rw-r--r-- | ipkg/ipkg-native_0.99.84.oe | 7 | ||||
-rw-r--r-- | ipkg/ipkg-native_0.99.91.oe | 7 | ||||
-rw-r--r-- | 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 = |