summaryrefslogtreecommitdiffstats
path: root/meta-openstack/recipes-devtools/python
diff options
context:
space:
mode:
authorAdrian Dudau <adrian.dudau@enea.com>2017-08-08 14:46:44 +0200
committerAdrian Dudau <adrian.dudau@enea.com>2017-08-08 14:46:44 +0200
commit740945f7eda60ff371f9430c133416464225990c (patch)
treea8c9f742de4b82adee4b2ae495c16add6ed28e74 /meta-openstack/recipes-devtools/python
parent237a67fdb94250004f944c1c1b21bbaa7caa3190 (diff)
downloadmeta-cloud-services-740945f7eda60ff371f9430c133416464225990c.tar.gz
Add ${SRCPV} to multiple git recipes
Use the right way of versioning git based recipes. Signed-off-by: Adrian Dudau <adrian.dudau@enea.com>
Diffstat (limited to 'meta-openstack/recipes-devtools/python')
-rw-r--r--meta-openstack/recipes-devtools/python/python-appdirs_git.bb3
-rw-r--r--meta-openstack/recipes-devtools/python/python-django_git.bb2
-rw-r--r--meta-openstack/recipes-devtools/python/python-os-client-config_git.bb2
-rw-r--r--meta-openstack/recipes-devtools/python/python-oslo.service_git.bb2
-rw-r--r--meta-openstack/recipes-devtools/python/python-wrapt_git.bb2
5 files changed, 5 insertions, 6 deletions
diff --git a/meta-openstack/recipes-devtools/python/python-appdirs_git.bb b/meta-openstack/recipes-devtools/python/python-appdirs_git.bb
index 2482871..a6e7595 100644
--- a/meta-openstack/recipes-devtools/python/python-appdirs_git.bb
+++ b/meta-openstack/recipes-devtools/python/python-appdirs_git.bb
@@ -4,7 +4,7 @@ SECTION = "devel/python"
4LICENSE = "MIT" 4LICENSE = "MIT"
5LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=31625363c45eb0c67c630a2f73e438e4" 5LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=31625363c45eb0c67c630a2f73e438e4"
6 6
7PV = "1.4.0" 7PV = "1.4.0+git${SRCPV}"
8SRCREV = "57f2bc44a8bca99bac6c57496c8b3fdea26f94d5" 8SRCREV = "57f2bc44a8bca99bac6c57496c8b3fdea26f94d5"
9 9
10SRCNAME = "appdirs" 10SRCNAME = "appdirs"
@@ -26,7 +26,6 @@ do_install_append() {
26 # Using these "longest" paths will ensure needed shorter paths will be created 26 # Using these "longest" paths will ensure needed shorter paths will be created
27 install -d ${D}/${libdir}/python2.7/site-packages/${SRCNAME}/test 27 install -d ${D}/${libdir}/python2.7/site-packages/${SRCNAME}/test
28 install -d ${D}/${libdir}/python2.7/site-packages/${SRCNAME}.egg-info 28 install -d ${D}/${libdir}/python2.7/site-packages/${SRCNAME}.egg-info
29
30 install -m 644 ${S}/${SRCNAME}.py ${D}/${libdir}/python2.7/site-packages/${SRCNAME}/__init__.py 29 install -m 644 ${S}/${SRCNAME}.py ${D}/${libdir}/python2.7/site-packages/${SRCNAME}/__init__.py
31 install -m 644 ${S}/${SRCNAME}.pyc ${D}/${libdir}/python2.7/site-packages/${SRCNAME}/__init__.pyc 30 install -m 644 ${S}/${SRCNAME}.pyc ${D}/${libdir}/python2.7/site-packages/${SRCNAME}/__init__.pyc
32 install -m 644 ${S}/test/* ${D}/${libdir}/python2.7/site-packages/${SRCNAME}/test/ 31 install -m 644 ${S}/test/* ${D}/${libdir}/python2.7/site-packages/${SRCNAME}/test/
diff --git a/meta-openstack/recipes-devtools/python/python-django_git.bb b/meta-openstack/recipes-devtools/python/python-django_git.bb
index f11f8e6..da16169 100644
--- a/meta-openstack/recipes-devtools/python/python-django_git.bb
+++ b/meta-openstack/recipes-devtools/python/python-django_git.bb
@@ -6,7 +6,7 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=f09eb47206614a4954c51db8a94840fa"
6 6
7SRCNAME = "Django" 7SRCNAME = "Django"
8 8
9PV = "1.8.6" 9PV = "1.8.6+git${SRCPV}"
10SRCREV = "80b7e9d09f2d23209b591288f9b2cf3eb3d927c8" 10SRCREV = "80b7e9d09f2d23209b591288f9b2cf3eb3d927c8"
11 11
12SRC_URI = " \ 12SRC_URI = " \
diff --git a/meta-openstack/recipes-devtools/python/python-os-client-config_git.bb b/meta-openstack/recipes-devtools/python/python-os-client-config_git.bb
index 5393bb7..1dbff23 100644
--- a/meta-openstack/recipes-devtools/python/python-os-client-config_git.bb
+++ b/meta-openstack/recipes-devtools/python/python-os-client-config_git.bb
@@ -4,7 +4,7 @@ SECTION = "devel/python"
4LICENSE = "Apache-2.0" 4LICENSE = "Apache-2.0"
5LIC_FILES_CHKSUM = "file://LICENSE;md5=34400b68072d710fecd0a2940a0d1658" 5LIC_FILES_CHKSUM = "file://LICENSE;md5=34400b68072d710fecd0a2940a0d1658"
6 6
7PV = "1.21.1" 7PV = "1.21.1+git${SRCPV}"
8SRCREV = "c4742ec391151e918046efa5a550e012fe9d5081" 8SRCREV = "c4742ec391151e918046efa5a550e012fe9d5081"
9 9
10SRCNAME = "os-client-config" 10SRCNAME = "os-client-config"
diff --git a/meta-openstack/recipes-devtools/python/python-oslo.service_git.bb b/meta-openstack/recipes-devtools/python/python-oslo.service_git.bb
index ef17949..c2c46a7 100644
--- a/meta-openstack/recipes-devtools/python/python-oslo.service_git.bb
+++ b/meta-openstack/recipes-devtools/python/python-oslo.service_git.bb
@@ -4,7 +4,7 @@ SECTION = "devel/python"
4LICENSE = "Apache-2" 4LICENSE = "Apache-2"
5LIC_FILES_CHKSUM = "file://LICENSE;md5=1dece7821bf3fd70fe1309eaa37d52a2" 5LIC_FILES_CHKSUM = "file://LICENSE;md5=1dece7821bf3fd70fe1309eaa37d52a2"
6 6
7PV = "1.16.1" 7PV = "1.16.1+git${SRCPV}"
8SRCREV = "17a346b023554f48ff72f4e52decea002e311e81" 8SRCREV = "17a346b023554f48ff72f4e52decea002e311e81"
9 9
10SRCNAME = "oslo.service" 10SRCNAME = "oslo.service"
diff --git a/meta-openstack/recipes-devtools/python/python-wrapt_git.bb b/meta-openstack/recipes-devtools/python/python-wrapt_git.bb
index a2def9a..8fd4b05 100644
--- a/meta-openstack/recipes-devtools/python/python-wrapt_git.bb
+++ b/meta-openstack/recipes-devtools/python/python-wrapt_git.bb
@@ -4,7 +4,7 @@ SECTION = "devel/python"
4LICENSE = "BSD-2-Clause" 4LICENSE = "BSD-2-Clause"
5LIC_FILES_CHKSUM = "file://LICENSE;md5=848d45ec255e411c0ff82b034a49d8a0" 5LIC_FILES_CHKSUM = "file://LICENSE;md5=848d45ec255e411c0ff82b034a49d8a0"
6 6
7PV = "1.10.5" 7PV = "1.10.5+git${SRCPV}"
8SRCREV = "42af0563bf88e84d215dea9ea6f989cb867e930e" 8SRCREV = "42af0563bf88e84d215dea9ea6f989cb867e930e"
9 9
10SRCNAME = "wrapt" 10SRCNAME = "wrapt"