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 | |
| 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')
8 files changed, 15 insertions, 15 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 | ||
diff --git a/meta-openstack/recipes-devtools/python/python-cinderclient_git.bb b/meta-openstack/recipes-devtools/python/python-cinderclient_git.bb index b9a353d..9b8ed60 100644 --- a/meta-openstack/recipes-devtools/python/python-cinderclient_git.bb +++ b/meta-openstack/recipes-devtools/python/python-cinderclient_git.bb | |||
| @@ -10,14 +10,14 @@ SRCNAME = "python-cinderclient" | |||
| 10 | 10 | ||
| 11 | SRC_URI = "git://github.com/openstack/python-cinderclient.git;branch=master" | 11 | SRC_URI = "git://github.com/openstack/python-cinderclient.git;branch=master" |
| 12 | 12 | ||
| 13 | PV="git${SRCPV}" | 13 | PV="1.0.7+git${SRCPV}" |
| 14 | SRCREV="bdd560b3c02ea0a013ed4b7e7641c6240f3b602f" | 14 | SRCREV="8fc5ae480eafffc7e1bea046ad9b8e06350b008e" |
| 15 | S = "${WORKDIR}/git" | 15 | S = "${WORKDIR}/git" |
| 16 | 16 | ||
| 17 | inherit setuptools | 17 | inherit setuptools |
| 18 | 18 | ||
| 19 | RDEPENDS_${PN} += "python-prettytable \ | 19 | RDEPENDS_${PN} += "python-prettytable \ |
| 20 | python-simplejson \ | 20 | python-simplejson \ |
| 21 | python-requests \ | 21 | python-requests \ |
| 22 | python-setuptools-git \ | 22 | python-setuptools-git \ |
| 23 | " | 23 | " |
diff --git a/meta-openstack/recipes-devtools/python/python-glanceclient_git.bb b/meta-openstack/recipes-devtools/python/python-glanceclient_git.bb index 7f6ae59..9b8cbcd 100644 --- a/meta-openstack/recipes-devtools/python/python-glanceclient_git.bb +++ b/meta-openstack/recipes-devtools/python/python-glanceclient_git.bb | |||
| @@ -5,8 +5,8 @@ LICENSE = "Apache-2.0" | |||
| 5 | LIC_FILES_CHKSUM = "file://LICENSE;md5=34400b68072d710fecd0a2940a0d1658" | 5 | LIC_FILES_CHKSUM = "file://LICENSE;md5=34400b68072d710fecd0a2940a0d1658" |
| 6 | DEPENDS = "gmp" | 6 | DEPENDS = "gmp" |
| 7 | 7 | ||
| 8 | SRCREV = "741c15f9633f642aa2e52de10b8eb65d6a8c9ecb" | 8 | SRCREV = "cd7f2cbd79df54ea41d9a075d904efc82bdcb440" |
| 9 | PV = "0.9.0+gitr${SRCREV}" | 9 | PV = "0.12.0+gitr${SRCREV}" |
| 10 | PR = "0" | 10 | PR = "0" |
| 11 | 11 | ||
| 12 | SRC_URI = "git://github.com/openstack/${PN}.git;protocol=https" | 12 | SRC_URI = "git://github.com/openstack/${PN}.git;protocol=https" |
diff --git a/meta-openstack/recipes-devtools/python/python-heatclient_git.bb b/meta-openstack/recipes-devtools/python/python-heatclient_git.bb index 435ab1f..3316cf9 100644 --- a/meta-openstack/recipes-devtools/python/python-heatclient_git.bb +++ b/meta-openstack/recipes-devtools/python/python-heatclient_git.bb | |||
| @@ -16,7 +16,7 @@ PR = "r0" | |||
| 16 | 16 | ||
| 17 | SRC_URI = "git://github.com/openstack/python-heatclient.git;branch=master" | 17 | SRC_URI = "git://github.com/openstack/python-heatclient.git;branch=master" |
| 18 | 18 | ||
| 19 | PV="git${SRCPV}" | 19 | PV="0.2.5+git${SRCPV}" |
| 20 | SRCREV="30032302f359985335d50e80abb03ba901143168" | 20 | SRCREV="30032302f359985335d50e80abb03ba901143168" |
| 21 | S = "${WORKDIR}/git" | 21 | S = "${WORKDIR}/git" |
| 22 | 22 | ||
diff --git a/meta-openstack/recipes-devtools/python/python-keystoneclient_git.bb b/meta-openstack/recipes-devtools/python/python-keystoneclient_git.bb index 827a551..adaed45 100644 --- a/meta-openstack/recipes-devtools/python/python-keystoneclient_git.bb +++ b/meta-openstack/recipes-devtools/python/python-keystoneclient_git.bb | |||
| @@ -8,7 +8,7 @@ PR = "r0" | |||
| 8 | 8 | ||
| 9 | SRC_URI = "git://github.com/openstack/python-keystoneclient.git;branch=master" | 9 | SRC_URI = "git://github.com/openstack/python-keystoneclient.git;branch=master" |
| 10 | 10 | ||
| 11 | PV="git${SRCPV}" | 11 | PV="0.4.1+git${SRCPV}" |
| 12 | SRCREV="0774d5aafade9e5a5de3830de461843c4a7d59a1" | 12 | SRCREV="0774d5aafade9e5a5de3830de461843c4a7d59a1" |
| 13 | S = "${WORKDIR}/git" | 13 | S = "${WORKDIR}/git" |
| 14 | 14 | ||
diff --git a/meta-openstack/recipes-devtools/python/python-neutronclient_git.bb b/meta-openstack/recipes-devtools/python/python-neutronclient_git.bb index 7bcd057..b149b78 100644 --- a/meta-openstack/recipes-devtools/python/python-neutronclient_git.bb +++ b/meta-openstack/recipes-devtools/python/python-neutronclient_git.bb | |||
| @@ -16,7 +16,7 @@ PR = "r0" | |||
| 16 | 16 | ||
| 17 | SRC_URI = "git://github.com/openstack/python-neutronclient.git;branch=master" | 17 | SRC_URI = "git://github.com/openstack/python-neutronclient.git;branch=master" |
| 18 | 18 | ||
| 19 | PV="git${SRCPV}" | 19 | PV="2.3.1+git${SRCPV}" |
| 20 | SRCREV="1598fc0f75503f8c357ac4b58f77edf6e0443a69" | 20 | SRCREV="1598fc0f75503f8c357ac4b58f77edf6e0443a69" |
| 21 | S = "${WORKDIR}/git" | 21 | S = "${WORKDIR}/git" |
| 22 | 22 | ||
diff --git a/meta-openstack/recipes-devtools/python/python-novaclient_git.bb b/meta-openstack/recipes-devtools/python/python-novaclient_git.bb index 22425a0..9b253c0 100644 --- a/meta-openstack/recipes-devtools/python/python-novaclient_git.bb +++ b/meta-openstack/recipes-devtools/python/python-novaclient_git.bb | |||
| @@ -9,8 +9,8 @@ PR = "r0" | |||
| 9 | 9 | ||
| 10 | SRC_URI = "git://github.com/openstack/python-novaclient.git;branch=master" | 10 | SRC_URI = "git://github.com/openstack/python-novaclient.git;branch=master" |
| 11 | 11 | ||
| 12 | PV="git${SRCPV}" | 12 | PV="2.15.0+git${SRCPV}" |
| 13 | SRCREV="1d2263dae339590b60250793bc81ec5776845060" | 13 | SRCREV="dd4bc08dd9a571637734a92c9411c32ea1f36dcf" |
| 14 | S = "${WORKDIR}/git" | 14 | S = "${WORKDIR}/git" |
| 15 | 15 | ||
| 16 | inherit setuptools | 16 | inherit setuptools |
diff --git a/meta-openstack/recipes-devtools/python/python-swiftclient_git.bb b/meta-openstack/recipes-devtools/python/python-swiftclient_git.bb index 032d472..01b9822 100644 --- a/meta-openstack/recipes-devtools/python/python-swiftclient_git.bb +++ b/meta-openstack/recipes-devtools/python/python-swiftclient_git.bb | |||
| @@ -8,7 +8,7 @@ PR = "r0" | |||
| 8 | 8 | ||
| 9 | SRC_URI = "git://github.com/openstack/python-swiftclient.git;branch=master" | 9 | SRC_URI = "git://github.com/openstack/python-swiftclient.git;branch=master" |
| 10 | 10 | ||
| 11 | PV="git${SRCPV}" | 11 | PV="1.8.0+git${SRCPV}" |
| 12 | SRCREV="4b78b4d136f5e18544ba97db85f47c5201d3a761" | 12 | SRCREV="4b78b4d136f5e18544ba97db85f47c5201d3a761" |
| 13 | S = "${WORKDIR}/git" | 13 | S = "${WORKDIR}/git" |
| 14 | 14 | ||
