aboutsummaryrefslogtreecommitdiffstats
path: root/ipkg-utils
diff options
context:
space:
mode:
authorChris Larson <clarson@kergoth.com>2004-03-05 15:56:37 +0000
committerChris Larson <clarson@kergoth.com>2004-03-05 15:56:37 +0000
commit3ef3f90db5cf95e49a5da9a216a397a9494b901c (patch)
treeef5332cd712e20c0a925b3e57dd9568d4461dc5b /ipkg-utils
parent903f89dd4409e563640a964b3c908a14ff5fec2b (diff)
downloadopenembedded-3ef3f90db5cf95e49a5da9a216a397a9494b901c.tar.gz
Fix ipkg-utils build.. its a distutils build, not an autotools build.
BKrev: 4048a335AAPBHoZ6E-J2KSrMUlnlpA
Diffstat (limited to 'ipkg-utils')
-rw-r--r--ipkg-utils/ipkg-utils_1.0cvs.oe3
1 files changed, 2 insertions, 1 deletions
diff --git a/ipkg-utils/ipkg-utils_1.0cvs.oe b/ipkg-utils/ipkg-utils_1.0cvs.oe
index 2c780ca367..5b9248a176 100644
--- a/ipkg-utils/ipkg-utils_1.0cvs.oe
+++ b/ipkg-utils/ipkg-utils_1.0cvs.oe
@@ -5,11 +5,12 @@ PRIORITY="optional"
MAINTAINER="Chris Larson <kergoth@handhelds.org>"
LICENSE="GPL"
#DEPENDS=virtual/libc
+RDEPENDS=python
SRC_URI:="cvs://anoncvs:anoncvs@192.58.209.91/cvs;module=ipkg-utils"
S:="${WORKDIR}/${PN}"
-inherit autotools
+inherit distutils
do_stage() {
cp ipkg* ${STAGING_BINDIR}/