[oe] [meta-gnome][PATCH 7/7] gimp: Depend on libexecinfo for musl

Khem Raj raj.khem at gmail.com
Mon Feb 17 07:46:46 UTC 2020


On Sun, Feb 16, 2020 at 9:55 PM Andreas Müller <schnitzeltony at gmail.com> wrote:
>
> On Mon, Feb 17, 2020 at 3:43 AM Khem Raj <raj.khem at gmail.com> wrote:
> >
> > musl does not have internal backtrace implementation like glibc
> > but we can use external library
>
> Sound reasonable and does not affect non musl.
>
> BTW: Old email address still works but the email address changed form
> 'googlemail' to 'gmail'.

Thanks for info.
perhaps update them in README of layers in meta-openembedded as well.

>
> Signed-off-by: Andreas Müller <schnitzeltony at gmail.com>
> >
> > Signed-off-by: Khem Raj <raj.khem at gmail.com>
> > Cc: Andreas Müller <schnitzeltony at googlemail.com>
> > ---
> >  meta-gnome/recipes-gimp/gimp/gimp_2.10.14.bb | 1 +
> >  1 file changed, 1 insertion(+)
> >
> > diff --git a/meta-gnome/recipes-gimp/gimp/gimp_2.10.14.bb b/meta-gnome/recipes-gimp/gimp/gimp_2.10.14.bb
> > index 045958d0a6..30f0579e2d 100644
> > --- a/meta-gnome/recipes-gimp/gimp/gimp_2.10.14.bb
> > +++ b/meta-gnome/recipes-gimp/gimp/gimp_2.10.14.bb
> > @@ -29,6 +29,7 @@ DEPENDS = " \
> >      libmng \
> >      ${@bb.utils.contains('DISTRO_FEATURES', 'x11', 'libxmu libxpm', '', d)} \
> >  "
> > +DEPENDS_append_libc-musl = " libexecinfo"
> >
> >  inherit features_check gnomebase gtk-icon-cache gtk-doc mime-xdg
> >
> > --
> > 2.25.0
> >


More information about the Openembedded-devel mailing list