aboutsummaryrefslogtreecommitdiffstats
path: root/meta-oe
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2013-10-15 22:43:24 +0000
committerMartin Jansa <Martin.Jansa@gmail.com>2013-10-17 21:36:59 +0200
commit92d80bf52eb4e15353c23503852cbc6256d3401a (patch)
treeda235d9ce98f5a695e13cf4b3a68b5ba7cc8a867 /meta-oe
parent0e10363db773d3ff0e329a12c42a5db7182633ad (diff)
downloadmeta-openembedded-contrib-92d80bf52eb4e15353c23503852cbc6256d3401a.tar.gz
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>
Diffstat (limited to 'meta-oe')
-rw-r--r--meta-oe/recipes-qt/libqofono/libqofono_0.4.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-oe/recipes-qt/libqofono/libqofono_0.4.bb b/meta-oe/recipes-qt/libqofono/libqofono_0.4.bb
index 826f64623a..6af8e5eca6 100644
--- a/meta-oe/recipes-qt/libqofono/libqofono_0.4.bb
+++ b/meta-oe/recipes-qt/libqofono/libqofono_0.4.bb
@@ -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"