osmith submitted this change.

View Change

Approvals: Jenkins Builder: Verified laforge: Looks good to me, but someone else must approve fixeria: Looks good to me, approved
coverity: osmo-remsim: fix install errors

Set usbdropdir and serialconfdir to fix:
/usr/bin/mkdir -p '/usr/lib/pcsc/drivers/libifd-osmo-remsim-client.bundle/Contents'
/usr/bin/mkdir: cannot create directory ‘/usr/lib/pcsc’: Permission denied

Change-Id: I08e72bb06a823752154fe3e2011a42c144c657c4
---
M coverity/build_Osmocom.sh
1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/coverity/build_Osmocom.sh b/coverity/build_Osmocom.sh
index 6a411d8..fe22351 100755
--- a/coverity/build_Osmocom.sh
+++ b/coverity/build_Osmocom.sh
@@ -130,4 +130,6 @@
build_default osmo-upf
build_default osmo-isdntap
build_default osmo-uecups
-build_default osmo-remsim
+build_default osmo-remsim \
+ --with-usbdropdir=$prefix/usr/lib/pcsc/drivers \
+ --with-serialconfdir=$prefix/etc/reader.conf.d

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

Gerrit-Project: osmo-ci
Gerrit-Branch: master
Gerrit-Change-Id: I08e72bb06a823752154fe3e2011a42c144c657c4
Gerrit-Change-Number: 31134
Gerrit-PatchSet: 1
Gerrit-Owner: osmith <osmith@sysmocom.de>
Gerrit-Reviewer: Jenkins Builder
Gerrit-Reviewer: fixeria <vyanitskiy@sysmocom.de>
Gerrit-Reviewer: laforge <laforge@osmocom.org>
Gerrit-Reviewer: osmith <osmith@sysmocom.de>
Gerrit-MessageType: merged