aboutsummaryrefslogtreecommitdiffstats
path: root/recipes-osmocom/openbsc/openbsc.inc
diff options
context:
space:
mode:
authorHolger Hans Peter Freyther <holger@moiji-mobile.com>2014-09-25 20:16:28 +0200
committerHolger Hans Peter Freyther <holger@moiji-mobile.com>2014-09-25 20:31:44 +0200
commit3884c62b79127b1d439c9cc8696ab82f90f32c64 (patch)
treec3c3dcd53d9209959a836575f85fc17fada85f76 /recipes-osmocom/openbsc/openbsc.inc
parent592c8ab37410727460313631074dbabb3831e63d (diff)
openbsc: We are using pkg-config and need to inherit the bbclass
Without this the configure step will fail on dizzy.
Diffstat (limited to 'recipes-osmocom/openbsc/openbsc.inc')
-rw-r--r--recipes-osmocom/openbsc/openbsc.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-osmocom/openbsc/openbsc.inc b/recipes-osmocom/openbsc/openbsc.inc
index 830429c..df597ec 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() {