diff options
Diffstat (limited to 'meta-openstack/recipes-devtools/python/python-rally_git.bb')
-rw-r--r-- | meta-openstack/recipes-devtools/python/python-rally_git.bb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meta-openstack/recipes-devtools/python/python-rally_git.bb b/meta-openstack/recipes-devtools/python/python-rally_git.bb index 11bd331..015c34a 100644 --- a/meta-openstack/recipes-devtools/python/python-rally_git.bb +++ b/meta-openstack/recipes-devtools/python/python-rally_git.bb | |||
@@ -20,8 +20,8 @@ SRC_URI = "git://github.com/stackforge/${SRCNAME}.git;branch=master;protocol=htt | |||
20 | file://verification-subunit2json-fail-to-open-result-file.patch \ | 20 | file://verification-subunit2json-fail-to-open-result-file.patch \ |
21 | " | 21 | " |
22 | 22 | ||
23 | SRCREV="b297cf00750f263b8b5bdeb71f6952f672e87f5a" | 23 | SRCREV = "b297cf00750f263b8b5bdeb71f6952f672e87f5a" |
24 | PV="git${SRCPV}" | 24 | PV = "git${SRCPV}" |
25 | 25 | ||
26 | inherit setuptools3 update-rc.d hosts identity default_configs | 26 | inherit setuptools3 update-rc.d hosts identity default_configs |
27 | 27 | ||