diff options
author | 2014-08-20 16:00:00 -0400 | |
---|---|---|
committer | 2014-08-20 16:04:07 -0400 | |
commit | 0d96f4e563f84528aa70c3e67ca081c817dc59e8 (patch) | |
tree | bc94f89c0533a85c57d5fd9f028d56fd0d69a89e | |
parent | cd14f7c2d470d70d32381bd271f41eb9747598a3 (diff) | |
download | meta-cloud-services-0d96f4e563f84528aa70c3e67ca081c817dc59e8.tar.gz meta-cloud-services-0d96f4e563f84528aa70c3e67ca081c817dc59e8.tar.bz2 meta-cloud-services-0d96f4e563f84528aa70c3e67ca081c817dc59e8.zip |
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 e3174fb5..9903b949 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" PR = "r0" SRCNAME = "nova" -FILESEXTRAPATHS := "${THISDIR}/${PN}" +FILESEXTRAPATHS_append := "${THISDIR}/${PN}" SRC_URI = "git://github.com/openstack/${SRCNAME}.git;branch=stable/havana \ file://0001-nova-api-paste.ini-make-controller-IP-configurable.patch \ |