[OE-core] [PATCH 25/25] sysprof: move recipe to meta-oe

Adrian Bunk bunk at stusta.de
Wed Dec 18 23:10:10 UTC 2019


On Wed, Dec 18, 2019 at 03:37:58PM +0100, Alexander Kanavin wrote:
>...
> --- a/meta/recipes-core/packagegroups/packagegroup-core-tools-profile.bb
> +++ b/meta/recipes-core/packagegroups/packagegroup-core-tools-profile.bb
> @@ -10,7 +10,7 @@ PACKAGE_ARCH = "${MACHINE_ARCH}"
>  
>  inherit packagegroup
>  
> -PROFILE_TOOLS_X = "${@bb.utils.contains('DISTRO_FEATURES', 'x11', 'sysprof', '', d)}"
> +PROFILE_TOOLS_X = ""
>  # sysprof doesn't support aarch64 and nios2
>  PROFILE_TOOLS_X_aarch64 = ""
>  PROFILE_TOOLS_X_nios2 = ""
>...

PROFILE_TOOLS_X is now always empty and should be removed.

cu
Adrian


More information about the Openembedded-core mailing list