mirror of
https://gitlab.linphone.org/BC/public/linphone-iphone.git
synced 2026-04-25 10:18:34 +00:00
18 lines
447 B
PHP
18 lines
447 B
PHP
DESCRIPTION = "SIP stack from Belledonne Communications"
|
|
LICENSE = "GPL"
|
|
|
|
DEPENDS = "polarssl antlr3c"
|
|
RDEPENDS = "antlr3c"
|
|
|
|
EXTRA_OECONF += "--disable-strict --with-antlr=${STAGING_DIR_HOST}${layout_exec_prefix}/usr --with-polarssl=${STAGING_DIR_HOST}${layout_exec_prefix}/usr"
|
|
INSANE_SKIP_belle-sip += "dev-deps"
|
|
|
|
inherit autotools pkgconfig
|
|
|
|
do_autoreconf () {
|
|
./autogen.sh
|
|
}
|
|
|
|
DEPENDS_${PN} += "${DEPENDS}"
|
|
RDEPENDS_${PN} += "${RDEPENDS}"
|
|
|