From 64a5e0f27da75d27309eb097c6da6bad40ba7c12 Mon Sep 17 00:00:00 2001 From: Mark Asselstine Date: Sat, 22 Mar 2014 12:15:27 -0400 Subject: python-neutron: remove greedy FILES_ We need to use specific filenames instead of a glob to prevent the linuxbridge and openvswitch ini files from being bundled as part of the main package as opposed to their respective packages. Without this change the FILES_ rules for the sub-packages are not effective and the resulting packages are not being populated as expected. Signed-off-by: Mark Asselstine --- meta-openstack/recipes-devtools/python/python-neutron_git.bb | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'meta-openstack/recipes-devtools/python/python-neutron_git.bb') diff --git a/meta-openstack/recipes-devtools/python/python-neutron_git.bb b/meta-openstack/recipes-devtools/python/python-neutron_git.bb index b44726e..cc7e593 100644 --- a/meta-openstack/recipes-devtools/python/python-neutron_git.bb +++ b/meta-openstack/recipes-devtools/python/python-neutron_git.bb @@ -119,7 +119,9 @@ FILES_${SRCNAME} = " \ ${bindir}/neutron-debug \ ${bindir}/neutron-netns-cleanup \ ${bindir}/neutron-ovs-cleanup \ - ${sysconfdir}/${SRCNAME}/* \ + ${sysconfdir}/${SRCNAME}/policy.json \ + ${sysconfdir}/${SRCNAME}/neutron.conf \ + ${sysconfdir}/${SRCNAME}/api-paste.ini \ ${localstatedir}/* \ " -- cgit v1.2.3-54-g00ecf