[OE-core] [PATCH 0/3] Recipe upgrades - e2fsprogs and libpam
Scott Garman
scott.a.garman at intel.com
Fri Jan 13 23:29:48 UTC 2012
Hello,
NOTE: This pull request needs Enrico Scholz's bitbake.conf commit
(Subject: bitbake.conf: search /lib for -native builds) to work
properly. Otherwise tune2fs will complain about an unresolved
symbol when manipulating the rootfs journal during do_rootfs for
an ext3 rootfs).
This pull request includes two recipe upgrades, e2fsprogs and libpam.
They have been build-tested for all of our qemu architectures.
I've also included distro_tracking updates for chrpath and libevent,
which were upgraded about a week ago, but I had forgotten to include
with that pull request.
Finally, this also includes a distro_tracking manual check update for
expat.
Scott
The following changes since commit bd047935305c872b565f30b46c94b7077e5fb3a2:
patch.bbclass: Ensure the DATE and SRCDATE variable exclusions apply to the correct function (2012-01-13 16:56:20 +0000)
are available in the git repository at:
git://git.pokylinux.org/poky-contrib sgarman/recipe-upgrades-jan-final
http://git.pokylinux.org/cgit.cgi/poky-contrib/log/?h=sgarman/recipe-upgrades-jan-final
Scott Garman (3):
libpam: upgrade to 1.1.5
e2fsprogs: upgrade to 1.42
distro_tracking: recipe upgrades and manual check info
.../conf/distro/include/distro_tracking_fields.inc | 40 ++++++++++--------
.../acinclude.m4 | 0
.../mkdir.patch | 0
.../quotefix.patch | 45 +++++++++----------
meta/recipes-devtools/e2fsprogs/e2fsprogs.inc | 2 +-
.../{e2fsprogs_1.41.14.bb => e2fsprogs_1.42.bb} | 7 +--
.../pam/{libpam_1.1.4.bb => libpam_1.1.5.bb} | 27 ++++++------
7 files changed, 61 insertions(+), 60 deletions(-)
rename meta/recipes-devtools/e2fsprogs/{e2fsprogs-1.41.14 => e2fsprogs-1.42}/acinclude.m4 (100%)
rename meta/recipes-devtools/e2fsprogs/{e2fsprogs-1.41.14 => e2fsprogs-1.42}/mkdir.patch (100%)
rename meta/recipes-devtools/e2fsprogs/{e2fsprogs-1.41.14 => e2fsprogs-1.42}/quotefix.patch (40%)
rename meta/recipes-devtools/e2fsprogs/{e2fsprogs_1.41.14.bb => e2fsprogs_1.42.bb} (92%)
rename meta/recipes-extended/pam/{libpam_1.1.4.bb => libpam_1.1.5.bb} (85%)
--
1.7.5.4
More information about the Openembedded-core
mailing list