mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-05-07 05:10:20 +00:00
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:
@@ -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} += " \
|
||||
|
||||
Reference in New Issue
Block a user