All of lore.kernel.org
 help / color / mirror / Atom feed
* [meta-mono][PATCH] mono: fix build dependencies
@ 2020-11-16 10:31 Kory Maincent
  2020-11-28 21:30 ` [oe] " Khem Raj
  0 siblings, 1 reply; 2+ messages in thread
From: Kory Maincent @ 2020-11-16 10:31 UTC (permalink / raw)
  To: openembedded-devel

Add libatomic-ops to dependencies to avoid this error:
/include/private/gc_atomic_ops.h:105:11: fatal error: atomic_ops.h: No such file or directory

Signed-off-by: Kory Maincent <kory.maincent@bootlin.com>
---
 recipes-mono/mono/mono-6.10.0.104.inc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/recipes-mono/mono/mono-6.10.0.104.inc b/recipes-mono/mono/mono-6.10.0.104.inc
index 27dff49..a1dd195 100644
--- a/recipes-mono/mono/mono-6.10.0.104.inc
+++ b/recipes-mono/mono/mono-6.10.0.104.inc
@@ -2,4 +2,4 @@ SRC_URI[sha256sum] = "b8d6eb70a252d2efad8384d66b529883dc59e581565d617fa57f8e7931
 
 S = "${WORKDIR}/mono-${PV}"
 
-DEPENDS += " cmake-native"
+DEPENDS += " cmake-native libatomic-ops"
-- 
2.25.1


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [oe] [meta-mono][PATCH] mono: fix build dependencies
  2020-11-16 10:31 [meta-mono][PATCH] mono: fix build dependencies Kory Maincent
@ 2020-11-28 21:30 ` Khem Raj
  0 siblings, 0 replies; 2+ messages in thread
From: Khem Raj @ 2020-11-28 21:30 UTC (permalink / raw)
  To: Kory Maincent; +Cc: openembeded-devel

Hi Kory

I think you should send  a github PR for this see [1]

[1] https://github.com/DynamicDevices/meta-mono#maintainers--patch-policy

On Mon, Nov 16, 2020 at 2:31 AM Kory Maincent <kory.maincent@bootlin.com> wrote:
>
> Add libatomic-ops to dependencies to avoid this error:
> /include/private/gc_atomic_ops.h:105:11: fatal error: atomic_ops.h: No such file or directory
>
> Signed-off-by: Kory Maincent <kory.maincent@bootlin.com>
> ---
>  recipes-mono/mono/mono-6.10.0.104.inc | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/recipes-mono/mono/mono-6.10.0.104.inc b/recipes-mono/mono/mono-6.10.0.104.inc
> index 27dff49..a1dd195 100644
> --- a/recipes-mono/mono/mono-6.10.0.104.inc
> +++ b/recipes-mono/mono/mono-6.10.0.104.inc
> @@ -2,4 +2,4 @@ SRC_URI[sha256sum] = "b8d6eb70a252d2efad8384d66b529883dc59e581565d617fa57f8e7931
>
>  S = "${WORKDIR}/mono-${PV}"
>
> -DEPENDS += " cmake-native"
> +DEPENDS += " cmake-native libatomic-ops"
> --
> 2.25.1
>
>
> 
>

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2020-11-28 21:31 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-11-16 10:31 [meta-mono][PATCH] mono: fix build dependencies Kory Maincent
2020-11-28 21:30 ` [oe] " Khem Raj

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.