diff options
-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 |