All of lore.kernel.org
 help / color / mirror / Atom feed
* [mesa][PATCH v2 0/1] Fix mesa_populate_packages() when dri is disabled
@ 2016-05-18 12:33 Herve Jourdain
  2016-05-18 12:33 ` [mesa][PATCH v2 1/1] " Herve Jourdain
  0 siblings, 1 reply; 9+ messages in thread
From: Herve Jourdain @ 2016-05-18 12:33 UTC (permalink / raw)
  To: openembedded-core

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



^ permalink raw reply	[flat|nested] 9+ messages in thread

end of thread, other threads:[~2016-05-18 19:52 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-05-18 12:33 [mesa][PATCH v2 0/1] Fix mesa_populate_packages() when dri is disabled Herve Jourdain
2016-05-18 12:33 ` [mesa][PATCH v2 1/1] " Herve Jourdain
2016-05-18 14:14   ` Martin Jansa
2016-05-18 15:26     ` Herve Jourdain
2016-05-18 15:32       ` Martin Jansa
2016-05-18 19:34         ` Burton, Ross
2016-05-18 15:54     ` Burton, Ross
2016-05-18 19:39       ` Otavio Salvador
2016-05-18 19:52         ` Burton, Ross

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.