summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/bootchart2/bootchart2_0.14.9.bb
diff options
context:
space:
mode:
authorMarek Vasut <marex@denx.de>2022-01-16 04:42:46 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2022-01-17 11:49:12 +0000
commitbf28cf6825603416ba5f23634fc1b67e5914dd24 (patch)
tree291007aed0d0f07cba815667773d7f450d1ab328 /meta/recipes-devtools/bootchart2/bootchart2_0.14.9.bb
parent85b520587c127d39386d9c32f8cdf5cf70c42eeb (diff)
downloadpoky-bf28cf6825603416ba5f23634fc1b67e5914dd24.tar.gz
bootchart2: Add missing python3-math dependency
Without this dependency, generating the bootchart may fail with: " ModuleNotFoundError: No module named 'random' " (From OE-Core rev: 487e9f16a00f895159b79f1865fe8b626b47ddc2) Signed-off-by: Marek Vasut <marex@denx.de> Cc: Mingli Yu <mingli.yu@windriver.com> Cc: Richard Purdie <richard.purdie@linuxfoundation.org> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools/bootchart2/bootchart2_0.14.9.bb')
-rw-r--r--meta/recipes-devtools/bootchart2/bootchart2_0.14.9.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-devtools/bootchart2/bootchart2_0.14.9.bb b/meta/recipes-devtools/bootchart2/bootchart2_0.14.9.bb
index 87f7631ddc..f0349dacf0 100644
--- a/meta/recipes-devtools/bootchart2/bootchart2_0.14.9.bb
+++ b/meta/recipes-devtools/bootchart2/bootchart2_0.14.9.bb
@@ -151,7 +151,7 @@ do_install () {
151 151
152PACKAGES =+ "pybootchartgui" 152PACKAGES =+ "pybootchartgui"
153FILES:pybootchartgui += "${PYTHON_SITEPACKAGES_DIR}/pybootchartgui ${bindir}/pybootchartgui" 153FILES:pybootchartgui += "${PYTHON_SITEPACKAGES_DIR}/pybootchartgui ${bindir}/pybootchartgui"
154RDEPENDS:pybootchartgui = "python3-pycairo python3-compression python3-image python3-shell python3-compression python3-codecs" 154RDEPENDS:pybootchartgui = "python3-pycairo python3-compression python3-image python3-math python3-shell python3-compression python3-codecs"
155RDEPENDS:${PN}:class-target += "${@bb.utils.contains('DISTRO_FEATURES', 'sysvinit', 'sysvinit-pidof', 'procps', d)}" 155RDEPENDS:${PN}:class-target += "${@bb.utils.contains('DISTRO_FEATURES', 'sysvinit', 'sysvinit-pidof', 'procps', d)}"
156RDEPENDS:${PN}:class-target += "lsb-release" 156RDEPENDS:${PN}:class-target += "lsb-release"
157DEPENDS:append:class-native = " python3-pycairo-native" 157DEPENDS:append:class-native = " python3-pycairo-native"