You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The following packaging logic from python3-xmodem is causing an error when used with kirkstone layer. It appears that is logic is on longer required as we can see the correct files are installed in the correct locations (rather than in "${D}/usr/doc/").
do_install:append() {
# Move the documentation files to the expected location so they are
# packaged in the *-docs package.
mkdir -p ${D}${docdir}/
mv ${D}/usr/doc/* ${D}${docdir}/
rmdir ${D}/usr/doc
}
Here is the error that is produced:
mv: cannot stat '<SNIP>/python3-xmodem/0.4.6-r0.2/image/usr/doc/*': No such file or directory
WARNING: exit code 1 from a shell command.
ERROR: Logfile of failure stored in: <SNIP>/python3-xmodem/0.4.6-r0.2/temp/log.do_install.10947
The following packaging logic from python3-xmodem is causing an error when used with kirkstone layer. It appears that is logic is on longer required as we can see the correct files are installed in the correct locations (rather than in "${D}/usr/doc/").
Here is the error that is produced:
We can see that the correct files are installed:
The text was updated successfully, but these errors were encountered: