aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/ezx/ezx-gpiotool_1877.bb
diff options
context:
space:
mode:
authorMartin Jansa <Martin.Jansa@gmail.com>2010-04-01 13:20:51 +0200
committerMartin Jansa <Martin.Jansa@gmail.com>2010-04-02 00:27:35 +0200
commit926280dac03410f8c535afc948dabfd73ce10463 (patch)
treee696db026d1dc2015943ee46ba14563226e11a58 /recipes/ezx/ezx-gpiotool_1877.bb
parent82b394467d9142edf2721176244c3a7eb26ba69a (diff)
downloadopenembedded-926280dac03410f8c535afc948dabfd73ce10463.tar.gz
sane-srcrevs: move SRCREVs to recipes
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'recipes/ezx/ezx-gpiotool_1877.bb')
-rw-r--r--recipes/ezx/ezx-gpiotool_1877.bb26
1 files changed, 0 insertions, 26 deletions
diff --git a/recipes/ezx/ezx-gpiotool_1877.bb b/recipes/ezx/ezx-gpiotool_1877.bb
deleted file mode 100644
index 81a1ecc2a0..0000000000
--- a/recipes/ezx/ezx-gpiotool_1877.bb
+++ /dev/null
@@ -1,26 +0,0 @@
-DESCRIPTION = "Gpiotool can read/write gpio configuration from userspace."
-SECTION = "devel"
-LICENSE = "GPL"
-HOMEPAGE = "http://www.openezx.org"
-AUTHOR = "Harald Welte"
-PR = "r0"
-
-SRC_URI = "svn://svn.openezx.org/trunk/src/userspace;module=gpiotool;proto=http;rev=${PV}"
-S = "${WORKDIR}/gpiotool"
-
-do_compile() {
- for i in mmio.c gpiotool.c gpio.c
- do
- ${CC} ${CFLAGS} -c $i
- done
- ${CC} ${CFLAGS} -o ezx-gpiotool mmio.o gpiotool.o gpio.o
-}
-
-do_stage() {
- :
-}
-
-do_install() {
- install -d ${D}${sbindir}
- install -m 0755 ezx-gpiotool ${D}${sbindir}
-}