All of lore.kernel.org
 help / color / mirror / Atom feed
From: Alexander Kanavin <alexander.kanavin@linux.intel.com>
To: openembedded-core@lists.openembedded.org
Subject: [PATCH 0/8] Recipe updates
Date: Fri, 28 Aug 2015 15:18:49 +0300	[thread overview]
Message-ID: <cover.1440763946.git.alexander.kanavin@linux.intel.com> (raw)

This patchset contains various recipe version updates that have accumulated;
I have also deprectead upstream_tracking.inc and moved its contents to recipes.
The same thing will be done later with package_regex.inc and maintainers.inc.

Also no update reasons are added for rpm, db and e2fsprogs.

The following changes since commit 393bd7496d71eb101f21234c1233a2d18fd2c73e:

  oeqa/oetest.py: add better package search for hasPackage() (2015-08-26 08:28:06 +0100)

are available in the git repository at:

  git://git.yoctoproject.org/poky-contrib akanavin/package-version-updates
  http://git.yoctoproject.org/cgit.cgi/poky-contrib/log/?h=akanavin/package-version-updates

Alexander Kanavin (8):
  upstream_tracking.inc: deprecate and move contents to recipes
  dpkg: update to 1.18.2
  dropbear: update to 2015.68
  libnotify: don't inherit unnecessary distro_features_check
  e2fsprogs: explain why there is no update for now
  package_regex.inc: updates to improve upstream tracking
  ccache: update to 3.2.3
  cmake: update to 3.3.1

 meta/conf/distro/include/package_regex.inc         |  8 +++-
 meta/conf/distro/include/upstream_tracking.inc     | 18 +--------
 .../recipes-core/base-passwd/base-passwd_3.5.29.bb |  2 +
 meta/recipes-core/dropbear/dropbear.inc            |  2 +-
 meta/recipes-core/dropbear/dropbear_2015.67.bb     |  4 --
 meta/recipes-core/dropbear/dropbear_2015.68.bb     |  4 ++
 meta/recipes-devtools/ccache/ccache.inc            |  4 +-
 meta/recipes-devtools/ccache/ccache_3.1.11.bb      |  7 ----
 meta/recipes-devtools/ccache/ccache_3.2.3.bb       |  6 +++
 ...cmake-native_3.2.2.bb => cmake-native_3.3.1.bb} |  3 --
 meta/recipes-devtools/cmake/cmake.inc              |  3 ++
 .../cmake/{cmake_3.2.2.bb => cmake_3.3.1.bb}       |  3 --
 meta/recipes-devtools/dpkg/dpkg.inc                |  2 +-
 ...-do_package_write_deb-we-have-trees-of-h.patch} | 37 +++++++++++-------
 ...nux-wrs-kernel-version-which-has-characte.patch | 38 ++++++++++++++++++
 ...insts-expect-D-to-be-set-when-running-in.patch} | 29 +++++++++-----
 ...-function-doesn-t-work-properly-for-all-s.patch | 31 +++++++++++++++
 ...tch => 0005-dpkg-compiler.m4-remove-Wvla.patch} | 26 +++++++------
 .../dpkg/dpkg/check_snprintf.patch                 | 34 ----------------
 .../recipes-devtools/dpkg/dpkg/check_version.patch | 28 --------------
 .../dpkg/dpkg/fix-timestamps.patch                 | 21 ----------
 meta/recipes-devtools/dpkg/dpkg/tarfix.patch       | 45 ----------------------
 .../dpkg/{dpkg_1.17.25.bb => dpkg_1.18.2.bb}       | 14 +++----
 .../recipes-devtools/e2fsprogs/e2fsprogs_1.42.9.bb |  1 +
 .../python/python-pygobject_2.28.3.bb              |  3 ++
 meta/recipes-devtools/rpm/rpm_5.4.14.bb            |  2 +
 meta/recipes-devtools/unfs3/unfs3_0.9.22.r490.bb   |  5 +++
 .../recipes-extended/chkconfig/chkconfig_1.3.58.bb |  2 +
 meta/recipes-gnome/libnotify/libnotify_0.7.6.bb    |  2 +-
 .../ttf-fonts/liberation-fonts_1.04.bb             |  2 +
 meta/recipes-multimedia/tremor/tremor_20150107.bb  |  5 +++
 .../createrepo/createrepo_0.4.11.bb                |  2 +
 meta/recipes-support/db/db_6.0.30.bb               |  2 +
 33 files changed, 185 insertions(+), 210 deletions(-)
 delete mode 100644 meta/recipes-core/dropbear/dropbear_2015.67.bb
 create mode 100644 meta/recipes-core/dropbear/dropbear_2015.68.bb
 delete mode 100644 meta/recipes-devtools/ccache/ccache_3.1.11.bb
 create mode 100644 meta/recipes-devtools/ccache/ccache_3.2.3.bb
 rename meta/recipes-devtools/cmake/{cmake-native_3.2.2.bb => cmake-native_3.3.1.bb} (72%)
 rename meta/recipes-devtools/cmake/{cmake_3.2.2.bb => cmake_3.3.1.bb} (92%)
 rename meta/recipes-devtools/dpkg/dpkg/{tar-error-code.patch => 0001-When-running-do_package_write_deb-we-have-trees-of-h.patch} (60%)
 create mode 100644 meta/recipes-devtools/dpkg/dpkg/0002-Adapt-to-linux-wrs-kernel-version-which-has-characte.patch
 rename meta/recipes-devtools/dpkg/dpkg/{preinst.patch => 0003-Our-pre-postinsts-expect-D-to-be-set-when-running-in.patch} (59%)
 create mode 100644 meta/recipes-devtools/dpkg/dpkg/0004-The-lutimes-function-doesn-t-work-properly-for-all-s.patch
 rename meta/recipes-devtools/dpkg/dpkg/{no-vla-warning.patch => 0005-dpkg-compiler.m4-remove-Wvla.patch} (58%)
 delete mode 100644 meta/recipes-devtools/dpkg/dpkg/check_snprintf.patch
 delete mode 100644 meta/recipes-devtools/dpkg/dpkg/check_version.patch
 delete mode 100644 meta/recipes-devtools/dpkg/dpkg/fix-timestamps.patch
 delete mode 100644 meta/recipes-devtools/dpkg/dpkg/tarfix.patch
 rename meta/recipes-devtools/dpkg/{dpkg_1.17.25.bb => dpkg_1.18.2.bb} (49%)

-- 
2.1.4



             reply	other threads:[~2015-08-28 12:17 UTC|newest]

Thread overview: 13+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-08-28 12:18 Alexander Kanavin [this message]
2015-08-28 12:18 ` [PATCH 1/8] upstream_tracking.inc: deprecate and move contents to recipes Alexander Kanavin
2015-08-28 12:18 ` [PATCH 2/8] dpkg: update to 1.18.2 Alexander Kanavin
2015-08-28 15:57   ` Khem Raj
2015-08-28 12:18 ` [PATCH 3/8] dropbear: update to 2015.68 Alexander Kanavin
2015-08-28 12:18 ` [PATCH 4/8] libnotify: don't inherit unnecessary distro_features_check Alexander Kanavin
2015-08-28 12:18 ` [PATCH 5/8] e2fsprogs: explain why there is no update for now Alexander Kanavin
2015-08-28 12:18 ` [PATCH 6/8] package_regex.inc: updates to improve upstream tracking Alexander Kanavin
2015-08-28 12:18 ` [PATCH 7/8] ccache: update to 3.2.3 Alexander Kanavin
2015-08-31 17:03   ` Richard Purdie
2015-09-01 12:19     ` alexander.kanavin
2015-09-01 12:27       ` alexander.kanavin
2015-08-28 12:18 ` [PATCH 8/8] cmake: update to 3.3.1 Alexander Kanavin

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=cover.1440763946.git.alexander.kanavin@linux.intel.com \
    --to=alexander.kanavin@linux.intel.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 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.