Looks like this is causing problem with multilib 
https://autobuilder.yoctoproject.org/typhoon/#/builders/44/builds/4844
https://autobuilder.yoctoproject.org/typhoon/#/builders/44/builds/4844/steps/11/logs/errors


> -----Original Message-----
> From: [email protected] <openembedded-
> [email protected]> On Behalf Of Ross Burton
> Sent: Tuesday, 1 March, 2022 11:26 PM
> To: [email protected]
> Subject: [OE-core] [PATCH] package: do_package should depend on binutils
> 
> splitdebuginfo() in do_package uses objcopy, but there is no dependency.
> It usually gets pulled in via the toolchain but if INHIBIT_DEFAULT_DEPS="1"
> there is no dependency on a toolchain, so make it explicit.
> 
> Signed-off-by: Ross Burton <[email protected]>
> ---
>  meta/classes/package.bbclass | 2 ++
>  1 file changed, 2 insertions(+)
> 
> diff --git a/meta/classes/package.bbclass b/meta/classes/package.bbclass
> index f822258150..4b72bf2039 100644
> --- a/meta/classes/package.bbclass
> +++ b/meta/classes/package.bbclass
> @@ -53,6 +53,8 @@ ALL_MULTILIB_PACKAGE_ARCHS =
> "${@all_multilib_tune_values(d, 'PACKAGE_ARCHS')}"
>  # rpm is used for the per-file dependency identification  # dwarfsrcfiles is
> used to determine the list of debug source files  PACKAGE_DEPENDS +=
> "rpm-native dwarfsrcfiles-native"
> +PACKAGE_DEPENDS:append:class-target = "
> virtual/${TARGET_PREFIX}binutils"
> +PACKAGE_DEPENDS:append:class-nativesdk = "
> virtual/${SDK_PREFIX}binutils-crosssdk"
> 
> 
>  # If your postinstall can execute at rootfs creation time rather than on
> --
> 2.25.1

-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#162603): 
https://lists.openembedded.org/g/openembedded-core/message/162603
Mute This Topic: https://lists.openembedded.org/mt/89478699/21656
Group Owner: [email protected]
Unsubscribe: https://lists.openembedded.org/g/openembedded-core/unsub 
[[email protected]]
-=-=-=-=-=-=-=-=-=-=-=-

Reply via email to