From: Richard Purdie Date: Mon, 9 Aug 2010 17:04:09 +0000 (+0100) Subject: linux-wrs: perf needs python and perl at runtime, not buildtime X-Git-Tag: 2011-1~4975 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=15ecd98c5452020551472a4a7a981b0609deb537;p=openembedded-core.git linux-wrs: perf needs python and perl at runtime, not buildtime Signed-off-by: Richard Purdie --- diff --git a/meta/packages/linux/linux-wrs_git.bb b/meta/packages/linux/linux-wrs_git.bb index fd9822f78f..2095e3f477 100644 --- a/meta/packages/linux/linux-wrs_git.bb +++ b/meta/packages/linux/linux-wrs_git.bb @@ -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"