All of lore.kernel.org
 help / color / mirror / Atom feed
From: Ilya Dmitrichenko <errordeveloper@gmail.com>
To: openembedded-devel@lists.openembedded.org
Subject: [PATCH] binutils: Update from 2.20.1 to 2.20.1a
Date: Fri,  9 Sep 2011 15:46:50 +0100	[thread overview]
Message-ID: <1315579610-3943-1-git-send-email-errordeveloper@gmail.com> (raw)
In-Reply-To: <1315434958-5042-1-git-send-email-errordeveloper@gmail.com>

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




  parent reply	other threads:[~2011-09-09 13:52 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 ` Ilya Dmitrichenko [this message]
2011-09-09 13:54   ` [PATCH] binutils: Update from 2.20.1 to 2.20.1a Martin Jansa
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=1315579610-3943-1-git-send-email-errordeveloper@gmail.com \
    --to=errordeveloper@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.