mirror of
https://git.yoctoproject.org/poky
synced 2026-09-13 00:49:33 +02:00
perf: add perl, python to DEPENDS
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>
This commit is contained in:
committed by
Richard Purdie
parent
8efb5fd8a9
commit
87fce5ef7f
@@ -9,19 +9,21 @@ as well."
|
|||||||
LICENSE = "GPLv2"
|
LICENSE = "GPLv2"
|
||||||
LIC_FILES_CHKSUM = "file://COPYING;md5=d7810fab7487fb0aad327b76f1be7cd7"
|
LIC_FILES_CHKSUM = "file://COPYING;md5=d7810fab7487fb0aad327b76f1be7cd7"
|
||||||
|
|
||||||
PR = "r3"
|
PR = "r4"
|
||||||
|
|
||||||
require perf.inc
|
require perf.inc
|
||||||
|
|
||||||
BUILDPERF_libc-uclibc = "no"
|
BUILDPERF_libc-uclibc = "no"
|
||||||
|
|
||||||
TUI_DEPENDS = "${@perf_feature_enabled('perf-tui', 'libnewt', '',d)}"
|
TUI_DEPENDS = "${@perf_feature_enabled('perf-tui', 'libnewt', '',d)}"
|
||||||
|
SCRIPTING_DEPENDS = "${@perf_feature_enabled('perf-scripting', 'perl python', '',d)}"
|
||||||
|
|
||||||
DEPENDS = "virtual/kernel \
|
DEPENDS = "virtual/kernel \
|
||||||
virtual/${MLPREFIX}libc \
|
virtual/${MLPREFIX}libc \
|
||||||
${MLPREFIX}elfutils \
|
${MLPREFIX}elfutils \
|
||||||
${MLPREFIX}binutils \
|
${MLPREFIX}binutils \
|
||||||
${TUI_DEPENDS} \
|
${TUI_DEPENDS} \
|
||||||
|
${SCRIPTING_DEPENDS} \
|
||||||
"
|
"
|
||||||
|
|
||||||
SCRIPTING_RDEPENDS = "${@perf_feature_enabled('perf-scripting', 'perl perl-modules python', '',d)}"
|
SCRIPTING_RDEPENDS = "${@perf_feature_enabled('perf-scripting', 'perl perl-modules python', '',d)}"
|
||||||
|
|||||||
Reference in New Issue
Block a user