From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from masterfoo.zenlinux.com ([207.192.74.254]) by linuxtogo.org with esmtp (Exim 4.72) (envelope-from ) id 1Rlqgi-0003nC-2f for openembedded-core@lists.openembedded.org; Sat, 14 Jan 2012 00:37:36 +0100 Received: from localhost (c-76-115-40-64.hsd1.or.comcast.net [76.115.40.64]) (using TLSv1 with cipher DHE-RSA-AES128-SHA (128/128 bits)) (No client certificate requested) by masterfoo.zenlinux.com (Postfix) with ESMTP id 8D0AA2FF7F for ; Fri, 13 Jan 2012 18:29:55 -0500 (EST) From: Scott Garman To: openembedded-core@lists.openembedded.org Date: Fri, 13 Jan 2012 15:29:48 -0800 Message-Id: X-Mailer: git-send-email 1.7.5.4 X-MasterFoo-MailScanner-Information: Please contact the ISP for more information X-MailScanner-ID: 8D0AA2FF7F.3E954 X-MasterFoo-MailScanner: Found to be clean X-MasterFoo-MailScanner-SpamCheck: not spam X-MasterFoo-MailScanner-From: scott.a.garman@intel.com X-Spam-Status: No Subject: [PATCH 0/3] Recipe upgrades - e2fsprogs and libpam X-BeenThere: openembedded-core@lists.openembedded.org X-Mailman-Version: 2.1.11 Precedence: list Reply-To: Patches and discussions about the oe-core layer List-Id: Patches and discussions about the oe-core layer List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 13 Jan 2012 23:37:36 -0000 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