On Fri, Oct 11, 2024 at 8:10 AM Yoann Congal via
lists.openembedded.org <[email protected]>
wrote:
>
> From: Yoann Congal <[email protected]>
>
> gimptool can be used in GIMP plugin compilation. It would make more
> sense as a native tool. It also contains the sysroot path which break
> build with buildpaths QA error. Remove it from target packages.
>
> Signed-off-by: Yoann Congal <[email protected]>
> ---
>  meta-gnome/recipes-gimp/gimp/gimp_2.10.38.bb | 7 +++++++
>  1 file changed, 7 insertions(+)
>
> diff --git a/meta-gnome/recipes-gimp/gimp/gimp_2.10.38.bb 
> b/meta-gnome/recipes-gimp/gimp/gimp_2.10.38.bb
> index a17e03b103..8755af94a9 100644
> --- a/meta-gnome/recipes-gimp/gimp/gimp_2.10.38.bb
> +++ b/meta-gnome/recipes-gimp/gimp/gimp_2.10.38.bb
> @@ -70,6 +70,13 @@ do_compile:prepend() {
>      export GEGL_PATH=`find ${STAGING_LIBDIR_NATIVE} -maxdepth 1 -name 
> 'gegl-*'`
>  }
>
> +do_install:append:class-target() {
> +    # gimptool can be used in GIMP plugin compilation. It would make more 
> sense
> +    # as a native tool. It also contains the sysroot path which break build
> +    # with buildpaths QA error. Remove it from target packages.
> +    rm ${D}/${bindir}/gimptool-2.0
> +}

it does mean we can't build plugins in a usecase where an on-device
SDK is being used, even though it is a rare usecase.
Can we explore a way to omit the sysroot from being emitted into the
target version of gimptool ?

> +
>  FILES:${PN}  += "${datadir}/metainfo"
>
>  RDEPENDS:${PN} += "mypaint-brushes-1.0"
>
> 
>
-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#112808): 
https://lists.openembedded.org/g/openembedded-devel/message/112808
Mute This Topic: https://lists.openembedded.org/mt/108950447/21656
Group Owner: [email protected]
Unsubscribe: https://lists.openembedded.org/g/openembedded-devel/unsub 
[[email protected]]
-=-=-=-=-=-=-=-=-=-=-=-

Reply via email to