summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMax Krummenacher <max.krummenacher@toradex.com>2023-08-10 15:08:12 +0200
committerMax Krummenacher <max.krummenacher@toradex.com>2023-08-10 15:10:30 +0200
commitbee71476c8fbb73b940e6e470c891c1d457d766b (patch)
tree4798b7a4ae3579d3d84cc80e9eff006e78870226
parent5f238ded148e1a7d47ba2734363c5044addf219c (diff)
qt3d_%.bbappend: use upstream instead of use-mainline-bsp override
For non NXP SoC we do not want the NXP specific use-mainline-bsp override but rather use directly the override comming from the upstream distro. Related-to: ELB-5331 Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com>
-rw-r--r--qt5-layer/recipes-qt/qt5/qt3d_%.bbappend2
1 files changed, 1 insertions, 1 deletions
diff --git a/qt5-layer/recipes-qt/qt5/qt3d_%.bbappend b/qt5-layer/recipes-qt/qt5/qt3d_%.bbappend
index 0b9a117..eb597ea 100644
--- a/qt5-layer/recipes-qt/qt5/qt3d_%.bbappend
+++ b/qt5-layer/recipes-qt/qt5/qt3d_%.bbappend
@@ -5,7 +5,7 @@ FILESEXTRAPATHS:prepend := "${THISDIR}/qt3d:"
DEPENDS_GLES = ""
DEPENDS_GLES:imxpxp += "virtual/libgles2 virtual/egl"
DEPENDS_GLES_imgpu3d += "virtual/libgles2 virtual/egl"
-DEPENDS_GLES:use-mainline-bsp += "virtual/libgles2 virtual/egl"
+DEPENDS_GLES:upstream += "virtual/libgles2 virtual/egl"
DEPENDS:class-target += " ${DEPENDS_GLES}"