aboutsummaryrefslogtreecommitdiffstats
path: root/meta-gnome
diff options
context:
space:
mode:
authorRichard Weinberger <richard@nod.at>2019-01-10 10:42:08 +0100
committerKhem Raj <raj.khem@gmail.com>2019-01-10 09:06:05 -0800
commit43e63981a1d5b5d546da32f298ac7eae69dd71c8 (patch)
treeceff140d32ac849d27f450ac8c36f42083b68a5f /meta-gnome
parent4abca3de5d608182445f62c7af8fbc7c10cacc70 (diff)
downloadmeta-openembedded-contrib-43e63981a1d5b5d546da32f298ac7eae69dd71c8.tar.gz
wv: Don't use ${PN}
Don't use ${PN} for the source dir, it will break multilib builds. The correct variable is ${BPN}. The bitbake defaults are: BP = "${BPN}-${PV}" S = "${WORKDIR}/${BP}" Therefore we can remove this line. Cc: Andreas Müller <schnitzeltony@googlemail.com> Signed-off-by: Richard Weinberger <richard@nod.at> Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-gnome')
-rw-r--r--meta-gnome/recipes-gnome/wv/wv_1.2.4.bb2
1 files changed, 0 insertions, 2 deletions
diff --git a/meta-gnome/recipes-gnome/wv/wv_1.2.4.bb b/meta-gnome/recipes-gnome/wv/wv_1.2.4.bb
index 8ed1fcd15c..03ee5b4ac4 100644
--- a/meta-gnome/recipes-gnome/wv/wv_1.2.4.bb
+++ b/meta-gnome/recipes-gnome/wv/wv_1.2.4.bb
@@ -16,6 +16,4 @@ SRC_URI[sha256sum] = "673109910e22d4cf94cc8be4dcb9a0c41b5fbdb1736d4b7bdc7778894d
inherit autotools pkgconfig
-S = "${WORKDIR}/${PN}-${PV}"
-
EXTRA_OECONF = ""