From: Robert Yang <liezhi.yang@windriver.com>
To: <openembedded-core@lists.openembedded.org>
Subject: [PATCH 0/8] Package Upgrades
Date: Mon, 20 Apr 2015 01:09:15 -0700 [thread overview]
Message-ID: <cover.1429517334.git.liezhi.yang@windriver.com> (raw)
The following changes since commit 97d56a5b8e4f15eb32095f242eb2fd62fc5d85f2:
gmp: remove referencing paths from the build host (2015-04-19 13:34:06 +0100)
are available in the git repository at:
git://git.openembedded.org/openembedded-core-contrib rbt/PUs
http://cgit.openembedded.org/cgit.cgi/openembedded-core-contrib/log/?h=rbt/PUs
Robert Yang (8):
cracklib: 2.9.2 -> 2.9.3
directfb: 1.7.6 -> 1.7.7
ccache: 3.1.9 -> 3.1.11
dbus-glib: 0.102 -> 0.104
cryptodev: 1.6 -> 1.7
liberror-perl: 0.17022 -> 0.17023
pax-utils: 0.9.2 -> 1.0.3
lz4: r127 -> r128
meta/recipes-core/dbus/dbus-glib_0.102.bb | 5 --
meta/recipes-core/dbus/dbus-glib_0.104.bb | 4 +
.../ccache/{ccache_3.1.9.bb => ccache_3.1.11.bb} | 4 +-
.../{pax-utils_0.9.2.bb => pax-utils_1.0.3.bb} | 4 +-
...or-perl_0.17022.bb => liberror-perl_0.17023.bb} | 5 +-
.../{cracklib_2.9.2.bb => cracklib_2.9.3.bb} | 6 +-
meta/recipes-graphics/directfb/directfb_1.7.6.bb | 8 --
meta/recipes-graphics/directfb/directfb_1.7.7.bb | 8 ++
...yptodev-linux_1.6.bb => cryptodev-linux_1.7.bb} | 4 +-
...todev-module_1.6.bb => cryptodev-module_1.7.bb} | 1 -
...yptodev-tests_1.6.bb => cryptodev-tests_1.7.bb} | 0
.../{cryptodev_1.6.inc => cryptodev_1.7.inc} | 4 +-
...pile-and-install-rules-for-cryptodev-test.patch | 23 +++---
...-rc1-Linux-kernel-the-INIT_COMPLETION-mac.patch | 86 --------------------
.../recipes-support/lz4/{lz4_svn.bb => lz4_git.bb} | 12 +--
15 files changed, 40 insertions(+), 134 deletions(-)
delete mode 100644 meta/recipes-core/dbus/dbus-glib_0.102.bb
create mode 100644 meta/recipes-core/dbus/dbus-glib_0.104.bb
rename meta/recipes-devtools/ccache/{ccache_3.1.9.bb => ccache_3.1.11.bb} (45%)
rename meta/recipes-devtools/pax-utils/{pax-utils_0.9.2.bb => pax-utils_1.0.3.bb} (83%)
rename meta/recipes-devtools/perl/{liberror-perl_0.17022.bb => liberror-perl_0.17023.bb} (83%)
rename meta/recipes-extended/cracklib/{cracklib_2.9.2.bb => cracklib_2.9.3.bb} (90%)
delete mode 100644 meta/recipes-graphics/directfb/directfb_1.7.6.bb
create mode 100644 meta/recipes-graphics/directfb/directfb_1.7.7.bb
rename meta/recipes-kernel/cryptodev/{cryptodev-linux_1.6.bb => cryptodev-linux_1.7.bb} (92%)
rename meta/recipes-kernel/cryptodev/{cryptodev-module_1.6.bb => cryptodev-module_1.7.bb} (85%)
rename meta/recipes-kernel/cryptodev/{cryptodev-tests_1.6.bb => cryptodev-tests_1.7.bb} (100%)
rename meta/recipes-kernel/cryptodev/{cryptodev_1.6.inc => cryptodev_1.7.inc} (66%)
delete mode 100644 meta/recipes-kernel/cryptodev/files/0002-In-the-3.13-rc1-Linux-kernel-the-INIT_COMPLETION-mac.patch
rename meta/recipes-support/lz4/{lz4_svn.bb => lz4_git.bb} (66%)
--
1.7.9.5
next reply other threads:[~2015-04-20 8:09 UTC|newest]
Thread overview: 13+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-04-20 8:09 Robert Yang [this message]
2015-04-20 8:09 ` [PATCH 1/8] cracklib: 2.9.2 -> 2.9.3 Robert Yang
2015-04-20 8:09 ` [PATCH 2/8] directfb: 1.7.6 -> 1.7.7 Robert Yang
2015-04-20 8:09 ` [PATCH 3/8] ccache: 3.1.9 -> 3.1.11 Robert Yang
2015-04-20 8:09 ` [PATCH 4/8] dbus-glib: 0.102 -> 0.104 Robert Yang
2015-04-20 8:09 ` [PATCH 5/8] cryptodev: 1.6 -> 1.7 Robert Yang
2015-04-20 8:09 ` [PATCH 6/8] liberror-perl: 0.17022 -> 0.17023 Robert Yang
2015-04-20 8:09 ` [PATCH 7/8] pax-utils: 0.9.2 -> 1.0.3 Robert Yang
2015-04-20 8:09 ` [PATCH 8/8] lz4: r127 -> r128 Robert Yang
-- strict thread matches above, loose matches on Subject: below --
2018-04-09 11:55 [PATCH 0/8] package upgrades Maxin B. John
2013-05-10 15:04 [PATCH 0/8] Package upgrades Laurentiu Palcu
2012-07-04 18:17 [PATCH 0/8] package upgrades Laurentiu Palcu
2012-07-09 17:32 ` Saul Wold
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.1429517334.git.liezhi.yang@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