diff options
author | Chris Larson <clarson@kergoth.com> | 2004-03-05 15:56:37 +0000 |
---|---|---|
committer | Chris Larson <clarson@kergoth.com> | 2004-03-05 15:56:37 +0000 |
commit | 3ef3f90db5cf95e49a5da9a216a397a9494b901c (patch) | |
tree | ef5332cd712e20c0a925b3e57dd9568d4461dc5b | |
parent | 903f89dd4409e563640a964b3c908a14ff5fec2b (diff) |
Fix ipkg-utils build.. its a distutils build, not an autotools build.
BKrev: 4048a335AAPBHoZ6E-J2KSrMUlnlpA
-rw-r--r-- | ipkg-utils/ipkg-utils_1.0cvs.oe | 3 |
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}/ |