diff options
author | Chris Larson <kergoth@openedhand.com> | 2006-07-13 09:13:21 +0000 |
---|---|---|
committer | Chris Larson <kergoth@openedhand.com> | 2006-07-13 09:13:21 +0000 |
commit | 5f3d79f3195e24dde7169971343f4db03847a02e (patch) | |
tree | 3070e4043e413f3e477a407d7e37e0c3de0391e0 /openembedded/packages/ipkg-utils/ipkg-utils-native_1.6cvs.bb | |
parent | 9ddd9dcefa6c1c0788151be43ee844b13ef1dd8a (diff) | |
download | poky-5f3d79f3195e24dde7169971343f4db03847a02e.tar.gz |
poky: ipkg-utils update from upstream OE. Locks down to a specific cvs version rather than floating, which seems to fix some issues with root filesystem population in the build.
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@512 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'openembedded/packages/ipkg-utils/ipkg-utils-native_1.6cvs.bb')
-rw-r--r-- | openembedded/packages/ipkg-utils/ipkg-utils-native_1.6cvs.bb | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/openembedded/packages/ipkg-utils/ipkg-utils-native_1.6cvs.bb b/openembedded/packages/ipkg-utils/ipkg-utils-native_1.6cvs.bb deleted file mode 100644 index 7b66751614..0000000000 --- a/openembedded/packages/ipkg-utils/ipkg-utils-native_1.6cvs.bb +++ /dev/null | |||
@@ -1,12 +0,0 @@ | |||
1 | SECTION = "base" | ||
2 | include ipkg-utils_${PV}.bb | ||
3 | PR = "r4" | ||
4 | inherit native | ||
5 | DEPENDS = "" | ||
6 | RDEPENDS = "" | ||
7 | |||
8 | do_stage() { | ||
9 | for i in ${INSTALL}; do | ||
10 | install -m 0755 $i ${STAGING_BINDIR} | ||
11 | done | ||
12 | } | ||