diff options
author | Ronan Le Martret <ronan.lemartret@iot.bzh> | 2017-02-24 10:34:38 +0100 |
---|---|---|
committer | Ronan Le Martret <ronan.lemartret@iot.bzh> | 2017-03-19 12:25:48 +0100 |
commit | cbde4c99fd6460f9a1d05b0fa87bc1a0342ac007 (patch) | |
tree | 14df28b67c4ccf5d7a38caa2132057ab462e3fb6 /meta-agl-bsp/meta-rcar-gen3/recipes-graphics/mesa/mesa_10.6.3.bb | |
parent | 79079335ceb05a5079f6594e31624375f4abc471 (diff) |
[rcar-gen3] Remove mesa backport
* as Renesas rcar gen3 v2.16 do not use mesa recipes (.bbappend)
10.6.3, we do not need to maintain this recipes.
Bug-AGL: SPEC-471
Bug-AGL: SPEC-419
Change-Id: I80582d725bec71931d8d5fbf83fe3e0b29381592
Signed-off-by: Ronan Le Martret <ronan.lemartret@iot.bzh>
Diffstat (limited to 'meta-agl-bsp/meta-rcar-gen3/recipes-graphics/mesa/mesa_10.6.3.bb')
-rw-r--r-- | meta-agl-bsp/meta-rcar-gen3/recipes-graphics/mesa/mesa_10.6.3.bb | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/meta-agl-bsp/meta-rcar-gen3/recipes-graphics/mesa/mesa_10.6.3.bb b/meta-agl-bsp/meta-rcar-gen3/recipes-graphics/mesa/mesa_10.6.3.bb deleted file mode 100644 index 8c55064fd..000000000 --- a/meta-agl-bsp/meta-rcar-gen3/recipes-graphics/mesa/mesa_10.6.3.bb +++ /dev/null @@ -1,14 +0,0 @@ -require ${BPN}.inc - -SRC_URI = "ftp://ftp.freedesktop.org/pub/mesa/${PV}/mesa-${PV}.tar.xz" - -SRC_URI[md5sum] = "553e525d2f20ed48fca8f1ec3176fd83" -SRC_URI[sha256sum] = "58592e07c350cd2e8969b73fa83048c657a39fe2f13f3b88f5e5818fe2e4676d" - -#because we cannot rely on the fact that all apps will use pkgconfig, -#make eglplatform.h independent of MESA_EGL_NO_X11_HEADER -do_install_append() { - if ${@bb.utils.contains('PACKAGECONFIG', 'egl', 'true', 'false', d)}; then - sed -i -e 's/^#if defined(MESA_EGL_NO_X11_HEADERS)$/#if defined(MESA_EGL_NO_X11_HEADERS) || ${@bb.utils.contains('PACKAGECONFIG', 'x11', '0', '1', d)}/' ${D}${includedir}/EGL/eglplatform.h - fi -} |