public inbox for openembedded-core@lists.openembedded.org
 help / color / mirror / Atom feed
From: Robert Yang <liezhi.yang@windriver.com>
To: <openembedded-core@lists.openembedded.org>
Subject: Re: [PATCH 0/8] Packages Upgrade
Date: Tue, 12 Jan 2016 09:41:36 +0800	[thread overview]
Message-ID: <569459D0.5040506@windriver.com> (raw)
In-Reply-To: <cover.1452496745.git.liezhi.yang@windriver.com>


Updated this patches a little, drop libbsd patches since Martin had
upgraded it:

   git://git.openembedded.org/openembedded-core-contrib rbt/PU
   http://cgit.openembedded.org/cgit.cgi/openembedded-core-contrib/log/?h=rbt/PU

Robert Yang (7):
   autogen-native: 5.18.5 -> 5.18.6
   file: 5.24 -> 5.25
   git: 2.5.0 -> 2.7.0
   wget: 1.17 -> 1.17.1
   iputils: s20121221 -> s20151218
   less: 479 -> 481
   rsync: 3.1.1 -> 3.1.2

// Robert

On 01/11/2016 03:19 PM, Robert Yang wrote:
> The following changes since commit 5661d8cb7849df62358368743134c0aaf523965e:
>
>    image: Really remove lockfiles flag (2016-01-07 13:41:47 +0000)
>
> are available in the git repository at:
>
>    git://git.openembedded.org/openembedded-core-contrib rbt/PU
>    http://cgit.openembedded.org/cgit.cgi/openembedded-core-contrib/log/?h=rbt/PU
>
> Robert Yang (8):
>    autogen-native: 5.18.5 -> 5.18.6
>    file: 5.24 -> 5.25
>    git: 2.5.0 -> 2.7.0
>    wget: 1.17 -> 1.17.1
>    iputils: s20121221 -> s20151218
>    less: 479 -> 481
>    libbsd: 0.8.0 -> 0.8.1
>    rsync: 3.1.1 -> 3.1.2
>
>   ...n-native_5.18.5.bb => autogen-native_5.18.6.bb} |    4 +-
>   .../autogen/autogen/increase-timeout-limit.patch   |   29 ++---
>   .../file/{file_5.24.bb => file_5.25.bb}            |    2 +-
>   meta/recipes-devtools/git/git_2.5.0.bb             |   11 --
>   meta/recipes-devtools/git/git_2.7.0.bb             |   11 ++
>   ...-an-inc-recursive-path-is-not-right-for-i.patch |  135 --------------------
>   .../rsync/rsync-3.1.1/rsync.git-eac858085.patch    |  101 ---------------
>   .../rsync/{rsync_3.1.1.bb => rsync_3.1.2.bb}       |    6 +-
>   ...x-build-command-line-argument-with-gnutls.patch |   37 ------
>   .../{iputils_s20121221.bb => iputils_s20151218.bb} |    7 +-
>   .../less/{less_479.bb => less_481.bb}              |    4 +-
>   meta/recipes-extended/wget/wget/fix_makefile.patch |   18 ---
>   .../wget/{wget_1.17.bb => wget_1.17.1.bb}          |    5 +-
>   .../libbsd/0001-Use-local-SHA512-header.patch      |   75 -----------
>   .../libbsd/{libbsd_0.8.0.bb => libbsd_0.8.1.bb}    |    7 +-
>   15 files changed, 39 insertions(+), 413 deletions(-)
>   rename meta/recipes-devtools/autogen/{autogen-native_5.18.5.bb => autogen-native_5.18.6.bb} (90%)
>   rename meta/recipes-devtools/file/{file_5.24.bb => file_5.25.bb} (96%)
>   delete mode 100644 meta/recipes-devtools/git/git_2.5.0.bb
>   create mode 100644 meta/recipes-devtools/git/git_2.7.0.bb
>   delete mode 100644 meta/recipes-devtools/rsync/rsync-3.1.1/0001-Complain-if-an-inc-recursive-path-is-not-right-for-i.patch
>   delete mode 100644 meta/recipes-devtools/rsync/rsync-3.1.1/rsync.git-eac858085.patch
>   rename meta/recipes-devtools/rsync/{rsync_3.1.1.bb => rsync_3.1.2.bb} (72%)
>   delete mode 100644 meta/recipes-extended/iputils/files/fix-build-command-line-argument-with-gnutls.patch
>   rename meta/recipes-extended/iputils/{iputils_s20121221.bb => iputils_s20151218.bb} (90%)
>   rename meta/recipes-extended/less/{less_479.bb => less_481.bb} (89%)
>   delete mode 100644 meta/recipes-extended/wget/wget/fix_makefile.patch
>   rename meta/recipes-extended/wget/{wget_1.17.bb => wget_1.17.1.bb} (47%)
>   delete mode 100644 meta/recipes-support/libbsd/libbsd/0001-Use-local-SHA512-header.patch
>   rename meta/recipes-support/libbsd/{libbsd_0.8.0.bb => libbsd_0.8.1.bb} (73%)
>


  parent reply	other threads:[~2016-01-12  1:41 UTC|newest]

Thread overview: 11+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-01-11  7:19 [PATCH 0/8] Packages Upgrade Robert Yang
2016-01-11  7:19 ` [PATCH 1/8] autogen-native: 5.18.5 -> 5.18.6 Robert Yang
2016-01-11  7:19 ` [PATCH 2/8] file: 5.24 -> 5.25 Robert Yang
2016-01-11  7:19 ` [PATCH 3/8] git: 2.5.0 -> 2.7.0 Robert Yang
2016-01-11  7:19 ` [PATCH 4/8] wget: 1.17 -> 1.17.1 Robert Yang
2016-01-11  7:19 ` [PATCH 5/8] iputils: s20121221 -> s20151218 Robert Yang
2016-01-11  7:19 ` [PATCH 6/8] less: 479 -> 481 Robert Yang
2016-01-11  7:19 ` [PATCH 7/8] libbsd: 0.8.0 -> 0.8.1 Robert Yang
2016-01-11  7:19 ` [PATCH 8/8] rsync: 3.1.1 -> 3.1.2 Robert Yang
2016-01-12  1:41 ` Robert Yang [this message]
  -- strict thread matches above, loose matches on Subject: below --
2016-07-19 13:43 [PATCH 0/8] Packages Upgrade Robert Yang

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=569459D0.5040506@windriver.com \
    --to=liezhi.yang@windriver.com \
    --cc=openembedded-core@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