aboutsummaryrefslogtreecommitdiffstats
path: root/ipkg-utils
diff options
context:
space:
mode:
authorChris Lord <chris@openedhand.com>2004-08-18 13:32:32 +0000
committerChris Lord <chris@openedhand.com>2004-08-18 13:32:32 +0000
commit7f3426c11f4042fb7bf14a71fe2a108106ace2ee (patch)
tree8387058264c073fdfa20c2b65c67f83fe834e519 /ipkg-utils
parente4dc5c3cd664328ed239089435cb1a3eed164cc7 (diff)
downloadopenembedded-7f3426c11f4042fb7bf14a71fe2a108106ace2ee.tar.gz
Really fix ipkg-link.
BKrev: 41235a70qNVInwcG3tjMEIyfJDD9Gg
Diffstat (limited to 'ipkg-utils')
-rw-r--r--ipkg-utils/ipkg-link_1.6cvs.oe16
-rw-r--r--ipkg-utils/ipkg-utils-1.6cvs/fix-ipkg-link.patch0
2 files changed, 16 insertions, 0 deletions
diff --git a/ipkg-utils/ipkg-link_1.6cvs.oe b/ipkg-utils/ipkg-link_1.6cvs.oe
index e69de29bb2..15bf3d62a3 100644
--- a/ipkg-utils/ipkg-link_1.6cvs.oe
+++ b/ipkg-utils/ipkg-link_1.6cvs.oe
@@ -0,0 +1,16 @@
+DESCRIPTION = "Itsy Package Manager utilities link script"
+CONFLICTS = "ipkg-utils"
+PR = "r1"
+
+SRC_URI = "cvs://anoncvs:anoncvs@cvs.handhelds.org/cvs;module=ipkg-utils \
+ file://fix-ipkg-link.patch;patch=1"
+S = "${WORKDIR}/ipkg-utils"
+
+do_compile() {
+ :
+}
+
+do_install() {
+ install -d ${D}/${bindir}
+ install -m 0755 ipkg-link ${D}/${bindir}
+}
diff --git a/ipkg-utils/ipkg-utils-1.6cvs/fix-ipkg-link.patch b/ipkg-utils/ipkg-utils-1.6cvs/fix-ipkg-link.patch
new file mode 100644
index 0000000000..e69de29bb2
--- /dev/null
+++ b/ipkg-utils/ipkg-utils-1.6cvs/fix-ipkg-link.patch