From a9c8982a1225ec9d3f4f583783c71dbc5b19b044 Mon Sep 17 00:00:00 2001 From: Pau Espin Pedrol Date: Wed, 6 Sep 2017 12:20:45 +0200 Subject: [PATCH] osmo-pcu: Fix QA issue: --enable-sysmocom-bts doesn't exist WARNING: osmo-pcu-0.4+gitAUTOINC+0cd8e4eade-r5.18 do_configure: QA Issue: osmo-pcu: configure was passed unrecognised options: --enable-sysmocom-bts [unknown-configure-option] Looking at ./configure --help in osmo-pcu, that option doesn't seem to be available. The recipe is already using --enable-sysmocom-dsp too, which is correct. Commit d32cbbb13087eae2617920d4ea980f0e8869a89e changed --enable-sysmocom-bts to --enable-osmo-bts. Later on, commit 08e5d604d3fce75b955549244b36fde62f20894b removed --enable-osmo-bts option. --- recipes-sysmobts/osmo-pcu/osmo-pcu_git.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes-sysmobts/osmo-pcu/osmo-pcu_git.bb b/recipes-sysmobts/osmo-pcu/osmo-pcu_git.bb index 53c851f..2829c2c 100644 --- a/recipes-sysmobts/osmo-pcu/osmo-pcu_git.bb +++ b/recipes-sysmobts/osmo-pcu/osmo-pcu_git.bb @@ -16,7 +16,7 @@ DEPENDS_append_sysmobts2100 = " lc15-firmware" # This implements PCU Interface v5 (GPRS RSSI) RDEPENDS_${PN} = "osmo-bts (>= 0.4.0)" -EXTRA_OECONF_sysmobts-v2 += "--enable-sysmocom-bts --enable-sysmocom-dsp" +EXTRA_OECONF_sysmobts-v2 += "--enable-sysmocom-dsp" EXTRA_OECONF_litecell15 += "--enable-lc15bts-phy" EXTRA_OECONF_sysmobts2100 += "--enable-lc15bts-phy"