Changes to images/qemuarm/glibc/core-image-sato-dev (files-in-image.txt): /var/cache/fontconfig/eb6bd6c4-b8e6-4502-ac9c-52623ca9242c-le32d8.cache-7 was added /var/cache/fontconfig/9d9e4463-4d38-4d08-ae4e-aef39358455b-le32d8.cache-7 was added /var/cache/fontconfig/e4bf0b0b-e266-4f95-83aa-59e4164c0cc1-le32d8.cache-7 was added /var/cache/fontconfig/82b140e1-fde2-4afd-a93c-153af3c44ee7-le32d8.cache-7 was added /var/cache/fontconfig/35d02528-7323-48ac-b69b-c61d745def58-le32d8.cache-7 was added /var/cache/fontconfig/f4859bd7-a5d7-437a-bf1b-0bdd50230de1-le32d8.cache-7 was added /var/cache/fontconfig/b7c4035f-e1c6-454e-8cb7-b4cebcabac2f-le32d8.cache-7 was added /var/cache/fontconfig/19c8f9f5-3139-4e72-9de6-2336053d5e45-le32d8.cache-7 was removed /var/cache/fontconfig/3e46f20d-724f-475e-8605-85decf678e03-le32d8.cache-7 was removed /var/cache/fontconfig/ce7c7f9c-7695-4f52-856e-4db87b110449-le32d8.cache-7 was removed /var/cache/fontconfig/d2620362-f8ca-4a8c-8167-24f7fb3a430e-le32d8.cache-7 was removed /var/cache/fontconfig/fff66aa5-f2aa-4f5a-af9a-8c8b483308c4-le32d8.cache-7 was removed /var/cache/fontconfig/6ba4ea9a-0edb-4e7a-a7b4-ab2ba32cb185-le32d8.cache-7 was removed /var/cache/fontconfig/01ccb8f8-6984-46c0-8e02-5624ebd02088-le32d8.cache-7 was removed Changes to images/qemuarm/glibc/core-image-sato-sdk (files-in-image.txt): /var/cache/fontconfig/9bffece3-b21f-4014-a2cc-f010eb3f58c1-le32d8.cache-7 was added /var/cache/fontconfig/1d7be311-6679-4707-a94f-874be4636d62-le32d8.cache-7 was added /var/cache/fontconfig/8bbeb892-ea0e-4929-b177-4be2cb1a9382-le32d8.cache-7 was added /var/cache/fontconfig/4fe93bf3-76ec-4a6d-8659-59e501341252-le32d8.cache-7 was added /var/cache/fontconfig/bd5b2717-f529-475d-a929-84f36611ffd2-le32d8.cache-7 was added /var/cache/fontconfig/cc518a45-9d5b-4f8e-b9e1-40976db2f7bf-le32d8.cache-7 was added /var/cache/fontconfig/305dfbcb-61ac-4c33-bebd-b5e2e7127103-le32d8.cache-7 was added /var/cache/fontconfig/451c8bb2-6d6f-4801-8b91-43eaf5cc32c7-le32d8.cache-7 was removed /var/cache/fontconfig/9ac4ecbe-175d-4753-8bfc-04c31cb792ea-le32d8.cache-7 was removed /var/cache/fontconfig/76f9145f-e024-4ac1-b575-75797728e696-le32d8.cache-7 was removed /var/cache/fontconfig/0118f6a7-48ce-4ea7-9864-512ccb388ef2-le32d8.cache-7 was removed /var/cache/fontconfig/f3955d1d-8170-466f-9724-772574d7102d-le32d8.cache-7 was removed /var/cache/fontconfig/20b2588f-ea3f-445f-b176-830c357554ff-le32d8.cache-7 was removed /var/cache/fontconfig/3453224e-5a49-47e7-9ed0-2879034dba67-le32d8.cache-7 was removed Changes to images/qemuarm/glibc/core-image-sato (files-in-image.txt): /var/cache/fontconfig/fd0c4851-c904-43f8-96be-d237ea7a62be-le32d8.cache-7 was added /var/cache/fontconfig/2447d2f2-cb88-4ffa-9108-7c3bdce65c73-le32d8.cache-7 was added /var/cache/fontconfig/61026109-6b7e-457e-b428-73e7386611b5-le32d8.cache-7 was removed /var/cache/fontconfig/9526ec15-7767-46c7-a2b9-547710365361-le32d8.cache-7 was removed packages/armv7vet2hf-neon-poky-linux-gnueabi/libfm/libfm-mime: latest.pkg_postrm changed from "#!/bin/sh set -e if [ "x$D" != "x" ]; then $INTERCEPT_DIR/postinst_intercept update_mime_database ${PKG} \ mlprefix= \ mimedir=/usr/share/mime else echo "Updating MIME database... this may take a while." update-mime-database $D/usr/share/mime fi " to "#!/bin/sh set -e if [ "x$D" != "x" ]; then $INTERCEPT_DIR/postinst_intercept update_mime_database ${PKG} \ mlprefix= \ mimedir=/usr/share/mime else echo "Updating MIME database... this may take a while." # $D/usr/share/mime/packages belong to package shared-mime-info-data, # packages like libfm-mime depend on shared-mime-info-data. # after shared-mime-info-data uninstalled, $D/usr/share/mime/packages # is removed, but update-mime-database need this dir to update # database, workaround to create one and remove it later if [ ! -d $D/usr/share/mime/packages ]; then mkdir -p $D/usr/share/mime/packages update-mime-database $D/usr/share/mime rmdir --ignore-fail-on-non-empty $D/usr/share/mime/packages else update-mime-database $D/usr/share/mime fi fi " packages/armv7vet2hf-neon-poky-linux-gnueabi/shared-mime-info/shared-mime-info-data: latest.pkg_postrm changed from "#!/bin/sh set -e if [ "x$D" != "x" ]; then $INTERCEPT_DIR/postinst_intercept update_mime_database ${PKG} \ mlprefix= \ mimedir=/usr/share/mime else echo "Updating MIME database... this may take a while." update-mime-database $D/usr/share/mime fi " to "#!/bin/sh set -e if [ "x$D" != "x" ]; then $INTERCEPT_DIR/postinst_intercept update_mime_database ${PKG} \ mlprefix= \ mimedir=/usr/share/mime else echo "Updating MIME database... this may take a while." # $D/usr/share/mime/packages belong to package shared-mime-info-data, # packages like libfm-mime depend on shared-mime-info-data. # after shared-mime-info-data uninstalled, $D/usr/share/mime/packages # is removed, but update-mime-database need this dir to update # database, workaround to create one and remove it later if [ ! -d $D/usr/share/mime/packages ]; then mkdir -p $D/usr/share/mime/packages update-mime-database $D/usr/share/mime rmdir --ignore-fail-on-non-empty $D/usr/share/mime/packages else update-mime-database $D/usr/share/mime fi fi " Changes to packages/i686-nativesdk-pokysdk-linux/nativesdk-gettext (sysroot): /opt/poky/3.1+snapshot/sysroots/i686-pokysdk-linux/usr/lib/libgettextlib.so changed symlink target from libgettextlib-0.20.1.so to libgettextlib-0.20.2.so /opt/poky/3.1+snapshot/sysroots/i686-pokysdk-linux/usr/lib/libgettextsrc.so changed symlink target from libgettextsrc-0.20.1.so to libgettextsrc-0.20.2.so /opt/poky/3.1+snapshot/sysroots/i686-pokysdk-linux/usr/lib/libgettextpo.so changed symlink target from libgettextpo.so.0.5.5 to libgettextpo.so.0.5.6 /opt/poky/3.1+snapshot/sysroots/i686-pokysdk-linux/usr/lib/libtextstyle.so changed symlink target from libtextstyle.so.0.0.0 to libtextstyle.so.0.0.1 /opt/poky/3.1+snapshot/sysroots/i686-pokysdk-linux/usr/lib/libgettextpo.so.0 changed symlink target from libgettextpo.so.0.5.5 to libgettextpo.so.0.5.6 /opt/poky/3.1+snapshot/sysroots/i686-pokysdk-linux/usr/lib/libtextstyle.so.0 changed symlink target from libtextstyle.so.0.0.0 to libtextstyle.so.0.0.1 /opt/poky/3.1+snapshot/sysroots/i686-pokysdk-linux/usr/lib/libgettextlib-0.20.1.so moved to /opt/poky/3.1+snapshot/sysroots/i686-pokysdk-linux/usr/lib/libgettextlib-0.20.2.so /opt/poky/3.1+snapshot/sysroots/i686-pokysdk-linux/usr/lib/libgettextsrc-0.20.1.so moved to /opt/poky/3.1+snapshot/sysroots/i686-pokysdk-linux/usr/lib/libgettextsrc-0.20.2.so /opt/poky/3.1+snapshot/sysroots/i686-pokysdk-linux/usr/lib/libtextstyle.so.0.0.0 moved to /opt/poky/3.1+snapshot/sysroots/i686-pokysdk-linux/usr/lib/libtextstyle.so.0.0.1 /opt/poky/3.1+snapshot/sysroots/i686-pokysdk-linux/usr/lib/libgettextpo.so.0.5.5 moved to /opt/poky/3.1+snapshot/sysroots/i686-pokysdk-linux/usr/lib/libgettextpo.so.0.5.6 /opt/poky/3.1+snapshot/sysroots/i686-pokysdk-linux/usr/share/gettext-0.20.2/its was added /opt/poky/3.1+snapshot/sysroots/i686-pokysdk-linux/usr/share/gettext-0.20.2/its/metainfo.its was added /opt/poky/3.1+snapshot/sysroots/i686-pokysdk-linux/usr/share/gettext-0.20.2/its/glade2.its was added /opt/poky/3.1+snapshot/sysroots/i686-pokysdk-linux/usr/share/gettext-0.20.2/its/gsettings.its was added /opt/poky/3.1+snapshot/sysroots/i686-pokysdk-linux/usr/share/gettext-0.20.2/its/glade.loc was added /opt/poky/3.1+snapshot/sysroots/i686-pokysdk-linux/usr/share/gettext-0.20.2/its/metainfo.loc was added /opt/poky/3.1+snapshot/sysroots/i686-pokysdk-linux/usr/share/gettext-0.20.2 was added /opt/poky/3.1+snapshot/sysroots/i686-pokysdk-linux/usr/share/gettext-0.20.2/its/gsettings.loc was added /opt/poky/3.1+snapshot/sysroots/i686-pokysdk-linux/usr/share/gettext-0.20.2/its/glade1.its was added /opt/poky/3.1+snapshot/sysroots/i686-pokysdk-linux/usr/share/gettext-0.20.2/its/gtkbuilder.its was added /opt/poky/3.1+snapshot/sysroots/i686-pokysdk-linux/usr/share/gettext-0.20/its/glade1.its was removed /opt/poky/3.1+snapshot/sysroots/i686-pokysdk-linux/usr/share/gettext-0.20/its/glade2.its was removed /opt/poky/3.1+snapshot/sysroots/i686-pokysdk-linux/usr/share/gettext-0.20/its/glade.loc was removed /opt/poky/3.1+snapshot/sysroots/i686-pokysdk-linux/usr/share/gettext-0.20/its/metainfo.loc was removed /opt/poky/3.1+snapshot/sysroots/i686-pokysdk-linux/usr/share/gettext-0.20/its/metainfo.its was removed /opt/poky/3.1+snapshot/sysroots/i686-pokysdk-linux/usr/share/gettext-0.20/its/gtkbuilder.its was removed /opt/poky/3.1+snapshot/sysroots/i686-pokysdk-linux/usr/share/gettext-0.20/its was removed /opt/poky/3.1+snapshot/sysroots/i686-pokysdk-linux/usr/share/gettext-0.20/its/gsettings.its was removed /opt/poky/3.1+snapshot/sysroots/i686-pokysdk-linux/usr/share/gettext-0.20 was removed /opt/poky/3.1+snapshot/sysroots/i686-pokysdk-linux/usr/share/gettext-0.20/its/gsettings.loc was removed Changes to packages/i686-nativesdk-pokysdk-linux/nativesdk-libpcre2 (sysroot): /opt/poky/3.1+snapshot/sysroots/i686-pokysdk-linux/usr/lib/libpcre2-32.so.0 changed symlink target from libpcre2-32.so.0.9.0 to libpcre2-32.so.0.10.0 /opt/poky/3.1+snapshot/sysroots/i686-pokysdk-linux/usr/lib/libpcre2-8.so changed symlink target from libpcre2-8.so.0.9.0 to libpcre2-8.so.0.10.0 /opt/poky/3.1+snapshot/sysroots/i686-pokysdk-linux/usr/lib/libpcre2-8.so.0 changed symlink target from libpcre2-8.so.0.9.0 to libpcre2-8.so.0.10.0 /opt/poky/3.1+snapshot/sysroots/i686-pokysdk-linux/usr/lib/libpcre2-32.so changed symlink target from libpcre2-32.so.0.9.0 to libpcre2-32.so.0.10.0 /opt/poky/3.1+snapshot/sysroots/i686-pokysdk-linux/usr/lib/libpcre2-16.so changed symlink target from libpcre2-16.so.0.9.0 to libpcre2-16.so.0.10.0 /opt/poky/3.1+snapshot/sysroots/i686-pokysdk-linux/usr/lib/libpcre2-16.so.0 changed symlink target from libpcre2-16.so.0.9.0 to libpcre2-16.so.0.10.0 /opt/poky/3.1+snapshot/sysroots/i686-pokysdk-linux/usr/lib/libpcre2-16.so.0.10.0 was added /opt/poky/3.1+snapshot/sysroots/i686-pokysdk-linux/usr/lib/libpcre2-32.so.0.10.0 was added /opt/poky/3.1+snapshot/sysroots/i686-pokysdk-linux/usr/lib/libpcre2-8.so.0.10.0 was added /opt/poky/3.1+snapshot/sysroots/i686-pokysdk-linux/usr/lib/libpcre2-16.so.0.9.0 was removed /opt/poky/3.1+snapshot/sysroots/i686-pokysdk-linux/usr/lib/libpcre2-8.so.0.9.0 was removed /opt/poky/3.1+snapshot/sysroots/i686-pokysdk-linux/usr/lib/libpcre2-32.so.0.9.0 was removed Changes to packages/i686-nativesdk-pokysdk-linux/nativesdk-python3 (sysroot): /opt/poky/3.1+snapshot/sysroots/i686-pokysdk-linux/usr/lib/python3.8/lib2to3/Grammar3.8.2.final.0.pickle moved to /opt/poky/3.1+snapshot/sysroots/i686-pokysdk-linux/usr/lib/python3.8/lib2to3/Grammar3.8.3.final.0.pickle /opt/poky/3.1+snapshot/sysroots/i686-pokysdk-linux/usr/lib/python3.8/lib2to3/PatternGrammar3.8.2.final.0.pickle moved to /opt/poky/3.1+snapshot/sysroots/i686-pokysdk-linux/usr/lib/python3.8/lib2to3/PatternGrammar3.8.3.final.0.pickle /opt/poky/3.1+snapshot/sysroots/i686-pokysdk-linux/usr/lib/python3.8/idlelib/Icons/README.txt was added /opt/poky/3.1+snapshot/sysroots/i686-pokysdk-linux/usr/lib/python3.8/idlelib/Icons/idle_256.png was added /opt/poky/3.1+snapshot/sysroots/i686-pokysdk-linux/usr/lib/python3.8/idlelib/Icons/idle.icns was removed packages/i686-nativesdk-pokysdk-linux/nativesdk-qemu/nativesdk-qemu: FILELIST: removed "/opt/poky/3.1+snapshot/sysroots/i686-pokysdk-linux/usr/share/qemu/ppc_rom.bin", added "/opt/poky/3.1+snapshot/sysroots/i686-pokysdk-linux/usr/share/qemu/opensbi-riscv32-sifive_u-fw_jump.bin /opt/poky/3.1+snapshot/sysroots/i686-pokysdk-linux/usr/bin/qemu-storage-daemon" packages/i686-nativesdk-pokysdk-linux/nativesdk-shared-mime-info/nativesdk-shared-mime-info-data: latest.pkg_postrm changed from "#!/bin/sh set -e if [ "x$D" != "x" ]; then $INTERCEPT_DIR/postinst_intercept update_mime_database ${PKG} \ mlprefix=nativesdk- \ mimedir=/opt/poky/3.1+snapshot/sysroots/i686-pokysdk-linux/usr/share/mime else echo "Updating MIME database... this may take a while." update-mime-database $D/opt/poky/3.1+snapshot/sysroots/i686-pokysdk-linux/usr/share/mime fi " to "#!/bin/sh set -e if [ "x$D" != "x" ]; then $INTERCEPT_DIR/postinst_intercept update_mime_database ${PKG} \ mlprefix=nativesdk- \ mimedir=/opt/poky/3.1+snapshot/sysroots/i686-pokysdk-linux/usr/share/mime else echo "Updating MIME database... this may take a while." # $D/opt/poky/3.1+snapshot/sysroots/i686-pokysdk-linux/usr/share/mime/packages belong to package shared-mime-info-data, # packages like libfm-mime depend on shared-mime-info-data. # after shared-mime-info-data uninstalled, $D/opt/poky/3.1+snapshot/sysroots/i686-pokysdk-linux/usr/share/mime/packages # is removed, but update-mime-database need this dir to update # database, workaround to create one and remove it later if [ ! -d $D/opt/poky/3.1+snapshot/sysroots/i686-pokysdk-linux/usr/share/mime/packages ]; then mkdir -p $D/opt/poky/3.1+snapshot/sysroots/i686-pokysdk-linux/usr/share/mime/packages update-mime-database $D/opt/poky/3.1+snapshot/sysroots/i686-pokysdk-linux/usr/share/mime rmdir --ignore-fail-on-non-empty $D/opt/poky/3.1+snapshot/sysroots/i686-pokysdk-linux/usr/share/mime/packages else update-mime-database $D/opt/poky/3.1+snapshot/sysroots/i686-pokysdk-linux/usr/share/mime fi fi " Changes to packages/x86_64-linux/qemu-system-native (sysroot): /usr/share/qemu/opensbi-riscv32-sifive_u-fw_jump.bin was added /usr/bin/qemu-storage-daemon was added /usr/share/qemu/ppc_rom.bin was removed packages/x86_64-nativesdk-pokysdk-linux/nativesdk-qemu/nativesdk-qemu: PKGSIZE changed from 495277313 to 437761135 (-12%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-qemu/nativesdk-qemu: FILELIST: removed "/opt/poky/3.1+snapshot/sysroots/x86_64-pokysdk-linux/usr/share/qemu/ppc_rom.bin", added "/opt/poky/3.1+snapshot/sysroots/x86_64-pokysdk-linux/usr/share/qemu/opensbi-riscv32-sifive_u-fw_jump.bin /opt/poky/3.1+snapshot/sysroots/x86_64-pokysdk-linux/usr/bin/qemu-storage-daemon" packages/x86_64-nativesdk-pokysdk-linux/nativesdk-shared-mime-info/nativesdk-shared-mime-info-data: latest.pkg_postrm changed from "#!/bin/sh set -e if [ "x$D" != "x" ]; then $INTERCEPT_DIR/postinst_intercept update_mime_database ${PKG} \ mlprefix=nativesdk- \ mimedir=/opt/poky/3.1+snapshot/sysroots/x86_64-pokysdk-linux/usr/share/mime else echo "Updating MIME database... this may take a while." update-mime-database $D/opt/poky/3.1+snapshot/sysroots/x86_64-pokysdk-linux/usr/share/mime fi " to "#!/bin/sh set -e if [ "x$D" != "x" ]; then $INTERCEPT_DIR/postinst_intercept update_mime_database ${PKG} \ mlprefix=nativesdk- \ mimedir=/opt/poky/3.1+snapshot/sysroots/x86_64-pokysdk-linux/usr/share/mime else echo "Updating MIME database... this may take a while." # $D/opt/poky/3.1+snapshot/sysroots/x86_64-pokysdk-linux/usr/share/mime/packages belong to package shared-mime-info-data, # packages like libfm-mime depend on shared-mime-info-data. # after shared-mime-info-data uninstalled, $D/opt/poky/3.1+snapshot/sysroots/x86_64-pokysdk-linux/usr/share/mime/packages # is removed, but update-mime-database need this dir to update # database, workaround to create one and remove it later if [ ! -d $D/opt/poky/3.1+snapshot/sysroots/x86_64-pokysdk-linux/usr/share/mime/packages ]; then mkdir -p $D/opt/poky/3.1+snapshot/sysroots/x86_64-pokysdk-linux/usr/share/mime/packages update-mime-database $D/opt/poky/3.1+snapshot/sysroots/x86_64-pokysdk-linux/usr/share/mime rmdir --ignore-fail-on-non-empty $D/opt/poky/3.1+snapshot/sysroots/x86_64-pokysdk-linux/usr/share/mime/packages else update-mime-database $D/opt/poky/3.1+snapshot/sysroots/x86_64-pokysdk-linux/usr/share/mime fi fi "