From 85485c3db4a88dd06051ed43758e2afa12952c07 Mon Sep 17 00:00:00 2001 From: Vadim Yanitskiy Date: Sun, 30 Sep 2018 18:44:24 +0700 Subject: [PATCH] contrib/jenkins_*.sh: drop rudimentary '--with-osmo-pcu' The '--with-osmo-pcu' flag dates back to a time where the 'pcu_interface' header was not copied in both repositories and you had to point one to the other. Change-Id: I79e494484cb099cc9ca8c27c38b785c5ea8c3bc6 Closes OS#3514 --- contrib/jenkins_bts_trx.sh | 1 - contrib/jenkins_oct_and_bts_trx.sh | 1 - 2 files changed, 2 deletions(-) diff --git a/contrib/jenkins_bts_trx.sh b/contrib/jenkins_bts_trx.sh index 1b723e67c..54efa56fb 100755 --- a/contrib/jenkins_bts_trx.sh +++ b/contrib/jenkins_bts_trx.sh @@ -16,7 +16,6 @@ cd "$deps" configure_flags="\ --enable-sanitize \ --enable-werror \ - --with-osmo-pcu=$deps/osmo-pcu/include \ --enable-trx \ " diff --git a/contrib/jenkins_oct_and_bts_trx.sh b/contrib/jenkins_oct_and_bts_trx.sh index 049f5f793..67f67aa46 100755 --- a/contrib/jenkins_oct_and_bts_trx.sh +++ b/contrib/jenkins_oct_and_bts_trx.sh @@ -17,7 +17,6 @@ osmo-layer1-headers.sh oct "$FIRMWARE_VERSION" configure_flags="\ --enable-werror \ - --with-osmo-pcu=$deps/osmo-pcu/include \ --with-octsdr-2g=$deps/layer1-headers/ \ --enable-octphy \ --enable-trx \