[oe-commits] [meta-openembedded] 11/13: python3-jsonrpcserver: Use PYTHON_BASEVERSION instead of hardcoding py version

git at git.openembedded.org git at git.openembedded.org
Thu Jan 9 03:25:30 UTC 2020


This is an automated email from the git hooks/post-receive script.

khem pushed a commit to branch master-next
in repository meta-openembedded.

commit 21e7bf4dd9b6b518eb9d3a79fd6076f82dca6577
Author: Khem Raj <raj.khem at gmail.com>
AuthorDate: Wed Jan 8 17:49:11 2020 -0800

    python3-jsonrpcserver: Use PYTHON_BASEVERSION instead of hardcoding py version
    
    Signed-off-by: Khem Raj <raj.khem at gmail.com>
    Cc: Alexander Kanavin <alex.kanavin at gmail.com>
---
 meta-python/recipes-devtools/python/python3-jsonrpcserver_4.1.0.bb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta-python/recipes-devtools/python/python3-jsonrpcserver_4.1.0.bb b/meta-python/recipes-devtools/python/python3-jsonrpcserver_4.1.0.bb
index ceae6ab..a6dcef8 100644
--- a/meta-python/recipes-devtools/python/python3-jsonrpcserver_4.1.0.bb
+++ b/meta-python/recipes-devtools/python/python3-jsonrpcserver_4.1.0.bb
@@ -23,5 +23,5 @@ RDEPENDS_${PN} += "\
 BBCLASSEXTEND = "native nativesdk"
 
 do_install_append() {
-    chmod 0644 ${D}${PYTHON_SITEPACKAGES_DIR}/jsonrpcserver-4.1.0-py3.7.egg-info/*
+    chmod 0644 ${D}${PYTHON_SITEPACKAGES_DIR}/jsonrpcserver-4.1.0-py${PYTHON_BASEVERSION}.egg-info/*
 }

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Openembedded-commits mailing list