mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-04-20 11:38:34 +00:00
rwmem: fix python modules packaging
Signed-off-by: Alexander Kanavin <alex@linutronix.de> Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
committed by
Khem Raj
parent
211ec629fe
commit
864a639148
@@ -32,4 +32,4 @@ do_install:append() {
|
||||
install -D -m 0644 ${B}/librwmem/librwmem.a ${D}${libdir}/librwmem.a
|
||||
}
|
||||
|
||||
FILES:${PN} += "${libdir}/python3.11/site-packages/pyrwmem"
|
||||
FILES:${PN} += "${PYTHON_SITEPACKAGES_DIR}/pyrwmem"
|
||||
|
||||
Reference in New Issue
Block a user