python3-xmodem: replace hardcoded /usr with ${prefix}

Without this the native recipe cannot be built.

Signed-off-by: Justin Bronder <jsbronder@cold-front.org>
(cherry picked from commit 4a86f8a54f)
Signed-off-by: Armin Kuster <akuster808@gmail.com>
This commit is contained in:
Justin Bronder
2024-11-05 16:19:51 -05:00
committed by Armin Kuster
parent a543e6c3bf
commit adbc54688b

View File

@@ -9,8 +9,8 @@ inherit pypi setuptools3
do_install:append() {
install -d ${D}${docdir}/${PN}
mv ${D}/usr/doc/* ${D}${docdir}/${PN}/
rmdir ${D}/usr/doc
mv ${D}${prefix}/doc/* ${D}${docdir}/${PN}/
rmdir ${D}${prefix}/doc
}
RDEPENDS:${PN} += " \