mailarchive of the ptxdist mailing list
 help / color / mirror / Atom feed
From: Michael Olbrich <m.olbrich@pengutronix.de>
To: ptxdist@pengutronix.de
Subject: Re: [ptxdist] [PATCH 1/8] busybox: bump version
Date: Fri, 11 Nov 2016 12:10:34 +0100	[thread overview]
Message-ID: <20161111111034.2axe4bhualbq6hsu@pengutronix.de> (raw)
In-Reply-To: <20161106172751.28971-1-clemens.gruber@pqgruber.com>

On Sun, Nov 06, 2016 at 06:27:44PM +0100, Clemens Gruber wrote:
> Signed-off-by: Clemens Gruber <clemens.gruber@pqgruber.com>

You need to update the busybox Kconfig files with
'ptxdist make busybox_import'.

Michael

> ---
>  .../0200-reactivate-check-for-tty.patch                               | 0
>  .../0201-Fix-the-format-warning-when-building-applets-usage_p.patch   | 0
>  .../0202-build-system-only-pass-real-libs-to-SELINUX_LIBS.patch       | 0
>  .../0203-scripts-trylink-honour-SKIP_STRIP-and-don-t-strip-if.patch   | 0
>  patches/{busybox-1.24.2 => busybox-1.25.1}/series                     | 0
>  rules/busybox.make                                                    | 4 ++--
>  6 files changed, 2 insertions(+), 2 deletions(-)
>  rename patches/{busybox-1.24.2 => busybox-1.25.1}/0200-reactivate-check-for-tty.patch (100%)
>  rename patches/{busybox-1.24.2 => busybox-1.25.1}/0201-Fix-the-format-warning-when-building-applets-usage_p.patch (100%)
>  rename patches/{busybox-1.24.2 => busybox-1.25.1}/0202-build-system-only-pass-real-libs-to-SELINUX_LIBS.patch (100%)
>  rename patches/{busybox-1.24.2 => busybox-1.25.1}/0203-scripts-trylink-honour-SKIP_STRIP-and-don-t-strip-if.patch (100%)
>  rename patches/{busybox-1.24.2 => busybox-1.25.1}/series (100%)
> 
> diff --git a/patches/busybox-1.24.2/0200-reactivate-check-for-tty.patch b/patches/busybox-1.25.1/0200-reactivate-check-for-tty.patch
> similarity index 100%
> rename from patches/busybox-1.24.2/0200-reactivate-check-for-tty.patch
> rename to patches/busybox-1.25.1/0200-reactivate-check-for-tty.patch
> diff --git a/patches/busybox-1.24.2/0201-Fix-the-format-warning-when-building-applets-usage_p.patch b/patches/busybox-1.25.1/0201-Fix-the-format-warning-when-building-applets-usage_p.patch
> similarity index 100%
> rename from patches/busybox-1.24.2/0201-Fix-the-format-warning-when-building-applets-usage_p.patch
> rename to patches/busybox-1.25.1/0201-Fix-the-format-warning-when-building-applets-usage_p.patch
> diff --git a/patches/busybox-1.24.2/0202-build-system-only-pass-real-libs-to-SELINUX_LIBS.patch b/patches/busybox-1.25.1/0202-build-system-only-pass-real-libs-to-SELINUX_LIBS.patch
> similarity index 100%
> rename from patches/busybox-1.24.2/0202-build-system-only-pass-real-libs-to-SELINUX_LIBS.patch
> rename to patches/busybox-1.25.1/0202-build-system-only-pass-real-libs-to-SELINUX_LIBS.patch
> diff --git a/patches/busybox-1.24.2/0203-scripts-trylink-honour-SKIP_STRIP-and-don-t-strip-if.patch b/patches/busybox-1.25.1/0203-scripts-trylink-honour-SKIP_STRIP-and-don-t-strip-if.patch
> similarity index 100%
> rename from patches/busybox-1.24.2/0203-scripts-trylink-honour-SKIP_STRIP-and-don-t-strip-if.patch
> rename to patches/busybox-1.25.1/0203-scripts-trylink-honour-SKIP_STRIP-and-don-t-strip-if.patch
> diff --git a/patches/busybox-1.24.2/series b/patches/busybox-1.25.1/series
> similarity index 100%
> rename from patches/busybox-1.24.2/series
> rename to patches/busybox-1.25.1/series
> diff --git a/rules/busybox.make b/rules/busybox.make
> index 6d1815a..ff89e24 100644
> --- a/rules/busybox.make
> +++ b/rules/busybox.make
> @@ -16,8 +16,8 @@ PACKAGES-$(PTXCONF_BUSYBOX) += busybox
>  #
>  # Paths and names
>  #
> -BUSYBOX_VERSION	:= 1.24.2
> -BUSYBOX_MD5	:= 2eaae519cac1143bcf583636a745381f
> +BUSYBOX_VERSION	:= 1.25.1
> +BUSYBOX_MD5	:= 4f4c5de50b479b11ff636d7d8eb902a2
>  BUSYBOX		:= busybox-$(BUSYBOX_VERSION)
>  BUSYBOX_SUFFIX	:= tar.bz2
>  BUSYBOX_URL	:= http://www.busybox.net/downloads/$(BUSYBOX).$(BUSYBOX_SUFFIX)
> -- 
> 2.10.2
> 
> 
> _______________________________________________
> ptxdist mailing list
> ptxdist@pengutronix.de

-- 
Pengutronix e.K.                           |                             |
Industrial Linux Solutions                 | http://www.pengutronix.de/  |
Peiner Str. 6-8, 31137 Hildesheim, Germany | Phone: +49-5121-206917-0    |
Amtsgericht Hildesheim, HRA 2686           | Fax:   +49-5121-206917-5555 |

_______________________________________________
ptxdist mailing list
ptxdist@pengutronix.de

      parent reply	other threads:[~2016-11-11 11:10 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-11-06 17:27 Clemens Gruber
2016-11-06 17:27 ` [ptxdist] [PATCH 2/8] coreutils: update to 8.25 Clemens Gruber
2016-11-06 17:27 ` [ptxdist] [PATCH 3/8] findutils: update to 4.6.0 Clemens Gruber
2016-11-06 17:27 ` [ptxdist] [PATCH 4/8] grep: update to 2.26 Clemens Gruber
2016-11-06 17:27 ` [ptxdist] [PATCH 5/8] gzip: bump version Clemens Gruber
2016-11-06 17:27 ` [ptxdist] [PATCH 6/8] libpcre: bump version and update license hash Clemens Gruber
2016-11-06 17:27 ` [ptxdist] [PATCH 7/8] ntp: bump version Clemens Gruber
2016-11-06 17:27 ` [ptxdist] [PATCH 8/8] sed: update to 4.2.2 Clemens Gruber
2016-11-11 11:10 ` Michael Olbrich [this message]

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=20161111111034.2axe4bhualbq6hsu@pengutronix.de \
    --to=m.olbrich@pengutronix.de \
    --cc=ptxdist@pengutronix.de \
    /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