From d496e517c181bfb8474b0ab83708f284fe25d22a Mon Sep 17 00:00:00 2001 From: Stefan Eichenberger Date: Mon, 31 Jul 2017 18:22:47 +0200 Subject: [PATCH] board-descriptor: add missing dependency --- recipes-core/board-descriptor/board-descriptor.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes-core/board-descriptor/board-descriptor.bb b/recipes-core/board-descriptor/board-descriptor.bb index 12cdcff..59284ac 100644 --- a/recipes-core/board-descriptor/board-descriptor.bb +++ b/recipes-core/board-descriptor/board-descriptor.bb @@ -7,7 +7,7 @@ LICENSE = "GPLv2+" LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/GPL-2.0;md5=801f80980d171dd6425610833a22dbe6" PR = "r0" -RDEPENDS_${PN} = "python-json" +RDEPENDS_${PN} = "python-json python-textutils" SRC_URI = " \ file://bd.py \