diff options
Diffstat (limited to 'meta')
| -rw-r--r-- | meta/recipes-graphics/mesa/mesa.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-graphics/mesa/mesa.inc b/meta/recipes-graphics/mesa/mesa.inc index 7cba03cfcf..cfc1bc1d36 100644 --- a/meta/recipes-graphics/mesa/mesa.inc +++ b/meta/recipes-graphics/mesa/mesa.inc | |||
| @@ -253,7 +253,7 @@ python mesa_populate_packages() { | |||
| 253 | import re | 253 | import re |
| 254 | dri_drivers_root = oe.path.join(d.getVar('PKGD'), d.getVar('libdir'), "dri") | 254 | dri_drivers_root = oe.path.join(d.getVar('PKGD'), d.getVar('libdir'), "dri") |
| 255 | if os.path.isdir(dri_drivers_root): | 255 | if os.path.isdir(dri_drivers_root): |
| 256 | dri_pkgs = os.listdir(dri_drivers_root) | 256 | dri_pkgs = sorted(os.listdir(dri_drivers_root)) |
| 257 | lib_name = d.expand("${MLPREFIX}mesa-megadriver") | 257 | lib_name = d.expand("${MLPREFIX}mesa-megadriver") |
| 258 | for p in dri_pkgs: | 258 | for p in dri_pkgs: |
| 259 | m = re.match(r'^(.*)_dri\.so$', p) | 259 | m = re.match(r'^(.*)_dri\.so$', p) |
