diff options
Diffstat (limited to 'content/ipkg-utils-1.0_cvs.oe')
-rw-r--r-- | content/ipkg-utils-1.0_cvs.oe | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/content/ipkg-utils-1.0_cvs.oe b/content/ipkg-utils-1.0_cvs.oe index 038f717207..eaad1bf645 100644 --- a/content/ipkg-utils-1.0_cvs.oe +++ b/content/ipkg-utils-1.0_cvs.oe @@ -4,11 +4,13 @@ SECTION="base" PRIORITY="optional" MAINTAINER="Chris Larson <kergoth@handhelds.org>" LICENSE="GPL" -SRC_URI="cvs://anoncvs:anoncvs@192.58.209.91/cvs;module=ipkg-utils" #DEPENDS=virtual/libc +SRC_URI="cvs://anoncvs:anoncvs@192.58.209.91/cvs;module=ipkg-utils" S="${WORKDIR}/${PN}" +inherit autotools + do_stage() { cp ipkg* ${STAGING_BINDIR}/ } |