All of lore.kernel.org
 help / color / mirror / Atom feed
From: Armin Kuster <akuster808@gmail.com>
To: openembedded-devel@lists.openembedded.org
Subject: [kirkstone 05/22] libcereal: Enable for glibc/ppc
Date: Sun, 15 May 2022 06:49:05 -0700	[thread overview]
Message-ID: <8db53b8f014c8128d28981e03b739078bb202e58.1652622481.git.akuster808@gmail.com> (raw)
In-Reply-To: <cover.1652622481.git.akuster808@gmail.com>

From: Khem Raj <raj.khem@gmail.com>

The error is not observed with glibc latest clang 14

Signed-off-by: Khem Raj <raj.khem@gmail.com>
(cherry picked from commit f3d8e41b9d9b6fa6df92178f379d18f7e7a6478a)
Signed-off-by: Armin Kuster <akuster808@gmail.com>
---
 meta-oe/recipes-support/libcereal/libcereal_1.3.2.bb | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/meta-oe/recipes-support/libcereal/libcereal_1.3.2.bb b/meta-oe/recipes-support/libcereal/libcereal_1.3.2.bb
index fc4fad708a..80c962ead4 100644
--- a/meta-oe/recipes-support/libcereal/libcereal_1.3.2.bb
+++ b/meta-oe/recipes-support/libcereal/libcereal_1.3.2.bb
@@ -45,6 +45,6 @@ RDEPENDS:${PN}-dev = ""
 
 BBCLASSEXTEND = "native nativesdk"
 
-#it needs to work with CXXFLAGS += " -mlong-double-64" but ppc64 only supports 128bit long double
-COMPATIBLE_HOST:powerpc64le = "null"
-COMPATIBLE_HOST:powerpc = "null"
+#it needs to work with CXXFLAGS += " -mlong-double-64" but ppc only supports 128bit long double
+COMPATIBLE_HOST:powerpc:libc-musl = "null"
+COMPATIBLE_HOST:powerpc64le:libc-musl = "null"
-- 
2.25.1



  parent reply	other threads:[~2022-05-15 13:49 UTC|newest]

Thread overview: 21+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-05-15 13:49 [kirkstone 00/22] Patch review Armin Kuster
2022-05-15 13:49 ` [kirkstone 01/22] meta-oe-image: fix build depends Armin Kuster
2022-05-15 13:49 ` [kirkstone 02/22] frr: inherit autotools-brokensep instead of autotools Armin Kuster
2022-05-15 13:49 ` [kirkstone 03/22] conntrack-tools: Fix missing capability Armin Kuster
2022-05-15 13:49 ` [kirkstone 04/22] ufw: Fix packaging errors found with ppc64 Armin Kuster
2022-05-15 13:49 ` Armin Kuster [this message]
2022-05-15 13:49 ` [kirkstone 06/22] mimic: Use special rateconv.c license Armin Kuster
2022-05-15 13:49 ` [kirkstone 07/22] makedumpfile: Use right TARGET for ppc32 Armin Kuster
2022-05-15 13:49 ` [kirkstone 10/22] python3-astroid: upgrade 2.11.2 -> 2.11.3 Armin Kuster
2022-05-15 13:49 ` [kirkstone 11/22] meta-python-image: Fix build depends Armin Kuster
2022-05-15 13:49 ` [kirkstone 12/22] python3-wxgtk4: Needs x11 for sip module Armin Kuster
2022-05-15 13:49 ` [kirkstone 13/22] meta-gnome: fix layer depends Armin Kuster
2022-05-15 13:49 ` [kirkstone 14/22] networkmanager: fix parallel build failure Armin Kuster
2022-05-15 13:49 ` [kirkstone 15/22] openldap: Remove libgcrypt dependency Armin Kuster
2022-05-15 13:49 ` [kirkstone 16/22] openldap: Upgrade 2.5.9 -> 2.5.12 Armin Kuster
2022-05-15 13:49 ` [kirkstone 17/22] s-nail: Set VAL_MTA Armin Kuster
2022-05-15 13:49 ` [kirkstone 18/22] devmem2: reinstate previous patches, removed by mistake Armin Kuster
2022-05-15 13:49 ` [kirkstone 19/22] devmem2: add support for different page sizes Armin Kuster
2022-05-15 13:49 ` [kirkstone 20/22] devmem2: update SRC_URI according to redirect Armin Kuster
2022-05-15 13:49 ` [kirkstone 21/22] vboxguestdrivers: upgrade 6.1.32 -> 6.1.34 Armin Kuster
2022-05-15 13:49 ` [kirkstone 22/22] minidlna: fix obsolete license warning Armin Kuster

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=8db53b8f014c8128d28981e03b739078bb202e58.1652622481.git.akuster808@gmail.com \
    --to=akuster808@gmail.com \
    --cc=openembedded-devel@lists.openembedded.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.