AMB (automotive-message-broker): depend on python-misc/json 43/4343/1
authorManuel Bachmann <mbc@iot.bzh>
Fri, 13 Nov 2015 08:47:16 +0000 (08:47 +0000)
committerManuel Bachmann <mbc@iot.bzh>
Fri, 13 Nov 2015 09:57:27 +0000 (09:57 +0000)
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>
meta-ivi-common/recipes-automotive/automotive-message-broker/automotive-message-broker_git.bb

index 324fa26..7c49e6c 100644 (file)
@@ -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"
 #
 #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"
 
 SRC_URI = "git://github.com/otcshare/automotive-message-broker.git"
 SRCREV = "ac3fe53327a13afc571efe079a31a0472ea285a3"