osmith has uploaded this change for review. ( https://gerrit.osmocom.org/c/meta-telephony/+/34206 )
Change subject: libosmocore: use --disable-uring ......................................................................
libosmocore: use --disable-uring
Disable it as the library is not available in OE packaging, and kernels are probably too old to make use of this feature.
Related: OS#5751 Change-Id: I92335090e49de82384ac3ff837cbad48fcc5c3f5 --- M recipes-osmocom/libosmocore/libosmocore_git.bb 1 file changed, 14 insertions(+), 1 deletion(-)
git pull ssh://gerrit.osmocom.org:29418/meta-telephony refs/changes/06/34206/1
diff --git a/recipes-osmocom/libosmocore/libosmocore_git.bb b/recipes-osmocom/libosmocore/libosmocore_git.bb index 292596f..8bd37de 100644 --- a/recipes-osmocom/libosmocore/libosmocore_git.bb +++ b/recipes-osmocom/libosmocore/libosmocore_git.bb @@ -24,7 +24,7 @@ RREPLACES_libosmogsm = "DONOTREPLACElibosmocore" RREPLACES_libosmovty = "DONOTREPLACElibosmocore"
-EXTRA_OECONF += "--disable-pcsc" +EXTRA_OECONF += "--disable-pcsc --disable-uring"
# OS#4062: Some gcc version (< 7.3.0) on ARM generate wrong code for __thread # variables that crash at runtime. It seems, due to some unknown reason, that we