summaryrefslogtreecommitdiffstats
path: root/meta-openstack/recipes-devtools/python/python-appdirs_git.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta-openstack/recipes-devtools/python/python-appdirs_git.bb')
-rw-r--r--meta-openstack/recipes-devtools/python/python-appdirs_git.bb3
1 files changed, 1 insertions, 2 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/