aboutsummaryrefslogtreecommitdiffstats
path: root/packages/devio/devio_r2.bb
diff options
context:
space:
mode:
authorJohn Bowler <jbowler@nslu2-linux.org>2005-09-22 19:29:58 +0000
committerOpenEmbedded Project <openembedded-devel@lists.openembedded.org>2005-09-22 19:29:58 +0000
commitb58e9513f43d78e54c5f21938f74af0bccd75199 (patch)
tree3e1e358310fc98b53184f60d32f4c723adbd23dd /packages/devio/devio_r2.bb
parent97c84f930e2eeb494685584a67a3a513c1af93c0 (diff)
downloadopenembedded-b58e9513f43d78e54c5f21938f74af0bccd75199.tar.gz
devio: move to devio_1.0, move to a file (not cvs) release
Diffstat (limited to 'packages/devio/devio_r2.bb')
-rw-r--r--packages/devio/devio_r2.bb26
1 files changed, 1 insertions, 25 deletions
diff --git a/packages/devio/devio_r2.bb b/packages/devio/devio_r2.bb
index 4dc70b2311..66de024d1d 100644
--- a/packages/devio/devio_r2.bb
+++ b/packages/devio/devio_r2.bb
@@ -1,25 +1 @@
-# This package builds the devio program
-PR = "r0"
-DESCRIPTION = "devio - block devio io"
-HOMEPAGE = "http://devio.sourceforge.net/"
-MAINTAINER = "John Bowler <jbowler@acm.org>"
-SECTION = "base"
-LICENSE = "MIT"
-
-SRC_URI = "cvs://anonymous@cvs.sourceforge.net/cvsroot/devio;method=pserver;module=devio;tag=${PV}"
-# This accesses the head version, anonymous pserver access is
-# only updated once per day (and it is necessary to change
-# 'jbowler' to the name of a developer with ssh access.)
-#SRC_URI = "cvs://jbowler@cvs.sourceforge.net/cvsroot/devio;method=ext;rsh=ssh;tag=HEAD;module=devio"
-
-# The source will end up in the subdirectory 'devio' - no release name
-S = "${WORKDIR}/devio"
-
-# Just the one package at present
-PACKAGES = "${PN}"
-
-# Set the install dir to /sbin, not /usr/sbin, because devio is used
-# during bootstrap (we want it to be posible to mount /usr separately)
-sbindir = "/sbin"
-
-inherit autotools
+include devio-cvs.inc