mirror of
https://gitlab.linphone.org/BC/public/linphone-iphone.git
synced 2026-01-18 19:48:07 +00:00
Disable QA tests on linphone
This commit is contained in:
parent
1305e3b526
commit
ea935eb8f6
2 changed files with 3 additions and 1 deletions
|
|
@ -24,6 +24,8 @@ PROVIDES_gtk = "linphone linphonec liblinphone libmediastreamer libortp"
|
|||
|
||||
inherit autotools pkgconfig gettext
|
||||
|
||||
INSANE_SKIP_linphone += "dev-deps"
|
||||
INSANE_SKIP_liblinphone += "dev-deps"
|
||||
|
||||
LINPHONE_OE_ENABLE_TESTS = "--disable-tests"
|
||||
LINPHONE_OE_ENABLE_VIDEO = "--disable-video"
|
||||
|
|
|
|||
|
|
@ -18,7 +18,7 @@ do_fetch_prepend () {
|
|||
os.system("mkdir -p ${LINPHONE_TMP_DIR}")
|
||||
|
||||
bb.note("Hack cloning linphone !recursively")
|
||||
os.system("cd ${LINPHONE_TMP_DIR}; git clone --depth 1 --recursive ${L_GIT_SRC_URI} linphone")
|
||||
os.system("cd ${LINPHONE_TMP_DIR}; git clone --recursive ${L_GIT_SRC_URI} linphone")
|
||||
|
||||
bb.note("Hack launching autogen.sh manually")
|
||||
os.system("cd ${LINPHONE_TMP_DIR}/linphone; ./autogen.sh")
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue