mirror of
https://github.com/lingble/meta-tegra.git
synced 2025-10-29 11:32:30 +00:00
tegra-flashtools: add dependency on python3-pyyaml
The tegrasign_v3 Python scripts depend on this package. Signed-off-by: Sid-Ali Teir <sidali.teir@wavelit.io> Signed-off-by: Matt Madison <matt@madison.systems>
This commit is contained in:
committed by
Matt Madison
parent
69145eb661
commit
db40c73e8d
@@ -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"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user