]> code.ossystems Code Review - openembedded-core.git/commitdiff
linux-wrs: perf needs python and perl at runtime, not buildtime
authorRichard Purdie <rpurdie@linux.intel.com>
Mon, 9 Aug 2010 17:04:09 +0000 (18:04 +0100)
committerRichard Purdie <rpurdie@linux.intel.com>
Mon, 9 Aug 2010 17:04:09 +0000 (18:04 +0100)
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
meta/packages/linux/linux-wrs_git.bb

index fd9822f78fa34d9d155f3d3a96329e5b472ee29f..2095e3f477bbdafcb7fc6f6f752e44bc97d4d524 100644 (file)
@@ -127,5 +127,4 @@ addtask install_perf after do_install before do_package do_deploy
 
 do_compile_perf[depends] =  "virtual/libc:do_populate_sysroot"
 do_compile_perf[depends] =+ "elfutils:do_populate_sysroot"
-do_compile_perf[depends] =+ "perl:do_populate_sysroot"
-do_compile_perf[depends] =+ "python:do_populate_sysroot"
+RDEPENDS_perf += "python perl"