mirror of
https://gitlab.linphone.org/BC/public/linphone-iphone.git
synced 2026-01-18 11:38:08 +00:00
Add local bitbake recipe
This commit is contained in:
parent
d3d3afda2f
commit
2a8ea1fe81
2 changed files with 22 additions and 0 deletions
9
build/openembedded/linphone-common_local.inc
Normal file
9
build/openembedded/linphone-common_local.inc
Normal 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"
|
||||
13
build/openembedded/linphone_+local-nogtk.bb
Normal file
13
build/openembedded/linphone_+local-nogtk.bb
Normal 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
|
||||
Loading…
Add table
Reference in a new issue