From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail.windriver.com (mail.windriver.com [147.11.1.11]) by mx1.pokylinux.org (Postfix) with ESMTP id 0B24E4C8121F for ; Sat, 14 May 2011 04:54:28 -0500 (CDT) Received: from ALA-HCA.corp.ad.wrs.com (ala-hca [147.11.189.40]) by mail.windriver.com (8.14.3/8.14.3) with ESMTP id p4E9sLPp027273 (version=TLSv1/SSLv3 cipher=AES128-SHA bits=128 verify=FAIL); Sat, 14 May 2011 02:54:21 -0700 (PDT) Received: from localhost (128.224.163.157) by ALA-HCA.corp.ad.wrs.com (147.11.189.50) with Microsoft SMTP Server (TLS) id 14.1.255.0; Sat, 14 May 2011 02:54:21 -0700 Message-ID: Old-Date: Sat, 14 May 2011 17:48:29 +0800 Date: Sat, 14 May 2011 17:53:29 +0800 To: , From: Kang Kai MIME-Version: 1.0 X-Originating-IP: [128.224.163.157] Cc: poky@yoctoproject.org Subject: [PATCH 0/4] Add some packages for LSB test V2 X-BeenThere: poky@yoctoproject.org X-Mailman-Version: 2.1.13 Precedence: list List-Id: Poky build system developer discussion List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 14 May 2011 09:54:29 -0000 Content-Type: text/plain From: Kang Kai Hi Saul, I update the foomatic patch with ${bindir} according to your suggestion Because gettext is splitted, so add gettext-runtime to provide command gettext. Add libxml-sax-perl to help creating olver test report. Add foomatic-filters to lsb image. Recreate locale fr_FR to pass LSB libstdc++ test. Pull URL: git://git.pokylinux.org/poky-contrib.git Branch: kangkai/distro Browse: http://git.pokylinux.org/cgit.cgi/poky-contrib/log/?h=kangkai/distro Thanks, Kang Kai --- Kang Kai (4): libxml-sax-perl: added to create LSB olver test report foomatic-filters: add a link to pass LSB printing test task-core-lsb: add packages into lsb image lsbsetup: recreate locale fr_FR .../foomatic/foomatic-filters_4.0.7.bb | 9 ++++++- meta/recipes-extended/lsb/lsbsetup/LSB_Setup.sh | 1 + meta/recipes-extended/lsb/lsbsetup_0.9.bb | 2 +- .../perl/libxml-namespacesupport-perl_1.11.bb | 22 ++++++++++++++++ meta/recipes-extended/perl/libxml-sax-perl_0.96.bb | 26 ++++++++++++++++++++ meta/recipes-extended/tasks/task-core-lsb.bb | 5 +++- 6 files changed, 62 insertions(+), 3 deletions(-) create mode 100644 meta/recipes-extended/perl/libxml-namespacesupport-perl_1.11.bb create mode 100644 meta/recipes-extended/perl/libxml-sax-perl_0.96.bb