This is merely a historical archive of years 2008-2021, before the migration to mailman3.
A maintained and still updated list archive can be found at https://lists.osmocom.org/hyperkitty/list/gerrit-log@lists.osmocom.org/.
Harald Welte gerrit-no-reply at lists.osmocom.orgHarald Welte has submitted this change and it was merged.
Change subject: Coverity: specify sysmoBTS L1 headers explicitly
......................................................................
Coverity: specify sysmoBTS L1 headers explicitly
Fix upload by specifying L1 headers location properly.
Fixes: OS#2845
Change-Id: Iba55922295cb2a258f90c5345f592d7d5f34ac51
---
M coverity/build_Osmocom.sh
1 file changed, 1 insertion(+), 1 deletion(-)
Approvals:
Pau Espin Pedrol: Looks good to me, but someone else must approve
Harald Welte: Looks good to me, approved; Verified
diff --git a/coverity/build_Osmocom.sh b/coverity/build_Osmocom.sh
index bd30fd7..4da9ec6 100755
--- a/coverity/build_Osmocom.sh
+++ b/coverity/build_Osmocom.sh
@@ -45,7 +45,7 @@
build_osmobts() {
pushd osmo-bts
- do_build --enable-sysmocom-bts --enable-trx
+ do_build --enable-sysmocom-bts --with-sysmobts="$prefix/include/" --enable-trx
popd
}
--
To view, visit https://gerrit.osmocom.org/5975
To unsubscribe, visit https://gerrit.osmocom.org/settings
Gerrit-MessageType: merged
Gerrit-Change-Id: Iba55922295cb2a258f90c5345f592d7d5f34ac51
Gerrit-PatchSet: 1
Gerrit-Project: osmo-ci
Gerrit-Branch: master
Gerrit-Owner: Max <msuraev at sysmocom.de>
Gerrit-Reviewer: Harald Welte <laforge at gnumonks.org>
Gerrit-Reviewer: Pau Espin Pedrol <pespin at sysmocom.de>
Gerrit-Reviewer: lynxis lazus <lynxis at fe80.eu>