From 3ef3f90db5cf95e49a5da9a216a397a9494b901c Mon Sep 17 00:00:00 2001 From: Chris Larson Date: Fri, 5 Mar 2004 15:56:37 +0000 Subject: Fix ipkg-utils build.. its a distutils build, not an autotools build. BKrev: 4048a335AAPBHoZ6E-J2KSrMUlnlpA --- ipkg-utils/ipkg-utils_1.0cvs.oe | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'ipkg-utils') 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 " 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}/ -- cgit 1.2.3-korg