summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ipkg-utils/ipkg-link-1.6cvs/fix-ipkg-link.patch0
-rw-r--r--ipkg-utils/ipkg-utils_1.6cvs.oe5
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"