mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-01-08 10:15:23 +01: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:
parent
1f933b6936
commit
4a86f8a54f
|
|
@ -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} += " \
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user