]> code.ossystems Code Review - openembedded-core.git/commit
package.bbclass: Add data expansion to do_split_packages()
authorRichard Purdie <richard.purdie@linuxfoundation.org>
Tue, 2 Feb 2016 13:52:38 +0000 (13:52 +0000)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Thu, 4 Feb 2016 23:33:12 +0000 (23:33 +0000)
commitc92ac7996b1b65a9171ea00e7156c87cccc07cec
tree8103703d321b44d0d0b6da343ef17ccf23630b24
parent6d1142b56948c048111c4f78d9909c1846ab225b
package.bbclass: Add data expansion to do_split_packages()

do_split_packages is often called with parameters which need expansion.
This happens to work at the moment since python functions are expanded
before execution but likely will not happen in future and isn't good
code practise.

Expand the common parameters do_split_packages() to avoid regressions.

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/classes/package.bbclass