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:00:00 -0400 |
| commit | a7b3a9be3db8123bc9802bf267d3dd888f1695f2 (patch) | |
| tree | e0aa202bc97eeca3918cbd62d75fb6fb11e342cf /meta-openstack/recipes-devtools/python/python-nova_git.bb | |
| parent | 7b6330cd51d5e9049b52911d8dd463a1a83302c0 (diff) | |
| download | meta-cloud-services-a7b3a9be3db8123bc9802bf267d3dd888f1695f2.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>
Diffstat (limited to 'meta-openstack/recipes-devtools/python/python-nova_git.bb')
| -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 07dac6a..56209b8 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=master \ | 14 | SRC_URI = "git://github.com/openstack/${SRCNAME}.git;branch=master \ |
| 15 | file://nova-add-migrate.cfg-to-the-MANIFEST.patch \ | 15 | file://nova-add-migrate.cfg-to-the-MANIFEST.patch \ |
