Do not install the (empty) config files as it will conflict with the real config file installed by python-cinder package.
Signed-off-by: Tudor Florea <[email protected]> --- meta-openstack/recipes-support/tgt/tgt_git.bb | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/meta-openstack/recipes-support/tgt/tgt_git.bb b/meta-openstack/recipes-support/tgt/tgt_git.bb index 8be9fe4..b79cccc 100644 --- a/meta-openstack/recipes-support/tgt/tgt_git.bb +++ b/meta-openstack/recipes-support/tgt/tgt_git.bb @@ -22,7 +22,9 @@ do_compile() { } do_install() { - oe_runmake -e DESTDIR="${D}" install-programs install-conf install-scripts + #skip oe_runmake install-conf. The (empty) targets.conf file will confilct with + #the real file provided by python-cinder + oe_runmake -e DESTDIR="${D}" install-programs install-scripts if ${@base_contains('DISTRO_FEATURES', 'sysvinit', 'true', 'false', d)}; then install -d ${D}${sysconfdir}/init.d -- 1.9.1 -- _______________________________________________ meta-virtualization mailing list [email protected] https://lists.yoctoproject.org/listinfo/meta-virtualization
