[oe-commits] [meta-openembedded] 02/03: remmina: Link with libexecinfo explicitly on musl

git at git.openembedded.org git at git.openembedded.org
Fri Sep 6 16:33:30 UTC 2019


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 e62c611ba5603e9f18234cf0aa8229e213976f63
Author: Khem Raj <raj.khem at gmail.com>
AuthorDate: Thu Sep 5 18:15:38 2019 -0700

    remmina: Link with libexecinfo explicitly on musl
    
    Signed-off-by: Khem Raj <raj.khem at gmail.com>
    Cc: Alejandro Enedino Hernandez Samaniego <aehs29 at gmail.com>
---
 meta-oe/recipes-support/remmina/remmina_1.3.6.bb | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/meta-oe/recipes-support/remmina/remmina_1.3.6.bb b/meta-oe/recipes-support/remmina/remmina_1.3.6.bb
index a14a259..a86decc 100644
--- a/meta-oe/recipes-support/remmina/remmina_1.3.6.bb
+++ b/meta-oe/recipes-support/remmina/remmina_1.3.6.bb
@@ -5,6 +5,9 @@ LICENSE = "GPLv2 & openssl"
 LIC_FILES_CHKSUM = "file://LICENSE;md5=dab7215512044d49037272ce1ac4ea8f file://LICENSE.OpenSSL;md5=c1eb3cee0a4dea27503c531267a69769"
 DEPENDS += "openssl freerdp gtk+3 gdk-pixbuf atk libgcrypt avahi-ui libsodium libssh vte json-glib libsoup-2.4 libvncserver spice spice-protocol libsecret"
 
+DEPENDS_append_libc-musl = "libexecinfo"
+LDFLAGS_append_libc-musl = " -lexecinfo"
+
 SRC_URI = "https://gitlab.com/Remmina/Remmina/-/archive/v${PV}/Remmina-v${PV}.tar.bz2 \
 "
 SRC_URI[md5sum] = "6da599c3a5cab2df37a70f8fba2f5438"

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


More information about the Openembedded-commits mailing list