diff options
author | Jussi Kukkonen <jussi.kukkonen@intel.com> | 2017-07-12 15:11:44 +0300 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2017-07-17 14:01:38 +0100 |
commit | a46a9dd6bd2be114de465aea6184a7914ff176ec (patch) | |
tree | 4ba01bbe1906d6f0bd77f7c51adf0d84606f4164 | |
parent | ca666db8ed4b6a380982879fc874041417f0ff65 (diff) | |
download | poky-a46a9dd6bd2be114de465aea6184a7914ff176ec.tar.gz |
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>
-rw-r--r-- | 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 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 | |||
2 | 2 | ||
3 | SUMMARY += " (OpenGL only, no EGL/GLES)" | 3 | SUMMARY += " (OpenGL only, no EGL/GLES)" |
4 | 4 | ||
5 | FILESEXTRAPATHS =. "${FILE_DIRNAME}/mesa:" | ||
6 | |||
7 | PROVIDES = "virtual/libgl virtual/mesa" | 5 | PROVIDES = "virtual/libgl virtual/mesa" |
8 | 6 | ||
9 | S = "${WORKDIR}/mesa-${PV}" | 7 | S = "${WORKDIR}/mesa-${PV}" |
10 | 8 | ||
11 | PACKAGECONFIG ??= "dri ${@bb.utils.filter('DISTRO_FEATURES', 'x11', d)}" | 9 | PACKAGECONFIG ??= "dri ${@bb.utils.filter('DISTRO_FEATURES', 'x11', d)}" |
12 | |||
13 | EXCLUDE_FROM_WORLD = "1" | ||