From db40c73e8dc3147df57387364d6deab773f0e004 Mon Sep 17 00:00:00 2001 From: Sid-Ali Teir Date: Sun, 18 Aug 2024 13:44:41 +0200 Subject: [PATCH] tegra-flashtools: add dependency on python3-pyyaml The tegrasign_v3 Python scripts depend on this package. Signed-off-by: Sid-Ali Teir Signed-off-by: Matt Madison --- recipes-bsp/tegra-binaries/tegra-flashtools-native_36.3.0.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes-bsp/tegra-binaries/tegra-flashtools-native_36.3.0.bb b/recipes-bsp/tegra-binaries/tegra-flashtools-native_36.3.0.bb index 5aad4a1d..ddccb997 100644 --- a/recipes-bsp/tegra-binaries/tegra-flashtools-native_36.3.0.bb +++ b/recipes-bsp/tegra-binaries/tegra-flashtools-native_36.3.0.bb @@ -21,7 +21,7 @@ COMPATIBLE_MACHINE = "" inherit_defer native INHIBIT_DEFAULT_DEPS = "1" -DEPENDS = "tegra-helper-scripts-native" +DEPENDS = "tegra-helper-scripts-native python3-pyyaml-native" do_compile[noexec] = "1"