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.
This commit is contained in:
Holger Hans Peter Freyther 2014-09-26 11:24:49 +02:00
parent 40c70870b7
commit c44d0265ee
2 changed files with 3 additions and 2 deletions

View File

@ -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

View File

@ -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