diff options
author | Manuel Bachmann <mbc@iot.bzh> | 2015-11-13 08:47:16 +0000 |
---|---|---|
committer | Manuel Bachmann <mbc@iot.bzh> | 2015-11-13 09:57:27 +0000 |
commit | 9494cf383ad66063fcbc58f9c36fa9e48f479f5e (patch) | |
tree | 4ce0824ec52e4dc08536ac2d1f91a8c94a0d708d /meta-ivi-common/recipes-automotive/automotive-message-broker/automotive-message-broker_git.bb | |
parent | 9de2f871c04c5c49dcb39c38e2c87d84a6e2741e (diff) |
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>
Diffstat (limited to 'meta-ivi-common/recipes-automotive/automotive-message-broker/automotive-message-broker_git.bb')
-rw-r--r-- | meta-ivi-common/recipes-automotive/automotive-message-broker/automotive-message-broker_git.bb | 1 |
1 files changed, 1 insertions, 0 deletions
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" |