From 43e63981a1d5b5d546da32f298ac7eae69dd71c8 Mon Sep 17 00:00:00 2001 From: Richard Weinberger Date: Thu, 10 Jan 2019 10:42:08 +0100 Subject: wv: Don't use ${PN} MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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 Signed-off-by: Richard Weinberger Signed-off-by: Khem Raj --- meta-gnome/recipes-gnome/wv/wv_1.2.4.bb | 2 -- 1 file changed, 2 deletions(-) (limited to 'meta-gnome') 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 = "" -- cgit 1.2.3-korg