mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-01-04 16:10:10 +00:00
python3-jsonrpcserver: Use PYTHON_BASEVERSION instead of hardcoding py version
Signed-off-by: Khem Raj <raj.khem@gmail.com> Cc: Alexander Kanavin <alex.kanavin@gmail.com>
This commit is contained in:
parent
bc62c2e221
commit
d569173b87
|
|
@ -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/*
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user