diff options
author | Martin Jansa <martin.jansa@gmail.com> | 2013-07-01 21:36:27 +0200 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2013-07-05 15:34:26 +0100 |
commit | 34e5f5d21f8fd2619210b077ff19bc939db0f440 (patch) | |
tree | 5f8e96417d21127f75b9c71d0b8ff9d7c5d1dbf1 /meta/recipes-graphics/mesa | |
parent | 4ec1014cc0aadd66fffa2667e5c59ea8b876eb61 (diff) | |
download | poky-34e5f5d21f8fd2619210b077ff19bc939db0f440.tar.gz |
mesa: remove drirc file
* it's packaged in libdricore package and prevents upgrading it
when debian.bbclass is enabled
* check_data_file_clashes: Package libdricore9.1.3-1 wants to install file /etc/drirc
But that file is already provided by package * libdricore9.0.2-1
* we can move it to separate packages, but it isn't very useful now, there
aren't many gamers using mesa on embedded devices
(From OE-Core rev: d56e0c0e315acdb0ba5db7a539970d64678c1f7a)
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Saul Wold <sgw@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-graphics/mesa')
-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 |