From e82919213b8cfab41e9a2e4e966276b992636396 Mon Sep 17 00:00:00 2001 From: John Klug Date: Tue, 25 Feb 2020 16:47:57 -0600 Subject: radio-cmd not building due to run time dependency on libjsoncpp.so --- recipes-support/multitech/radio-cmd_0.6.bb | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/recipes-support/multitech/radio-cmd_0.6.bb b/recipes-support/multitech/radio-cmd_0.6.bb index b8e5b23..77fe5dc 100644 --- a/recipes-support/multitech/radio-cmd_0.6.bb +++ b/recipes-support/multitech/radio-cmd_0.6.bb @@ -4,8 +4,9 @@ LICENSE = "GPL-2.0" LIC_FILES_CHKSUM = "file://LICENSE;md5=94d55d512a9ba36caa9b7df079bae19f" DEPENDS = "jsoncpp libmts libmts-io" +RDEPENDS_radio-cmd = "jsoncpp" -PR = "r0" +PR = "r1" SRCREV = "${PV}" SRC_URI = "git://git.multitech.net/radio-cmd;branch=master" -- cgit v1.2.3