Guest User

Untitled

a guest
Jan 18th, 2018
96
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.55 KB | None | 0 0
  1. FILES_${PN} += "${libdir}/gconv/*"
  2.  
  3. do_install_locale_append() {
  4. cp -r ${dest}${libdir}/gconv ${D}${libdir}/
  5. }
  6.  
  7. ERROR: glibc-2.24-r0 do_populate_sysroot: The recipe glibc is trying to install files into a shared area when those files already exist. Those files and their manifest location are:
  8.  
  9. build_dir/tmp/sysroots/esomimx7d/usr/lib/gconv/ISO-2022-CN.so Matched in b'manifest-esomimx7d-glibc-locale.populate_sysroot'
  10.  
  11. build_dir/tmp/sysroots/esomimx7d/usr/lib/gconv/ARMSCII-8.so Matched in b'manifest-esomimx7d-glibc-locale.populate_sysroot'
  12.  
  13. ......
Add Comment
Please, Sign In to add comment