]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core.git/commit
recipeutils: bbappend_recipe: fix undefined variable
authorJulien Stephan <jstephan@baylibre.com>
Tue, 5 Dec 2023 14:56:28 +0000 (15:56 +0100)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Wed, 6 Dec 2023 22:55:46 +0000 (22:55 +0000)
commit234111fb67ffbcc5492cb0cd96db25ed8f5acea0
tree9f61fbe8cfa40ca749a41c5826185c1f0025d753
parent456c726e6b52f4dc57ff605e1cf1687097537002
recipeutils: bbappend_recipe: fix undefined variable

In the case get_bbappend_path returns None (could not find the layer
containing the recipe) the error message tries to print the recipefile,
but it is not defined. Fix it.

Signed-off-by: Julien Stephan <jstephan@baylibre.com>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/lib/oe/recipeutils.py