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>
(cherry picked from commit 4a86f8a54f)
Signed-off-by: Armin Kuster <akuster808@gmail.com>
This commit is contained in:
committed by
Armin Kuster
parent
a543e6c3bf
commit
adbc54688b
@@ -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} += " \
|
||||||
|
|||||||
Reference in New Issue
Block a user