diff options
author | Tom Zanussi <tom.zanussi@intel.com> | 2012-07-12 07:17:11 +0000 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2012-07-12 12:52:09 +0100 |
commit | eb0cb7e8234f5d2e5623406e9660be91cf52f65e (patch) | |
tree | b7fba707f2f523cc24db8101f352e251f3af3ece /meta/recipes-kernel | |
parent | 8efb5fd8a9de10f8c4433aeba4d4771f52360fad (diff) | |
download | poky-eb0cb7e8234f5d2e5623406e9660be91cf52f65e.tar.gz |
perf: add perl, python to DEPENDS1.3_M2.rc1
perf has perl and python compile-time dependendencies, add them.
(From OE-Core rev: 1b40dac2c501ae8c8d812cf2866fe7917f144a19)
Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-kernel')
-rw-r--r-- | meta/recipes-kernel/perf/perf_3.4.bb | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/meta/recipes-kernel/perf/perf_3.4.bb b/meta/recipes-kernel/perf/perf_3.4.bb index ccb7425135..5bdd924839 100644 --- a/meta/recipes-kernel/perf/perf_3.4.bb +++ b/meta/recipes-kernel/perf/perf_3.4.bb | |||
@@ -9,19 +9,21 @@ as well." | |||
9 | LICENSE = "GPLv2" | 9 | LICENSE = "GPLv2" |
10 | LIC_FILES_CHKSUM = "file://COPYING;md5=d7810fab7487fb0aad327b76f1be7cd7" | 10 | LIC_FILES_CHKSUM = "file://COPYING;md5=d7810fab7487fb0aad327b76f1be7cd7" |
11 | 11 | ||
12 | PR = "r3" | 12 | PR = "r4" |
13 | 13 | ||
14 | require perf.inc | 14 | require perf.inc |
15 | 15 | ||
16 | BUILDPERF_libc-uclibc = "no" | 16 | BUILDPERF_libc-uclibc = "no" |
17 | 17 | ||
18 | TUI_DEPENDS = "${@perf_feature_enabled('perf-tui', 'libnewt', '',d)}" | 18 | TUI_DEPENDS = "${@perf_feature_enabled('perf-tui', 'libnewt', '',d)}" |
19 | SCRIPTING_DEPENDS = "${@perf_feature_enabled('perf-scripting', 'perl python', '',d)}" | ||
19 | 20 | ||
20 | DEPENDS = "virtual/kernel \ | 21 | DEPENDS = "virtual/kernel \ |
21 | virtual/${MLPREFIX}libc \ | 22 | virtual/${MLPREFIX}libc \ |
22 | ${MLPREFIX}elfutils \ | 23 | ${MLPREFIX}elfutils \ |
23 | ${MLPREFIX}binutils \ | 24 | ${MLPREFIX}binutils \ |
24 | ${TUI_DEPENDS} \ | 25 | ${TUI_DEPENDS} \ |
26 | ${SCRIPTING_DEPENDS} \ | ||
25 | " | 27 | " |
26 | 28 | ||
27 | SCRIPTING_RDEPENDS = "${@perf_feature_enabled('perf-scripting', 'perl perl-modules python', '',d)}" | 29 | SCRIPTING_RDEPENDS = "${@perf_feature_enabled('perf-scripting', 'perl perl-modules python', '',d)}" |