diff options
author | Michael Lauer <mickey@vanille-media.de> | 2004-05-07 17:43:32 +0000 |
---|---|---|
committer | Michael Lauer <mickey@vanille-media.de> | 2004-05-07 17:43:32 +0000 |
commit | df0184e8b70ba97c214a24761237f6d5b192421a (patch) | |
tree | 1f39dcafc13cc7ac85368bc91c49fcbcfdcad0ee /ipkg | |
parent | 3057e14079fa0986b20402f5626f807bb21c988b (diff) |
Merge bk://openembedded@openembedded.bkbits.net/packages
into r2d2.tm.informatik.uni-frankfurt.de:/home/projekte/packages
2004/05/07 14:11:52+02:00 uni-frankfurt.de!mickeyl
blank PROVIDES for ipkg-native - patch courtesy pb_.
BKrev: 409bcac4Un-e_6qvqs4qWgyL3lQ5Nw
Diffstat (limited to 'ipkg')
-rw-r--r-- | ipkg/ipkg-native_0.99.121.oe | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/ipkg/ipkg-native_0.99.121.oe b/ipkg/ipkg-native_0.99.121.oe index e69de29bb2..7f3daff942 100644 --- a/ipkg/ipkg-native_0.99.121.oe +++ b/ipkg/ipkg-native_0.99.121.oe @@ -0,0 +1,7 @@ +include ipkg_${PV}.oe +inherit native + +DEPENDS = "patcher-native libtool-native automake-native" +FILESDIR = "${@os.path.dirname(oe.data.getVar('FILE',d,1))}/ipkg-${PV}" +PROVIDES = "" + |