From e0719a3497b410c368c645b2ad907190c66cb6ef Mon Sep 17 00:00:00 2001 From: Adam Duskett Date: Fri, 23 Jan 2026 16:37:44 +0100 Subject: [PATCH] libtsm: drop BBCLASSEXTEND = "native nativesdk" BBCLASSEXTEND = "native nativesdk" isn't needed and is producing the following warning: ``` WARNING: Nothing PROVIDES 'nativesdk-xkeyboard-config' (but libtsm_4.4.0.bb DEPENDS on or otherwise requires it). Close matches: nativesdk-gnu-config nativesdk-pkgconfig xkeyboard-config ``` Signed-off-by: Adam Duskett Signed-off-by: Khem Raj --- meta-oe/recipes-graphics/libtsm/libtsm_4.4.0.bb | 2 -- 1 file changed, 2 deletions(-) diff --git a/meta-oe/recipes-graphics/libtsm/libtsm_4.4.0.bb b/meta-oe/recipes-graphics/libtsm/libtsm_4.4.0.bb index 1764ba628a..074302bed7 100644 --- a/meta-oe/recipes-graphics/libtsm/libtsm_4.4.0.bb +++ b/meta-oe/recipes-graphics/libtsm/libtsm_4.4.0.bb @@ -31,5 +31,3 @@ EXTRA_OEMESON:append = " \ -Dtests=false \ -Dgtktsm=false \ " - -BBCLASSEXTEND = "native nativesdk"