summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools
diff options
context:
space:
mode:
authorAlexander Kanavin <alex.kanavin@gmail.com>2021-10-11 11:40:35 +0200
committerRichard Purdie <richard.purdie@linuxfoundation.org>2021-10-13 09:41:39 +0100
commit6d3f55ea8f7190e6825dc72424088658cbc0a13c (patch)
tree09deef8ad390ac5213aee3e7bf3334cdb91ea7f6 /meta/recipes-devtools
parent1189f95e05c80286e009e1ab46a603ee5b7ca239 (diff)
downloadopenembedded-core-contrib-6d3f55ea8f7190e6825dc72424088658cbc0a13c.tar.gz
qemu: install qmp module without hardcoding the python version in oeqa scripts
Signed-off-by: Alexander Kanavin <alex@linutronix.de> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools')
-rw-r--r--meta/recipes-devtools/qemu/qemu-system-native_6.1.0.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-devtools/qemu/qemu-system-native_6.1.0.bb b/meta/recipes-devtools/qemu/qemu-system-native_6.1.0.bb
index b47ffd5262..b544ab4e81 100644
--- a/meta/recipes-devtools/qemu/qemu-system-native_6.1.0.bb
+++ b/meta/recipes-devtools/qemu/qemu-system-native_6.1.0.bb
@@ -28,5 +28,5 @@ do_install:append() {
rm -rf ${D}${includedir}/qemu-plugin.h
# Install qmp.py to be used with testimage
- install -D ${S}/python/qemu/qmp/__init__.py ${D}${PYTHON_SITEPACKAGES_DIR}/qmp.py
+ install -D ${S}/python/qemu/qmp/__init__.py ${D}${libdir}/qemu-python/qmp.py
}