diff options
author | Khem Raj <raj.khem@gmail.com> | 2013-10-15 22:43:24 +0000 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2013-10-17 21:36:59 +0200 |
commit | 92d80bf52eb4e15353c23503852cbc6256d3401a (patch) | |
tree | da235d9ce98f5a695e13cf4b3a68b5ba7cc8a867 | |
parent | 0e10363db773d3ff0e329a12c42a5db7182633ad (diff) | |
download | meta-openembedded-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>
-rw-r--r-- | meta-oe/recipes-qt/libqofono/libqofono_0.4.bb | 2 |
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 826f64623..6af8e5eca 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" | |||
18 | RRECOMMENDS_${PN} = "${PN}-plugin" | 18 | RRECOMMENDS_${PN} = "${PN}-plugin" |
19 | 19 | ||
20 | SRC_URI = " \ | 20 | SRC_URI = " \ |
21 | git://github.com/nemomobile/${PN}.git;branch=${BRANCH} \ | 21 | git://github.com/nemomobile/${BPN}.git;branch=${BRANCH} \ |
22 | " | 22 | " |
23 | S = "${WORKDIR}/git" | 23 | S = "${WORKDIR}/git" |
24 | 24 | ||