diff options
author | Bruce Ashfield <bruce.ashfield@windriver.com> | 2014-08-20 16:00:00 -0400 |
---|---|---|
committer | Bruce Ashfield <bruce.ashfield@windriver.com> | 2014-08-20 16:04:07 -0400 |
commit | 0d96f4e563f84528aa70c3e67ca081c817dc59e8 (patch) | |
tree | bc94f89c0533a85c57d5fd9f028d56fd0d69a89e | |
parent | cd14f7c2d470d70d32381bd271f41eb9747598a3 (diff) | |
download | meta-cloud-services-0d96f4e563f84528aa70c3e67ca081c817dc59e8.tar.gz |
nova: fix FILESEXTRAPATHS warning
convert FILESEXTRAPATHS to FILESEXTRAPATHS_append to avoid warnings from
the latest oe-core.
Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
-rw-r--r-- | meta-openstack/recipes-devtools/python/python-nova_git.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-openstack/recipes-devtools/python/python-nova_git.bb b/meta-openstack/recipes-devtools/python/python-nova_git.bb index e3174fb..9903b94 100644 --- a/meta-openstack/recipes-devtools/python/python-nova_git.bb +++ b/meta-openstack/recipes-devtools/python/python-nova_git.bb | |||
@@ -9,7 +9,7 @@ DEPENDS = "sudo libvirt" | |||
9 | PR = "r0" | 9 | PR = "r0" |
10 | SRCNAME = "nova" | 10 | SRCNAME = "nova" |
11 | 11 | ||
12 | FILESEXTRAPATHS := "${THISDIR}/${PN}" | 12 | FILESEXTRAPATHS_append := "${THISDIR}/${PN}" |
13 | 13 | ||
14 | SRC_URI = "git://github.com/openstack/${SRCNAME}.git;branch=stable/havana \ | 14 | SRC_URI = "git://github.com/openstack/${SRCNAME}.git;branch=stable/havana \ |
15 | file://0001-nova-api-paste.ini-make-controller-IP-configurable.patch \ | 15 | file://0001-nova-api-paste.ini-make-controller-IP-configurable.patch \ |