schnitzeltony / meta-qt5-extra

OE layer for desktop environments based on Qt5 (KDE KF5+Plasma+Apps / lirios / lxqt / lumina)
MIT License
29 stars 32 forks source link

karchive: fix native recipe to use native dependencies #90

Closed haadr closed 1 year ago

haadr commented 1 year ago

When using inherit native, native.bbclass will not automatically change dependencies to their -native versions. Due to this, non-native dependencies will be set for karchive-native.

This patch fixes that by using BBCLASSEXTEND instead, which will automatically convert dependencies to their -native variants.

See https://docs.yoctoproject.org/4.0.8/singleindex.html#term-BBCLASSEXTEND

Fixes https://github.com/schnitzeltony/meta-qt5-extra/issues/89

schnitzeltony commented 1 year ago

Thanks!