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-wrapt_git.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'meta-openstack/recipes-devtools/python/python-wrapt_git.bb') 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" LICENSE = "BSD-2-Clause" LIC_FILES_CHKSUM = "file://LICENSE;md5=848d45ec255e411c0ff82b034a49d8a0" -PV = "1.10.5" +PV = "1.10.5+git${SRCPV}" SRCREV = "42af0563bf88e84d215dea9ea6f989cb867e930e" SRCNAME = "wrapt" -- cgit v1.2.3-54-g00ecf