[oe-commits] [meta-openembedded] 18/18: gimp: Depend on libexecinfo for musl

git at git.openembedded.org git at git.openembedded.org
Sun Feb 16 20:52:42 UTC 2020


This is an automated email from the git hooks/post-receive script.

khem pushed a commit to branch master-next
in repository meta-openembedded.

commit 3dbcc5dc3ea095c115f539192873bfb71641ac96
Author: Khem Raj <raj.khem at gmail.com>
AuthorDate: Sat Feb 15 15:56:33 2020 -0800

    gimp: Depend on libexecinfo for musl
    
    musl does not have internal backtrace implementation like glibc
    but we can use external library
    
    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 045958d..30f0579 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
 

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Openembedded-commits mailing list