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-link_1.6+cvs20050404.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-link_1.6+cvs20050404.bb')
| -rw-r--r-- | openembedded/packages/ipkg-utils/ipkg-link_1.6+cvs20050404.bb | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/openembedded/packages/ipkg-utils/ipkg-link_1.6+cvs20050404.bb b/openembedded/packages/ipkg-utils/ipkg-link_1.6+cvs20050404.bb new file mode 100644 index 0000000000..35e5ba1086 --- /dev/null +++ b/openembedded/packages/ipkg-utils/ipkg-link_1.6+cvs20050404.bb | |||
| @@ -0,0 +1,20 @@ | |||
| 1 | SECTION = "base" | ||
| 2 | DESCRIPTION = "Itsy Package Manager utilities link script" | ||
| 3 | LICENSE = "GPL" | ||
| 4 | CONFLICTS = "ipkg-utils" | ||
| 5 | SRCDATE = "20050404" | ||
| 6 | PR = "r4" | ||
| 7 | |||
| 8 | SRC_URI = "${HANDHELDS_CVS};module=ipkg-utils \ | ||
| 9 | file://link-vfat-libs.patch;patch=1" | ||
| 10 | |||
| 11 | S = "${WORKDIR}/ipkg-utils" | ||
| 12 | |||
| 13 | do_compile() { | ||
| 14 | : | ||
| 15 | } | ||
| 16 | |||
| 17 | do_install() { | ||
| 18 | install -d ${D}${bindir} | ||
| 19 | install -m 0755 ipkg-link ${D}${bindir} | ||
| 20 | } | ||
