diff options
author | Chris Lord <chris@openedhand.com> | 2004-08-18 13:26:14 +0000 |
---|---|---|
committer | Chris Lord <chris@openedhand.com> | 2004-08-18 13:26:14 +0000 |
commit | e4dc5c3cd664328ed239089435cb1a3eed164cc7 (patch) | |
tree | 0510b1c7247bee11ff5e43800c0b70622006ebf1 | |
parent | efb7c2cb9e80659782c6434f0780bf998483f0dd (diff) |
Fix ipkg-link, courtesy of Maciej Swiniarski (luzik)
BKrev: 412358f6Kw3j1EJqM6f3Jg3-QfS_Xw
-rw-r--r-- | ipkg-utils/ipkg-link-1.6cvs/fix-ipkg-link.patch | 0 | ||||
-rw-r--r-- | ipkg-utils/ipkg-utils_1.6cvs.oe | 5 |
2 files changed, 3 insertions, 2 deletions
diff --git a/ipkg-utils/ipkg-link-1.6cvs/fix-ipkg-link.patch b/ipkg-utils/ipkg-link-1.6cvs/fix-ipkg-link.patch new file mode 100644 index 0000000000..e69de29bb2 --- /dev/null +++ b/ipkg-utils/ipkg-link-1.6cvs/fix-ipkg-link.patch diff --git a/ipkg-utils/ipkg-utils_1.6cvs.oe b/ipkg-utils/ipkg-utils_1.6cvs.oe index c9a35413fb..d25f098864 100644 --- a/ipkg-utils/ipkg-utils_1.6cvs.oe +++ b/ipkg-utils/ipkg-utils_1.6cvs.oe @@ -7,9 +7,10 @@ LICENSE = "GPL" CONFLICTS = "ipkg-link" RDEPENDS = "python" PV_append = "${CVSDATE}" -PR = "r3" +PR = "r4" -SRC_URI = "cvs://anoncvs:anoncvs@cvs.handhelds.org/cvs;module=ipkg-utils" +SRC_URI = "cvs://anoncvs:anoncvs@cvs.handhelds.org/cvs;module=ipkg-utils \ + file://fix-ipkg-link.patch;patch=1" S = "${WORKDIR}/ipkg-utils" INSTALL = "ipkg-build ipkg-deb-unbuild ipkg-unbuild ipkg-compare-versions ipkg-upload ipkg-make-index ipkg-link ipkg.py" |