[oe-commits] [meta-openembedded] 05/12: wv: Don't use ${PN}

git at git.openembedded.org git at git.openembedded.org
Fri Jan 11 07:28:06 UTC 2019


This is an automated email from the git hooks/post-receive script.

khem pushed a commit to branch master-next
in repository meta-openembedded.

commit 43e63981a1d5b5d546da32f298ac7eae69dd71c8
Author: Richard Weinberger <richard at nod.at>
AuthorDate: Thu Jan 10 10:42:08 2019 +0100

    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 at googlemail.com>
    Signed-off-by: Richard Weinberger <richard at nod.at>
    Signed-off-by: Khem Raj <raj.khem at gmail.com>
---
 meta-gnome/recipes-gnome/wv/wv_1.2.4.bb | 2 --
 1 file changed, 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 8ed1fcd..03ee5b4 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 = ""

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Openembedded-commits mailing list