From: Kang Kai <Kai.Kang@windriver.com>
To: Martin Jansa <martin.jansa@gmail.com>
Cc: openembedded-core@lists.openembedded.org, Zhenfeng.Zhao@windriver.com
Subject: Re: [PATCH 9/9] task-core-lsb.bbappend: add bbappend file
Date: Wed, 5 Sep 2012 16:46:38 +0800 [thread overview]
Message-ID: <5047116E.7060405@windriver.com> (raw)
In-Reply-To: <20120905082729.GM3372@jama.jama.net>
On 2012年09月05日 16:27, Martin Jansa wrote:
> On Wed, Sep 05, 2012 at 03:32:48PM +0800, Kang Kai wrote:
>> Add file task-core-lsb.bbappend. Packages added in layer meta-lsb should
>> put in this file.
>>
>> Add package wget and perl modules.
>>
>> LSB needs wget to download packages. But wget provided by busybox doesn't
>> support some options such as '-N'.
>>
>> LSB perl test 4.1.6-2 case all/tst_perlModPresent.pl,
>> ../lib/Class/ISA/t/00_about_verbose and
>> ../lib/Class/ISA/t/01_old_junk.t
>> fail because of lack of these modules, add them to make test pass.
>>
>> [Yocto #3030 #3031]
> This probably needs to be renamed to packagegroup already, current
> master has
> ./meta/recipes-extended/packagegroups/packagegroup-core-lsb.bb
Thanks.
Miss the update, recall this patch.
Regards,
Kai
>
>> Signed-off-by: Kang Kai<kai.kang@windriver.com>
>> ---
>> meta-lsb/recipes-core/tasks/task-core-lsb.bbappend | 15 +++++++++++++++
>> 1 files changed, 15 insertions(+), 0 deletions(-)
>> create mode 100644 meta-lsb/recipes-core/tasks/task-core-lsb.bbappend
>>
>> diff --git a/meta-lsb/recipes-core/tasks/task-core-lsb.bbappend b/meta-lsb/recipes-core/tasks/task-core-lsb.bbappend
>> new file mode 100644
>> index 0000000..f964481
>> --- /dev/null
>> +++ b/meta-lsb/recipes-core/tasks/task-core-lsb.bbappend
>> @@ -0,0 +1,15 @@
>> +#
>> +# Copyright (c) 2012 Wind River Systems, Inc.
>> +#
>> +
>> +RDEPENDS_task-core-lsb-command-add_append += "wget"
>> +
>> +RDEPENDS_task-core-lsb-runtime-add_append += "\
>> + libclass-isa-perl \
>> + libenv-perl \
>> + libdumpvalue-perl \
>> + libfile-checktree-perl \
>> + libi18n-collate-perl \
>> + libpod-plainer-perl"
>> +
>> +
>> --
>> 1.7.5.4
>>
>>
>> _______________________________________________
>> Openembedded-core mailing list
>> Openembedded-core@lists.openembedded.org
>> http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-core
prev parent reply other threads:[~2012-09-05 8:58 UTC|newest]
Thread overview: 12+ messages / expand[flat|nested] mbox.gz Atom feed top
2012-09-05 7:32 [PATCH 0/9] V2: Patches for LSB perl test Kang Kai
2012-09-05 7:32 ` [PATCH 1/9] meta-lsb: add layer meta-lsb Kang Kai
2012-09-05 7:32 ` [PATCH 2/9] libclass-isa-perl: add it Kang Kai
2012-09-05 7:32 ` [PATCH 3/9] perl: package modules Pod-Html and Tie-Hash-NamedCapture Kang Kai
2012-09-05 7:32 ` [PATCH 4/9] libpod-plainer-perl: add it Kang Kai
2012-09-05 7:32 ` [PATCH 5/9] libdumpvalue-perl: " Kang Kai
2012-09-05 7:32 ` [PATCH 6/9] libenv-perl: " Kang Kai
2012-09-05 7:32 ` [PATCH 7/9] libfile-checktree-perl: " Kang Kai
2012-09-05 7:32 ` [PATCH 8/9] libi18n-collate-perl: " Kang Kai
2012-09-05 7:32 ` [PATCH 9/9] task-core-lsb.bbappend: add bbappend file Kang Kai
2012-09-05 8:27 ` Martin Jansa
2012-09-05 8:46 ` Kang Kai [this message]
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=5047116E.7060405@windriver.com \
--to=kai.kang@windriver.com \
--cc=Zhenfeng.Zhao@windriver.com \
--cc=martin.jansa@gmail.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