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
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
+DEPENDS = "gtk+ ncurses"
+
+SRC_URI = "${SOURCEFORGE_MIRROR}/enlightenment/edb-${PV}.tar.gz"
+
+inherit autotools