]> 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)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Sun, 12 Jul 2020 21:39:38 +0000 (22:39 +0100)
commitd687c5b7b10b3decdd80d5c2fd61072a87f061f2
tree6a1e38a25d1e5e260933150a2b75d7cbf3cf95c8
parent2e0b4c99f5d49c84a3a2992fb686d27693f3d8c6
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>
meta/lib/oe/recipeutils.py