]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core.git/commit
recipetool: Fix inherit in created -native* recipes
authorYoann Congal <yoann.congal@smile.fr>
Wed, 28 Jun 2023 07:10:37 +0000 (09:10 +0200)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Wed, 28 Jun 2023 22:00:38 +0000 (23:00 +0100)
commita6614fd800cbe791264aeb102d379ba79bd145c2
treeef6c35a97e520c6e7d2256e1548ec644ed2a0a65
parent277bc7ab1fedd81f4df578e544ec381c819a10f9
recipetool: Fix inherit in created -native* recipes

native and nativesdk classes are special and must be inherited last :
put them at the end of the gathered classes to inherit.

Signed-off-by: Yoann Congal <yoann.congal@smile.fr>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
scripts/lib/recipetool/create.py