Without this the native recipe cannot be built.
Signed-off-by: Justin Bronder <[email protected]>
(cherry picked from commit 4a86f8a54fe96f4aa05232180a2a744a15638f55)
---
meta-python/recipes-devtools/python/python3-xmodem_0.4.7.bb | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/meta-python/recipes-devtools/python/python3-xmodem_0.4.7.bb
b/meta-python/recipes-devtools/python/python3-xmodem_0.4.7.bb
index 482f0c641..a5942e3d5 100644
--- a/meta-python/recipes-devtools/python/python3-xmodem_0.4.7.bb
+++ b/meta-python/recipes-devtools/python/python3-xmodem_0.4.7.bb
@@ -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} += " \
--
2.46.1
-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#113617):
https://lists.openembedded.org/g/openembedded-devel/message/113617
Mute This Topic: https://lists.openembedded.org/mt/109414506/21656
Group Owner: [email protected]
Unsubscribe: https://lists.openembedded.org/g/openembedded-devel/unsub
[[email protected]]
-=-=-=-=-=-=-=-=-=-=-=-