Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
From: Jerzy Grzegorek <jerzy.grzegorek@trzebnica.net>
To: buildroot@busybox.net
Subject: [Buildroot] [PATCH] libatomic_ops: Update repository and bump version
Date: Wed, 05 Feb 2014 10:53:26 +0100	[thread overview]
Message-ID: <52F20A16.4040308@trzebnica.net> (raw)
In-Reply-To: <1391513105-26434-1-git-send-email-maxime.hadjinlian@gmail.com>


Hi Maxime,

> Change the download source to a Github repository which is more recent.
> This patch also bump libatomic_ops version and remove a patch that is
> now upstream.
>
> Signed-off-by: Maxime Hadjinlian <maxime.hadjinlian@gmail.com>
> ---
>   .../libatomic_ops-nothread-build-failure-fix.patch | 41 ----------------------
>   package/libatomic_ops/libatomic_ops.mk             |  7 ++--
>   2 files changed, 4 insertions(+), 44 deletions(-)
>   delete mode 100644 package/libatomic_ops/libatomic_ops-nothread-build-failure-fix.patch
>
> diff --git a/package/libatomic_ops/libatomic_ops-nothread-build-failure-fix.patch b/package/libatomic_ops/libatomic_ops-nothread-build-failure-fix.patch
> deleted file mode 100644
> index cc14b1e..0000000
> --- a/package/libatomic_ops/libatomic_ops-nothread-build-failure-fix.patch
> +++ /dev/null
> @@ -1,41 +0,0 @@
> -From 7e940ce34ff4de254d460344f1a1a486a14fb045 Mon Sep 17 00:00:00 2001
> -From: Gilles Talis <gilles.talis@gmail.com>
> -Date: Wed, 22 May 2013 16:21:26 -0700
> -Subject: [PATCH] Fix build failure seen when using toolchain without threads support
> -
> -Signed-off-by: Gilles Talis <gilles.talis@gmail.com>
> ----
> - src/atomic_ops.c |    4 ++++
> - 1 files changed, 4 insertions(+), 0 deletions(-)
> -
> -diff --git a/src/atomic_ops.c b/src/atomic_ops.c
> -index b6731a2..5769643 100644
> ---- a/src/atomic_ops.c
> -+++ b/src/atomic_ops.c
> -@@ -48,7 +48,9 @@
> -
> - #undef AO_REQUIRE_CAS
> -
> -+#if defined(AO_USE_PTHREAD_DEFS)
> - #include <pthread.h>
> -+#endif
> -
> - #ifndef AO_USE_NO_SIGNALS
> - # include <signal.h>
> -@@ -72,11 +74,13 @@
> - # include "atomic_ops/sysdeps/standard_ao_double_t.h"
> - #endif
> -
> -+#if defined(AO_USE_PTHREAD_DEFS)
> - /*
> -  * Lock for pthreads-based implementation.
> -  */
> -
> - pthread_mutex_t AO_pt_lock = PTHREAD_MUTEX_INITIALIZER;
> -+#endif
> -
> - /*
> -  * Out of line compare-and-swap emulation based on test and set.
> ---
> -1.7.4.1
> -
> diff --git a/package/libatomic_ops/libatomic_ops.mk b/package/libatomic_ops/libatomic_ops.mk
> index fbe250c..3a38bb4 100644
> --- a/package/libatomic_ops/libatomic_ops.mk
> +++ b/package/libatomic_ops/libatomic_ops.mk
> @@ -4,8 +4,9 @@
>   #
>   ################################################################################
>   
> -LIBATOMIC_OPS_VERSION = 7.2
> -LIBATOMIC_OPS_SITE = http://www.hpl.hp.com/research/linux/atomic_ops/download
> +LIBATOMIC_OPS_VERSION = 7_4_0
> +LIBATOMIC_OPS_SITE = $(call github,ivmai,libatomic_ops,libatomic_ops-$(LIBATOMIC_OPS_VERSION))

The libatomic_ops version is : libatomic_ops-7_4_0 , so it should be

LIBATOMIC_OPS_VERSION = libatomic_ops-7_4_0
LIBATOMIC_OPS_SITE = $(call github,ivmai,libatomic_ops,$(LIBATOMIC_OPS_VERSION))

Please, take a look at e.g. libcec.mk

Regards,
Jerzy


> +LIBATOMIC_OPS_AUTORECONF = YES
>   
>   # From doc/LICENSING.txt: "Our intent is to make it easy to use
>   # libatomic_ops, in both free and proprietary software.  Hence most
> @@ -14,7 +15,7 @@ LIBATOMIC_OPS_SITE = http://www.hpl.hp.com/research/linux/atomic_ops/download
>   # by the GNU General Public License. These are put into a separate
>   # library, libatomic_ops_gpl.a."
>   LIBATOMIC_OPS_LICENSE = MIT (main library) / GPLv2+ (gpl extension)
> -LIBATOMIC_OPS_LICENSE_FILES = doc/LICENSING.txt doc/COPYING
> +LIBATOMIC_OPS_LICENSE_FILES = doc/LICENSING.txt COPYING
>   
>   LIBATOMIC_OPS_INSTALL_STAGING = YES
>   

  reply	other threads:[~2014-02-05  9:53 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-02-04 11:25 [Buildroot] [PATCH] libatomic_ops: Update repository and bump version Maxime Hadjinlian
2014-02-05  9:53 ` Jerzy Grzegorek [this message]
2014-02-05 10:23   ` Maxime Hadjinlian

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=52F20A16.4040308@trzebnica.net \
    --to=jerzy.grzegorek@trzebnica.net \
    --cc=buildroot@busybox.net \
    /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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox