[oe-commits] [openembedded-core] 22/27: mesa: fix installed-vs-shipped error

git at git.openembedded.org git at git.openembedded.org
Tue May 29 20:09:54 UTC 2018


This is an automated email from the git hooks/post-receive script.

rpurdie pushed a commit to branch master
in repository openembedded-core.

commit 9e373fec2013c5b2f9297e8f88317628ba9b7dce
Author: Kai Kang <kai.kang at windriver.com>
AuthorDate: Tue May 29 17:02:07 2018 +0800

    mesa: fix installed-vs-shipped error
    
    When 'opengl' is not set in DISTRO_FEATURES, ${libdir}/pkgconfig is an
    empty directory and cause installed-vs-shipped error.
    
    Signed-off-by: Kai Kang <kai.kang at windriver.com>
    Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>
---
 meta/recipes-graphics/mesa/mesa.inc | 1 +
 1 file changed, 1 insertion(+)

diff --git a/meta/recipes-graphics/mesa/mesa.inc b/meta/recipes-graphics/mesa/mesa.inc
index 8bf417a..fa99f7d 100644
--- a/meta/recipes-graphics/mesa/mesa.inc
+++ b/meta/recipes-graphics/mesa/mesa.inc
@@ -138,6 +138,7 @@ do_install_append () {
     # libwayland-egl has been moved to wayland 1.15+
     rm -f ${D}${libdir}/libwayland-egl*
     rm -f ${D}${libdir}/pkgconfig/wayland-egl.pc
+    rmdir --ignore-fail-on-non-empty ${D}${libdir}/pkgconfig
 }
 
 # For the packages that make up the OpenGL interfaces, inject variables so that

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Openembedded-commits mailing list