From 0539031e6476a98e05b84821e381608e4147af5c Mon Sep 17 00:00:00 2001 From: Arturo Buzarra Date: Thu, 29 Apr 2021 19:56:08 +0200 Subject: [PATCH] qtbase: fix build warning about missing PACKAGECONFIG_MX8_GPU variable Commit 98d76037("recipes-qt: qt5: Update recipes to new BSP release imx_5.4.70_2.3.0") removes the definition of the PACKAGECONFIG_MX8_GPU variable, but its use had to be removed. This commit completely removes the undefined variable. https://jira.digi.com/browse/DEL-7508 Signed-off-by: Arturo Buzarra --- meta-digi-dey/recipes-qt/qt5/qtbase_%.bbappend | 2 -- 1 file changed, 2 deletions(-) diff --git a/meta-digi-dey/recipes-qt/qt5/qtbase_%.bbappend b/meta-digi-dey/recipes-qt/qt5/qtbase_%.bbappend index c58f8ddca..93ee4f5b7 100644 --- a/meta-digi-dey/recipes-qt/qt5/qtbase_%.bbappend +++ b/meta-digi-dey/recipes-qt/qt5/qtbase_%.bbappend @@ -23,8 +23,6 @@ PACKAGECONFIG_PLATFORM_IMX_GPU_mx8 = "eglfs" PACKAGECONFIG_PLATFORM_imxgpu2d += "${PACKAGECONFIG_PLATFORM_IMX_GPU}" PACKAGECONFIG_PLATFORM_imxgpu3d += "${PACKAGECONFIG_PLATFORM_IMX_GPU}" -PACKAGECONFIG_append_imxgpu = " ${PACKAGECONFIG_MX8_GPU}" - PACKAGECONFIG_append_ccimx6 = " icu" PACKAGECONFIG_append_ccimx6ul = " linuxfb"