Merge bk://openembedded@openembedded.bkbits.net/packages
authorPhil Blundell <philb@gnu.org>
Sat, 31 Jul 2004 17:57:28 +0000 (17:57 +0000)
committerPhil Blundell <philb@gnu.org>
Sat, 31 Jul 2004 17:57:28 +0000 (17:57 +0000)
into stealth.(none):/home/pb/oe/oe-packages

2004/07/31 18:57:07+01:00 (none)!pb
add patch for greedy depends handling

BKrev: 410bdd88xbTsQmmGWbiqijlv3am-zA

ipkg/ipkg-0.99.126/depends.patch [new file with mode: 0644]
ipkg/ipkg_0.99.126.oe

diff --git a/ipkg/ipkg-0.99.126/depends.patch b/ipkg/ipkg-0.99.126/depends.patch
new file mode 100644 (file)
index 0000000..e69de29
index dccb257..eb0e78e 100644 (file)
@@ -2,7 +2,7 @@ DESCRIPTION = "Itsy Package Manager"
 DESCRIPTION_libipkg = "Itsy Package Manager Library"
 LICENSE = "GPL"
 PROVIDES = "virtual/ipkg libipkg"
-PR = "r1"
+PR = "r3"
 
 PACKAGES =+ "libipkg-dev libipkg "
 FILES_libipkg-dev = "${libdir}/*.a ${libdir}/*.la ${libdir}/*.so"
@@ -11,7 +11,8 @@ 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('.', '-')} \
        file://varargs.patch;patch=1 \
-       file://uninclude-replace.patch;patch=1"
+       file://uninclude-replace.patch;patch=1 \
+       file://depends.patch;patch=1"
 S = "${WORKDIR}/ipkg/C"
 
 inherit autotools