]> code.ossystems Code Review - openembedded-core.git/commit
package_manager: use normalized path when doing the filtered copy
authorMax Krummenacher <max.oss.09@gmail.com>
Sat, 15 Sep 2018 20:01:00 +0000 (22:01 +0200)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Fri, 21 Sep 2018 15:15:19 +0000 (08:15 -0700)
commite0ebfaa92bbfd3158b48e28dfb6435890c73bef3
treed06dc26a09a934d4cb0af36fcb6b7e7589709b7d
parenta585c51f8107e52cf7fa16b46b889b3f81eca600
package_manager: use normalized path when doing the filtered copy

The linking/copying of the package files failes if the deploy dir is set
in a non normalized way e.g. like this DEPLOY_DIR = "${TOPDIR}/../deploy"

Then the simple string replacement which is used to calculated the link
destination from the link source fails, as the link source is normalized
but the deploydir prefix is not.

Normalizing deploydir fixes this.

Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
meta/lib/oe/package_manager.py