[oe] [meta-oe][PATCH 2/3] remmina: Link with libexecinfo explicitly on musl

Alejandro Enedino Hernandez Samaniego aehs29 at gmail.com
Sat Sep 7 19:20:28 UTC 2019


On Sat, Sep 7, 2019, 9:25 AM Khem Raj <raj.khem at gmail.com> wrote:

> another issue on arm
>
> ERROR: Nothing PROVIDES 'spice' (but
> /mnt/b/yoe/sources/meta-openembedded/meta-oe/recipes-support/remmina/
> remmina_1.3.6.bb
> DEPENDS on
> or otherwise requires it)
> spice was skipped: incompatible with host arm-yoe-linux-gnueabi (not
> in COMPATIBLE_HOST)
>
> I think you need to mold arch support for it as per deps
>

I'll take a look later tonight, thanks.

Alejandro


> On Fri, Sep 6, 2019 at 9:35 AM Alejandro Enedino Hernandez Samaniego
> <aehs29 at gmail.com> wrote:
> >
> > Hey Khem,
> >
> > Thanks for this, I hadn't fixed it because I have no access to my laptop
> for now, looks good to me though.
> >
> > Alejandro
> >
> > On Fri, Sep 6, 2019, 9:32 AM Khem Raj <raj.khem at gmail.com> wrote:
> >>
> >> 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 a14a2592cd..a86deccc8f 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"
> >> --
> >> 2.23.0
> >>
>


More information about the Openembedded-devel mailing list