diff options
Diffstat (limited to 'meta/recipes-graphics')
-rw-r--r-- | meta/recipes-graphics/mesa/mesa.inc | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/meta/recipes-graphics/mesa/mesa.inc b/meta/recipes-graphics/mesa/mesa.inc index 599ec7e2c2..ada117036f 100644 --- a/meta/recipes-graphics/mesa/mesa.inc +++ b/meta/recipes-graphics/mesa/mesa.inc | |||
@@ -86,6 +86,9 @@ do_install_append () { | |||
86 | rm -f ${D}${libdir}/egl/*.la | 86 | rm -f ${D}${libdir}/egl/*.la |
87 | rm -f ${D}${libdir}/gallium-pipe/*.la | 87 | rm -f ${D}${libdir}/gallium-pipe/*.la |
88 | rm -f ${D}${libdir}/gbm/*.la | 88 | rm -f ${D}${libdir}/gbm/*.la |
89 | |||
90 | # it was packaged in libdricore9.1.3-1 and preventing upgrades when debian.bbclass was used | ||
91 | rm -f ${D}${sysconfdir}/drirc | ||
89 | } | 92 | } |
90 | 93 | ||
91 | # For the packages that make up the OpenGL interfaces, inject variables so that | 94 | # For the packages that make up the OpenGL interfaces, inject variables so that |