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-appdirs_git.bb | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'meta-openstack/recipes-devtools/python/python-appdirs_git.bb') 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" LICENSE = "MIT" LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=31625363c45eb0c67c630a2f73e438e4" -PV = "1.4.0" +PV = "1.4.0+git${SRCPV}" SRCREV = "57f2bc44a8bca99bac6c57496c8b3fdea26f94d5" SRCNAME = "appdirs" @@ -26,7 +26,6 @@ do_install_append() { # Using these "longest" paths will ensure needed shorter paths will be created install -d ${D}/${libdir}/python2.7/site-packages/${SRCNAME}/test install -d ${D}/${libdir}/python2.7/site-packages/${SRCNAME}.egg-info - install -m 644 ${S}/${SRCNAME}.py ${D}/${libdir}/python2.7/site-packages/${SRCNAME}/__init__.py install -m 644 ${S}/${SRCNAME}.pyc ${D}/${libdir}/python2.7/site-packages/${SRCNAME}/__init__.pyc install -m 644 ${S}/test/* ${D}/${libdir}/python2.7/site-packages/${SRCNAME}/test/ -- cgit v1.2.3-54-g00ecf