diff options
-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}/ |