Really fix ipkg-link.
authorChris Lord <chris@openedhand.com>
Wed, 18 Aug 2004 13:32:32 +0000 (13:32 +0000)
committerChris Lord <chris@openedhand.com>
Wed, 18 Aug 2004 13:32:32 +0000 (13:32 +0000)
BKrev: 41235a70qNVInwcG3tjMEIyfJDD9Gg

ipkg-utils/ipkg-link_1.6cvs.oe
ipkg-utils/ipkg-utils-1.6cvs/fix-ipkg-link.patch [new file with mode: 0644]

index e69de29..15bf3d6 100644 (file)
@@ -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 (file)
index 0000000..e69de29