diff options
-rw-r--r-- | ipkg-utils/ipkg-link_1.6cvs.oe | 16 | ||||
-rw-r--r-- | ipkg-utils/ipkg-utils-1.6cvs/fix-ipkg-link.patch | 0 |
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 |