mirror of
https://git.yoctoproject.org/poky
synced 2026-05-30 00:20:08 +00:00
perf: add bison and flex to DEPENDS
perf depends on bison and flex for event parsing - add them as dependencies. (From OE-Core rev: f04b0ddb7a392425ba5890026564bc3521a32c67) 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
44b8c1bb30
commit
36f054e37a
@@ -9,7 +9,7 @@ as well."
|
|||||||
LICENSE = "GPLv2"
|
LICENSE = "GPLv2"
|
||||||
LIC_FILES_CHKSUM = "file://COPYING;md5=d7810fab7487fb0aad327b76f1be7cd7"
|
LIC_FILES_CHKSUM = "file://COPYING;md5=d7810fab7487fb0aad327b76f1be7cd7"
|
||||||
|
|
||||||
PR = "r4"
|
PR = "r5"
|
||||||
|
|
||||||
require perf.inc
|
require perf.inc
|
||||||
|
|
||||||
@@ -24,6 +24,7 @@ DEPENDS = "virtual/kernel \
|
|||||||
${MLPREFIX}binutils \
|
${MLPREFIX}binutils \
|
||||||
${TUI_DEPENDS} \
|
${TUI_DEPENDS} \
|
||||||
${SCRIPTING_DEPENDS} \
|
${SCRIPTING_DEPENDS} \
|
||||||
|
bison flex \
|
||||||
"
|
"
|
||||||
|
|
||||||
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