when intsall meta-mingw to made win sdk,it will broken the building with
the following error:
>Nothing RPROVIDES 'nativesdk-glibc' (but virtual:nativesdk
layers/openembedded-core/meta/recipes-core/glibc/glibc-locale_2.28.bb
RDEPENDS on or otherwise requires it)
nativesdk-glibc was skipped: PREFERRED_PROVIDER_virtual/nativesdk-libc set
to nativesdk-mingw-w64-runtime, not nativesdk-glibc
>NOTE: Runtime target 'nativesdk-glibc' is unbuildable, removing...
Missing or unbuildable dependency chain was: ['nativesdk-glibc']
>NOTE: Runtime target 'nativesdk-glibc-gconv-utf-16' is unbuildable,
removing...
Missing or unbuildable dependency chain was:
['nativesdk-glibc-gconv-utf-16', 'nativesdk-glibc']
>ERROR: Required build target 'niic-image-weston-qt' has no buildable
providers.
Missing or unbuildable dependency chain was: ['niic-image-weston-qt',
'nativesdk-glibc-gconv-utf-16', 'nativesdk-glibc']
And I've made some configuration changes.
eg:
in populate_sdk_base.bbclass
SDK_DEPENDS_append_libc-glibc = " ${@bb.utils.contains('SDK_OS', 'mingw32',
'', 'nativesdk-glibc-locale', d)}"
in sdk.py
# Don't install locales for mingw32 SDK_OS
if self.d.getVar("SDK_OS") == "mingw32":
return
-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#145012):
https://lists.openembedded.org/g/openembedded-core/message/145012
Mute This Topic: https://lists.openembedded.org/mt/78543566/21656
Group Owner: [email protected]
Unsubscribe: https://lists.openembedded.org/g/openembedded-core/unsub
[[email protected]]
-=-=-=-=-=-=-=-=-=-=-=-