]> code.ossystems Code Review - openembedded-core.git/commit
package_tar.bbclass: Sync to the other package_* classes
authorMark Hatle <mark.hatle@kernel.crashing.org>
Wed, 26 Aug 2020 11:27:28 +0000 (06:27 -0500)
committerSteve Sakoman <steve@sakoman.com>
Sat, 29 Aug 2020 17:18:47 +0000 (07:18 -1000)
commit2ac25329fd2efbfdcc2b97948cdcb3402ee497e0
tree68d4b8eca07bbb35cff352b05d2cad087be6f00c
parent2de541adc2dfc11be72446d3f80a9874f8be86c1
package_tar.bbclass: Sync to the other package_* classes

Sync up the anonymous python definition with the other package_*.bbclass
files.  This should make future maintenance easier, even though it has
no difference in behavior from what was there.

Additional, there was a missing deltask in the nopackages.bbclass related
to the package_tar which has been corrected.  This could cause problems on
native recipes when package_tar was enabled.

Signed-off-by: Mark Hatle <mark.hatle@kernel.crashing.org>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
(cherry picked from commit f87452942f6391a239b50e3f3f9fa100e74a78fa)
Signed-off-by: Steve Sakoman <steve@sakoman.com>
meta/classes/nopackages.bbclass
meta/classes/package_tar.bbclass