diff options
author | Changhyeok Bae <changhyeok.bae@gmail.com> | 2017-12-13 13:29:45 +0000 |
---|---|---|
committer | José Bollo <jose.bollo@iot.bzh> | 2018-02-13 11:01:59 +0100 |
commit | aa8c4324b8fa708b284273340eb6870feb2ef303 (patch) | |
tree | 635837123ff65d8fb99e6204404fd25e40000f1f /meta-agl-bsp/recipes-graphics/mesa/mesa_%.bbappend | |
parent | dfa73f824f894d8dbc98d766ea7ab8620657bd47 (diff) |
mesa: Arrange the recipe
Bug-AGL: SPEC-1181
Change-Id: I84044c6cbfaaf7481ea35af6576d616bfbd16008
Signed-off-by: Changhyeok Bae <changhyeok.bae@gmail.com>
Diffstat (limited to 'meta-agl-bsp/recipes-graphics/mesa/mesa_%.bbappend')
-rw-r--r-- | meta-agl-bsp/recipes-graphics/mesa/mesa_%.bbappend | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/meta-agl-bsp/recipes-graphics/mesa/mesa_%.bbappend b/meta-agl-bsp/recipes-graphics/mesa/mesa_%.bbappend index 13273792b..49e527707 100644 --- a/meta-agl-bsp/recipes-graphics/mesa/mesa_%.bbappend +++ b/meta-agl-bsp/recipes-graphics/mesa/mesa_%.bbappend @@ -1,7 +1,3 @@ -FILESEXTRAPATHS_prepend_qemux86-64 := "${THISDIR}/${BPN}:" -SRC_URI_append_qemux86-64 = " file://0001-Use-llvm_prefix-variable-directly.patch" -EXTRA_OECONF_qemux86-64 = "--enable-shared-glapi --with-llvm-prefix=${STAGING_BINDIR_CROSS}" - # The gallium-llvm is recommended as software 3D graphics renderer GALLIUM_LLVM = "gallium-llvm" PACKAGECONFIG_append_qemux86 = " gallium ${GALLIUM_LLVM}" |