libqofono: Use BPN instead of PN in SRC_URI

Makes multilib builds happy as a rule of thumb
never let PN be in SRC_URI

Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
This commit is contained in:
Khem Raj 2013-10-15 22:43:24 +00:00 committed by Martin Jansa
parent 1876ebee1b
commit 7574de7b37

View File

@ -18,7 +18,7 @@ PACKAGES =+ "${PN}-plugin ${PN}-plugin-dbg ${PN}-test"
RRECOMMENDS_${PN} = "${PN}-plugin"
SRC_URI = " \
git://github.com/nemomobile/${PN}.git;branch=${BRANCH} \
git://github.com/nemomobile/${BPN}.git;branch=${BRANCH} \
"
S = "${WORKDIR}/git"