From: Chris Larson Date: Fri, 5 Mar 2004 15:56:37 +0000 (+0000) Subject: Fix ipkg-utils build.. its a distutils build, not an autotools build. X-Git-Tag: Release-2010-05/1~20030 X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3ef3f90db5cf95e49a5da9a216a397a9494b901c;p=openembedded.git Fix ipkg-utils build.. its a distutils build, not an autotools build. BKrev: 4048a335AAPBHoZ6E-J2KSrMUlnlpA --- 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}/