summaryrefslogtreecommitdiffstats
path: root/recipes/obsolete/gpephone/cms92init_0.1.bb
diff options
context:
space:
mode:
authorCliff Brake <cbrake@bec-systems.com>2010-09-13 14:15:35 -0400
committerCliff Brake <cbrake@bec-systems.com>2010-09-13 14:15:35 -0400
commit4ee358534793381d2e87b01781079a3354fd5c1c (patch)
tree729f8b0ce4bdbcd8a16f561fb68da0d66c3a3eb8 /recipes/obsolete/gpephone/cms92init_0.1.bb
parentbeb17e26ee9b4bc0cf334c3b30560c6eb66b1299 (diff)
parenteda06ec3dde6169a46797f876a82499c4fff8f62 (diff)
downloadopenembedded-testing_2010-09-13.tar.gz
Merge branch 'org.openembedded.dev' into testing-nexttesting_2010-09-13
Diffstat (limited to 'recipes/obsolete/gpephone/cms92init_0.1.bb')
-rw-r--r--recipes/obsolete/gpephone/cms92init_0.1.bb25
1 files changed, 25 insertions, 0 deletions
diff --git a/recipes/obsolete/gpephone/cms92init_0.1.bb b/recipes/obsolete/gpephone/cms92init_0.1.bb
new file mode 100644
index 0000000000..3e13c150cd
--- /dev/null
+++ b/recipes/obsolete/gpephone/cms92init_0.1.bb
@@ -0,0 +1,25 @@
+DESCRIPTION = "GSM/GPRS mux initializer"
+LICENSE = "GPL"
+SECTION = "gpe"
+PRIORITY = "optional"
+DEPENDS = "glibc"
+PR = "r0"
+
+inherit gpephone
+
+SRC_URI = "${GPEPHONE_MIRROR}/GPRS/GPRS-${PV}.tar.bz2 \
+ file://oe-install.patch"
+
+
+S = ${WORKDIR}/GPRS/cms92init-simple
+
+do_compile() {
+ oe_runmake PREFIX=${prefix}
+}
+
+do_install() {
+ oe_runmake PREFIX=${prefix} DESTDIR=${D} install
+}
+
+SRC_URI[md5sum] = "ef2fb8e53946387922ee9e98fb0fe94b"
+SRC_URI[sha256sum] = "fffcf07aba1ef5aef03defc88449f6ae0929813e9fcfda65c0d12d7b5c765248"