From 740945f7eda60ff371f9430c133416464225990c Mon Sep 17 00:00:00 2001 From: Adrian Dudau Date: Tue, 8 Aug 2017 14:46:44 +0200 Subject: Add ${SRCPV} to multiple git recipes Use the right way of versioning git based recipes. Signed-off-by: Adrian Dudau --- meta-openstack/recipes-devtools/python/python-django_git.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'meta-openstack/recipes-devtools/python/python-django_git.bb') 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" SRCNAME = "Django" -PV = "1.8.6" +PV = "1.8.6+git${SRCPV}" SRCREV = "80b7e9d09f2d23209b591288f9b2cf3eb3d927c8" SRC_URI = " \ -- cgit v1.2.3-54-g00ecf