Add gsm override for openembedded

This commit is contained in:
Yann Diorcet 2012-05-11 12:16:12 +02:00
parent 908b70f585
commit d6ef1b9395
3 changed files with 29 additions and 0 deletions

View file

@ -10,6 +10,7 @@ DEPENDS = "intltool readline libosip2 libexosip2 speex alsa-lib spandsp"
DEPENDS_append_video = " libxv ffmpeg libv4l"
DEPENDS_append_gtk = " gtk+"
DEPENDS_${PN} = "intltool liblinphone"
DEPENDS_${PN}_append_gsm = " libgsm"
DEPENDS_${PN}_append_gtk = " gtk+"
DEPENDS_${PN}_append_video = " libxv"
DEPENDS_${PN}c = "liblinphone readline"

View file

@ -0,0 +1,14 @@
## THIS unusable work in progress ##
DESCRIPTION = "Audio/video SIP-based IP phone (console edition)"
HOMEPAGE = "http://www.linphone.org/?lang=us"
LICENSE = "GPLv2"
PR="r9"
DEFAULT_PREFERENCE = "3"
OVERRIDES_append = ":console"
OVERRIDES_append = ":gsm"
#PARALLEL_MAKE="V=1"
require linphone-common_git.inc

View file

@ -0,0 +1,14 @@
## THIS unusable work in progress ##
DESCRIPTION = "Audio/video SIP-based IP phone (console edition)"
HOMEPAGE = "http://www.linphone.org/?lang=us"
LICENSE = "GPLv2"
PR="r9"
DEFAULT_PREFERENCE = "-1"
OVERRIDES_append = ":console"
OVERRIDES_append = ":gsm"
#PARALLEL_MAKE="V=1"
require linphone-common_local.inc