1
0
mirror of https://git.yoctoproject.org/poky synced 2026-05-08 17:19:20 +00:00

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>
This commit is contained in:
Jussi Kukkonen
2017-07-12 15:11:44 +03:00
committed by Richard Purdie
parent ca666db8ed
commit a46a9dd6bd
@@ -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"