aboutsummaryrefslogtreecommitdiffstats
path: root/packages/devio
diff options
context:
space:
mode:
authorJohn Bowler <jbowler@nslu2-linux.org>2005-06-11 18:35:11 +0000
committerJohn Bowler <jbowler@nslu2-linux.org>2005-06-11 18:35:11 +0000
commit445993d82896e528cc6a078a76fcb9a6a0a5881c (patch)
treed18502f936b40b964aef500c6086ad961af88ea5 /packages/devio
parent3a0721b7496c2a4c28e116d2fd92545a42b2dcb7 (diff)
downloadopenembedded-445993d82896e528cc6a078a76fcb9a6a0a5881c.tar.gz
Fix devio homepage.
BKrev: 42ab2edfLDpxiln_ZiKLTIlliNRcqA
Diffstat (limited to 'packages/devio')
-rw-r--r--packages/devio/devio_cvs.bb25
1 files changed, 25 insertions, 0 deletions
diff --git a/packages/devio/devio_cvs.bb b/packages/devio/devio_cvs.bb
index e69de29bb2..3cbb2ea258 100644
--- a/packages/devio/devio_cvs.bb
+++ b/packages/devio/devio_cvs.bb
@@ -0,0 +1,25 @@
+# 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"
+# 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