]> 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)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Wed, 26 Aug 2020 20:56:37 +0000 (21:56 +0100)
commitf87452942f6391a239b50e3f3f9fa100e74a78fa
tree686a0a912c6d6e1f91fdf7c050c56c60f938cf3e
parent2ee1db250dd4a8e5e816dcfe8edcea5b2f98c104
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>
meta/classes/nopackages.bbclass
meta/classes/package_tar.bbclass