aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/gpephone/connect_0.1.bb
diff options
context:
space:
mode:
Diffstat (limited to 'recipes/gpephone/connect_0.1.bb')
-rw-r--r--recipes/gpephone/connect_0.1.bb25
1 files changed, 0 insertions, 25 deletions
diff --git a/recipes/gpephone/connect_0.1.bb b/recipes/gpephone/connect_0.1.bb
deleted file mode 100644
index e9c8a3b28c..0000000000
--- a/recipes/gpephone/connect_0.1.bb
+++ /dev/null
@@ -1,25 +0,0 @@
-DESCRIPTION = "GSM/GPRS mux tools"
-LICENSE = "GPL"
-SECTION = "gpe"
-PRIORITY = "optional"
-DEPENDS = "glibc"
-PR = "r0"
-
-inherit gpephone
-
-SRC_URI = "${GPEPHONE_MIRROR}/GPRS/GPRS-${PV}.tar.bz2"
-
-S = ${WORKDIR}/GPRS/connect
-
-do_compile() {
- oe_runmake PREFIX=${prefix}
-}
-
-do_install() {
- install -d ${D}/${prefix}/bin
- install -m 755 connect ${D}/${prefix}/bin
- install -m 755 disconnect ${D}/${prefix}/bin
-}
-
-SRC_URI[md5sum] = "ef2fb8e53946387922ee9e98fb0fe94b"
-SRC_URI[sha256sum] = "fffcf07aba1ef5aef03defc88449f6ae0929813e9fcfda65c0d12d7b5c765248"