> Il giorno 13 dic 2018, alle ore 16:27, Khem Raj <raj.k...@gmail.com> ha 
> scritto:
> 
> On Thu, Dec 13, 2018 at 7:16 AM Paolo Valente <paolo.vale...@linaro.org> 
> wrote:
>> 
>> Signed-off-by: Paolo Valente <paolo.vale...@linaro.org>
>> ---
>> meta-oe/recipes-benchmark/s-suite/s-suite_git.bb | 5 +++--
>> 1 file changed, 3 insertions(+), 2 deletions(-)
>> 
>> diff --git a/meta-oe/recipes-benchmark/s-suite/s-suite_git.bb 
>> b/meta-oe/recipes-benchmark/s-suite/s-suite_git.bb
>> index 77d172814..166f3000a 100644
>> --- a/meta-oe/recipes-benchmark/s-suite/s-suite_git.bb
>> +++ b/meta-oe/recipes-benchmark/s-suite/s-suite_git.bb
>> @@ -2,7 +2,7 @@ SUMMARY = "Small collection of benchmarks for storage I/O"
>> LICENSE = "GPLv2"
>> LIC_FILES_CHKSUM = "file://COPYING;md5=b529aaa6a0c50f15d29f89609b5c22f3"
>> 
>> -SRCREV = "79698f645bfb28d0d966484ddad3a1efb562246d"
>> +SRCREV = "e2727f70ed79b5461689c062a4a66a87f1adb4ce"
>> PV = "0.0+git${SRCPV}"
>> SRC_URI = 
>> "git://github.com/Algodev-github/S.git;protocol=https;branch=master"
>> 
>> @@ -21,7 +21,8 @@ do_install() {
>>     install -m0755 ${S}/def_config_params.sh ${D}/opt/S-suite
>> }
>> 
>> -RDEPENDS_${PN} = "bash bc coreutils gawk g++ gcc fio libaio libaio-dev 
>> sysstat"
>> +RDEPENDS_${PN} = "bash bc coreutils gawk g++ gcc fio libaio libaio-dev 
>> sysstat \
>> +                 psmisc git"
> 
> why these new rdeps

psmisc is for killall, git is for ... git :)

Some weeks ago, I bumped into this missing dependencies that made the
automatic execution of a test fail on a system without either killall
or git.

If these dependencies are certainly useless for oe, then I'll remove them.

Thanks,
Paolo

>> 
>> FILES_${PN} = "/opt/S-suite/"
>> 
>> --
>> 2.16.1
>> 
>> --
>> _______________________________________________
>> Openembedded-devel mailing list
>> Openembedded-devel@lists.openembedded.org
>> http://lists.openembedded.org/mailman/listinfo/openembedded-devel

-- 
_______________________________________________
Openembedded-devel mailing list
Openembedded-devel@lists.openembedded.org
http://lists.openembedded.org/mailman/listinfo/openembedded-devel

Reply via email to