From: Manuel Bachmann Date: Wed, 9 Dec 2015 11:47:46 +0000 (+0000) Subject: AMB (automotive-message-broker): RDEPEND on python-curses X-Git-Tag: albacore_1.0~9 X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?p=AGL%2Fmeta-agl.git;a=commitdiff_plain;h=b5da3c56430f886e2e58e1e49e9ddeec38397650 AMB (automotive-message-broker): RDEPEND on python-curses Current RDEPENDS are OK for "amb-get, amb-set, ..." utils, but they are deprecated in favor of "ambctl". This one depends on python-curses, thus add it to make it work. Change-Id: Ibbc8d0a0c71c68cdf3315c9fe86f8e257dc8ebff Signed-off-by: Manuel Bachmann --- 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 77f14a02d..dee6f5980 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 @@ -11,7 +11,7 @@ CMAKE_QT5_CLASS = "${@bb.utils.contains('BBFILE_COLLECTIONS','qt5-layer','cmake_ inherit cmake systemd ${CMAKE_QT5_CLASS} DEPENDS = "glib-2.0 util-linux sqlite3 boost json-c libtool" -RDEPENDS_${PN} = "python-misc python-json" +RDEPENDS_${PN} = "python-misc python-json python-curses" PACKAGECONFIG ??= " use_gps \ ${@bb.utils.contains('BBFILE_COLLECTIONS','qt5-layer','use_qt5','', d)} \