[oe-commits] Tom Zanussi : perf: add perl, python to DEPENDS

git at git.openembedded.org git at git.openembedded.org
Thu Jul 12 11:53:49 UTC 2012


Module: openembedded-core.git
Branch: master
Commit: 1b40dac2c501ae8c8d812cf2866fe7917f144a19
URL:    http://git.openembedded.org/?p=openembedded-core.git&a=commit;h=1b40dac2c501ae8c8d812cf2866fe7917f144a19

Author: Tom Zanussi <tom.zanussi at intel.com>
Date:   Thu Jul 12 07:17:11 2012 +0000

perf: add perl, python to DEPENDS

perf has perl and python compile-time dependendencies, add them.

Signed-off-by: Tom Zanussi <tom.zanussi at intel.com>
Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>

---

 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 ccb7425..5bdd924 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."
 LICENSE = "GPLv2"
 LIC_FILES_CHKSUM = "file://COPYING;md5=d7810fab7487fb0aad327b76f1be7cd7"
 
-PR = "r3"
+PR = "r4"
 
 require perf.inc
 
 BUILDPERF_libc-uclibc = "no"
 
 TUI_DEPENDS = "${@perf_feature_enabled('perf-tui', 'libnewt', '',d)}"
+SCRIPTING_DEPENDS = "${@perf_feature_enabled('perf-scripting', 'perl python', '',d)}"
 
 DEPENDS = "virtual/kernel \
            virtual/${MLPREFIX}libc \
            ${MLPREFIX}elfutils \
            ${MLPREFIX}binutils \
            ${TUI_DEPENDS} \
+           ${SCRIPTING_DEPENDS} \
           "
 
 SCRIPTING_RDEPENDS = "${@perf_feature_enabled('perf-scripting', 'perl perl-modules python', '',d)}"





More information about the Openembedded-commits mailing list