From e5a56f328d34b9ec3ee9b3db383e6520e482556a Mon Sep 17 00:00:00 2001 From: Mark Hatle Date: Sat, 7 Mar 2020 03:37:19 +0000 Subject: lopper: Add runtime dependency of python3-dtc Signed-off-by: Mark Hatle --- meta-xilinx-bsp/recipes-kernel/lopper/lopper.bb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/meta-xilinx-bsp/recipes-kernel/lopper/lopper.bb b/meta-xilinx-bsp/recipes-kernel/lopper/lopper.bb index 84b254d4..99325465 100644 --- a/meta-xilinx-bsp/recipes-kernel/lopper/lopper.bb +++ b/meta-xilinx-bsp/recipes-kernel/lopper/lopper.bb @@ -4,6 +4,8 @@ SECTION = "bootloader" LICENSE = "BSD-3-Clause" DEPENDS += "python3-dtc" +RDEPENDS_${PN} += "python3-dtc" + SRC_URI = "git://gitenterprise.xilinx.com/brucea/lopper.git" LIC_FILES_CHKSUM = "file://LICENSE.md;md5=fe0b8a4beea8f0813b606d15a3df3d3c" -- cgit v1.2.3-54-g00ecf