[meta-virtualization] [meta-cloud-services][meta-openstack][PATCH] Add necessary dependencies to get salt running on a clean install

Dhananjay Sathe dhananjaysathe at gmail.com
Fri Aug 19 02:18:38 PDT 2016


From: Dhananjay Sathe <dhananjay.sathe at rapyuta-robotics.com>

The python package on yocto is broken into a number of smaller packages (http://git.yoctoproject.org/cgit.cgi/poky/plain/meta/recipes-devtools/python/python-2.7-manifest.inc)
To get salt running on a clean device i found it necessary to install the following packages
 * python-resource
 * python-unixadmin
 * python-profile
 * python-terminal
---
 meta-openstack/recipes-support/salt/salt_2016.3.0.bb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta-openstack/recipes-support/salt/salt_2016.3.0.bb b/meta-openstack/recipes-support/salt/salt_2016.3.0.bb
index 7024f42..7e2f246 100644
--- a/meta-openstack/recipes-support/salt/salt_2016.3.0.bb
+++ b/meta-openstack/recipes-support/salt/salt_2016.3.0.bb
@@ -102,7 +102,7 @@ INITSCRIPT_PARAMS_${PN}-minion = "defaults"
 SUMMARY_${PN}-common = "shared libraries that salt requires for all packages"
 DESCRIPTION_${PN}-common ="${DESCRIPTION_COMMON} This particular package provides shared libraries that \
 salt-master, salt-minion, and salt-syndic require to function."
-RDEPENDS_${PN}-common = "python (>= 2.7.5-5) python (< 2.8) python-dateutil python-jinja2 python-pyyaml python-requests (>= 1.0.0) python-tornado (>= 4.2.1)"
+RDEPENDS_${PN}-common = "python (>= 2.7.5-5) python (< 2.8) python-dateutil python-jinja2 python-pyyaml python-resource python-unixadmin python-profile python-terminal python-requests (>= 1.0.0) python-tornado (>= 4.2.1)"
 RRECOMMENDS_${PN}-common = "lsb python-futures"
 RSUGGESTS_${PN}-common = "python-mako python-git"
 RCONFLICTS_${PN}-common = "python-mako (< 0.7.0)"
--
2.7.4



More information about the meta-virtualization mailing list