]> code.ossystems Code Review - openembedded-core.git/commit
font-util: Fix incorrect PKG_CONFIG_PATH
authorRichard Tollerton <rich.tollerton@ni.com>
Fri, 12 Dec 2014 19:34:00 +0000 (13:34 -0600)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Wed, 31 Dec 2014 10:17:50 +0000 (10:17 +0000)
commitf80a57a6c2a101ba4832899d88171fdb23977af2
treedd1f410fa70c888e460d88b2d25c89f47180aa43
parent860e91dd7cfca6afd08d7c3c62e4653fca2b790c
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.

(From OE-Core rev: 89a29a3ad0742cd713e739d3d460be7711966679)

Signed-off-by: Richard Tollerton <rich.tollerton@ni.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Signed-off-by: Armin Kuster <akuster808@gmail.com>
meta/recipes-graphics/xorg-font/font-util_1.3.0.bb