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 | |
| 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
| -rw-r--r-- | ipkg/ipkg-0.99.121/libbb-fpic.patch | 0 | ||||
| -rw-r--r-- | ipkg/ipkg_0.99.121.oe | 3 | ||||
| -rw-r--r-- | nonworking/edb/edb_1.0.3.oe | 5 |
3 files changed, 7 insertions, 1 deletions
diff --git a/ipkg/ipkg-0.99.121/libbb-fpic.patch b/ipkg/ipkg-0.99.121/libbb-fpic.patch new file mode 100644 index 0000000000..e69de29bb2 --- /dev/null +++ b/ipkg/ipkg-0.99.121/libbb-fpic.patch 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 diff --git a/nonworking/edb/edb_1.0.3.oe b/nonworking/edb/edb_1.0.3.oe index e69de29bb2..fe9fc4355a 100644 --- a/nonworking/edb/edb_1.0.3.oe +++ b/nonworking/edb/edb_1.0.3.oe @@ -0,0 +1,5 @@ +DEPENDS = "gtk+ ncurses" + +SRC_URI = "${SOURCEFORGE_MIRROR}/enlightenment/edb-${PV}.tar.gz" + +inherit autotools |
