]> code.ossystems Code Review - openembedded-core.git/commit
populate_sdk_base: handle empty SDK_PACKAGING_FUNC
authorChristopher Larson <chris_larson@mentor.com>
Mon, 29 Feb 2016 20:47:46 +0000 (13:47 -0700)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Wed, 2 Mar 2016 22:39:07 +0000 (22:39 +0000)
commitf836f4bfd83862a1a0da7d4cc20ae9eaf62118da
tree862a93f42cfc13d051981a98b84fd6c4cf20d0fe
parent61fb6887a45a94286c873a61cd2e18fa3f8a6ea5
populate_sdk_base: handle empty SDK_PACKAGING_FUNC

Currently, the pre/post process command variables are parsed as shell, even
though they're not shell anymore. As a result, an empty SDK_PACKAGING_FUNC
results in a parsing error. Rather than manually adding their vardeps, only
append its ; when the var is set.

Signed-off-by: Christopher Larson <chris_larson@mentor.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/classes/populate_sdk_base.bbclass