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
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