summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMax Krummenacher <max.oss.09@gmail.com>2015-10-21 15:33:04 +0200
committerMax Krummenacher <max.oss.09@gmail.com>2015-10-28 09:36:03 +0100
commitf0b827d8115e492624454803ed341966077a9729 (patch)
tree628a306e859c80bf8215a78da61bc2d706939fce
parent3022c12d727d42944b0f6af88d3794f15e3d3878 (diff)
mesa: set it to MACHINE_ARCH only on tegra
-rw-r--r--recipes-graphics/mesa/mesa_%.bbappend2
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-graphics/mesa/mesa_%.bbappend b/recipes-graphics/mesa/mesa_%.bbappend
index 23b9af6..1a810be 100644
--- a/recipes-graphics/mesa/mesa_%.bbappend
+++ b/recipes-graphics/mesa/mesa_%.bbappend
@@ -5,4 +5,4 @@ PACKAGECONFIG_remove_tegra = "egl gles"
PROVIDES_remove_tegra = "virtual/libgles1 virtual/libgles2 virtual/egl"
-PACKAGE_ARCH = "${MACHINE_ARCH}"
+PACKAGE_ARCH_tegra = "${MACHINE_ARCH}"