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 17:39:30 +0200 |
commit | 7574de7b375972589368f9299a6eb483bbbb3882 (patch) | |
tree | 8c83a150bcf2df5e8d3c7aa02b0c85efe81d2f69 /meta-oe | |
parent | 1876ebee1bd6daa1bc99551e82475dff66c89a72 (diff) | |
download | meta-openembedded-7574de7b375972589368f9299a6eb483bbbb3882.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.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 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" | |||
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 | ||