diff options
author | Chris Larson <clarson@kergoth.com> | 2004-05-21 18:29:34 +0000 |
---|---|---|
committer | Chris Larson <clarson@kergoth.com> | 2004-05-21 18:29:34 +0000 |
commit | 7225c04d2b3524abc4c5494c8222f84a4b16b553 (patch) | |
tree | ff2dea7aeb79bd2b65a4c0ad1e4876baf145313e /ipkg/ipkg_0.99.121.oe | |
parent | 1261c432e75e84fd74ed8a60d8ae54d9b6e1a9c3 (diff) |
Merge openembedded@openembedded.bkbits.net:packages
into linux.local:/home/kergoth/code/packages
2004/05/21 14:29:28-04:00 local!kergoth
Add patch to ipkg to ensure libbb.a is built -fPIC.
2004/05/21 13:52:02-04:00 local!kergoth
Merge openembedded@openembedded.bkbits.net:packages
into linux.local:/home/kergoth/code/packages
2004/05/21 13:51:56-04:00 local!kergoth
Clean up edb .oe in preparation for making it build.
2004/05/21 13:51:43-04:00 local!kergoth
Move nonworking lzma build into a subdir of its own.
BKrev: 40ae4a8eFCu9YskoR90AjBDYe7C53w
Diffstat (limited to 'ipkg/ipkg_0.99.121.oe')
-rw-r--r-- | ipkg/ipkg_0.99.121.oe | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/ipkg/ipkg_0.99.121.oe b/ipkg/ipkg_0.99.121.oe index 12fef2f69d..7cd0671bf2 100644 --- a/ipkg/ipkg_0.99.121.oe +++ b/ipkg/ipkg_0.99.121.oe @@ -10,7 +10,8 @@ FILES_libipkg-dev = "${libdir}/*.a ${libdir}/*.la ${libdir}/*.so" FILES_libipkg = "${libdir}" AUTO_LIBNAME_PKGS = "libipkg" -SRC_URI = "cvs://anoncvs:anoncvs@cvs.handhelds.org/cvs;module=familiar/dist/ipkg;tag=${@'V' + oe.data.getVar('PV',d,1).replace('.', '-')}" +SRC_URI = "cvs://anoncvs:anoncvs@cvs.handhelds.org/cvs;module=familiar/dist/ipkg;tag=${@'V' + oe.data.getVar('PV',d,1).replace('.', '-')} \ + file://${FILESDIR}/libbb-fpic.patch;patch=1" S = "${WORKDIR}/ipkg/C" inherit autotools |