aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/ofono/ofono.inc
diff options
context:
space:
mode:
authorStefan Schmidt <stefan@buglabs.net>2011-02-03 10:49:58 +0100
committerStefan Schmidt <stefan@buglabs.net>2011-02-03 10:49:58 +0100
commit0a509aeb50214b93eff979f6080bced5efe5ca04 (patch)
tree9c9596db6c2806d3f13cd60b6c465fcd6c47efde /recipes/ofono/ofono.inc
parentf5a345b1cf355790202799f0e187f1ac45184ee5 (diff)
downloadopenembedded-0a509aeb50214b93eff979f6080bced5efe5ca04.tar.gz
ofono: Add recipes from poky.
Also add the newest, 0.40, release.
Diffstat (limited to 'recipes/ofono/ofono.inc')
-rw-r--r--recipes/ofono/ofono.inc19
1 files changed, 19 insertions, 0 deletions
diff --git a/recipes/ofono/ofono.inc b/recipes/ofono/ofono.inc
new file mode 100644
index 0000000000..9089670007
--- /dev/null
+++ b/recipes/ofono/ofono.inc
@@ -0,0 +1,19 @@
+HOMEPAGE = "http://www.ofono.org"
+SUMMARY = "open source telephony"
+DESCRIPTION = "oFono is a stack for mobile telephony devices on Linux. oFono supports speaking to telephony devices through specific drivers, or with generic AT commands."
+LICENSE = "GPLv2"
+LIC_FILES_CHKSUM = "file://COPYING;md5=eb723b61539feef013de476e68b5c50a \
+ file://src/ofono.h;beginline=1;endline=20;md5=85d349dd8ec342c8f40d90e520f22779"
+
+inherit autotools pkgconfig update-rc.d
+
+DEPENDS = "dbus glib-2.0 udev"
+
+INITSCRIPT_NAME = "ofono"
+INITSCRIPT_PARAMS = "defaults 22"
+
+do_install_append() {
+ install -d ${D}${sysconfdir}/init.d/
+ install -m 0755 ${WORKDIR}/ofono ${D}${sysconfdir}/init.d/ofono
+}
+