]> code.ossystems Code Review - openembedded-core.git/commitdiff
mesa: remove drirc file
authorMartin Jansa <martin.jansa@gmail.com>
Mon, 1 Jul 2013 19:36:27 +0000 (21:36 +0200)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Fri, 5 Jul 2013 14:26:22 +0000 (15:26 +0100)
* 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

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Saul Wold <sgw@linux.intel.com>
meta/recipes-graphics/mesa/mesa.inc

index 599ec7e2c2ea1e9e348267355493d32c29cd77eb..ada117036f6df531793372961a046d7c263819ba 100644 (file)
@@ -86,6 +86,9 @@ do_install_append () {
     rm -f ${D}${libdir}/egl/*.la
     rm -f ${D}${libdir}/gallium-pipe/*.la
     rm -f ${D}${libdir}/gbm/*.la
+    
+    # it was packaged in libdricore9.1.3-1 and preventing upgrades when debian.bbclass was used 
+    rm -f ${D}${sysconfdir}/drirc
 }
 
 # For the packages that make up the OpenGL interfaces, inject variables so that