]> code.ossystems Code Review - openembedded-core.git/commit
lib/oe/recipeutils.py: add AUTHOR; BBCLASSEXTEND
authorTim Orling <timothy.t.orling@linux.intel.com>
Sat, 11 Jul 2020 03:48:07 +0000 (20:48 -0700)
committerSteve Sakoman <steve@sakoman.com>
Tue, 14 Jul 2020 03:16:12 +0000 (17:16 -1000)
commit2a1ae8c12cb0d6fd9d57c98caa97a10f3b6d3388
treef97763c005ab3d3ecf84b117dc9d5858842abac6
parent260a348bab64b7da33e2ade77593059287a4e308
lib/oe/recipeutils.py: add AUTHOR; BBCLASSEXTEND

If you try to create a plugin for recipetool that
adds the AUTHOR field, it is impossible to put it
in the recommended position [1] without adding to the
recipe_progression variable.

While we are at it, also add BBCLASSEXTEND at the
end, as also recommended by [1].

[1] http://www.openembedded.org/wiki/Styleguide

Signed-off-by: Tim Orling <timothy.t.orling@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
(cherry picked from commit d687c5b7b10b3decdd80d5c2fd61072a87f061f2)
Signed-off-by: Steve Sakoman <steve@sakoman.com>
meta/lib/oe/recipeutils.py