From: Saul Wold <sgw@linux.intel.com>
To: openembedded-core@lists.openembedded.org
Cc: "Maxin B. John" <maxin.john@enea.com>
Subject: [PATCH 00/18] Package Updates and patches
Date: Fri, 11 Oct 2013 08:27:06 -0700 [thread overview]
Message-ID: <cover.1381505051.git.sgw@linux.intel.com> (raw)
Richard,
Here is a set of package updates along with a few patches, I included a couple
of patches from others (out of master-next) here since I based my patches on
them.
Sau!
The following changes since commit 1149b1fef8912f77d971242dfec151fff5a3aa51:
build-appliance: Update SRCREV for release (2013-10-08 16:33:25 +0100)
are available in the git repository at:
git://git.openembedded.org/openembedded-core-contrib sgw/updates
http://cgit.openembedded.org/cgit.cgi/openembedded-core-contrib/log/?h=sgw/updates
Maxin B. John (1):
sqlite3: update to version 3.8.0.1
Saul Wold (16):
xz: Add nativesdk for Python3 nativesdk dependency
cups: upgrade to 1.6.4
desktop-file-utils-native: upgrade to 0.22
libbsd: upgrade to 0.6.0
man-pages: upgrade to 3.54
rsync: upgrade to 3.1.0
util-macros: upgrade to 1.17.1
file: Update to 5.15
tzcode: Update to 2013g
tzdata: Update to 2013g
lsbinitscripts: Update to 9.50
libpng: Update to 1.6.6
sqlite3: update to 3.8.0.2
kconfig-frontends: Update to 3.11.0.0
kmod: Add patch to fix seperate build dir of ptest
kmod: Update to Rev 15 via git
Ting Liu (1):
kmod-native: use bswap to work on older Linux hosts
...e_0.21.bb => desktop-file-utils-native_0.22.bb} | 4 +--
.../file/{file_5.14.bb => file_5.15.bb} | 5 ++-
...s_3.10.0.0.bb => kconfig-frontends_3.11.0.0.bb} | 4 +--
.../rsync/{rsync_3.0.9.bb => rsync_3.1.0.bb} | 5 ++-
.../cups/{cups_1.6.3.bb => cups_1.6.4.bb} | 4 +--
...binitscripts_9.48.bb => lsbinitscripts_9.50.bb} | 6 ++--
.../{man-pages_3.53.bb => man-pages_3.54.bb} | 4 +--
...code-native_2013d.bb => tzcode-native_2013g.bb} | 14 ++++----
.../tzdata/{tzdata_2013d.bb => tzdata_2013g.bb} | 9 ++---
meta/recipes-extended/xz/xz_5.1.2alpha.bb | 2 +-
.../{util-macros_1.17.bb => util-macros_1.17.1.bb} | 5 ++-
meta/recipes-kernel/kmod/kmod-native_git.bb | 4 +--
meta/recipes-kernel/kmod/kmod.inc | 13 ++++----
...alling-bswap_-instead-of-htobe-and-be-toh.patch | 39 ++++++++++++++++++++++
.../kmod/kmod/fix-seperatebuilddir.patch | 34 +++++++++++++++++++
meta/recipes-kernel/kmod/kmod_git.bb | 6 ++--
.../libpng/{libpng_1.6.3.bb => libpng_1.6.6.bb} | 10 +++---
.../libbsd/{libbsd_0.5.2.bb => libbsd_0.6.0.bb} | 4 +--
.../{sqlite3_3071700.bb => sqlite3_3080002.bb} | 4 +--
19 files changed, 125 insertions(+), 51 deletions(-)
rename meta/recipes-devtools/desktop-file-utils/{desktop-file-utils-native_0.21.bb => desktop-file-utils-native_0.22.bb} (76%)
rename meta/recipes-devtools/file/{file_5.14.bb => file_5.15.bb} (85%)
rename meta/recipes-devtools/kconfig-frontends/{kconfig-frontends_3.10.0.0.bb => kconfig-frontends_3.11.0.0.bb} (89%)
rename meta/recipes-devtools/rsync/{rsync_3.0.9.bb => rsync_3.1.0.bb} (82%)
rename meta/recipes-extended/cups/{cups_1.6.3.bb => cups_1.6.4.bb} (80%)
rename meta/recipes-extended/lsb/{lsbinitscripts_9.48.bb => lsbinitscripts_9.50.bb} (78%)
rename meta/recipes-extended/man-pages/{man-pages_3.53.bb => man-pages_3.54.bb} (82%)
rename meta/recipes-extended/tzcode/{tzcode-native_2013d.bb => tzcode-native_2013g.bb} (48%)
rename meta/recipes-extended/tzdata/{tzdata_2013d.bb => tzdata_2013g.bb} (96%)
rename meta/recipes-graphics/xorg-util/{util-macros_1.17.bb => util-macros_1.17.1.bb} (74%)
create mode 100644 meta/recipes-kernel/kmod/kmod/Change-to-calling-bswap_-instead-of-htobe-and-be-toh.patch
create mode 100644 meta/recipes-kernel/kmod/kmod/fix-seperatebuilddir.patch
rename meta/recipes-multimedia/libpng/{libpng_1.6.3.bb => libpng_1.6.6.bb} (62%)
rename meta/recipes-support/libbsd/{libbsd_0.5.2.bb => libbsd_0.6.0.bb} (83%)
rename meta/recipes-support/sqlite/{sqlite3_3071700.bb => sqlite3_3080002.bb} (60%)
--
1.8.3.1
next reply other threads:[~2013-10-11 15:27 UTC|newest]
Thread overview: 19+ messages / expand[flat|nested] mbox.gz Atom feed top
2013-10-11 15:27 Saul Wold [this message]
2013-10-11 15:27 ` [PATCH 01/18] kmod-native: use bswap to work on older Linux hosts Saul Wold
2013-10-11 15:27 ` [PATCH 02/18] sqlite3: update to version 3.8.0.1 Saul Wold
2013-10-11 15:27 ` [PATCH 03/18] xz: Add nativesdk for Python3 nativesdk dependency Saul Wold
2013-10-11 15:27 ` [PATCH 04/18] cups: upgrade to 1.6.4 Saul Wold
2013-10-11 15:27 ` [PATCH 05/18] desktop-file-utils-native: upgrade to 0.22 Saul Wold
2013-10-11 15:27 ` [PATCH 06/18] libbsd: upgrade to 0.6.0 Saul Wold
2013-10-11 15:27 ` [PATCH 07/18] man-pages: upgrade to 3.54 Saul Wold
2013-10-11 15:27 ` [PATCH 08/18] rsync: upgrade to 3.1.0 Saul Wold
2013-10-11 15:27 ` [PATCH 09/18] util-macros: upgrade to 1.17.1 Saul Wold
2013-10-11 15:27 ` [PATCH 10/18] file: Update to 5.15 Saul Wold
2013-10-11 15:27 ` [PATCH 11/18] tzcode: Update to 2013g Saul Wold
2013-10-11 15:27 ` [PATCH 12/18] tzdata: " Saul Wold
2013-10-11 15:27 ` [PATCH 13/18] lsbinitscripts: Update to 9.50 Saul Wold
2013-10-11 15:27 ` [PATCH 14/18] libpng: Update to 1.6.6 Saul Wold
2013-10-11 15:27 ` [PATCH 15/18] sqlite3: update to 3.8.0.2 Saul Wold
2013-10-11 15:27 ` [PATCH 16/18] kconfig-frontends: Update to 3.11.0.0 Saul Wold
2013-10-11 15:27 ` [PATCH 17/18] kmod: Add patch to fix seperate build dir of ptest Saul Wold
2013-10-11 15:27 ` [PATCH 18/18] kmod: Update to Rev 15 via git 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.1381505051.git.sgw@linux.intel.com \
--to=sgw@linux.intel.com \
--cc=maxin.john@enea.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