]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core.git/commit
oe-setup-build: TEMPLATECONF were not applied correctly
authorLogan Gallois <logan.gallois@gmail.com>
Tue, 10 Feb 2026 17:39:49 +0000 (18:39 +0100)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Mon, 16 Feb 2026 17:27:28 +0000 (17:27 +0000)
commitb0bec96403f94312a4ab87d4d489132f2eb853ea
treeefd065d4d581e2a90c0409fc9eba2a1fa6c41447
parent68d2d38483efada7bc2409e10508b03a7431caff
oe-setup-build: TEMPLATECONF were not applied correctly

Since a recent change to support dash, cmd_base is a set of several
commands, separated by newlines.
TEMPLATECONF was only effective for the first command in that set,
which is not where it's needed.
Putting it on its own line will ensure that it's present for
everything in cmd_base.

Signed-off-by: Logan Gallois <logan.gallois@hexagon.com>
Signed-off-by: Mathieu Dubois-Briand <mathieu.dubois-briand@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
scripts/oe-setup-build