[gnome-continuous-yocto/gnomeostree-3.28-rocko: 6771/8267] mesa-gl: Clean recipe



commit a46a9dd6bd2be114de465aea6184a7914ff176ec
Author: Jussi Kukkonen <jussi kukkonen intel com>
Date:   Wed Jul 12 15:11:44 2017 +0300

    mesa-gl: Clean recipe
    
    Don't EXCLUDE_FROM_WORLD, mesa.inc already does this.
    Don't add a non-existing path to FILESEXTRAPATHS.
    
    (From OE-Core rev: fa3e2b4c07dffd14b02741470ce274619e9a9bd6)
    
    Signed-off-by: Jussi Kukkonen <jussi kukkonen intel com>
    Signed-off-by: Ross Burton <ross burton intel com>
    Signed-off-by: Richard Purdie <richard purdie linuxfoundation org>

 meta/recipes-graphics/mesa/mesa-gl_17.1.4.bb |    4 ----
 1 files changed, 0 insertions(+), 4 deletions(-)
---
diff --git a/meta/recipes-graphics/mesa/mesa-gl_17.1.4.bb b/meta/recipes-graphics/mesa/mesa-gl_17.1.4.bb
index e3604f3..b9e3b80 100644
--- a/meta/recipes-graphics/mesa/mesa-gl_17.1.4.bb
+++ b/meta/recipes-graphics/mesa/mesa-gl_17.1.4.bb
@@ -2,12 +2,8 @@ require mesa_${PV}.bb
 
 SUMMARY += " (OpenGL only, no EGL/GLES)"
 
-FILESEXTRAPATHS =. "${FILE_DIRNAME}/mesa:"
-
 PROVIDES = "virtual/libgl virtual/mesa"
 
 S = "${WORKDIR}/mesa-${PV}"
 
 PACKAGECONFIG ??= "dri ${@bb.utils.filter('DISTRO_FEATURES', 'x11', d)}"
-
-EXCLUDE_FROM_WORLD = "1"


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]