]> code.ossystems Code Review - openembedded-core.git/commit
license.bbclass: Add COMMON_LICENSE_DIR and LICENSE_PATH dirs to PSEUDO_IGNORE_PATHS
authorMartin Jansa <martin.jansa@gmail.com>
Wed, 13 Jan 2021 12:07:28 +0000 (13:07 +0100)
committerAnuj Mittal <anuj.mittal@intel.com>
Thu, 14 Jan 2021 02:45:14 +0000 (10:45 +0800)
commitd850874e865f2cb2417d520820c3c5288cae38c5
treed550a37931d591d8f2408528dc17a15832c9148a
parent7aa1ae139b9131faff04c0ed156fd8efcde114f6
license.bbclass: Add COMMON_LICENSE_DIR and LICENSE_PATH dirs to PSEUDO_IGNORE_PATHS

* now without ${COREBASE}/meta in PSEUDO_IGNORE_PATHS after:
  73d538f207 bitbake.conf: Prevent pyc file generation in pseudo context
  the do_package tasks are failing when LICENSE_CREATE_PACKAGE is enabled
  pseudo.log shows that it's because of license texts copied from
  ${COREBASE}/meta:
  path mismatch [46 links]: ino 96733640 db '/OE/build/tmp-glibc/work/all-oe-linux/foo/1.0/image/usr/share/licenses/foo/generic_Apache-2.0' req '/OE/build/openembedded-core/meta/files/common-licenses/Apache-2.0'.

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
meta/classes/license.bbclass