]> code.ossystems Code Review - openembedded-core.git/commit
util-linux.inc: Do not modify BPN
authorPeter Kjellerstedt <peter.kjellerstedt@axis.com>
Mon, 31 May 2021 20:34:03 +0000 (22:34 +0200)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Tue, 1 Jun 2021 13:03:27 +0000 (14:03 +0100)
commit701ef7ff0e1b17150424a64acfafbb83f518f9c9
treeefda710f1ec2541f1674420057160032899e0252
parent9d33a3ad68aeadd359e978b35097ece507a92b14
util-linux.inc: Do not modify BPN

Changing BPN to be "util-linux" regardless if it is the util-linux
recipe or the util-linux-libuuid recipe that is being built was an
easy way to allow ${BPN} and ${BP} to be used in the SRC_URI for both
recipes. However, it causes problems for native.bbclass where there
are expectations that ${BPN} and ${PN} match each other.

Use "util-linux" directly in the SRC_URI instead to avoid the problem.

Signed-off-by: Peter Kjellerstedt <peter.kjellerstedt@axis.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-core/util-linux/util-linux.inc