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>
This commit is contained in:
Richard Weinberger 2019-01-10 10:42:08 +01:00 committed by Khem Raj
parent 4abca3de5d
commit 43e63981a1

View File

@ -16,6 +16,4 @@ SRC_URI[sha256sum] = "673109910e22d4cf94cc8be4dcb9a0c41b5fbdb1736d4b7bdc7778894d
inherit autotools pkgconfig
S = "${WORKDIR}/${PN}-${PV}"
EXTRA_OECONF = ""