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:
parent
9645162245
commit
9a378a11bf
|
|
@ -2,4 +2,12 @@
|
||||||
|
|
||||||
FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:"
|
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"
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue