musl does not have internal backtrace implementation like glibc but we can use external library
Signed-off-by: Khem Raj <[email protected]> Cc: Andreas Müller <[email protected]> --- 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 -- _______________________________________________ Openembedded-core mailing list [email protected] http://lists.openembedded.org/mailman/listinfo/openembedded-core
