From 4a86f8a54fe96f4aa05232180a2a744a15638f55 Mon Sep 17 00:00:00 2001 From: Justin Bronder Date: Thu, 5 Sep 2024 14:55:25 -0400 Subject: python3-xmodem: replace hardcoded /usr with ${prefix} Without this the native recipe cannot be built. Signed-off-by: Justin Bronder Signed-off-by: Khem Raj --- meta-python/recipes-devtools/python/python3-xmodem_0.4.7.bb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'meta-python') 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 c1ad6a2a82..e41afb56c0 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} += " \ -- cgit v1.2.3-54-g00ecf