From fa3e2b4c07dffd14b02741470ce274619e9a9bd6 Mon Sep 17 00:00:00 2001 From: Jussi Kukkonen Date: Wed, 12 Jul 2017 15:11:44 +0300 Subject: mesa-gl: Clean recipe Don't EXCLUDE_FROM_WORLD, mesa.inc already does this. Don't add a non-existing path to FILESEXTRAPATHS. Signed-off-by: Jussi Kukkonen Signed-off-by: Ross Burton --- meta/recipes-graphics/mesa/mesa-gl_17.1.4.bb | 4 ---- 1 file changed, 4 deletions(-) (limited to 'meta/recipes-graphics') 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 e3604f30bb..b9e3b805b5 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" -- cgit 1.2.3-korg