From: Ezequiel Garcia <ezequiel@vanguardiasur.com.ar>
To: buildroot@busybox.net
Subject: [Buildroot] [PATCH 1/3] glibc: add version 2.21
Date: Mon, 09 Feb 2015 21:07:48 -0300 [thread overview]
Message-ID: <54D94BD4.50108@vanguardiasur.com.ar> (raw)
In-Reply-To: <1423408027-49694-2-git-send-email-Vincent.Riera@imgtec.com>
On 02/08/2015 12:07 PM, Vicente Olivert Riera wrote:
> - Add version 2.21
> - Add a hash value for it
>
> Signed-off-by: Vicente Olivert Riera <Vincent.Riera@imgtec.com>
> ---
> package/glibc/Config.in | 3 +++
> package/glibc/glibc.hash | 1 +
> 2 files changed, 4 insertions(+), 0 deletions(-)
>
> diff --git a/package/glibc/Config.in b/package/glibc/Config.in
> index 8c033f2..37e108e 100644
> --- a/package/glibc/Config.in
> +++ b/package/glibc/Config.in
> @@ -38,6 +38,9 @@ config BR2_GLIBC_VERSION_2_19
> config BR2_GLIBC_VERSION_2_20
> bool "2.20"
>
> +config BR2_GLIBC_VERSION_2_21
> + bool "2.21"
> +
> endchoice
>
>
IMHO, you are missing this:
diff --git a/package/glibc/Config.in b/package/glibc/Config.in
index 37e108e..3fe0dd4 100644
--- a/package/glibc/Config.in
+++ b/package/glibc/Config.in
@@ -51,3 +51,4 @@ config BR2_GLIBC_VERSION_STRING
default "2.19-svnr25243" if BR2_EGLIBC_VERSION_2_19
default "2.19" if BR2_GLIBC_VERSION_2_19
default "2.20" if BR2_GLIBC_VERSION_2_20
+ default "2.21" if BR2_GLIBC_VERSION_2_21
Otherwise, it fails to download glibc.
--
Ezequiel Garcia, VanguardiaSur
www.vanguardiasur.com.ar
next prev parent reply other threads:[~2015-02-10 0:07 UTC|newest]
Thread overview: 16+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-02-08 15:07 [Buildroot] [PATCH 0/3] glibc: bump version to 2.21 Vicente Olivert Riera
2015-02-08 15:07 ` [Buildroot] [PATCH 1/3] glibc: add version 2.21 Vicente Olivert Riera
2015-02-08 15:39 ` Yann E. MORIN
2015-02-08 17:20 ` Baruch Siach
2015-02-08 17:29 ` Yann E. MORIN
2015-02-08 22:55 ` Peter Korsgaard
2015-02-09 10:39 ` Markos Chandras
2015-02-09 12:26 ` Peter Korsgaard
2015-02-09 23:37 ` Ezequiel Garcia
2015-02-10 0:07 ` Ezequiel Garcia [this message]
2015-02-10 6:05 ` Peter Korsgaard
2015-02-08 15:07 ` [Buildroot] [PATCH 2/3] glibc: set version 2.20 as default Vicente Olivert Riera
2015-02-08 15:40 ` Yann E. MORIN
2015-02-08 15:07 ` [Buildroot] [PATCH 3/3] glibc: remove version 2.19 Vicente Olivert Riera
2015-02-08 15:41 ` Yann E. MORIN
2015-02-08 22:52 ` [Buildroot] [PATCH 0/3] glibc: bump version to 2.21 Peter Korsgaard
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=54D94BD4.50108@vanguardiasur.com.ar \
--to=ezequiel@vanguardiasur.com.ar \
--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