mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-04-02 02:49:12 +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 4a86f8a54fe96f4aa05232180a2a744a15638f55) Signed-off-by: Armin Kuster <akuster808@gmail.com>
This commit is contained in:
parent
a543e6c3bf
commit
adbc54688b
@ -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…
x
Reference in New Issue
Block a user