summaryrefslogtreecommitdiffstats
path: root/meta-xilinx-bsp
diff options
context:
space:
mode:
authorMark Hatle <mark.hatle@xilinx.com>2020-03-07 03:37:19 +0000
committerMark Hatle <mark.hatle@xilinx.com>2020-03-09 20:13:10 +0000
commite5a56f328d34b9ec3ee9b3db383e6520e482556a (patch)
tree993e117f9975c09c613d04cff81e071c6824a323 /meta-xilinx-bsp
parent8e35dad452bcf929a49c9e0e71e2f1fd8a547810 (diff)
downloadmeta-xilinx-e5a56f328d34b9ec3ee9b3db383e6520e482556a.tar.gz
lopper: Add runtime dependency of python3-dtc
Signed-off-by: Mark Hatle <mark.hatle@xilinx.com>
Diffstat (limited to 'meta-xilinx-bsp')
-rw-r--r--meta-xilinx-bsp/recipes-kernel/lopper/lopper.bb2
1 files changed, 2 insertions, 0 deletions
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"
4LICENSE = "BSD-3-Clause" 4LICENSE = "BSD-3-Clause"
5DEPENDS += "python3-dtc" 5DEPENDS += "python3-dtc"
6 6
7RDEPENDS_${PN} += "python3-dtc"
8
7SRC_URI = "git://gitenterprise.xilinx.com/brucea/lopper.git" 9SRC_URI = "git://gitenterprise.xilinx.com/brucea/lopper.git"
8 10
9LIC_FILES_CHKSUM = "file://LICENSE.md;md5=fe0b8a4beea8f0813b606d15a3df3d3c" 11LIC_FILES_CHKSUM = "file://LICENSE.md;md5=fe0b8a4beea8f0813b606d15a3df3d3c"