aboutsummaryrefslogtreecommitdiffstats
path: root/recipes-bsp/ezx/ezx-gpiotool_svn.bb
diff options
context:
space:
mode:
Diffstat (limited to 'recipes-bsp/ezx/ezx-gpiotool_svn.bb')
-rw-r--r--recipes-bsp/ezx/ezx-gpiotool_svn.bb24
1 files changed, 0 insertions, 24 deletions
diff --git a/recipes-bsp/ezx/ezx-gpiotool_svn.bb b/recipes-bsp/ezx/ezx-gpiotool_svn.bb
deleted file mode 100644
index ed733a2..0000000
--- a/recipes-bsp/ezx/ezx-gpiotool_svn.bb
+++ /dev/null
@@ -1,24 +0,0 @@
-DESCRIPTION = "Gpiotool can read/write gpio configuration from userspace."
-SECTION = "devel"
-LICENSE = "GPL"
-HOMEPAGE = "http://www.openezx.org"
-AUTHOR = "Harald Welte"
-SRCREV = "1877"
-PV = "${SRCPV}"
-PR = "r1"
-
-SRC_URI = "svn://svn.openezx.org/trunk/src/userspace;module=gpiotool;protocol=http"
-S = "${WORKDIR}/gpiotool"
-
-do_compile() {
- for i in mmio.c gpiotool.c gpio.c
- do
- ${CC} ${CFLAGS} -c $i
- done
- ${CC} ${CFLAGS} ${LDFLAGS} -o ezx-gpiotool mmio.o gpiotool.o gpio.o
-}
-
-do_install() {
- install -d ${D}${sbindir}
- install -m 0755 ezx-gpiotool ${D}${sbindir}
-}