mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-05-30 13:00:02 +00:00
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:
@@ -18,7 +18,7 @@ PACKAGES =+ "${PN}-plugin ${PN}-plugin-dbg ${PN}-test"
|
|||||||
RRECOMMENDS_${PN} = "${PN}-plugin"
|
RRECOMMENDS_${PN} = "${PN}-plugin"
|
||||||
|
|
||||||
SRC_URI = " \
|
SRC_URI = " \
|
||||||
git://github.com/nemomobile/${PN}.git;branch=${BRANCH} \
|
git://github.com/nemomobile/${BPN}.git;branch=${BRANCH} \
|
||||||
"
|
"
|
||||||
S = "${WORKDIR}/git"
|
S = "${WORKDIR}/git"
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user