bluez4: compile static version of the library

This installs 'libbluetooth.a' in the toolchain (needed to build static
binaries that use libbluetooth).

https://jira.digi.com/browse/DEL-1303

Signed-off-by: Javier Viguera <javier.viguera@digi.com>
(cherry picked from commit f53ae4ab2af1bc5dd2f3f38f9d351d9eefd1f163)
This commit is contained in:
Javier Viguera 2014-10-24 14:54:16 +02:00
parent 9645162245
commit 9a378a11bf
1 changed files with 9 additions and 1 deletions

View File

@ -2,4 +2,12 @@
FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:"
EXTRA_OECONF_append = " --enable-health"
EXTRA_OECONF_append = " --enable-health --enable-static"
# Adding '--enable-static' to the config builds static versions of
# libasound_module_ctl and libasound_module_pcm. Those files are not
# packaged, so it fails with "installed but not shipped".
#
# We do not really need those static libs so just disable the QA test
#
INSANE_SKIP_${PN} = "installed-vs-shipped"