aboutsummaryrefslogtreecommitdiffstats
path: root/packages/openmoko-tools/serial-forward.bb
diff options
context:
space:
mode:
Diffstat (limited to 'packages/openmoko-tools/serial-forward.bb')
-rw-r--r--packages/openmoko-tools/serial-forward.bb15
1 files changed, 0 insertions, 15 deletions
diff --git a/packages/openmoko-tools/serial-forward.bb b/packages/openmoko-tools/serial-forward.bb
deleted file mode 100644
index 3cc33770d6..0000000000
--- a/packages/openmoko-tools/serial-forward.bb
+++ /dev/null
@@ -1,15 +0,0 @@
-LICENSE="GPL"
-SUMMARY="Forward a serial using TCP/IP"
-
-SRC_URI="svn://svn.openmoko.org/developers/zecke/;module=serial_forward;proto=http"
-S="${WORKDIR}/serial_forward"
-
-do_compile() {
- cd ${S}
- oe_runmake
-}
-
-do_install() {
- install -d ${D}/${bindir}
- install -m 0755 ${S}/forward ${D}/${bindir}/${PN}
-}