summaryrefslogtreecommitdiff
path: root/meta/classes/pythonnative.bbclass
diff options
context:
space:
mode:
authorHongxu Jia <hongxu.jia@windriver.com>2013-11-20 18:35:39 +0800
committerRobert Yang <liezhi.yang@windriver.com>2014-01-26 14:08:15 +0800
commit49a8573e8645830c7fce5fba9dd0b1c97b09e181 (patch)
tree397b62b4925a0ef5ee2c4033bf3dd4a3b46d5bea /meta/classes/pythonnative.bbclass
parent95e983f84add8a618258c73844e360631d0511a2 (diff)
downloadopenembedded-core-49a8573e8645830c7fce5fba9dd0b1c97b09e181.tar.gz
openembedded-core-49a8573e8645830c7fce5fba9dd0b1c97b09e181.tar.bz2
openembedded-core-49a8573e8645830c7fce5fba9dd0b1c97b09e181.zip
license.bbclass: fix copying license directories failed
For each recipe, it populated license files to ${LICENSE_DIRECTORY}/${PN}, such as kernel's license dir was ${LICENSE_DIRECTORY}/kernel-3.10.17-yocto-standard; In do_rootfs task, it copied license directories from ${LICENSE_DIRECTORY}/ ${pkg}, and ${pkg} was listed in ${INSTALLED_PKGS}; We got ${INSTALLED_PKGS} by rpm query, such as the kernel were 'kernel-*', but the kernel's PN was linux-yocto, so searching ${LICENSE_DIRECTORY}/ kernel-* failed. Copied license directories from ${LICENSE_DIRECTORY}/${PN} fixed this issue. [YOCTO #5572] (From OE-Core master rev: 8968f9a3461912c8de217135f3691c86e2a58e86) Signed-off-by: Hongxu Jia <hongxu.jia@windriver.com> Signed-off-by: Saul Wold <sgw@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org> Signed-off-by: Robert Yang <liezhi.yang@windriver.com>
Diffstat (limited to 'meta/classes/pythonnative.bbclass')
0 files changed, 0 insertions, 0 deletions