]> code.ossystems Code Review - openembedded-core.git/commit
font-util: remove MAPFILES_PATH override
authorRichard Tollerton <rich.tollerton@ni.com>
Fri, 20 Feb 2015 19:02:34 +0000 (13:02 -0600)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Sat, 21 Feb 2015 22:04:25 +0000 (22:04 +0000)
commit4199703db82d79408e0575e1332ad79375e14c39
treefd8b411efa8c9ffaff9592579a346735047d9e98
parenta1598266c828ad0b73df971b22d6a2e3e1dd5cab
font-util: remove MAPFILES_PATH override

MAPFILES_PATH is a configuration variable that is used by packages using
font-util, which tells those packages how to compute it in fontutil.m4.
Presently, we're manually twiddling things so that MAPFILES_PATH will
consult the native sysroot, when building under *any* architecture.
This complicates building other packages immensely, and also generates
broken on-target packages, because the contents of font-util-dev will
reference the native sysroot on the build machine (!).

We don't even need to twiddle MAPFILES_PATH anymore so just delete it.

This code also had a path bug (referencing /usr/lib/pkg-config instead
of /usr/lib/pkgconfig) which is also fixed by deletion.

Signed-off-by: Richard Tollerton <rich.tollerton@ni.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
meta/recipes-graphics/xorg-font/font-util_1.3.0.bb