From: Martin Jansa <martin.jansa@gmail.com>
To: openembedded-devel@lists.openembedded.org
Subject: Re: [PATCH] binutils: Update from 2.20.1 to 2.20.1a
Date: Fri, 9 Sep 2011 15:54:22 +0200 [thread overview]
Message-ID: <20110909135422.GL4124@jama.jama.net> (raw)
In-Reply-To: <1315579610-3943-1-git-send-email-errordeveloper@gmail.com>
[-- Attachment #1: Type: text/plain, Size: 5548 bytes --]
On Fri, Sep 09, 2011 at 03:46:50PM +0100, Ilya Dmitrichenko wrote:
> Signed-off-by: Ilya Dmitrichenko <errordeveloper@gmail.com>
> ---
> recipes/binutils/binutils-cross-sdk_2.20.1.bb | 4 ---
> recipes/binutils/binutils-cross-sdk_2.20.1a.bb | 4 +++
> recipes/binutils/binutils-cross_2.20.1.bb | 4 ---
> recipes/binutils/binutils-cross_2.20.1a.bb | 4 +++
> recipes/binutils/binutils_2.20.1.bb | 33 ------------------------
> recipes/binutils/binutils_2.20.1a.bb | 33 ++++++++++++++++++++++++
> 6 files changed, 41 insertions(+), 41 deletions(-)
> delete mode 100644 recipes/binutils/binutils-cross-sdk_2.20.1.bb
> create mode 100644 recipes/binutils/binutils-cross-sdk_2.20.1a.bb
> delete mode 100644 recipes/binutils/binutils-cross_2.20.1.bb
> create mode 100644 recipes/binutils/binutils-cross_2.20.1a.bb
> delete mode 100644 recipes/binutils/binutils_2.20.1.bb
> create mode 100644 recipes/binutils/binutils_2.20.1a.bb
>
> diff --git a/recipes/binutils/binutils-cross-sdk_2.20.1.bb b/recipes/binutils/binutils-cross-sdk_2.20.1.bb
> deleted file mode 100644
> index 2b1ac30..0000000
> --- a/recipes/binutils/binutils-cross-sdk_2.20.1.bb
> +++ /dev/null
> @@ -1,4 +0,0 @@
> -require binutils_${PV}.bb
> -require binutils-cross-sdk.inc
> -PR = "${INC_PR}.0"
> -
> diff --git a/recipes/binutils/binutils-cross-sdk_2.20.1a.bb b/recipes/binutils/binutils-cross-sdk_2.20.1a.bb
> new file mode 100644
> index 0000000..2b1ac30
> --- /dev/null
> +++ b/recipes/binutils/binutils-cross-sdk_2.20.1a.bb
> @@ -0,0 +1,4 @@
> +require binutils_${PV}.bb
> +require binutils-cross-sdk.inc
> +PR = "${INC_PR}.0"
> +
> diff --git a/recipes/binutils/binutils-cross_2.20.1.bb b/recipes/binutils/binutils-cross_2.20.1.bb
> deleted file mode 100644
> index ca7fe05..0000000
> --- a/recipes/binutils/binutils-cross_2.20.1.bb
> +++ /dev/null
> @@ -1,4 +0,0 @@
> -FILESPATHPKG =. "binutils-${PV}:"
> -require binutils_${PV}.bb
> -require binutils-cross.inc
> -
> diff --git a/recipes/binutils/binutils-cross_2.20.1a.bb b/recipes/binutils/binutils-cross_2.20.1a.bb
> new file mode 100644
> index 0000000..ca7fe05
> --- /dev/null
> +++ b/recipes/binutils/binutils-cross_2.20.1a.bb
> @@ -0,0 +1,4 @@
> +FILESPATHPKG =. "binutils-${PV}:"
> +require binutils_${PV}.bb
> +require binutils-cross.inc
> +
> diff --git a/recipes/binutils/binutils_2.20.1.bb b/recipes/binutils/binutils_2.20.1.bb
> deleted file mode 100644
> index 5154e2d..0000000
> --- a/recipes/binutils/binutils_2.20.1.bb
> +++ /dev/null
> @@ -1,33 +0,0 @@
> -require binutils.inc
> -LICENSE = "GPLv3"
> -
> -PR = "${INC_PR}.4"
> -EXTRA_OECONF += "--disable-werror"
> -
> -#COMPATIBLE_TARGET_SYS = "."
> -
> -SRC_URI = "\
> - ${GNU_MIRROR}/binutils/binutils-${PV}.tar.bz2;name=tarball \
> - file://binutils-uclibc-100-uclibc-conf.patch \
> - file://110-arm-eabi-conf.patch \
> - file://binutils-uclibc-300-001_ld_makefile_patch.patch \
> - file://binutils-uclibc-300-006_better_file_error.patch \
> - file://binutils-uclibc-300-012_check_ldrunpath_length.patch \
> - file://binutils-uclibc-gas-needs-libm.patch \
> - file://binutils-x86_64_i386_biarch.patch \
> - ${@['file://libtool-update.patch','file://libtool-2.4-update.patch'][bb.data.getVar('LIBTOOL_HAS_SYSROOT', d, 1) == 'yes']} \
> - file://binutils-2.19.1-ld-sysroot.patch \
> - "
> -
> -SRC_URI_append_nios2 =" \
> - file://binutils-nios2-files.patch \
> - file://binutils-nios2.patch \
> - "
> -
> -SRC_URI[tarball.sha256sum] = "228b84722d87e88e7fdd36869e590e649ab523a0800a7d53df906498afe6f6f8"
> -SRC_URI[tarball.md5sum] = "9cdfb9d6ec0578c166d3beae5e15c4e5"
> -
> -# powerpc patches
> -SRC_URI += "\
> - file://binutils-2.16.1-e300c2c3.patch \
> - "
> diff --git a/recipes/binutils/binutils_2.20.1a.bb b/recipes/binutils/binutils_2.20.1a.bb
> new file mode 100644
> index 0000000..f40b676
> --- /dev/null
> +++ b/recipes/binutils/binutils_2.20.1a.bb
> @@ -0,0 +1,33 @@
> +require binutils.inc
> +LICENSE = "GPLv3"
> +
> +PR = "${INC_PR}.4"
> +EXTRA_OECONF += "--disable-werror"
> +
> +#COMPATIBLE_TARGET_SYS = "."
> +
> +SRC_URI = "\
> + ${GNU_MIRROR}/binutils/binutils-${PV}.tar.bz2;name=tarball \
> + file://binutils-uclibc-100-uclibc-conf.patch \
> + file://110-arm-eabi-conf.patch \
> + file://binutils-uclibc-300-001_ld_makefile_patch.patch \
> + file://binutils-uclibc-300-006_better_file_error.patch \
> + file://binutils-uclibc-300-012_check_ldrunpath_length.patch \
> + file://binutils-uclibc-gas-needs-libm.patch \
> + file://binutils-x86_64_i386_biarch.patch \
> + ${@['file://libtool-update.patch','file://libtool-2.4-update.patch'][bb.data.getVar('LIBTOOL_HAS_SYSROOT', d, 1) == 'yes']} \
> + file://binutils-2.19.1-ld-sysroot.patch \
> + "
> +
> +SRC_URI_append_nios2 =" \
> + file://binutils-nios2-files.patch \
> + file://binutils-nios2.patch \
> + "
> +
> +SRC_URI[tarball.sha256sum] = "71d37c96451333c5c0b84b170169fdcb138bbb27397dc06281905d9717c8ed64"
> +SRC_URI[tarball.md5sum] = "2b9dc8f2b7dbd5ec5992c6e29de0b764"
> +
> +# powerpc patches
> +SRC_URI += "\
> + file://binutils-2.16.1-e300c2c3.patch \
> + "
> --
> 1.7.3.4
Have you tested it? I don't see setting S
something like
S = "${WORKDIR}/binutils-2.20.1"
So I guess it will fail even to do_patch.. :/
--
Martin 'JaMa' Jansa jabber: Martin.Jansa@gmail.com
[-- Attachment #2: Digital signature --]
[-- Type: application/pgp-signature, Size: 205 bytes --]
next prev parent reply other threads:[~2011-09-09 13:59 UTC|newest]
Thread overview: 13+ messages / expand[flat|nested] mbox.gz Atom feed top
[not found] <1315434958-5042-1-git-send-email-errordeveloper@gmail.com>
2011-09-09 3:32 ` [PATCH 1/2] binutils-2.20.1: fix checksums Ilya Dmitrichenko
2011-09-09 3:33 ` [PATCH 2/2] " Ilya Dmitrichenko
2011-09-09 6:51 ` Martin Jansa
2011-09-09 11:03 ` Ilya Dmitrichenko
2011-09-09 11:06 ` Martin Jansa
2011-09-09 11:09 ` Ilya Dmitrichenko
2011-09-09 11:15 ` Martin Jansa
2011-09-09 12:28 ` Ilya Dmitrichenko
2011-09-09 12:54 ` Martin Jansa
2011-09-09 14:46 ` [PATCH] binutils: Update from 2.20.1 to 2.20.1a Ilya Dmitrichenko
2011-09-09 13:54 ` Martin Jansa [this message]
2011-09-09 15:30 ` [PATCH v2] " Ilya Dmitrichenko
2011-09-09 14:49 ` Martin Jansa
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=20110909135422.GL4124@jama.jama.net \
--to=martin.jansa@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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox