diff options
author | Paul Eggleton <paul.eggleton@linux.intel.com> | 2013-02-04 11:29:37 +0000 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2013-02-05 11:05:50 +0100 |
commit | 26f4012c8774d94c2317d916000fbcb1452fd55e (patch) | |
tree | f291df706abcb011b5ce5109d5ff4c1fdad82c62 /meta-oe/recipes-benchmark | |
parent | d885bcc57f9271248daf81a20907c72aa8ababbc (diff) | |
download | meta-openembedded-26f4012c8774d94c2317d916000fbcb1452fd55e.tar.gz |
tiobench: use RDEPENDS correctly
Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'meta-oe/recipes-benchmark')
-rw-r--r-- | meta-oe/recipes-benchmark/tiobench/tiobench_0.3.3.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-oe/recipes-benchmark/tiobench/tiobench_0.3.3.bb b/meta-oe/recipes-benchmark/tiobench/tiobench_0.3.3.bb index 5b95ac0c9..236b91393 100644 --- a/meta-oe/recipes-benchmark/tiobench/tiobench_0.3.3.bb +++ b/meta-oe/recipes-benchmark/tiobench/tiobench_0.3.3.bb | |||
@@ -19,7 +19,7 @@ do_install() { | |||
19 | oe_runmake install | 19 | oe_runmake install |
20 | } | 20 | } |
21 | 21 | ||
22 | RDEPENDS = "\ | 22 | RDEPENDS_${PN} = "\ |
23 | perl \ | 23 | perl \ |
24 | perl-module-exporter-heavy \ | 24 | perl-module-exporter-heavy \ |
25 | perl-module-getopt-long \ | 25 | perl-module-getopt-long \ |