diff options
author | Phil Blundell <philb@gnu.org> | 2004-07-31 17:57:28 +0000 |
---|---|---|
committer | Phil Blundell <philb@gnu.org> | 2004-07-31 17:57:28 +0000 |
commit | 02a86c11ea4df0f1dad6adc1ae24ba14dfad3e5b (patch) | |
tree | 50e62987b4bbd73a3858b1d7bc9bb9f4555237e9 /ipkg | |
parent | d08576a775a1c5919701c18caedc53d58f90f5c5 (diff) |
Merge bk://openembedded@openembedded.bkbits.net/packages
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
Diffstat (limited to 'ipkg')
-rw-r--r-- | ipkg/ipkg-0.99.126/depends.patch | 0 | ||||
-rw-r--r-- | ipkg/ipkg_0.99.126.oe | 5 |
2 files changed, 3 insertions, 2 deletions
diff --git a/ipkg/ipkg-0.99.126/depends.patch b/ipkg/ipkg-0.99.126/depends.patch new file mode 100644 index 0000000000..e69de29bb2 --- /dev/null +++ b/ipkg/ipkg-0.99.126/depends.patch diff --git a/ipkg/ipkg_0.99.126.oe b/ipkg/ipkg_0.99.126.oe index dccb257623..eb0e78e204 100644 --- a/ipkg/ipkg_0.99.126.oe +++ b/ipkg/ipkg_0.99.126.oe @@ -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 |