aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/yeaphone
diff options
context:
space:
mode:
Diffstat (limited to 'recipes/yeaphone')
-rw-r--r--recipes/yeaphone/yeaphone_0.1.bb20
1 files changed, 20 insertions, 0 deletions
diff --git a/recipes/yeaphone/yeaphone_0.1.bb b/recipes/yeaphone/yeaphone_0.1.bb
new file mode 100644
index 0000000000..67b651ae71
--- /dev/null
+++ b/recipes/yeaphone/yeaphone_0.1.bb
@@ -0,0 +1,20 @@
+DESCRIPTION = "A VoIP SIP phone for the Yealink USB handset"
+HOMEPAGE = "http://www.devbase.at/voip/"
+LICENSE = "GPLv2"
+PRIORITY = "optional"
+DEPENDS = "liblinphone"
+RDEPENDS = "liblinphone"
+RRECOMMENDS = "\
+ linphonec \
+ kernel-module-yealink \
+ kernel-module-usbhid \
+ kernel-module-snd-usb-audio \
+ "
+
+PR = "r3"
+
+SRC_URI = "http://download.devbase.at/voip/yeaphone-${PV}.tar.gz"
+
+S = "${WORKDIR}/yeaphone-${PV}"
+
+inherit autotools