Add local bitbake recipe

This commit is contained in:
Yann Diorcet 2012-04-17 11:17:28 +02:00
parent d3d3afda2f
commit 2a8ea1fe81
2 changed files with 22 additions and 0 deletions

View file

@ -0,0 +1,9 @@
SRC_URI = "file://${HOME}/linphone-3.5.2.tar.gz"
S = "${WORKDIR}/linphone-3.5.2"
require linphone-common.inc
#Required to avoid compile errors on May 2011.
EXTRA_OECONF +=" --disable-strict"

View file

@ -0,0 +1,13 @@
## 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"
#PARALLEL_MAKE="V=1"
require linphone-common_local.inc