mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-05-08 05:29:22 +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() {
|
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