From c44d0265eeedef5489c78e04d6613e327c7bbae1 Mon Sep 17 00:00:00 2001 From: Holger Hans Peter Freyther Date: Fri, 26 Sep 2014 11:24:49 +0200 Subject: [PATCH] osmo-bts/osmo-pcu: Use autotools and pkgconfig to fix the build Without inheriting pkgconfig the PKG_CHECK_MODULES macro can not be expanded in dizzy. Fix it. While being there use "autotools" for the pcu and not autotools_stage. --- recipes-sysmobts/osmo-bts/osmo-bts_git.bb | 3 ++- recipes-sysmobts/osmo-pcu/osmo-pcu_git.bb | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/recipes-sysmobts/osmo-bts/osmo-bts_git.bb b/recipes-sysmobts/osmo-bts/osmo-bts_git.bb index a6a8d95..94c2d3c 100644 --- a/recipes-sysmobts/osmo-bts/osmo-bts_git.bb +++ b/recipes-sysmobts/osmo-bts/osmo-bts_git.bb @@ -17,7 +17,8 @@ RCONFLICTS_${PN} = "sysmobts-firmware (< 3.11)" EXTRA_OECONF += "--enable-sysmocom-bts" -inherit autotools update-rc.d +inherit autotools update-rc.d pkgconfig + # Select the API version inherit femtobts_api diff --git a/recipes-sysmobts/osmo-pcu/osmo-pcu_git.bb b/recipes-sysmobts/osmo-pcu/osmo-pcu_git.bb index be0130c..f3ba797 100644 --- a/recipes-sysmobts/osmo-pcu/osmo-pcu_git.bb +++ b/recipes-sysmobts/osmo-pcu/osmo-pcu_git.bb @@ -15,7 +15,7 @@ RDEPENDS_${PN} = "osmo-bts (>= 0.4.0)" EXTRA_OECONF_sysmobts-v2 += "--enable-sysmocom-bts --enable-sysmocom-dsp" -inherit autotools_stage +inherit autotools pkgconfig # Select the API version inherit femtobts_api