From: Ionut Radu <ionutx.radu@intel.com>
To: openembedded-core@lists.openembedded.org
Subject: [PATCH 0/7] Package Upgrades
Date: Fri, 24 May 2013 12:18:04 +0300 [thread overview]
Message-ID: <cover.1369386157.git.ionutx.radu@intel.com> (raw)
test: I've tested patches with autobuilder on all 5 architectures
(nightly-x86, nightly-x86-64, nightly-arm, nightly-ppc, nightly-mips).
A have also tested locally on all architectures and verified that all
images successfully build and graphics is correcly displayed.
For each package individually I tested the basic functionality.
apt: I build an image with deb package management and I verified the
version with command line.
The following changes since commit 21089515bd18ba18e86ec8f72ff8141b9fb1dea8:
ref-manual: Added xmlto and dblatex packages for docs (2013-05-22 17:23:41 +0100)
are available in the git repository at:
git://git.yoctoproject.org/poky-contrib ionutx/work
http://git.yoctoproject.org/cgit.cgi/poky-contrib/log/?h=ionutx/work
Ionut Radu (7):
apt: Updated from 0.9.7.8 to 0.9.8.1
freetype: Updated from 2.4.11 to 2.4.12
libtasn1: Updated from 2.14 to 3.3
libsoup-2.4: Update from 2.42.1 to 2.43.1
matchbox-keyboard: Update to
0.0+gitAUTOINCa+a17b1135daab9eb4cd3647c02e82687f96d93619
matchbox-terminal: Updated to
0.0+gitAUTOINC+452bca253492a97a587f440289b9ab27d217353e
settings-daemon: Updated to
0.0+gitAUTOINC+9a99528b02255450db81176abd9bbcc1dab9a4c1
.../disable-configure-in-makefile.patch | 0
.../fix-gcc-4.6-null-not-defined.patch | 0
.../apt/{apt-0.9.7.8 => apt-0.9.8.1}/makerace.patch | 0
.../no-ko-translation.patch | 0
.../apt/{apt-0.9.7.8 => apt-0.9.8.1}/no-nls-dpkg.patch | 0
.../apt/{apt-0.9.7.8 => apt-0.9.8.1}/noconfigure.patch | 0
.../apt/{apt-0.9.7.8 => apt-0.9.8.1}/nodoc.patch | 0
.../truncate-filename.patch | 0
.../apt/{apt-0.9.7.8 => apt-0.9.8.1}/use-host.patch | 0
.../{apt-native_0.9.7.8.bb => apt-native_0.9.8.1.bb} | 0
.../apt/{apt_0.9.7.8.bb => apt_0.9.8.1.bb} | 4 ++--
.../no-hardcode.patch | 0
.../freetype/{freetype_2.4.11.bb => freetype_2.4.12.bb} | 11 ++++-------
.../matchbox-keyboard/matchbox-keyboard_git.bb | 15 +++++++--------
.../matchbox-terminal/matchbox-terminal_git.bb | 2 +-
.../recipes-sato/settings-daemon/settings-daemon_git.bb | 2 +-
.../gnutls/{libtasn1_2.14.bb => libtasn1_3.3.bb} | 6 ++----
.../{libsoup-2.4_2.42.1.bb => libsoup-2.4_2.43.1.bb} | 4 ++--
18 files changed, 19 insertions(+), 25 deletions(-)
rename meta/recipes-devtools/apt/{apt-0.9.7.8 => apt-0.9.8.1}/disable-configure-in-makefile.patch (100%)
rename meta/recipes-devtools/apt/{apt-0.9.7.8 => apt-0.9.8.1}/fix-gcc-4.6-null-not-defined.patch (100%)
rename meta/recipes-devtools/apt/{apt-0.9.7.8 => apt-0.9.8.1}/makerace.patch (100%)
rename meta/recipes-devtools/apt/{apt-0.9.7.8 => apt-0.9.8.1}/no-ko-translation.patch (100%)
rename meta/recipes-devtools/apt/{apt-0.9.7.8 => apt-0.9.8.1}/no-nls-dpkg.patch (100%)
rename meta/recipes-devtools/apt/{apt-0.9.7.8 => apt-0.9.8.1}/noconfigure.patch (100%)
rename meta/recipes-devtools/apt/{apt-0.9.7.8 => apt-0.9.8.1}/nodoc.patch (100%)
rename meta/recipes-devtools/apt/{apt-0.9.7.8 => apt-0.9.8.1}/truncate-filename.patch (100%)
rename meta/recipes-devtools/apt/{apt-0.9.7.8 => apt-0.9.8.1}/use-host.patch (100%)
rename meta/recipes-devtools/apt/{apt-native_0.9.7.8.bb => apt-native_0.9.8.1.bb} (100%)
rename meta/recipes-devtools/apt/{apt_0.9.7.8.bb => apt_0.9.8.1.bb} (74%)
rename meta/recipes-graphics/freetype/{freetype-2.4.11 => freetype-2.4.12}/no-hardcode.patch (100%)
rename meta/recipes-graphics/freetype/{freetype_2.4.11.bb => freetype_2.4.12.bb} (83%)
rename meta/recipes-support/gnutls/{libtasn1_2.14.bb => libtasn1_3.3.bb} (81%)
rename meta/recipes-support/libsoup/{libsoup-2.4_2.42.1.bb => libsoup-2.4_2.43.1.bb} (85%)
--
1.7.10.4
next reply other threads:[~2013-05-24 9:16 UTC|newest]
Thread overview: 26+ messages / expand[flat|nested] mbox.gz Atom feed top
2013-05-24 9:18 Ionut Radu [this message]
2013-05-24 9:18 ` [PATCH 1/7] apt: Updated from 0.9.7.8 to 0.9.8.1 Ionut Radu
2013-05-24 9:18 ` [PATCH 2/7] freetype: Updated from 2.4.11 to 2.4.12 Ionut Radu
2013-05-24 9:29 ` Burton, Ross
2013-05-24 9:32 ` Paul Eggleton
2013-05-24 9:18 ` [PATCH 3/7] libtasn1: Updated from 2.14 to 3.3 Ionut Radu
2013-05-24 9:18 ` [PATCH 4/7] libsoup-2.4: Update from 2.42.1 to 2.43.1 Ionut Radu
2013-05-24 9:30 ` Burton, Ross
2013-05-24 9:36 ` Paul Eggleton
2013-05-24 10:40 ` Ciobanu, Emilia Maria Silvia
2013-05-24 10:49 ` Paul Eggleton
2013-05-24 9:18 ` [PATCH 5/7] matchbox-keyboard: Update to 0.0+gitAUTOINCa+a17b1135daab9eb4cd3647c02e82687f96d93619 Ionut Radu
2013-05-24 9:24 ` Martin Jansa
2013-05-24 9:26 ` Burton, Ross
2013-05-24 9:31 ` Radu, IonutX
2013-05-24 9:18 ` [PATCH 6/7] matchbox-terminal: Updated to 0.0+gitAUTOINC+452bca253492a97a587f440289b9ab27d217353e Ionut Radu
2013-05-24 9:27 ` Martin Jansa
2013-05-24 9:18 ` [PATCH 7/7] settings-daemon: Updated to 0.0+gitAUTOINC+9a99528b02255450db81176abd9bbcc1dab9a4c1 Ionut Radu
2013-05-24 9:31 ` Burton, Ross
2013-05-27 23:14 ` [PATCH 0/7] Package Upgrades Saul Wold
-- strict thread matches above, loose matches on Subject: below --
2017-11-10 12:00 [PATCH 0/7] package upgrades Maxin B. John
2016-01-11 5:58 [PATCH 0/7] Package Upgrades Chen Qi
2014-12-26 9:35 Chen Qi
2013-11-05 9:25 [PATCH 0/7] Package upgrades Laurentiu Palcu
2013-06-11 13:39 Laurentiu Palcu
2013-02-13 16:40 Laurentiu Palcu
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.1369386157.git.ionutx.radu@intel.com \
--to=ionutx.radu@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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox