From: Manuel Bachmann <mbc@iot.bzh>
Date: Fri, 13 Nov 2015 08:47:16 +0000 (+0000)
Subject: AMB (automotive-message-broker): depend on python-misc/json
X-Git-Tag: albacore_1.0~21
X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=commitdiff_plain;h=9494cf383ad66063fcbc58f9c36fa9e48f479f5e;p=AGL%2Fmeta-agl.git

AMB (automotive-message-broker): depend on python-misc/json

AMB provides utility scripts ("amb-get", "amb-set"...)
depending on the Python "argparse" and "json" modules. Add
corresponding packages as runtime dependencies.

Change-Id: Ic41d89a0aa0a45c6ab481753d66739786f61dee4
Signed-off-by: Manuel Bachmann <mbc@iot.bzh>
---

diff --git a/meta-ivi-common/recipes-automotive/automotive-message-broker/automotive-message-broker_git.bb b/meta-ivi-common/recipes-automotive/automotive-message-broker/automotive-message-broker_git.bb
index 324fa26f0..7c49e6cfb 100644
--- a/meta-ivi-common/recipes-automotive/automotive-message-broker/automotive-message-broker_git.bb
+++ b/meta-ivi-common/recipes-automotive/automotive-message-broker/automotive-message-broker_git.bb
@@ -20,6 +20,7 @@ PV = "0.12+git${SRCPV}"
 #
 #DEPENDS = "glib-2.0 util-linux sqlite3 qtbase boost json-c libtool gpsd"
 DEPENDS = "glib-2.0 util-linux sqlite3 boost json-c libtool"
+RDEPENDS_${PN} = "python-misc python-json"
 
 SRC_URI = "git://github.com/otcshare/automotive-message-broker.git"
 SRCREV = "ac3fe53327a13afc571efe079a31a0472ea285a3"