Openembedded Core Discussions
 help / color / mirror / Atom feed
* [PATCH 0/5] recipe upgrades
@ 2011-10-18 20:14 nitin.a.kamble
  2011-10-18 20:14 ` [PATCH 1/5] x86 tune files: set baselib for x32 tune as libx32 nitin.a.kamble
                   ` (4 more replies)
  0 siblings, 5 replies; 17+ messages in thread
From: nitin.a.kamble @ 2011-10-18 20:14 UTC (permalink / raw)
  To: openembedded-core

From: Nitin A Kamble <nitin.a.kamble@intel.com>

The following changes since commit b4757833c3548b5ee3a1cce58e2f059b3f63cb09:

  fontconfig: fix fix-pkgconfig.patch (2011-10-18 18:18:36 +0100)

are available in the git repository at:
  git://git.pokylinux.org/poky-contrib nitin/upgrades
  http://git.pokylinux.org/cgit.cgi/poky-contrib/log/?h=nitin/upgrades

Nitin A Kamble (5):
  x86 tune files: set baselib for x32 tune as libx32
  gmp: also generate the libgmpcxx library
  python-scons: upgrade from 2.0.1 to 2.1.0
  python-dbus: upgrade from 0.83.2 to 0.84.0
  distro-tracking: update data for few of my recipes

 .../conf/distro/include/distro_tracking_fields.inc |   38 ++++++++++++--------
 meta/conf/machine/include/ia32/arch-ia32.inc       |    2 +-
 meta/conf/machine/include/tune-core2.inc           |    2 +-
 ...python-dbus_0.83.2.bb => python-dbus_0.84.0.bb} |    4 +-
 ...ative_2.0.1.bb => python-scons-native_2.1.0.bb} |    3 +-
 ...python-scons_2.0.1.bb => python-scons_2.1.0.bb} |    6 ++--
 meta/recipes-support/gmp/gmp.inc                   |    2 +
 meta/recipes-support/gmp/gmp_4.2.1.bb              |    2 +-
 meta/recipes-support/gmp/gmp_5.0.2.bb              |    2 +-
 9 files changed, 35 insertions(+), 26 deletions(-)
 rename meta/recipes-devtools/python/{python-dbus_0.83.2.bb => python-dbus_0.84.0.bb} (83%)
 rename meta/recipes-devtools/python/{python-scons-native_2.0.1.bb => python-scons-native_2.1.0.bb} (89%)
 rename meta/recipes-devtools/python/{python-scons_2.0.1.bb => python-scons_2.1.0.bb} (51%)

-- 
1.7.4.4




^ permalink raw reply	[flat|nested] 17+ messages in thread
* [PATCH 0/5] Recipe upgrades
@ 2011-10-25 21:32 Scott Garman
  2011-10-27  7:31 ` Richard Purdie
  0 siblings, 1 reply; 17+ messages in thread
From: Scott Garman @ 2011-10-25 21:32 UTC (permalink / raw)
  To: openembedded-core

Hello,

Here is a set of some straightfoward recipe upgrades: sudo, grep,
mtools, and openssh.

Build testing: These have been successfully built for all 5 qemu
architectures.

Runtime testing: I have performed basic runtime testing for all of
these recipe upgrades as well within a qemux86 session.

The following changes since commit f586aaa8d00361a9597a546d665077c75cf4d520:

  libxml-parser-perl, libxml-simple-perl, expat, sgmlspl-native, git: bump PR to rebuild after perl upgrade (2011-10-25 08:36:01 +0100)

are available in the git repository at:
  git://git.pokylinux.org/poky-contrib sgarman/recipe-upgrades-final
  http://git.pokylinux.org/cgit.cgi/poky-contrib/log/?h=sgarman/recipe-upgrades-final

Scott Garman (5):
  sudo: upgrade to 1.8.3
  grep: upgrade to 2.9
  mtools: upgrade to 4.0.17
  openssh: upgrade to 5.9p1
  distro_tracking_fields: updates for sudo, mtools, grep, and openssh

 .../conf/distro/include/distro_tracking_fields.inc |   32 ++++++++++----------
 .../openssh/{openssh-5.8p2 => openssh-5.9p1}/init  |    0
 .../{openssh-5.8p2 => openssh-5.9p1}/nostrip.patch |    0
 .../{openssh-5.8p2 => openssh-5.9p1}/ssh_config    |    0
 .../openssh/{openssh-5.8p2 => openssh-5.9p1}/sshd  |    0
 .../{openssh-5.8p2 => openssh-5.9p1}/sshd_config   |    0
 .../openssh/{openssh_5.8p2.bb => openssh_5.9p1.bb} |    4 +-
 .../mtools/{mtools_4.0.16.bb => mtools_4.0.17.bb}  |    4 +-
 .../grep/{grep_2.8.bb => grep_2.9.bb}              |    4 +-
 .../sudo/{sudo_1.8.1p2.bb => sudo_1.8.3.bb}        |    6 ++--
 10 files changed, 25 insertions(+), 25 deletions(-)
 rename meta/recipes-connectivity/openssh/{openssh-5.8p2 => openssh-5.9p1}/init (100%)
 rename meta/recipes-connectivity/openssh/{openssh-5.8p2 => openssh-5.9p1}/nostrip.patch (100%)
 rename meta/recipes-connectivity/openssh/{openssh-5.8p2 => openssh-5.9p1}/ssh_config (100%)
 rename meta/recipes-connectivity/openssh/{openssh-5.8p2 => openssh-5.9p1}/sshd (100%)
 rename meta/recipes-connectivity/openssh/{openssh-5.8p2 => openssh-5.9p1}/sshd_config (100%)
 rename meta/recipes-connectivity/openssh/{openssh_5.8p2.bb => openssh_5.9p1.bb} (96%)
 rename meta/recipes-devtools/mtools/{mtools_4.0.16.bb => mtools_4.0.17.bb} (80%)
 rename meta/recipes-extended/grep/{grep_2.8.bb => grep_2.9.bb} (88%)
 rename meta/recipes-extended/sudo/{sudo_1.8.1p2.bb => sudo_1.8.3.bb} (82%)

-- 
1.7.5.4




^ permalink raw reply	[flat|nested] 17+ messages in thread
* [PATCH 0/5] Recipe upgrades
@ 2021-06-06 22:20 Tim Orling
  0 siblings, 0 replies; 17+ messages in thread
From: Tim Orling @ 2021-06-06 22:20 UTC (permalink / raw)
  To: openembedded-core; +Cc: Tim Orling

Update maintainer email.

Upgrade python3-scons and fix upstream check.

AUH upgrades to:
* python3-hypothesis
* python3-importlib-metadata
* at-spi2-core

Tested on qemux86-64 core-image-full-cmdline and core-image-weston

The following changes since commit d6b62b5a9d6c64971b9f981a4732791658150e43:

  nativesdk-libdnf: fix installed and not shipped files (2021-06-03 23:09:18 +0100)

are available in the Git repository at:

  git://push.openembedded.org/openembedded-core-contrib timo/recipe-upgrades-20210606

Tim Orling (5):
  maintainers.inc: update email address
  python3-scons: upgrade 3.1.2 -> 4.1.0; simplify
  python3-hypothesis: upgrade 6.13.7 -> 6.13.14
  python3-importlib-metadata: upgrade 4.3.0 -> 4.5.0
  at-spi2-core: upgrade 2.40.1 -> 2.40.2

 meta/conf/distro/include/maintainers.inc      | 68 +++++++++----------
 ....13.7.bb => python3-hypothesis_6.13.14.bb} |  4 +-
 ...bb => python3-importlib-metadata_4.5.0.bb} |  2 +-
 ...3.1.2.bb => python3-scons-native_4.1.0.bb} |  0
 .../0001-Fix-man-page-installation.patch      | 46 +++++++++++++
 .../python/python3-scons_3.1.2.bb             | 34 ----------
 .../python/python3-scons_4.1.0.bb             | 27 ++++++++
 ...-core_2.40.1.bb => at-spi2-core_2.40.2.bb} |  2 +-
 8 files changed, 111 insertions(+), 72 deletions(-)
 rename meta/recipes-devtools/python/{python3-hypothesis_6.13.7.bb => python3-hypothesis_6.13.14.bb} (77%)
 rename meta/recipes-devtools/python/{python3-importlib-metadata_4.3.0.bb => python3-importlib-metadata_4.5.0.bb} (88%)
 rename meta/recipes-devtools/python/{python3-scons-native_3.1.2.bb => python3-scons-native_4.1.0.bb} (100%)
 create mode 100644 meta/recipes-devtools/python/python3-scons/0001-Fix-man-page-installation.patch
 delete mode 100644 meta/recipes-devtools/python/python3-scons_3.1.2.bb
 create mode 100644 meta/recipes-devtools/python/python3-scons_4.1.0.bb
 rename meta/recipes-support/atk/{at-spi2-core_2.40.1.bb => at-spi2-core_2.40.2.bb} (94%)

-- 
2.29.2


^ permalink raw reply	[flat|nested] 17+ messages in thread

end of thread, other threads:[~2021-06-06 22:20 UTC | newest]

Thread overview: 17+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-10-18 20:14 [PATCH 0/5] recipe upgrades nitin.a.kamble
2011-10-18 20:14 ` [PATCH 1/5] x86 tune files: set baselib for x32 tune as libx32 nitin.a.kamble
2011-10-18 20:14 ` [PATCH 2/5] gmp: also generate the libgmpcxx library nitin.a.kamble
2011-10-18 20:53   ` Khem Raj
2011-10-18 21:06     ` Kamble, Nitin A
2011-10-18 21:13       ` Khem Raj
2011-10-19  0:06         ` Kamble, Nitin A
2011-10-18 20:15 ` [PATCH 3/5] python-scons: upgrade from 2.0.1 to 2.1.0 nitin.a.kamble
2011-10-18 20:54   ` Khem Raj
2011-10-18 21:07     ` Kamble, Nitin A
2011-10-18 21:14       ` Khem Raj
2011-10-18 20:15 ` [PATCH 4/5] python-dbus: upgrade from 0.83.2 to 0.84.0 nitin.a.kamble
2011-10-18 20:15 ` [PATCH 5/5] distro-tracking: update data for few of my recipes nitin.a.kamble
2011-10-18 20:55   ` Khem Raj
  -- strict thread matches above, loose matches on Subject: below --
2011-10-25 21:32 [PATCH 0/5] Recipe upgrades Scott Garman
2011-10-27  7:31 ` Richard Purdie
2021-06-06 22:20 Tim Orling

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox