]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core-contrib.git/commit
populate_sdk_base: avoid executing empty function ChenQi/uninative-tarball-fixes
authorChen Qi <Qi.Chen@windriver.com>
Fri, 24 Apr 2015 06:26:54 +0000 (14:26 +0800)
committerChen Qi <Qi.Chen@windriver.com>
Fri, 24 Apr 2015 09:07:45 +0000 (17:07 +0800)
commit9b6b3e5914719a413c54490623c3760a8dacc737
tree98c63ae7db92423a7aae88bad1b2054e3605458a
parentdb6c1f96c80a967b314cd1d1a671044c249e7777
populate_sdk_base: avoid executing empty function

`bitbake uninative-tarball' raises the following warning.

    WARNING: Function  doesn't exist

This is because SDK_PACKAGING_FUNC is set to "" in its recipe.
Anyway, we need to check this variable to avoid executing empty function.

[YOCTO #7598]

Signed-off-by: Chen Qi <Qi.Chen@windriver.com>
meta/classes/populate_sdk_base.bbclass