diff options
| author | Adrian Dudau <adrian.dudau@enea.com> | 2017-07-31 13:30:04 +0200 |
|---|---|---|
| committer | Adrian Dudau <adrian.dudau@enea.com> | 2017-07-31 13:30:04 +0200 |
| commit | d7ea9ec06be99557f416af7dd27535d4abf6fc6e (patch) | |
| tree | 7dbfc6774cfb2aa3b67d2a4ccdbc4846eccc3fff /meta-openstack/recipes-devtools/python/python-oslo.serialization_git.bb | |
| parent | c3ee93d799fb291802c9c0225d665e63b4fd753c (diff) | |
| download | meta-cloud-services-d7ea9ec06be99557f416af7dd27535d4abf6fc6e.tar.gz | |
python-oslo.serialization: Use correct {PV}
The git hash corresponds to v2.13.1, which is the latest for
stable/newton.
Signed-off-by: Adrian Dudau <adrian.dudau@enea.com>
Diffstat (limited to 'meta-openstack/recipes-devtools/python/python-oslo.serialization_git.bb')
| -rw-r--r-- | meta-openstack/recipes-devtools/python/python-oslo.serialization_git.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-openstack/recipes-devtools/python/python-oslo.serialization_git.bb b/meta-openstack/recipes-devtools/python/python-oslo.serialization_git.bb index 6a747fa..494f388 100644 --- a/meta-openstack/recipes-devtools/python/python-oslo.serialization_git.bb +++ b/meta-openstack/recipes-devtools/python/python-oslo.serialization_git.bb | |||
| @@ -7,7 +7,7 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=34400b68072d710fecd0a2940a0d1658" | |||
| 7 | SRCNAME = "oslo.serialization" | 7 | SRCNAME = "oslo.serialization" |
| 8 | SRC_URI = "git://github.com/openstack/${SRCNAME}.git;branch=stable/newton" | 8 | SRC_URI = "git://github.com/openstack/${SRCNAME}.git;branch=stable/newton" |
| 9 | 9 | ||
| 10 | PV = "2.13.0+git${SRCPV}" | 10 | PV = "2.13.1+git${SRCPV}" |
| 11 | SRCREV = "be02fdbebc2d9f92a959aa34e0cb5a30934dfa0d" | 11 | SRCREV = "be02fdbebc2d9f92a959aa34e0cb5a30934dfa0d" |
| 12 | S = "${WORKDIR}/git" | 12 | S = "${WORKDIR}/git" |
| 13 | 13 | ||
