diff options
author | Richard Tollerton <rich.tollerton@ni.com> | 2014-12-12 13:34:00 -0600 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2014-12-19 17:54:13 +0000 |
commit | 89a29a3ad0742cd713e739d3d460be7711966679 (patch) | |
tree | 02711ac874f8c12faad96e9ca03e6ab53c83e5c2 /meta/classes | |
parent | 7e59b0c7e03fc08a6eaf9c8ccb6bfa72b4604cc5 (diff) | |
download | openembedded-core-89a29a3ad0742cd713e739d3d460be7711966679.tar.gz openembedded-core-89a29a3ad0742cd713e739d3d460be7711966679.tar.bz2 openembedded-core-89a29a3ad0742cd713e739d3d460be7711966679.zip |
font-util: Fix incorrect PKG_CONFIG_PATH
PKG_CONFIG_PATH always defaults to /usr/lib/pkgconfig, and the host
/usr/lib/pkgconfig is always checked as a fallback; however,
PKG_CONFIG_PATH is currently (incorrectly) set to /usr/lib/pkg-config in
the sysroot, which doesn't exist. On host distros where the font
encoding maps are stored under a different path than OE, this will break
font builds, because ucs2any will attempt to read the sysroot's encoding
maps with the host paths.
Signed-off-by: Richard Tollerton <rich.tollerton@ni.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
Diffstat (limited to 'meta/classes')
0 files changed, 0 insertions, 0 deletions