openbsc: We are using pkg-config and need to inherit the bbclass

Without this the configure step will fail on dizzy.
This commit is contained in:
Holger Hans Peter Freyther 2014-09-25 20:16:28 +02:00
parent 592c8ab374
commit 3884c62b79
1 changed files with 1 additions and 1 deletions

View File

@ -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() {