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

Without this the native recipe cannot be built.

Signed-off-by: Justin Bronder <jsbronder@cold-front.org>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
Justin Bronder
2024-09-05 14:55:25 -04:00
committed by Khem Raj
parent 1f933b6936
commit 4a86f8a54f
@@ -9,8 +9,8 @@ inherit pypi setuptools3
do_install:append() { do_install:append() {
install -d ${D}${docdir}/${PN} install -d ${D}${docdir}/${PN}
mv ${D}/usr/doc/* ${D}${docdir}/${PN}/ mv ${D}${prefix}/doc/* ${D}${docdir}/${PN}/
rmdir ${D}/usr/doc rmdir ${D}${prefix}/doc
} }
RDEPENDS:${PN} += " \ RDEPENDS:${PN} += " \