[OE-core] [mesa][PATCH v2 0/1] Fix mesa_populate_packages() when dri is disabled

Herve Jourdain herve.jourdain at neuf.fr
Wed May 18 12:33:36 UTC 2016


When compiling mesa, if dri is disabled in PACKAGECONFIG, or if the list of DRI drivers is empty, it will cause populate_package to fail, because it can't find - rightfully - the directory for the DRI drivers.
This patch checks that the directory indeed exists before trying to get a list of the files in it

Herve Jourdain (1):
  Fix mesa_populate_packages() when dri is disabled

 meta/recipes-graphics/mesa/mesa.inc | 19 ++++++++++---------
 1 file changed, 10 insertions(+), 9 deletions(-)

-- 
2.7.4




More information about the Openembedded-core mailing list