aboutsummaryrefslogtreecommitdiffstats
path: root/ipkg-utils/ipkg-utils_1.6cvs.oe
diff options
context:
space:
mode:
Diffstat (limited to 'ipkg-utils/ipkg-utils_1.6cvs.oe')
-rw-r--r--ipkg-utils/ipkg-utils_1.6cvs.oe37
1 files changed, 0 insertions, 37 deletions
diff --git a/ipkg-utils/ipkg-utils_1.6cvs.oe b/ipkg-utils/ipkg-utils_1.6cvs.oe
deleted file mode 100644
index 54656c772a..0000000000
--- a/ipkg-utils/ipkg-utils_1.6cvs.oe
+++ /dev/null
@@ -1,37 +0,0 @@
-DESCRIPTION = "Itsy Package Manager utilities"
-DEPENDS = ""
-SECTION = "base"
-PRIORITY = "optional"
-MAINTAINER = "Chris Larson <kergoth@handhelds.org>"
-LICENSE = "GPL"
-CONFLICTS = "ipkg-link"
-RDEPENDS = "python"
-PV_append = "${CVSDATE}"
-PR = "r5"
-
-SRC_URI = "${HANDHELDS_CVS};module=ipkg-utils \
- file://fix-ipkg-link.patch;patch=1 \
- file://fix-ipkg-tar.patch;patch=1 "
-SRC_URI_append_beagle = " file://fix-ipkg-link-beagle.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"
-
-do_compile() {
- oe_runmake ipkg-compare-versions
-}
-
-do_install() {
- install -d ${D}${bindir}
- for i in ${INSTALL}
- do
- install -m 0755 $i ${D}${bindir}
- done
-}
-
-#FIXME: ipkg-utils is not allowed to have packages or else a ipkg-native -> ipkg-utils -> ipkg-utils
-# recursive dependency is triggered. This has been fixed by installing the ipkg-link script in
-# a dedicated package.
-#PACKAGES_prepend = "ipkg-link "
-#FILES_ipkg-link = "${bindir}/ipkg-link"
-