currently nativesdk-wayland-dev package bin directory which includes wayland-scanner only.

And, IMHO, if there are other tools for dev package, we need them for nativesdk target also.

Thank you.


--------- Original  Message ---------

From: Khem Raj <raj.k...@gmail.com>
To: <sukdo...@daum.net>
CC: Patches and discussions about the oe-core layer <openembedded-core@lists.openembedded.org>
Sent: 18.08.21 09:50 GMT +0900
Subject: Re: [OE-core] [PATCH] nativesdk-packagegroup-sdk-host: Add wayland-scanner to the SDK native toolchain

On Mon, Aug 20, 2018 at 4:26 PM Seokha Ko <sukdo...@daum.net> wrote:
>
> The wayland-scanner was missing from the native toolchain for SDK build
> because it's copied from wayland dev package.
>
> Signed-off-by: Seokha Ko <sukdo...@daum.net>
> ---
>  .../packagegroups/nativesdk-packagegroup-sdk-host.bb            | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/meta/recipes-core/packagegroups/nativesdk-packagegroup-sdk-host.bb b/meta/recipes-core/packagegroups/nativesdk-packagegroup-sdk-host.bb
> index e2f6169994..4dc6eea23e 100644
> --- a/meta/recipes-core/packagegroups/nativesdk-packagegroup-sdk-host.bb
> +++ b/meta/recipes-core/packagegroups/nativesdk-packagegroup-sdk-host.bb
> @@ -23,7 +23,7 @@ RDEPENDS_${PN} = "\
>      nativesdk-makedevs \
>      nativesdk-dnf \
>      nativesdk-cmake \
> -    ${@bb.utils.contains('DISTRO_FEATURES', 'wayland', 'nativesdk-wayland', '', d)} \
> +    ${@bb.utils.contains('DISTRO_FEATURES', 'wayland', 'nativesdk-wayland-dev', '', d)} \

Do we need the whole dev package ? if not I would suggest to package
it into a separate output package
and include that along with nativesdk-wayland

>      nativesdk-sdk-provides-dummy \
>      "
>
> --
> 2.17.1
>
> --
> _______________________________________________
> Openembedded-core mailing list
> Openembedded-core@lists.openembedded.org
http://lists.openembedded.org/mailman/listinfo/openembedded-core


-- 
_______________________________________________
Openembedded-core mailing list
Openembedded-core@lists.openembedded.org
http://lists.openembedded.org/mailman/listinfo/openembedded-core

Reply via email to