diff options
| author | Bruce Ashfield <bruce.ashfield@windriver.com> | 2013-12-09 10:19:14 -0500 |
|---|---|---|
| committer | Bruce Ashfield <bruce.ashfield@windriver.com> | 2013-12-09 10:21:20 -0500 |
| commit | a0c214734ab594d018354c5262b653aeb428a20b (patch) | |
| tree | 24c832739c87902da2de4f945f8faa8fae465b28 /meta-openstack/recipes-devtools/python/python-ceilometerclient_git.bb | |
| parent | 03a27c5be9e82add58c8d2f02d7b0f69fe78b9c3 (diff) | |
| download | meta-cloud-services-a0c214734ab594d018354c5262b653aeb428a20b.tar.gz | |
python-*client: update PV to include client version
Rather than only using the git has for the client apis, we'll also use
the latest tagged version. This makes the mapping to pypi and capabilities
much simpler.
Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
Diffstat (limited to 'meta-openstack/recipes-devtools/python/python-ceilometerclient_git.bb')
| -rw-r--r-- | meta-openstack/recipes-devtools/python/python-ceilometerclient_git.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-openstack/recipes-devtools/python/python-ceilometerclient_git.bb b/meta-openstack/recipes-devtools/python/python-ceilometerclient_git.bb index f3848d4..c0d3df4 100644 --- a/meta-openstack/recipes-devtools/python/python-ceilometerclient_git.bb +++ b/meta-openstack/recipes-devtools/python/python-ceilometerclient_git.bb | |||
| @@ -16,7 +16,7 @@ PR = "r0" | |||
| 16 | 16 | ||
| 17 | SRC_URI = "git://github.com/openstack/python-ceilometerclient.git;branch=master" | 17 | SRC_URI = "git://github.com/openstack/python-ceilometerclient.git;branch=master" |
| 18 | 18 | ||
| 19 | PV="git${SRCPV}" | 19 | PV="1.0.6+git${SRCPV}" |
| 20 | SRCREV="067b76d9a821c3acb60d93787396d25b729a7421" | 20 | SRCREV="067b76d9a821c3acb60d93787396d25b729a7421" |
| 21 | S = "${WORKDIR}/git" | 21 | S = "${WORKDIR}/git" |
| 22 | 22 | ||
