diff options
author | Chen Qi <Qi.Chen@windriver.com> | 2013-11-18 15:20:44 +0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2013-11-20 14:03:31 +0000 |
commit | 551fcea978a69b9e9202f56c5599fcd792c85ccd (patch) | |
tree | ae7f15ab7d1a162baf8b365bff759b186c0f0cfd /meta/recipes-multimedia | |
parent | 489b5d0f17f64c7bd047582cf240cf4354f3c968 (diff) | |
download | poky-551fcea978a69b9e9202f56c5599fcd792c85ccd.tar.gz |
license.bbclass: fix missing of license files on ubuntu build host
The license_create_manifest function contains bashism, this will lead
to unexpected results on ubuntu build host, as sh is linked to dash on
ubuntu. Even if COPY_LIC_MANIFEST and COPY_LIC_DIRS are enabled, the
license files will still be missing on target.
This patch fixes the above problem.
[YOCTO #5549]
(From OE-Core rev: 4df9daee5c732c0a20dabe8515577238a1508512)
Signed-off-by: Chen Qi <Qi.Chen@windriver.com>
Signed-off-by: Saul Wold <sgw@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-multimedia')
0 files changed, 0 insertions, 0 deletions