Message ID | 20250804205906.301610-1-ross.burton@arm.com |
---|---|
State | New |
Headers | show |
Series | [meta-mingw,1/2] core-image-mingw-sdktest: depend on nativedk-dbus-tools, not -dbus | expand |
diff --git a/recipes-core/images/core-image-mingw-sdktest.bb b/recipes-core/images/core-image-mingw-sdktest.bb index 9060c3d..d734031 100644 --- a/recipes-core/images/core-image-mingw-sdktest.bb +++ b/recipes-core/images/core-image-mingw-sdktest.bb @@ -7,11 +7,10 @@ require ${COREBASE}/meta/recipes-core/images/core-image-minimal.bb # to include them TOOLCHAIN_HOST_TASK += "\ nativesdk-curl \ - nativesdk-dbus \ + nativesdk-dbus-tools \ nativesdk-dtc \ nativesdk-libarchive \ nativesdk-ninja \ nativesdk-swig \ nativesdk-wayland \ " -
The dbus package is the bus daemon itself, which doesn't make a lot of sense in the context of the host component of a SDK. From "dbus: add message-bus PACKAGECONFIG" in oe-core, nativesdk builds of dbus won't build the bus at all. Instead, change the dependency in this recipe to nativedk-dbus-tools, which are marginally more useful in a SDK context and still exercise the building of the recipe. Signed-off-by: Ross Burton <ross.burton@arm.com> --- recipes-core/images/core-image-mingw-sdktest.bb | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-)