]> 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)
committerSteve Sakoman <steve@sakoman.com>
Sun, 27 Aug 2023 16:30:22 +0000 (06:30 -1000)
commitcdc671271327ca61e5321b8890921d08ecd8799d
tree1f3d3a09381f93b82f3a47a806a8631c8d934dce
parent35baf2ceb02ca14520a18a1dcd5014c5f7937e30
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>
(cherry picked from commit a6614fd800cbe791264aeb102d379ba79bd145c2)
Signed-off-by: Steve Sakoman <steve@sakoman.com>
scripts/lib/recipetool/create.py