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
No known key found for this signature in database
GPG Key ID: BB053355919D3314

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} += " \