summaryrefslogtreecommitdiff
path: root/content/ipkg-utils-1.0_cvs.oe
diff options
context:
space:
mode:
authorChris Larson <clarson@kergoth.com>2003-09-16 20:39:43 +0000
committerChris Larson <clarson@kergoth.com>2003-09-16 20:39:43 +0000
commit1369211ac6cdee1ab8aa64c0020a5d52f8540c39 (patch)
treec9aa37f13989b720619d3de4bd961203b4116fd1 /content/ipkg-utils-1.0_cvs.oe
parentd3aa25dd28cb8ae476872f38abf60333712c9cc7 (diff)
Updates to .oe's to utilize the autotools oeclass, and removal of unnecessary 'set -e's now that its default.
BKrev: 3f67750f7hz7fa_5DclmHoTZT7vW3Q
Diffstat (limited to 'content/ipkg-utils-1.0_cvs.oe')
-rw-r--r--content/ipkg-utils-1.0_cvs.oe4
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}/
}