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 <adam.duskett@amarulasolutions.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
Adam Duskett
2026-01-23 16:37:44 +01:00
committed by Khem Raj
parent 5aca0a216d
commit e0719a3497

View File

@@ -31,5 +31,3 @@ EXTRA_OEMESON:append = " \
-Dtests=false \
-Dgtktsm=false \
"
BBCLASSEXTEND = "native nativesdk"