Merge openembedded@openembedded.bkbits.net:packages
authorChris Larson <clarson@kergoth.com>
Fri, 21 May 2004 18:29:34 +0000 (18:29 +0000)
committerChris Larson <clarson@kergoth.com>
Fri, 21 May 2004 18:29:34 +0000 (18:29 +0000)
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

ipkg/ipkg-0.99.121/libbb-fpic.patch [new file with mode: 0644]
ipkg/ipkg_0.99.121.oe
nonworking/edb/edb_1.0.3.oe

diff --git a/ipkg/ipkg-0.99.121/libbb-fpic.patch b/ipkg/ipkg-0.99.121/libbb-fpic.patch
new file mode 100644 (file)
index 0000000..e69de29
index 12fef2f..7cd0671 100644 (file)
@@ -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 
index e69de29..fe9fc43 100644 (file)
@@ -0,0 +1,5 @@
+DEPENDS = "gtk+ ncurses"
+
+SRC_URI = "${SOURCEFORGE_MIRROR}/enlightenment/edb-${PV}.tar.gz"
+
+inherit autotools