[meta-freescale] [PATCH 0/1] fix do_configure task hash issues with mesa

Matt Madison matt at madison.systems
Tue May 16 08:15:09 PDT 2017


In updating my distro to pyro, mesa is getting needlessly rebuilt
for my i.mx6 targets because EXTRA_OECONF is getting expanded as
part of the configuration replacement, causing build paths to be
included in the value of that variable.

This could be happening with earlier versions, too, but is more
noticeable now with recipe-specific sysroots.

Fixed this by doing the string replacement just on the relevant
PACKAGECONFIG flag, and by not expanding the value in d.getVar().

Matt Madison (1):
  mesa: fix configuration rewrite

 recipes-graphics/mesa/mesa_%.bbappend | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

-- 
2.7.4



More information about the meta-freescale mailing list