From: Robert Yang <liezhi.yang@windriver.com>
To: Henning Heinold <henning@itconsulting-heinold.de>,
<openembedded-core@lists.openembedded.org>
Subject: Re: [PATCH 1/1] piglit: add bash to RDEPENDS_piglit
Date: Tue, 2 Sep 2014 17:57:34 +0800 [thread overview]
Message-ID: <5405948E.9050301@windriver.com> (raw)
In-Reply-To: <20140902095158.GB8525@mail.itconsulting-heinold.de>
On 09/02/2014 05:52 PM, Henning Heinold wrote:
> On Tue, Sep 02, 2014 at 02:41:49AM -0700, Robert Yang wrote:
>> Bash:
>> piglit/usr/lib/piglit/tests/asmparsertest/make_test_list.sh:#!/bin/bash
>> piglit/usr/lib/piglit/tests/asmparsertest/vp-tex.sh:#!/bin/bash
>> piglit/usr/lib/piglit/tests/spec/glsl-1.10/variable-index-read.sh:#!/bin/bash
>> piglit/usr/lib/piglit/tests/spec/glsl-1.10/variable-index-write.sh:#!/bin/bash
>> piglit/usr/lib/piglit/tests/spec/arb_shader_texture_lod/compiler/make_tex_lod_tests.sh:#!/bin/bash
>> piglit/usr/lib/piglit/tests/spec/glsl-1.20/execution/outerProduct-const.sh:#!/bin/bash
>> piglit/usr/lib/piglit/tests/spec/glsl-1.20/execution/outerProduct.sh:#!/bin/bash
>> piglit/usr/lib/piglit/tests/spec/glsl-1.20/compiler/built-in-functions/outerProduct-invalid-parameters.sh:#!/bin/bash
>> piglit/usr/lib/piglit/tests/glslparsertest/glsl2/make_tex_lod_tests.sh:#!/bin/bash
>> piglit/usr/lib/piglit/tests/glslparsertest/glsl2/make_tex_rect_tests.sh:#!/bin/bash
>>
>> The bash scripts are in the tests directory, we had planned to move the
>> tests into the ptest pkg, but that would make piglit unusable without
>> installing piglit-ptest.
>>
>> Signed-off-by: Robert Yang <liezhi.yang@windriver.com>
>> ---
>> meta/recipes-graphics/piglit/piglit_git.bb | 5 ++++-
>> 1 file changed, 4 insertions(+), 1 deletion(-)
>>
>> diff --git a/meta/recipes-graphics/piglit/piglit_git.bb b/meta/recipes-graphics/piglit/piglit_git.bb
>> index 5c013ef..f468120 100644
>> --- a/meta/recipes-graphics/piglit/piglit_git.bb
>> +++ b/meta/recipes-graphics/piglit/piglit_git.bb
>> @@ -45,4 +45,7 @@ do_install() {
>>
>> FILES_${PN}-dbg += "${libdir}/piglit/*/.debug/"
>>
>> -RDEPENDS_${PN} = "python waffle python-json python-subprocess python-multiprocessing python-textutils python-netserver python-shell mesa-demos"
>> +RDEPENDS_${PN} = "python waffle python-json python-subprocess \
>> + python-multiprocessing python-textutils python-netserver python-shell \
>> + mesa-demos bash \
>> + "
>> --
>
> Hi Robert,
>
> how about to split out the tests into an extra package and let the package depends on bash?
That was the initial plan, but it didn't work as Ross commented, please
see this thread for more info:
http://lists.openembedded.org/pipermail/openembedded-core/2014-August/096438.html
// Robert
>
> Bye Henning
>
next prev parent reply other threads:[~2014-09-02 9:57 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-09-02 9:41 [PATCH 0/1] piglit: add bash to RDEPENDS_piglit Robert Yang
2014-09-02 9:41 ` [PATCH 1/1] " Robert Yang
2014-09-02 9:52 ` Henning Heinold
2014-09-02 9:57 ` Robert Yang [this message]
2014-09-02 10:18 ` Burton, Ross
2014-09-02 10:19 ` Burton, Ross
2014-09-02 11:17 ` Robert Yang
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=5405948E.9050301@windriver.com \
--to=liezhi.yang@windriver.com \
--cc=henning@itconsulting-heinold.de \
--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