From 3884c62b79127b1d439c9cc8696ab82f90f32c64 Mon Sep 17 00:00:00 2001 From: Holger Hans Peter Freyther Date: Thu, 25 Sep 2014 20:16:28 +0200 Subject: [PATCH] openbsc: We are using pkg-config and need to inherit the bbclass Without this the configure step will fail on dizzy. --- recipes-osmocom/openbsc/openbsc.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes-osmocom/openbsc/openbsc.inc b/recipes-osmocom/openbsc/openbsc.inc index 830429cae2..df597ec5d6 100644 --- a/recipes-osmocom/openbsc/openbsc.inc +++ b/recipes-osmocom/openbsc/openbsc.inc @@ -16,7 +16,7 @@ INC_PR = "r20.${META_TELEPHONY_OSMO_INC}" EXTRA_OECONF += " --enable-nat --enable-osmo-bsc --enable-smpp --enable-mgcp-transcoding --with-g729" -inherit autotools update-rc.d +inherit autotools update-rc.d pkgconfig # because "${WORKDIR}/git" is not a git repo, it can't figure out the version do_configure_prepend() {