osmith submitted this change.

View Change


Approvals: daniel: Looks good to me, but someone else must approve laforge: Looks good to me, approved osmith: Verified
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(-)

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

To view, visit change 34206. To unsubscribe, or for help writing mail filters, visit settings.

Gerrit-Project: meta-telephony
Gerrit-Branch: 201705
Gerrit-Change-Id: I92335090e49de82384ac3ff837cbad48fcc5c3f5
Gerrit-Change-Number: 34206
Gerrit-PatchSet: 1
Gerrit-Owner: osmith <osmith@sysmocom.de>
Gerrit-Reviewer: daniel <dwillmann@sysmocom.de>
Gerrit-Reviewer: laforge <laforge@osmocom.org>
Gerrit-Reviewer: osmith <osmith@sysmocom.de>
Gerrit-MessageType: merged