From: "Woegerer, Paul" <Paul_Woegerer@mentor.com>
To: <openembedded-core@lists.openembedded.org>, <sgw@linux.intel.com>,
<cristiana.voicu@intel.com>
Subject: Re: [PATCH] liburcu: Update to version 0.8.1
Date: Fri, 22 Nov 2013 16:01:12 +0100 [thread overview]
Message-ID: <528F71B8.7090500@mentor.com> (raw)
In-Reply-To: <1385127683-9644-1-git-send-email-paul_woegerer@mentor.com>
Nevermind. I just saw that already happend.
Sorry for the noise,
Paul
On 11/22/2013 02:41 PM, Paul Woegerer wrote:
> Signed-off-by: Paul Woegerer <paul_woegerer@mentor.com>
> ---
> meta/recipes-support/liburcu/files/fixCCflag.patch | 20 --------------------
> .../liburcu/{files => liburcu}/fixsepbuild.patch | 0
> .../liburcu/{liburcu_0.8.0.bb => liburcu_0.8.1.bb} | 7 +++----
> 3 files changed, 3 insertions(+), 24 deletions(-)
> delete mode 100644 meta/recipes-support/liburcu/files/fixCCflag.patch
> rename meta/recipes-support/liburcu/{files => liburcu}/fixsepbuild.patch (100%)
> rename meta/recipes-support/liburcu/{liburcu_0.8.0.bb => liburcu_0.8.1.bb} (75%)
>
> diff --git a/meta/recipes-support/liburcu/files/fixCCflag.patch b/meta/recipes-support/liburcu/files/fixCCflag.patch
> deleted file mode 100644
> index 2e526d4..0000000
> --- a/meta/recipes-support/liburcu/files/fixCCflag.patch
> +++ /dev/null
> @@ -1,20 +0,0 @@
> -Upstream-Status: Pending
> -
> -Use cross compiler for doc exemples too
> -
> -Signed-off-by: Cristiana Voicu <cristiana.voicu@intel.com>
> -
> -Index: userspace-rcu-0.8.0/doc/examples/Makefile.examples.template
> -===================================================================
> ---- userspace-rcu-0.8.0.orig/doc/examples/Makefile.examples.template 2013-08-30 21:25:20.000000000 +0300
> -+++ userspace-rcu-0.8.0/doc/examples/Makefile.examples.template 2013-10-23 13:34:30.405550556 +0300
> -@@ -11,7 +11,9 @@
> - #
> - # This makefile is purposefully kept simple to support GNU and BSD make.
> -
> -+ifndef CC
> - CC = gcc
> -+endif
> - CFLAGS = -g -O2 -Wall
> -
> - all: $(BINARY)
> diff --git a/meta/recipes-support/liburcu/files/fixsepbuild.patch b/meta/recipes-support/liburcu/liburcu/fixsepbuild.patch
> similarity index 100%
> rename from meta/recipes-support/liburcu/files/fixsepbuild.patch
> rename to meta/recipes-support/liburcu/liburcu/fixsepbuild.patch
> diff --git a/meta/recipes-support/liburcu/liburcu_0.8.0.bb b/meta/recipes-support/liburcu/liburcu_0.8.1.bb
> similarity index 75%
> rename from meta/recipes-support/liburcu/liburcu_0.8.0.bb
> rename to meta/recipes-support/liburcu/liburcu_0.8.1.bb
> index 0bb4545..bcdd32a 100644
> --- a/meta/recipes-support/liburcu/liburcu_0.8.0.bb
> +++ b/meta/recipes-support/liburcu/liburcu_0.8.1.bb
> @@ -8,11 +8,10 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=0f060c30a27922ce9c0d557a639b4fa3 \
> file://urcu/uatomic/x86.h;beginline=4;endline=21;md5=220552f72c55b102f2ee35929734ef42"
>
> SRC_URI = "http://lttng.org/files/urcu/userspace-rcu-${PV}.tar.bz2 \
> - file://fixsepbuild.patch \
> - file://fixCCflag.patch"
> + file://fixsepbuild.patch"
>
> -SRC_URI[md5sum] = "ddf193131b9f172c8f540b60d9d339f4"
> -SRC_URI[sha256sum] = "49fbe70af47945037f437931c9539bfb9cb03ba28b813649ea7394dbdca70658"
> +SRC_URI[md5sum] = "c0c0613bcce3b6954a050faa6dec6f51"
> +SRC_URI[sha256sum] = "8008f697b030d7d3043ebd3a72be63cefc9242ed2d50520d30211e3908a4e01e"
>
> S = "${WORKDIR}/userspace-rcu-${PV}"
> CFLAGS_append_libc-uclibc = " -D_GNU_SOURCE"
--
Paul Woegerer, SW Development Engineer
Sourcery Analyzer <http://go.mentor.com/sourceryanalyzer>
Mentor Graphics, Embedded Software Division
next prev parent reply other threads:[~2013-11-22 15:01 UTC|newest]
Thread overview: 9+ messages / expand[flat|nested] mbox.gz Atom feed top
2013-11-14 12:34 [PATCH 0/3] lttng: Update to lttng 2.3.1 (for userspace) Paul Woegerer
2013-11-14 12:34 ` [PATCH 1/3] liburcu: Update to version 0.7.9 Paul Woegerer
2013-11-14 18:28 ` Saul Wold
2013-11-14 18:33 ` Woegerer, Paul
2013-11-14 18:45 ` Saul Wold
2013-11-22 13:41 ` [PATCH] liburcu: Update to version 0.8.1 Paul Woegerer
2013-11-22 15:01 ` Woegerer, Paul [this message]
2013-11-14 12:34 ` [PATCH 2/3] lttng-ust: Update to version 2.3.1 Paul Woegerer
2013-11-14 12:34 ` [PATCH 3/3] lttng-tools: " Paul Woegerer
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=528F71B8.7090500@mentor.com \
--to=paul_woegerer@mentor.com \
--cc=cristiana.voicu@intel.com \
--cc=openembedded-core@lists.openembedded.org \
--cc=sgw@linux.intel.com \
/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.