]> 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)
committerAnuj Mittal <anuj.mittal@intel.com>
Fri, 18 Jun 2021 05:25:27 +0000 (13:25 +0800)
commit28a0e2cd75619ecc76293da145a81ae44f3f496f
tree4a49222884249d2fb19ae9b64ce7859d57f6b614
parent097df6a4ebee4bb1b7c60b61baf5c0c1d8137b5d
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>
(cherry picked from commit 701ef7ff0e1b17150424a64acfafbb83f518f9c9)
Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
meta/recipes-core/util-linux/util-linux.inc