From d569173b87436db82c9d7cd605e3b2b2834a2482 Mon Sep 17 00:00:00 2001 From: Khem Raj Date: Wed, 8 Jan 2020 17:49:11 -0800 Subject: python3-jsonrpcserver: Use PYTHON_BASEVERSION instead of hardcoding py version Signed-off-by: Khem Raj Cc: Alexander Kanavin --- meta-python/recipes-devtools/python/python3-jsonrpcserver_4.1.0.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'meta-python/recipes-devtools/python/python3-jsonrpcserver_4.1.0.bb') 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 ceae6abd8c..a6dcef81de 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/* } -- cgit v1.2.3-54-g00ecf