Changes to images/qemuarm/glibc/core-image-minimal-dev (files-in-image.txt): /sbin/nologin changed symlink target from /sbin/nologin.shadow to /sbin/nologin.util-linux /usr/bin/passwd changed symlink target from /usr/bin/passwd.shadow to /bin/busybox.suid /sbin/vigr was removed /sbin/vipw was removed /usr/bin/chfn was removed /usr/bin/chsh was removed /usr/lib/opkg/alternatives/chfn was removed /usr/lib/opkg/alternatives/chpasswd was removed /usr/lib/opkg/alternatives/chsh was removed /usr/lib/opkg/alternatives/vigr was removed /usr/lib/opkg/alternatives/vipw was removed /usr/sbin/chpasswd was removed Changes to images/qemuarm/glibc/core-image-sato-sdk (files-in-image.txt): /sbin/nologin changed symlink target from /sbin/nologin.shadow to /sbin/nologin.util-linux /usr/bin/passwd changed symlink target from /usr/bin/passwd.shadow to /bin/busybox.suid /var/cache/fontconfig/5c513309-0025-45fe-b784-4d9e62e6d956-le32d8.cache-7 was added /var/cache/fontconfig/68b1502d-ff4c-41c7-8398-5237c70aa5f2-le32d8.cache-7 was added /var/cache/fontconfig/78a0b07e-dedb-475c-ab12-7c660467f0e7-le32d8.cache-7 was added /var/cache/fontconfig/7c86664a-9bfc-4dcb-b56c-b53c1d5ff97b-le32d8.cache-7 was added /var/cache/fontconfig/9471e4a9-aa38-4fd5-bea7-c382d8417869-le32d8.cache-7 was added /var/cache/fontconfig/eedce789-c604-4111-8099-feeafabde358-le32d8.cache-7 was added /var/cache/fontconfig/f97d1fb1-e09d-416d-b26f-693d69893712-le32d8.cache-7 was added /sbin/vigr was removed /sbin/vipw was removed /usr/bin/chfn was removed /usr/bin/chsh was removed /usr/lib/opkg/alternatives/chfn was removed /usr/lib/opkg/alternatives/chpasswd was removed /usr/lib/opkg/alternatives/chsh was removed /usr/lib/opkg/alternatives/vigr was removed /usr/lib/opkg/alternatives/vipw was removed /usr/sbin/chpasswd was removed /var/cache/fontconfig/152e4d75-2a15-409b-a9a3-edb0c26536f6-le32d8.cache-7 was removed /var/cache/fontconfig/82e56f47-9f01-4e74-8205-c39d1c92f9c3-le32d8.cache-7 was removed /var/cache/fontconfig/90cdccf6-a3b4-4446-9c6f-b9f1ec678f26-le32d8.cache-7 was removed /var/cache/fontconfig/96cb12d9-5aa7-4183-a270-4baf96d2ffbb-le32d8.cache-7 was removed /var/cache/fontconfig/a04c4440-6627-4387-bc18-cbab2d6fc8cf-le32d8.cache-7 was removed /var/cache/fontconfig/a147bf66-2c56-4fdb-9a73-6c01ad6379c0-le32d8.cache-7 was removed /var/cache/fontconfig/c8d14c2b-a504-4abc-8a98-5e743d70bde2-le32d8.cache-7 was removed Changes to images/qemuarm/glibc/core-image-sato (files-in-image.txt): /usr/bin/passwd changed symlink target from /usr/bin/passwd.shadow to /bin/busybox.suid /var/cache/fontconfig/1181f4f4-ff8a-4320-a3dc-01ea42fd20dd-le32d8.cache-7 was added /var/cache/fontconfig/a3c38d76-0deb-4920-a568-c6ba5b611e9c-le32d8.cache-7 was added /sbin/nologin was removed /sbin/vigr was removed /sbin/vipw was removed /usr/bin/chfn was removed /usr/bin/chsh was removed /usr/lib/opkg/alternatives/chfn was removed /usr/lib/opkg/alternatives/chpasswd was removed /usr/lib/opkg/alternatives/chsh was removed /usr/lib/opkg/alternatives/nologin was removed /usr/lib/opkg/alternatives/vigr was removed /usr/lib/opkg/alternatives/vipw was removed /usr/sbin/chpasswd was removed /var/cache/fontconfig/9dfb617c-63d1-4356-bbc3-363ae6243532-le32d8.cache-7 was removed /var/cache/fontconfig/cc783306-be8d-4155-8e3f-0fbe685df30c-le32d8.cache-7 was removed packages/all-poky-linux/adwaita-icon-theme/adwaita-icon-theme-cursors: PKGSIZE changed from 12025712 to 0 (-100%) packages/all-poky-linux/adwaita-icon-theme/adwaita-icon-theme-cursors: latest.pkg_postinst changed from "#!/bin/sh set -e if [ "x$D" != "x" ]; then $INTERCEPT_DIR/postinst_intercept update_gtk_icon_cache adwaita-icon-theme-cursors \ mlprefix= \ libdir_native=/usr/lib else # Update the pixbuf loaders in case they haven't been registered yet /usr/lib/gdk-pixbuf-2.0/gdk-pixbuf-query-loaders --update-cache for icondir in /usr/share/icons/* ; do if [ -d $icondir ] ; then gtk-update-icon-cache -fqt $icondir fi done fi " to "#!/bin/sh if [ "x$D" != "x" ]; then $INTERCEPT_DIR/postinst_intercept update_gtk_icon_cache adwaita-icon-theme-cursors \ mlprefix= \ libdir_native=/usr/lib else # Update the pixbuf loaders in case they haven't been registered yet /usr/lib/gdk-pixbuf-2.0/gdk-pixbuf-query-loaders --update-cache for icondir in /usr/share/icons/* ; do if [ -d $icondir ] ; then gtk-update-icon-cache -fqt $icondir fi done fi " packages/all-poky-linux/adwaita-icon-theme/adwaita-icon-theme-cursors: latest.pkg_postrm changed from "#!/bin/sh set -e if [ "x$D" != "x" ]; then $INTERCEPT_DIR/postinst_intercept update_gtk_icon_cache adwaita-icon-theme-cursors \ mlprefix= \ libdir=/usr/lib else for icondir in /usr/share/icons/* ; do if [ -d $icondir ] ; then gtk-update-icon-cache -qt $icondir fi done fi " to "#!/bin/sh if [ "x$D" != "x" ]; then $INTERCEPT_DIR/postinst_intercept update_gtk_icon_cache adwaita-icon-theme-cursors \ mlprefix= \ libdir=/usr/lib else for icondir in /usr/share/icons/* ; do if [ -d $icondir ] ; then gtk-update-icon-cache -qt $icondir fi done fi " packages/all-poky-linux/adwaita-icon-theme/adwaita-icon-theme-hires: PKGSIZE changed from 6613668 to 0 (-100%) packages/all-poky-linux/adwaita-icon-theme/adwaita-icon-theme-hires: latest.pkg_postinst changed from "#!/bin/sh set -e if [ "x$D" != "x" ]; then $INTERCEPT_DIR/postinst_intercept update_gtk_icon_cache adwaita-icon-theme-hires \ mlprefix= \ libdir_native=/usr/lib else # Update the pixbuf loaders in case they haven't been registered yet /usr/lib/gdk-pixbuf-2.0/gdk-pixbuf-query-loaders --update-cache for icondir in /usr/share/icons/* ; do if [ -d $icondir ] ; then gtk-update-icon-cache -fqt $icondir fi done fi " to "#!/bin/sh if [ "x$D" != "x" ]; then $INTERCEPT_DIR/postinst_intercept update_gtk_icon_cache adwaita-icon-theme-hires \ mlprefix= \ libdir_native=/usr/lib else # Update the pixbuf loaders in case they haven't been registered yet /usr/lib/gdk-pixbuf-2.0/gdk-pixbuf-query-loaders --update-cache for icondir in /usr/share/icons/* ; do if [ -d $icondir ] ; then gtk-update-icon-cache -fqt $icondir fi done fi " packages/all-poky-linux/adwaita-icon-theme/adwaita-icon-theme-hires: latest.pkg_postrm changed from "#!/bin/sh set -e if [ "x$D" != "x" ]; then $INTERCEPT_DIR/postinst_intercept update_gtk_icon_cache adwaita-icon-theme-hires \ mlprefix= \ libdir=/usr/lib else for icondir in /usr/share/icons/* ; do if [ -d $icondir ] ; then gtk-update-icon-cache -qt $icondir fi done fi " to "#!/bin/sh if [ "x$D" != "x" ]; then $INTERCEPT_DIR/postinst_intercept update_gtk_icon_cache adwaita-icon-theme-hires \ mlprefix= \ libdir=/usr/lib else for icondir in /usr/share/icons/* ; do if [ -d $icondir ] ; then gtk-update-icon-cache -qt $icondir fi done fi " packages/all-poky-linux/adwaita-icon-theme/adwaita-icon-theme-symbolic-hires: PKGSIZE changed from 1633992 to 0 (-100%) packages/all-poky-linux/adwaita-icon-theme/adwaita-icon-theme-symbolic-hires: latest.pkg_postinst changed from "#!/bin/sh set -e if [ "x$D" != "x" ]; then $INTERCEPT_DIR/postinst_intercept update_gtk_icon_cache adwaita-icon-theme-symbolic-hires \ mlprefix= \ libdir_native=/usr/lib else # Update the pixbuf loaders in case they haven't been registered yet /usr/lib/gdk-pixbuf-2.0/gdk-pixbuf-query-loaders --update-cache for icondir in /usr/share/icons/* ; do if [ -d $icondir ] ; then gtk-update-icon-cache -fqt $icondir fi done fi " to "#!/bin/sh if [ "x$D" != "x" ]; then $INTERCEPT_DIR/postinst_intercept update_gtk_icon_cache adwaita-icon-theme-symbolic-hires \ mlprefix= \ libdir_native=/usr/lib else # Update the pixbuf loaders in case they haven't been registered yet /usr/lib/gdk-pixbuf-2.0/gdk-pixbuf-query-loaders --update-cache for icondir in /usr/share/icons/* ; do if [ -d $icondir ] ; then gtk-update-icon-cache -fqt $icondir fi done fi " packages/all-poky-linux/adwaita-icon-theme/adwaita-icon-theme-symbolic-hires: latest.pkg_postrm changed from "#!/bin/sh set -e if [ "x$D" != "x" ]; then $INTERCEPT_DIR/postinst_intercept update_gtk_icon_cache adwaita-icon-theme-symbolic-hires \ mlprefix= \ libdir=/usr/lib else for icondir in /usr/share/icons/* ; do if [ -d $icondir ] ; then gtk-update-icon-cache -qt $icondir fi done fi " to "#!/bin/sh if [ "x$D" != "x" ]; then $INTERCEPT_DIR/postinst_intercept update_gtk_icon_cache adwaita-icon-theme-symbolic-hires \ mlprefix= \ libdir=/usr/lib else for icondir in /usr/share/icons/* ; do if [ -d $icondir ] ; then gtk-update-icon-cache -qt $icondir fi done fi " packages/all-poky-linux/adwaita-icon-theme/adwaita-icon-theme-symbolic: PKGSIZE changed from 975030 to 0 (-100%) packages/all-poky-linux/adwaita-icon-theme/adwaita-icon-theme-symbolic: latest.pkg_postinst changed from "#!/bin/sh set -e if [ "x$D" != "x" ]; then $INTERCEPT_DIR/postinst_intercept update_gtk_icon_cache adwaita-icon-theme-symbolic \ mlprefix= \ libdir_native=/usr/lib else # Update the pixbuf loaders in case they haven't been registered yet /usr/lib/gdk-pixbuf-2.0/gdk-pixbuf-query-loaders --update-cache for icondir in /usr/share/icons/* ; do if [ -d $icondir ] ; then gtk-update-icon-cache -fqt $icondir fi done fi " to "#!/bin/sh if [ "x$D" != "x" ]; then $INTERCEPT_DIR/postinst_intercept update_gtk_icon_cache adwaita-icon-theme-symbolic \ mlprefix= \ libdir_native=/usr/lib else # Update the pixbuf loaders in case they haven't been registered yet /usr/lib/gdk-pixbuf-2.0/gdk-pixbuf-query-loaders --update-cache for icondir in /usr/share/icons/* ; do if [ -d $icondir ] ; then gtk-update-icon-cache -fqt $icondir fi done fi " packages/all-poky-linux/adwaita-icon-theme/adwaita-icon-theme-symbolic: latest.pkg_postrm changed from "#!/bin/sh set -e if [ "x$D" != "x" ]; then $INTERCEPT_DIR/postinst_intercept update_gtk_icon_cache adwaita-icon-theme-symbolic \ mlprefix= \ libdir=/usr/lib else for icondir in /usr/share/icons/* ; do if [ -d $icondir ] ; then gtk-update-icon-cache -qt $icondir fi done fi " to "#!/bin/sh if [ "x$D" != "x" ]; then $INTERCEPT_DIR/postinst_intercept update_gtk_icon_cache adwaita-icon-theme-symbolic \ mlprefix= \ libdir=/usr/lib else for icondir in /usr/share/icons/* ; do if [ -d $icondir ] ; then gtk-update-icon-cache -qt $icondir fi done fi " packages/all-poky-linux/adwaita-icon-theme/adwaita-icon-theme: PKGSIZE changed from 2301872 to 0 (-100%) packages/all-poky-linux/adwaita-icon-theme/adwaita-icon-theme: latest.pkg_postinst changed from "#!/bin/sh set -e if [ "x$D" != "x" ]; then $INTERCEPT_DIR/postinst_intercept update_gtk_icon_cache adwaita-icon-theme \ mlprefix= \ libdir_native=/usr/lib else # Update the pixbuf loaders in case they haven't been registered yet /usr/lib/gdk-pixbuf-2.0/gdk-pixbuf-query-loaders --update-cache for icondir in /usr/share/icons/* ; do if [ -d $icondir ] ; then gtk-update-icon-cache -fqt $icondir fi done fi " to "#!/bin/sh if [ "x$D" != "x" ]; then $INTERCEPT_DIR/postinst_intercept update_gtk_icon_cache adwaita-icon-theme \ mlprefix= \ libdir_native=/usr/lib else # Update the pixbuf loaders in case they haven't been registered yet /usr/lib/gdk-pixbuf-2.0/gdk-pixbuf-query-loaders --update-cache for icondir in /usr/share/icons/* ; do if [ -d $icondir ] ; then gtk-update-icon-cache -fqt $icondir fi done fi " packages/all-poky-linux/adwaita-icon-theme/adwaita-icon-theme: latest.pkg_postrm changed from "#!/bin/sh set -e if [ "x$D" != "x" ]; then $INTERCEPT_DIR/postinst_intercept update_gtk_icon_cache adwaita-icon-theme \ mlprefix= \ libdir=/usr/lib else for icondir in /usr/share/icons/* ; do if [ -d $icondir ] ; then gtk-update-icon-cache -qt $icondir fi done fi " to "#!/bin/sh if [ "x$D" != "x" ]; then $INTERCEPT_DIR/postinst_intercept update_gtk_icon_cache adwaita-icon-theme \ mlprefix= \ libdir=/usr/lib else for icondir in /usr/share/icons/* ; do if [ -d $icondir ] ; then gtk-update-icon-cache -qt $icondir fi done fi " packages/all-poky-linux/alsa-topology-conf/alsa-topology-conf: PKGSIZE changed from 342087 to 0 (-100%) packages/all-poky-linux/alsa-ucm-conf/alsa-ucm-conf: PKGSIZE changed from 182235 to 0 (-100%) packages/all-poky-linux/autoconf-archive/autoconf-archive-doc: PKGSIZE changed from 46547 to 0 (-100%) packages/all-poky-linux/autoconf-archive/autoconf-archive: PKGSIZE changed from 2092330 to 0 (-100%) packages/all-poky-linux/ca-certificates/ca-certificates-doc: PKGSIZE changed from 2705 to 0 (-100%) packages/all-poky-linux/ca-certificates/ca-certificates: PKGSIZE changed from 211565 to 0 (-100%) packages/all-poky-linux/ca-certificates/ca-certificates: latest.pkg_postinst changed from "set -e SYSROOT="$D" $D/usr/sbin/update-ca-certificates " to " SYSROOT="$D" $D/usr/sbin/update-ca-certificates " packages/all-poky-linux/cantarell-fonts/cantarell-fonts: PKGSIZE changed from 682448 to 0 (-100%) packages/all-poky-linux/cantarell-fonts/cantarell-fonts: latest.pkg_postinst changed from "#!/bin/sh set -e if [ -n "$D" ] ; then $INTERCEPT_DIR/postinst_intercept update_font_cache cantarell-fonts mlprefix= binprefix= \ 'bindir="/usr/bin"' \ 'libdir="/usr/lib"' \ 'libexecdir="/usr/libexec"' \ 'base_libdir="/lib"' \ 'fontconfigcachedir="/var/cache/fontconfig"' \ 'fontconfigcacheparams="-v"' \ 'fontconfigcacheenv="FC_DEBUG=1"' else FC_DEBUG=1 fc-cache -v fi " to "#!/bin/sh if [ -n "$D" ] ; then $INTERCEPT_DIR/postinst_intercept update_font_cache cantarell-fonts mlprefix= binprefix= \ 'bindir="/usr/bin"' \ 'libdir="/usr/lib"' \ 'libexecdir="/usr/libexec"' \ 'base_libdir="/lib"' \ 'fontconfigcachedir="/var/cache/fontconfig"' \ 'fontconfigcacheparams="-v"' \ 'fontconfigcacheenv="FC_DEBUG=1"' else FC_DEBUG=1 fc-cache -v fi " packages/all-poky-linux/cantarell-fonts/cantarell-fonts: latest.pkg_postrm changed from "#!/bin/sh set -e if [ -n "$D" ] ; then $INTERCEPT_DIR/postinst_intercept update_font_cache cantarell-fonts mlprefix= binprefix= \ 'bindir="/usr/bin"' \ 'libdir="/usr/lib"' \ 'libexecdir="/usr/libexec"' \ 'base_libdir="/lib"' \ 'fontconfigcachedir="/var/cache/fontconfig"' \ 'fontconfigcacheparams="-v"' \ 'fontconfigcacheenv="FC_DEBUG=1"' else FC_DEBUG=1 fc-cache -v fi " to "#!/bin/sh if [ -n "$D" ] ; then $INTERCEPT_DIR/postinst_intercept update_font_cache cantarell-fonts mlprefix= binprefix= \ 'bindir="/usr/bin"' \ 'libdir="/usr/lib"' \ 'libexecdir="/usr/libexec"' \ 'base_libdir="/lib"' \ 'fontconfigcachedir="/var/cache/fontconfig"' \ 'fontconfigcacheparams="-v"' \ 'fontconfigcacheenv="FC_DEBUG=1"' else FC_DEBUG=1 fc-cache -v fi " packages/all-poky-linux/encodings/encodings: PKGSIZE changed from 639921 to 0 (-100%) packages/all-poky-linux/hicolor-icon-theme/hicolor-icon-theme: PKGSIZE changed from 55507 to 0 (-100%) packages/all-poky-linux/iso-codes/iso-codes-dev: PKGSIZE changed from 213 to 0 (-100%) packages/all-poky-linux/iso-codes/iso-codes-locale-ab: PKGSIZE changed from 541 to 0 (-100%) packages/all-poky-linux/iso-codes/iso-codes-locale-ace: PKGSIZE changed from 537 to 0 (-100%) packages/all-poky-linux/iso-codes/iso-codes-locale-ach: PKGSIZE changed from 9137 to 0 (-100%) packages/all-poky-linux/iso-codes/iso-codes-locale-af: PKGSIZE changed from 35757 to 0 (-100%) packages/all-poky-linux/iso-codes/iso-codes-locale-ak: PKGSIZE changed from 535 to 0 (-100%) packages/all-poky-linux/iso-codes/iso-codes-locale-am: PKGSIZE changed from 18492 to 0 (-100%) packages/all-poky-linux/iso-codes/iso-codes-locale-an: PKGSIZE changed from 3823 to 0 (-100%) packages/all-poky-linux/iso-codes/iso-codes-locale-ar: PKGSIZE changed from 63425 to 0 (-100%) packages/all-poky-linux/iso-codes/iso-codes-locale-as: PKGSIZE changed from 69614 to 0 (-100%) packages/all-poky-linux/iso-codes/iso-codes-locale-ast: PKGSIZE changed from 367117 to 0 (-100%) packages/all-poky-linux/iso-codes/iso-codes-locale-ay: PKGSIZE changed from 534 to 0 (-100%) packages/all-poky-linux/iso-codes/iso-codes-locale-az: PKGSIZE changed from 16676 to 0 (-100%) packages/all-poky-linux/iso-codes/iso-codes-locale-ba: PKGSIZE changed from 539 to 0 (-100%) packages/all-poky-linux/iso-codes/iso-codes-locale-bar: PKGSIZE changed from 6907 to 0 (-100%) packages/all-poky-linux/iso-codes/iso-codes-locale-be: PKGSIZE changed from 364186 to 0 (-100%) packages/all-poky-linux/iso-codes/iso-codes-locale-bg: PKGSIZE changed from 92268 to 0 (-100%) packages/all-poky-linux/iso-codes/iso-codes-locale-bi: PKGSIZE changed from 539 to 0 (-100%) packages/all-poky-linux/iso-codes/iso-codes-locale-bn-bd: PKGSIZE changed from 21153 to 0 (-100%) packages/all-poky-linux/iso-codes/iso-codes-locale-bn-in: PKGSIZE changed from 40165 to 0 (-100%) packages/all-poky-linux/iso-codes/iso-codes-locale-bn: PKGSIZE changed from 172834 to 0 (-100%) packages/all-poky-linux/iso-codes/iso-codes-locale-br: PKGSIZE changed from 65718 to 0 (-100%) packages/all-poky-linux/iso-codes/iso-codes-locale-bs: PKGSIZE changed from 33227 to 0 (-100%) packages/all-poky-linux/iso-codes/iso-codes-locale-byn: PKGSIZE changed from 17604 to 0 (-100%) packages/all-poky-linux/iso-codes/iso-codes-locale-ca: PKGSIZE changed from 92293 to 0 (-100%) packages/all-poky-linux/iso-codes/iso-codes-locale-ce: PKGSIZE changed from 10866 to 0 (-100%) packages/all-poky-linux/iso-codes/iso-codes-locale-ch: PKGSIZE changed from 1483 to 0 (-100%) packages/all-poky-linux/iso-codes/iso-codes-locale-chr: PKGSIZE changed from 5189 to 0 (-100%) packages/all-poky-linux/iso-codes/iso-codes-locale-ckb: PKGSIZE changed from 10502 to 0 (-100%) packages/all-poky-linux/iso-codes/iso-codes-locale-crh: PKGSIZE changed from 310552 to 0 (-100%) packages/all-poky-linux/iso-codes/iso-codes-locale-cs: PKGSIZE changed from 94372 to 0 (-100%) packages/all-poky-linux/iso-codes/iso-codes-locale-csb: PKGSIZE changed from 4494 to 0 (-100%) packages/all-poky-linux/iso-codes/iso-codes-locale-cv: PKGSIZE changed from 21947 to 0 (-100%) packages/all-poky-linux/iso-codes/iso-codes-locale-cy: PKGSIZE changed from 36668 to 0 (-100%) packages/all-poky-linux/iso-codes/iso-codes-locale-da: PKGSIZE changed from 259943 to 0 (-100%) packages/all-poky-linux/iso-codes/iso-codes-locale-de: PKGSIZE changed from 685490 to 0 (-100%) packages/all-poky-linux/iso-codes/iso-codes-locale-dv: PKGSIZE changed from 11342 to 0 (-100%) packages/all-poky-linux/iso-codes/iso-codes-locale-dz: PKGSIZE changed from 45361 to 0 (-100%) packages/all-poky-linux/iso-codes/iso-codes-locale-ee: PKGSIZE changed from 535 to 0 (-100%) packages/all-poky-linux/iso-codes/iso-codes-locale-el: PKGSIZE changed from 128935 to 0 (-100%) packages/all-poky-linux/iso-codes/iso-codes-locale-en: PKGSIZE changed from 106866 to 0 (-100%) packages/all-poky-linux/iso-codes/iso-codes-locale-eo: PKGSIZE changed from 72195 to 0 (-100%) packages/all-poky-linux/iso-codes/iso-codes-locale-es: PKGSIZE changed from 109924 to 0 (-100%) packages/all-poky-linux/iso-codes/iso-codes-locale-et: PKGSIZE changed from 105498 to 0 (-100%) packages/all-poky-linux/iso-codes/iso-codes-locale-eu: PKGSIZE changed from 104474 to 0 (-100%) packages/all-poky-linux/iso-codes/iso-codes-locale-fa: PKGSIZE changed from 60931 to 0 (-100%) packages/all-poky-linux/iso-codes/iso-codes-locale-ff: PKGSIZE changed from 3765 to 0 (-100%) packages/all-poky-linux/iso-codes/iso-codes-locale-fi: PKGSIZE changed from 86799 to 0 (-100%) packages/all-poky-linux/iso-codes/iso-codes-locale-fil: PKGSIZE changed from 35222 to 0 (-100%) packages/all-poky-linux/iso-codes/iso-codes-locale-fo: PKGSIZE changed from 5496 to 0 (-100%) packages/all-poky-linux/iso-codes/iso-codes-locale-fr: PKGSIZE changed from 699974 to 0 (-100%) packages/all-poky-linux/iso-codes/iso-codes-locale-frp: PKGSIZE changed from 9217 to 0 (-100%) packages/all-poky-linux/iso-codes/iso-codes-locale-fur: PKGSIZE changed from 54806 to 0 (-100%) packages/all-poky-linux/iso-codes/iso-codes-locale-fy: PKGSIZE changed from 9400 to 0 (-100%) packages/all-poky-linux/iso-codes/iso-codes-locale-ga: PKGSIZE changed from 56575 to 0 (-100%) packages/all-poky-linux/iso-codes/iso-codes-locale-gez: PKGSIZE changed from 17662 to 0 (-100%) packages/all-poky-linux/iso-codes/iso-codes-locale-gl: PKGSIZE changed from 372735 to 0 (-100%) packages/all-poky-linux/iso-codes/iso-codes-locale-gn: PKGSIZE changed from 8995 to 0 (-100%) packages/all-poky-linux/iso-codes/iso-codes-locale-gu: PKGSIZE changed from 114783 to 0 (-100%) packages/all-poky-linux/iso-codes/iso-codes-locale-gv: PKGSIZE changed from 9028 to 0 (-100%) packages/all-poky-linux/iso-codes/iso-codes-locale-ha: PKGSIZE changed from 5180 to 0 (-100%) packages/all-poky-linux/iso-codes/iso-codes-locale-haw: PKGSIZE changed from 1713 to 0 (-100%) packages/all-poky-linux/iso-codes/iso-codes-locale-he: PKGSIZE changed from 55394 to 0 (-100%) packages/all-poky-linux/iso-codes/iso-codes-locale-hi: PKGSIZE changed from 51365 to 0 (-100%) packages/all-poky-linux/iso-codes/iso-codes-locale-hr: PKGSIZE changed from 150608 to 0 (-100%) packages/all-poky-linux/iso-codes/iso-codes-locale-ht: PKGSIZE changed from 7785 to 0 (-100%) packages/all-poky-linux/iso-codes/iso-codes-locale-hu: PKGSIZE changed from 200559 to 0 (-100%) packages/all-poky-linux/iso-codes/iso-codes-locale-hy: PKGSIZE changed from 34342 to 0 (-100%) packages/all-poky-linux/iso-codes/iso-codes-locale-ia: PKGSIZE changed from 34308 to 0 (-100%) packages/all-poky-linux/iso-codes/iso-codes-locale-id: PKGSIZE changed from 580888 to 0 (-100%) packages/all-poky-linux/iso-codes/iso-codes-locale-io: PKGSIZE changed from 9253 to 0 (-100%) packages/all-poky-linux/iso-codes/iso-codes-locale-is: PKGSIZE changed from 238420 to 0 (-100%) packages/all-poky-linux/iso-codes/iso-codes-locale-it: PKGSIZE changed from 654809 to 0 (-100%) packages/all-poky-linux/iso-codes/iso-codes-locale-iu: PKGSIZE changed from 1680 to 0 (-100%) packages/all-poky-linux/iso-codes/iso-codes-locale-ja: PKGSIZE changed from 203470 to 0 (-100%) packages/all-poky-linux/iso-codes/iso-codes-locale-jam: PKGSIZE changed from 8363 to 0 (-100%) packages/all-poky-linux/iso-codes/iso-codes-locale-ka: PKGSIZE changed from 37447 to 0 (-100%) packages/all-poky-linux/iso-codes/iso-codes-locale-kab: PKGSIZE changed from 17691 to 0 (-100%) packages/all-poky-linux/iso-codes/iso-codes-locale-ki: PKGSIZE changed from 5162 to 0 (-100%) packages/all-poky-linux/iso-codes/iso-codes-locale-kk: PKGSIZE changed from 32168 to 0 (-100%) packages/all-poky-linux/iso-codes/iso-codes-locale-kl: PKGSIZE changed from 543 to 0 (-100%) packages/all-poky-linux/iso-codes/iso-codes-locale-km: PKGSIZE changed from 40207 to 0 (-100%) packages/all-poky-linux/iso-codes/iso-codes-locale-kn: PKGSIZE changed from 460297 to 0 (-100%) packages/all-poky-linux/iso-codes/iso-codes-locale-ko: PKGSIZE changed from 84427 to 0 (-100%) packages/all-poky-linux/iso-codes/iso-codes-locale-kok: PKGSIZE changed from 13114 to 0 (-100%) packages/all-poky-linux/iso-codes/iso-codes-locale-ku: PKGSIZE changed from 24747 to 0 (-100%) packages/all-poky-linux/iso-codes/iso-codes-locale-kv: PKGSIZE changed from 5852 to 0 (-100%) packages/all-poky-linux/iso-codes/iso-codes-locale-kw: PKGSIZE changed from 9360 to 0 (-100%) packages/all-poky-linux/iso-codes/iso-codes-locale-ky: PKGSIZE changed from 30748 to 0 (-100%) packages/all-poky-linux/iso-codes/iso-codes-locale-lo: PKGSIZE changed from 5823 to 0 (-100%) packages/all-poky-linux/iso-codes/iso-codes-locale-lt: PKGSIZE changed from 188716 to 0 (-100%) packages/all-poky-linux/iso-codes/iso-codes-locale-lv: PKGSIZE changed from 77832 to 0 (-100%) packages/all-poky-linux/iso-codes/iso-codes-locale-mai: PKGSIZE changed from 4603 to 0 (-100%) packages/all-poky-linux/iso-codes/iso-codes-locale-mhr: PKGSIZE changed from 5685 to 0 (-100%) packages/all-poky-linux/iso-codes/iso-codes-locale-mi: PKGSIZE changed from 14097 to 0 (-100%) packages/all-poky-linux/iso-codes/iso-codes-locale-mk: PKGSIZE changed from 35156 to 0 (-100%) packages/all-poky-linux/iso-codes/iso-codes-locale-ml: PKGSIZE changed from 75077 to 0 (-100%) packages/all-poky-linux/iso-codes/iso-codes-locale-mn: PKGSIZE changed from 28542 to 0 (-100%) packages/all-poky-linux/iso-codes/iso-codes-locale-mo: PKGSIZE changed from 1826 to 0 (-100%) packages/all-poky-linux/iso-codes/iso-codes-locale-mr: PKGSIZE changed from 504903 to 0 (-100%) packages/all-poky-linux/iso-codes/iso-codes-locale-ms: PKGSIZE changed from 17864 to 0 (-100%) packages/all-poky-linux/iso-codes/iso-codes-locale-mt: PKGSIZE changed from 29429 to 0 (-100%) packages/all-poky-linux/iso-codes/iso-codes-locale-my: PKGSIZE changed from 15661 to 0 (-100%) packages/all-poky-linux/iso-codes/iso-codes-locale-na: PKGSIZE changed from 6616 to 0 (-100%) packages/all-poky-linux/iso-codes/iso-codes-locale-nah: PKGSIZE changed from 8160 to 0 (-100%) packages/all-poky-linux/iso-codes/iso-codes-locale-nb-no: PKGSIZE changed from 1637 to 0 (-100%) packages/all-poky-linux/iso-codes/iso-codes-locale-nb: PKGSIZE changed from 51478 to 0 (-100%) packages/all-poky-linux/iso-codes/iso-codes-locale-ne: PKGSIZE changed from 36477 to 0 (-100%) packages/all-poky-linux/iso-codes/iso-codes-locale-nl: PKGSIZE changed from 355802 to 0 (-100%) packages/all-poky-linux/iso-codes/iso-codes-locale-nn: PKGSIZE changed from 53314 to 0 (-100%) packages/all-poky-linux/iso-codes/iso-codes-locale-nso: PKGSIZE changed from 14944 to 0 (-100%) packages/all-poky-linux/iso-codes/iso-codes-locale-nv: PKGSIZE changed from 5917 to 0 (-100%) packages/all-poky-linux/iso-codes/iso-codes-locale-oc: PKGSIZE changed from 40432 to 0 (-100%) packages/all-poky-linux/iso-codes/iso-codes-locale-or: PKGSIZE changed from 292078 to 0 (-100%) packages/all-poky-linux/iso-codes/iso-codes-locale-pa: PKGSIZE changed from 484039 to 0 (-100%) packages/all-poky-linux/iso-codes/iso-codes-locale-pap: PKGSIZE changed from 544 to 0 (-100%) packages/all-poky-linux/iso-codes/iso-codes-locale-pi: PKGSIZE changed from 9325 to 0 (-100%) packages/all-poky-linux/iso-codes/iso-codes-locale-pl: PKGSIZE changed from 411544 to 0 (-100%) packages/all-poky-linux/iso-codes/iso-codes-locale-ps: PKGSIZE changed from 10969 to 0 (-100%) packages/all-poky-linux/iso-codes/iso-codes-locale-pt-br: PKGSIZE changed from 96076 to 0 (-100%) packages/all-poky-linux/iso-codes/iso-codes-locale-pt: PKGSIZE changed from 73525 to 0 (-100%) packages/all-poky-linux/iso-codes/iso-codes-locale-ro: PKGSIZE changed from 106057 to 0 (-100%) packages/all-poky-linux/iso-codes/iso-codes-locale-ru: PKGSIZE changed from 122922 to 0 (-100%) packages/all-poky-linux/iso-codes/iso-codes-locale-rw: PKGSIZE changed from 57937 to 0 (-100%) packages/all-poky-linux/iso-codes/iso-codes-locale-sc: PKGSIZE changed from 230269 to 0 (-100%) packages/all-poky-linux/iso-codes/iso-codes-locale-sd: PKGSIZE changed from 3798 to 0 (-100%) packages/all-poky-linux/iso-codes/iso-codes-locale-si: PKGSIZE changed from 36638 to 0 (-100%) packages/all-poky-linux/iso-codes/iso-codes-locale-sk: PKGSIZE changed from 87124 to 0 (-100%) packages/all-poky-linux/iso-codes/iso-codes-locale-sl: PKGSIZE changed from 170186 to 0 (-100%) packages/all-poky-linux/iso-codes/iso-codes-locale-so: PKGSIZE changed from 8613 to 0 (-100%) packages/all-poky-linux/iso-codes/iso-codes-locale-son: PKGSIZE changed from 9325 to 0 (-100%) packages/all-poky-linux/iso-codes/iso-codes-locale-sq: PKGSIZE changed from 28928 to 0 (-100%) packages/all-poky-linux/iso-codes/iso-codes-locale-sr+latin: PKGSIZE changed from 236620 to 0 (-100%) packages/all-poky-linux/iso-codes/iso-codes-locale-sr: PKGSIZE changed from 284729 to 0 (-100%) packages/all-poky-linux/iso-codes/iso-codes-locale-sv: PKGSIZE changed from 688483 to 0 (-100%) packages/all-poky-linux/iso-codes/iso-codes-locale-sw: PKGSIZE changed from 8454 to 0 (-100%) packages/all-poky-linux/iso-codes/iso-codes-locale-ta: PKGSIZE changed from 516203 to 0 (-100%) packages/all-poky-linux/iso-codes/iso-codes-locale-te: PKGSIZE changed from 71941 to 0 (-100%) packages/all-poky-linux/iso-codes/iso-codes-locale-tg: PKGSIZE changed from 34097 to 0 (-100%) packages/all-poky-linux/iso-codes/iso-codes-locale-th: PKGSIZE changed from 241125 to 0 (-100%) packages/all-poky-linux/iso-codes/iso-codes-locale-ti: PKGSIZE changed from 23374 to 0 (-100%) packages/all-poky-linux/iso-codes/iso-codes-locale-tig: PKGSIZE changed from 17614 to 0 (-100%) packages/all-poky-linux/iso-codes/iso-codes-locale-tk: PKGSIZE changed from 18578 to 0 (-100%) packages/all-poky-linux/iso-codes/iso-codes-locale-tl: PKGSIZE changed from 21986 to 0 (-100%) packages/all-poky-linux/iso-codes/iso-codes-locale-tr: PKGSIZE changed from 512039 to 0 (-100%) packages/all-poky-linux/iso-codes/iso-codes-locale-tt+iqtelif: PKGSIZE changed from 31490 to 0 (-100%) packages/all-poky-linux/iso-codes/iso-codes-locale-tt: PKGSIZE changed from 36749 to 0 (-100%) packages/all-poky-linux/iso-codes/iso-codes-locale-tzm: PKGSIZE changed from 1369 to 0 (-100%) packages/all-poky-linux/iso-codes/iso-codes-locale-ug: PKGSIZE changed from 33532 to 0 (-100%) packages/all-poky-linux/iso-codes/iso-codes-locale-uk: PKGSIZE changed from 855401 to 0 (-100%) packages/all-poky-linux/iso-codes/iso-codes-locale-ur: PKGSIZE changed from 11756 to 0 (-100%) packages/all-poky-linux/iso-codes/iso-codes-locale-uz: PKGSIZE changed from 8907 to 0 (-100%) packages/all-poky-linux/iso-codes/iso-codes-locale-ve: PKGSIZE changed from 13292 to 0 (-100%) packages/all-poky-linux/iso-codes/iso-codes-locale-vi: PKGSIZE changed from 255107 to 0 (-100%) packages/all-poky-linux/iso-codes/iso-codes-locale-wa: PKGSIZE changed from 63753 to 0 (-100%) packages/all-poky-linux/iso-codes/iso-codes-locale-wal: PKGSIZE changed from 6259 to 0 (-100%) packages/all-poky-linux/iso-codes/iso-codes-locale-wo: PKGSIZE changed from 24462 to 0 (-100%) packages/all-poky-linux/iso-codes/iso-codes-locale-xh: PKGSIZE changed from 8253 to 0 (-100%) packages/all-poky-linux/iso-codes/iso-codes-locale-yo: PKGSIZE changed from 11076 to 0 (-100%) packages/all-poky-linux/iso-codes/iso-codes-locale-zh-cn: PKGSIZE changed from 215988 to 0 (-100%) packages/all-poky-linux/iso-codes/iso-codes-locale-zh-hant: PKGSIZE changed from 7436 to 0 (-100%) packages/all-poky-linux/iso-codes/iso-codes-locale-zh-hk: PKGSIZE changed from 57725 to 0 (-100%) packages/all-poky-linux/iso-codes/iso-codes-locale-zh-tw: PKGSIZE changed from 122400 to 0 (-100%) packages/all-poky-linux/iso-codes/iso-codes-locale-zu: PKGSIZE changed from 10512 to 0 (-100%) packages/all-poky-linux/iso-codes/iso-codes: PKGSIZE changed from 2942303 to 0 (-100%) packages/all-poky-linux/liberation-fonts/liberation-fonts: PKGSIZE changed from 4366881 to 0 (-100%) packages/all-poky-linux/liberation-fonts/liberation-fonts: latest.pkg_postinst changed from "#!/bin/sh set -e if [ -n "$D" ] ; then $INTERCEPT_DIR/postinst_intercept update_font_cache liberation-fonts mlprefix= binprefix= \ 'bindir="/usr/bin"' \ 'libdir="/usr/lib"' \ 'libexecdir="/usr/libexec"' \ 'base_libdir="/lib"' \ 'fontconfigcachedir="/var/cache/fontconfig"' \ 'fontconfigcacheparams="-v"' \ 'fontconfigcacheenv="FC_DEBUG=1"' else FC_DEBUG=1 fc-cache -v fi " to "#!/bin/sh if [ -n "$D" ] ; then $INTERCEPT_DIR/postinst_intercept update_font_cache liberation-fonts mlprefix= binprefix= \ 'bindir="/usr/bin"' \ 'libdir="/usr/lib"' \ 'libexecdir="/usr/libexec"' \ 'base_libdir="/lib"' \ 'fontconfigcachedir="/var/cache/fontconfig"' \ 'fontconfigcacheparams="-v"' \ 'fontconfigcacheenv="FC_DEBUG=1"' else FC_DEBUG=1 fc-cache -v fi " packages/all-poky-linux/liberation-fonts/liberation-fonts: latest.pkg_postrm changed from "#!/bin/sh set -e if [ -n "$D" ] ; then $INTERCEPT_DIR/postinst_intercept update_font_cache liberation-fonts mlprefix= binprefix= \ 'bindir="/usr/bin"' \ 'libdir="/usr/lib"' \ 'libexecdir="/usr/libexec"' \ 'base_libdir="/lib"' \ 'fontconfigcachedir="/var/cache/fontconfig"' \ 'fontconfigcacheparams="-v"' \ 'fontconfigcacheenv="FC_DEBUG=1"' else FC_DEBUG=1 fc-cache -v fi " to "#!/bin/sh if [ -n "$D" ] ; then $INTERCEPT_DIR/postinst_intercept update_font_cache liberation-fonts mlprefix= binprefix= \ 'bindir="/usr/bin"' \ 'libdir="/usr/lib"' \ 'libexecdir="/usr/libexec"' \ 'base_libdir="/lib"' \ 'fontconfigcachedir="/var/cache/fontconfig"' \ 'fontconfigcacheparams="-v"' \ 'fontconfigcacheenv="FC_DEBUG=1"' else FC_DEBUG=1 fc-cache -v fi " packages/all-poky-linux/netbase/netbase: PKGSIZE changed from 18448 to 0 (-100%) packages/all-poky-linux/pulseaudio-client-conf-sato/pulseaudio-client-conf-sato: PKGSIZE changed from 447 to 0 (-100%) packages/all-poky-linux/run-postinsts/run-postinsts: PKGSIZE changed from 1971 to 0 (-100%) packages/all-poky-linux/run-postinsts/run-postinsts: latest.pkg_postinst changed from "#!/bin/sh set -e if true && type update-rc.d >/dev/null 2>/dev/null; then if [ -n "$D" ]; then OPT="-r $D" else OPT="-s" fi update-rc.d $OPT run-postinsts start 99 S . fi " to "#!/bin/sh if true && type update-rc.d >/dev/null 2>/dev/null; then if [ -n "$D" ]; then OPT="-r $D" else OPT="-s" fi update-rc.d $OPT run-postinsts start 99 S . fi " packages/all-poky-linux/run-postinsts/run-postinsts: latest.pkg_postrm changed from "#!/bin/sh set -e if true && type update-rc.d >/dev/null 2>/dev/null; then if [ -n "$D" ]; then OPT="-f -r $D" else OPT="-f" fi update-rc.d $OPT run-postinsts remove fi " to "#!/bin/sh if true && type update-rc.d >/dev/null 2>/dev/null; then if [ -n "$D" ]; then OPT="-f -r $D" else OPT="-f" fi update-rc.d $OPT run-postinsts remove fi " packages/all-poky-linux/run-postinsts/run-postinsts: latest.pkg_prerm changed from "#!/bin/sh set -e if true && [ -z "$D" -a -x "/etc/init.d/run-postinsts" ]; then /etc/init.d/run-postinsts stop || : fi " to "#!/bin/sh if true && [ -z "$D" -a -x "/etc/init.d/run-postinsts" ]; then /etc/init.d/run-postinsts stop || : fi " packages/all-poky-linux/shutdown-desktop/shutdown-desktop: PKGSIZE changed from 195 to 0 (-100%) packages/all-poky-linux/shutdown-desktop/shutdown-desktop: latest.pkg_postinst changed from "set -e grep -q qemuarm $D/etc/hostname && \ sed -i $D/usr/share/applications/shutdown.desktop -e 's#^Exec=\(.*\)/halt#Exec=\1/reboot#' \ || true " to "grep -q qemuarm $D/etc/hostname && \ sed -i $D/usr/share/applications/shutdown.desktop -e 's#^Exec=\(.*\)/halt#Exec=\1/reboot#' \ || true " packages/all-poky-linux/tzdata/tzdata-africa: PKGSIZE changed from 14807 to 0 (-100%) packages/all-poky-linux/tzdata/tzdata-americas: PKGSIZE changed from 127121 to 0 (-100%) packages/all-poky-linux/tzdata/tzdata-antarctica: PKGSIZE changed from 5268 to 0 (-100%) packages/all-poky-linux/tzdata/tzdata-arctic: PKGSIZE changed from 676 to 0 (-100%) packages/all-poky-linux/tzdata/tzdata-asia: PKGSIZE changed from 49661 to 0 (-100%) packages/all-poky-linux/tzdata/tzdata-atlantic: PKGSIZE changed from 7909 to 0 (-100%) packages/all-poky-linux/tzdata/tzdata-australia: PKGSIZE changed from 13490 to 0 (-100%) packages/all-poky-linux/tzdata/tzdata-core: PKGSIZE changed from 90100 to 0 (-100%) packages/all-poky-linux/tzdata/tzdata-europe: PKGSIZE changed from 48096 to 0 (-100%) packages/all-poky-linux/tzdata/tzdata-misc: PKGSIZE changed from 16266 to 0 (-100%) packages/all-poky-linux/tzdata/tzdata-pacific: PKGSIZE changed from 10670 to 0 (-100%) packages/all-poky-linux/tzdata/tzdata-posix: PKGSIZE changed from 328348 to 0 (-100%) packages/all-poky-linux/tzdata/tzdata-right: PKGSIZE changed from 578185 to 0 (-100%) packages/all-poky-linux/tzdata/tzdata: latest.pkg_postinst changed from "set -e etc_lt="$D/etc/localtime" src="$D/etc/timezone" if [ -e ${src} ] ; then tz=$(sed -e 's:#.*::' -e 's:[[:space:]]*::g' -e '/^$/d' "${src}") fi if [ ! -z "${tz}" -a ! -e "$D/usr/share/zoneinfo/${tz}" ] ; then echo "You have an invalid TIMEZONE setting in ${src}" echo "Your ${etc_lt} has been reset to Universal; enjoy!" tz="Universal" echo "Updating ${etc_lt} with $D/usr/share/zoneinfo/${tz}" if [ -L ${etc_lt} ] ; then rm -f "${etc_lt}" fi ln -s "/usr/share/zoneinfo/${tz}" "${etc_lt}" fi " to " etc_lt="$D/etc/localtime" src="$D/etc/timezone" if [ -e ${src} ] ; then tz=$(sed -e 's:#.*::' -e 's:[[:space:]]*::g' -e '/^$/d' "${src}") fi if [ ! -z "${tz}" -a ! -e "$D/usr/share/zoneinfo/${tz}" ] ; then echo "You have an invalid TIMEZONE setting in ${src}" echo "Your ${etc_lt} has been reset to Universal; enjoy!" tz="Universal" echo "Updating ${etc_lt} with $D/usr/share/zoneinfo/${tz}" if [ -L ${etc_lt} ] ; then rm -f "${etc_lt}" fi ln -s "/usr/share/zoneinfo/${tz}" "${etc_lt}" fi " packages/all-poky-linux/update-rc.d/update-rc.d: PKGSIZE changed from 6388 to 0 (-100%) packages/all-poky-linux/wayland-protocols/wayland-protocols: PKGSIZE changed from 428338 to 0 (-100%) packages/all-poky-linux/wireless-regdb/wireless-regdb-static: PKGSIZE changed from 5198 to 0 (-100%) packages/all-poky-linux/wireless-regdb/wireless-regdb: PKGSIZE changed from 6039 to 0 (-100%) packages/all-poky-linux/xcursor-transparent-theme/xcursor-transparent-theme: PKGSIZE changed from 4796 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/acl/acl-dbg: PKGSIZE changed from 321444 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/acl/acl-dev: PKGSIZE changed from 6532 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/acl/acl-doc: PKGSIZE changed from 225254 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/acl/acl-locale-de: PKGSIZE changed from 8722 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/acl/acl-locale-en+boldquot: PKGSIZE changed from 8581 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/acl/acl-locale-en+quot: PKGSIZE changed from 8497 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/acl/acl-locale-es: PKGSIZE changed from 6972 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/acl/acl-locale-fr: PKGSIZE changed from 6677 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/acl/acl-locale-gl: PKGSIZE changed from 6970 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/acl/acl-locale-pl: PKGSIZE changed from 7004 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/acl/acl-locale-sv: PKGSIZE changed from 6612 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/acl/acl-ptest: PKGSIZE changed from 771655 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/acl/acl-src: PKGSIZE changed from 206897 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/acl/acl: PKGSIZE changed from 49904 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/acl/libacl: PKGSIZE changed from 21822 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/acl/libacl: latest.pkg_postinst changed from "#!/bin/sh set -e if [ x"$D" = "x" ]; then if [ -x /sbin/ldconfig ]; then /sbin/ldconfig ; fi fi " to "#!/bin/sh if [ x"$D" = "x" ]; then if [ -x /sbin/ldconfig ]; then /sbin/ldconfig ; fi fi " packages/armv7vet2hf-neon-poky-linux-gnueabi/alsa-lib/alsa-conf: PKGSIZE changed from 154743 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/alsa-lib/alsa-lib-dbg: PKGSIZE changed from 3560536 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/alsa-lib/alsa-lib-dev: PKGSIZE changed from 435604 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/alsa-lib/alsa-lib-src: PKGSIZE changed from 3319943 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/alsa-lib/alsa-lib: PKGSIZE changed from 669382 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/alsa-lib/alsa-lib: RDEPENDS: removed "glibc (['>= 2.33'])" packages/armv7vet2hf-neon-poky-linux-gnueabi/alsa-lib/alsa-lib: latest.pkg_postinst changed from "#!/bin/sh set -e if [ x"$D" = "x" ]; then if [ -x /sbin/ldconfig ]; then /sbin/ldconfig ; fi fi " to "#!/bin/sh if [ x"$D" = "x" ]; then if [ -x /sbin/ldconfig ]; then /sbin/ldconfig ; fi fi " packages/armv7vet2hf-neon-poky-linux-gnueabi/alsa-lib/alsa-server: PKGSIZE changed from 21984 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/alsa-lib/libatopology: PKGSIZE changed from 80165 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/alsa-lib/libatopology: RDEPENDS: removed "alsa-lib (['>= 1.2.5.1']) glibc (['>= 2.33'])" packages/armv7vet2hf-neon-poky-linux-gnueabi/alsa-lib/libatopology: latest.pkg_postinst changed from "#!/bin/sh set -e if [ x"$D" = "x" ]; then if [ -x /sbin/ldconfig ]; then /sbin/ldconfig ; fi fi " to "#!/bin/sh if [ x"$D" = "x" ]; then if [ -x /sbin/ldconfig ]; then /sbin/ldconfig ; fi fi " packages/armv7vet2hf-neon-poky-linux-gnueabi/alsa-plugins/alsa-plugins-dbg: PKGSIZE changed from 369140 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/alsa-plugins/alsa-plugins-pulseaudio-conf: PKGSIZE changed from 703 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/alsa-plugins/alsa-plugins-src: PKGSIZE changed from 175501 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/alsa-plugins/libasound-module-conf-pulse: PKGSIZE changed from 5376 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/alsa-plugins/libasound-module-ctl-arcam-av: PKGSIZE changed from 18090 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/alsa-plugins/libasound-module-ctl-oss: PKGSIZE changed from 9620 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/alsa-plugins/libasound-module-ctl-pulse: PKGSIZE changed from 17716 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/alsa-plugins/libasound-module-pcm-oss: PKGSIZE changed from 9887 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/alsa-plugins/libasound-module-pcm-pulse: PKGSIZE changed from 17716 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/alsa-plugins/libasound-module-pcm-speex: PKGSIZE changed from 10595 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/alsa-plugins/libasound-module-pcm-upmix: PKGSIZE changed from 10210 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/alsa-plugins/libasound-module-pcm-usb-stream: PKGSIZE changed from 10077 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/alsa-plugins/libasound-module-pcm-vdownmix: PKGSIZE changed from 9989 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/alsa-plugins/libasound-module-rate-samplerate: PKGSIZE changed from 6043 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/alsa-plugins/libasound-module-rate-speexrate: PKGSIZE changed from 5965 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/alsa-state/alsa-state: PKGSIZE changed from 843 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/alsa-state/alsa-state: latest.pkg_postinst changed from "set -e if test -z "$D" then if test -x /usr/sbin/alsactl then /usr/sbin/alsactl -g -f /var/lib/alsa/asound.state restore fi fi if true && type update-rc.d >/dev/null 2>/dev/null; then if [ -n "$D" ]; then OPT="-r $D" else OPT="-s" fi update-rc.d $OPT alsa-state start 39 S . stop 31 0 6 . fi " to " if test -z "$D" then if test -x /usr/sbin/alsactl then /usr/sbin/alsactl -g -f /var/lib/alsa/asound.state restore fi fi if true && type update-rc.d >/dev/null 2>/dev/null; then if [ -n "$D" ]; then OPT="-r $D" else OPT="-s" fi update-rc.d $OPT alsa-state start 39 S . stop 31 0 6 . fi " packages/armv7vet2hf-neon-poky-linux-gnueabi/alsa-state/alsa-state: latest.pkg_postrm changed from "#!/bin/sh set -e if true && type update-rc.d >/dev/null 2>/dev/null; then if [ -n "$D" ]; then OPT="-f -r $D" else OPT="-f" fi update-rc.d $OPT alsa-state remove fi " to "#!/bin/sh if true && type update-rc.d >/dev/null 2>/dev/null; then if [ -n "$D" ]; then OPT="-f -r $D" else OPT="-f" fi update-rc.d $OPT alsa-state remove fi " packages/armv7vet2hf-neon-poky-linux-gnueabi/alsa-state/alsa-state: latest.pkg_prerm changed from "#!/bin/sh set -e if true && [ -z "$D" -a -x "/etc/init.d/alsa-state" ]; then /etc/init.d/alsa-state stop || : fi " to "#!/bin/sh if true && [ -z "$D" -a -x "/etc/init.d/alsa-state" ]; then /etc/init.d/alsa-state stop || : fi " packages/armv7vet2hf-neon-poky-linux-gnueabi/alsa-state/alsa-states: PKGSIZE changed from 28 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/alsa-utils-scripts/alsa-utils-scripts: PKGSIZE changed from 64243 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/alsa-utils/alsa-utils-aconnect: PKGSIZE changed from 13756 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/alsa-utils/alsa-utils-alsactl: PKGSIZE changed from 107798 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/alsa-utils/alsa-utils-alsaloop: PKGSIZE changed from 55180 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/alsa-utils/alsa-utils-alsamixer: PKGSIZE changed from 52348 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/alsa-utils/alsa-utils-alsatplg: PKGSIZE changed from 42428 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/alsa-utils/alsa-utils-alsaucm: PKGSIZE changed from 18152 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/alsa-utils/alsa-utils-amixer: PKGSIZE changed from 38392 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/alsa-utils/alsa-utils-aplay: PKGSIZE changed from 113613 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/alsa-utils/alsa-utils-aseqdump: PKGSIZE changed from 13756 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/alsa-utils/alsa-utils-aseqnet: PKGSIZE changed from 13792 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/alsa-utils/alsa-utils-dbg: PKGSIZE changed from 1741224 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/alsa-utils/alsa-utils-doc: PKGSIZE changed from 93086 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/alsa-utils/alsa-utils-iecset: PKGSIZE changed from 13752 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/alsa-utils/alsa-utils-locale-de: PKGSIZE changed from 24288 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/alsa-utils/alsa-utils-locale-eu: PKGSIZE changed from 34105 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/alsa-utils/alsa-utils-locale-fr: PKGSIZE changed from 34170 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/alsa-utils/alsa-utils-locale-ja: PKGSIZE changed from 31612 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/alsa-utils/alsa-utils-locale-ru: PKGSIZE changed from 9093 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/alsa-utils/alsa-utils-locale-sk: PKGSIZE changed from 36153 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/alsa-utils/alsa-utils-midi: PKGSIZE changed from 53576 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/alsa-utils/alsa-utils-speakertest: PKGSIZE changed from 1251046 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/alsa-utils/alsa-utils-src: PKGSIZE changed from 1041784 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/at-spi2-atk/at-spi2-atk-dbg: PKGSIZE changed from 545036 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/at-spi2-atk/at-spi2-atk-dev: PKGSIZE changed from 1665 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/at-spi2-atk/at-spi2-atk-gnome: PKGSIZE changed from 213 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/at-spi2-atk/at-spi2-atk-gtk2: PKGSIZE changed from 5256 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/at-spi2-atk/at-spi2-atk-src: PKGSIZE changed from 429472 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/at-spi2-atk/at-spi2-atk: PKGSIZE changed from 142406 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/at-spi2-atk/at-spi2-atk: latest.pkg_postinst changed from "#!/bin/sh set -e if [ x"$D" = "x" ]; then if [ -x /sbin/ldconfig ]; then /sbin/ldconfig ; fi fi " to "#!/bin/sh if [ x"$D" = "x" ]; then if [ -x /sbin/ldconfig ]; then /sbin/ldconfig ; fi fi " packages/armv7vet2hf-neon-poky-linux-gnueabi/at-spi2-core/at-spi2-core-dbg: PKGSIZE changed from 878496 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/at-spi2-core/at-spi2-core-dev: PKGSIZE changed from 748994 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/at-spi2-core/at-spi2-core-locale-an: PKGSIZE changed from 682 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/at-spi2-core/at-spi2-core-locale-as: PKGSIZE changed from 790 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/at-spi2-core/at-spi2-core-locale-ast: PKGSIZE changed from 2444 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/at-spi2-core/at-spi2-core-locale-be: PKGSIZE changed from 885 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/at-spi2-core/at-spi2-core-locale-bg: PKGSIZE changed from 651 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/at-spi2-core/at-spi2-core-locale-bn-in: PKGSIZE changed from 3930 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/at-spi2-core/at-spi2-core-locale-bs: PKGSIZE changed from 705 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/at-spi2-core/at-spi2-core-locale-ca+valencia: PKGSIZE changed from 673 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/at-spi2-core/at-spi2-core-locale-ca: PKGSIZE changed from 664 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/at-spi2-core/at-spi2-core-locale-cs: PKGSIZE changed from 749 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/at-spi2-core/at-spi2-core-locale-da: PKGSIZE changed from 691 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/at-spi2-core/at-spi2-core-locale-de: PKGSIZE changed from 722 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/at-spi2-core/at-spi2-core-locale-el: PKGSIZE changed from 773 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/at-spi2-core/at-spi2-core-locale-en-ca: PKGSIZE changed from 473 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/at-spi2-core/at-spi2-core-locale-en-gb: PKGSIZE changed from 712 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/at-spi2-core/at-spi2-core-locale-eo: PKGSIZE changed from 613 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/at-spi2-core/at-spi2-core-locale-es: PKGSIZE changed from 734 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/at-spi2-core/at-spi2-core-locale-et: PKGSIZE changed from 702 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/at-spi2-core/at-spi2-core-locale-eu: PKGSIZE changed from 735 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/at-spi2-core/at-spi2-core-locale-fa: PKGSIZE changed from 766 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/at-spi2-core/at-spi2-core-locale-fi: PKGSIZE changed from 700 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/at-spi2-core/at-spi2-core-locale-fr: PKGSIZE changed from 694 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/at-spi2-core/at-spi2-core-locale-fur: PKGSIZE changed from 658 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/at-spi2-core/at-spi2-core-locale-ga: PKGSIZE changed from 557 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/at-spi2-core/at-spi2-core-locale-gd: PKGSIZE changed from 796 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/at-spi2-core/at-spi2-core-locale-gl: PKGSIZE changed from 683 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/at-spi2-core/at-spi2-core-locale-gu: PKGSIZE changed from 3731 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/at-spi2-core/at-spi2-core-locale-he: PKGSIZE changed from 717 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/at-spi2-core/at-spi2-core-locale-hi: PKGSIZE changed from 670 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/at-spi2-core/at-spi2-core-locale-hr: PKGSIZE changed from 778 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/at-spi2-core/at-spi2-core-locale-hu: PKGSIZE changed from 730 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/at-spi2-core/at-spi2-core-locale-id: PKGSIZE changed from 696 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/at-spi2-core/at-spi2-core-locale-it: PKGSIZE changed from 699 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/at-spi2-core/at-spi2-core-locale-ja: PKGSIZE changed from 608 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/at-spi2-core/at-spi2-core-locale-kk: PKGSIZE changed from 757 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/at-spi2-core/at-spi2-core-locale-km: PKGSIZE changed from 591 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/at-spi2-core/at-spi2-core-locale-kn: PKGSIZE changed from 4253 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/at-spi2-core/at-spi2-core-locale-ko: PKGSIZE changed from 709 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/at-spi2-core/at-spi2-core-locale-lt: PKGSIZE changed from 792 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/at-spi2-core/at-spi2-core-locale-lv: PKGSIZE changed from 748 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/at-spi2-core/at-spi2-core-locale-ml: PKGSIZE changed from 917 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/at-spi2-core/at-spi2-core-locale-mr: PKGSIZE changed from 3180 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/at-spi2-core/at-spi2-core-locale-ms: PKGSIZE changed from 680 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/at-spi2-core/at-spi2-core-locale-nb: PKGSIZE changed from 563 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/at-spi2-core/at-spi2-core-locale-ne: PKGSIZE changed from 874 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/at-spi2-core/at-spi2-core-locale-nl: PKGSIZE changed from 712 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/at-spi2-core/at-spi2-core-locale-oc: PKGSIZE changed from 730 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/at-spi2-core/at-spi2-core-locale-or: PKGSIZE changed from 3789 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/at-spi2-core/at-spi2-core-locale-pa: PKGSIZE changed from 844 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/at-spi2-core/at-spi2-core-locale-pl: PKGSIZE changed from 673 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/at-spi2-core/at-spi2-core-locale-pt-br: PKGSIZE changed from 746 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/at-spi2-core/at-spi2-core-locale-pt: PKGSIZE changed from 666 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/at-spi2-core/at-spi2-core-locale-ro: PKGSIZE changed from 809 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/at-spi2-core/at-spi2-core-locale-ru: PKGSIZE changed from 876 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/at-spi2-core/at-spi2-core-locale-sk: PKGSIZE changed from 739 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/at-spi2-core/at-spi2-core-locale-sl: PKGSIZE changed from 821 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/at-spi2-core/at-spi2-core-locale-sq: PKGSIZE changed from 2782 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/at-spi2-core/at-spi2-core-locale-sr+latin: PKGSIZE changed from 777 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/at-spi2-core/at-spi2-core-locale-sr: PKGSIZE changed from 838 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/at-spi2-core/at-spi2-core-locale-sv: PKGSIZE changed from 727 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/at-spi2-core/at-spi2-core-locale-ta: PKGSIZE changed from 617 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/at-spi2-core/at-spi2-core-locale-te: PKGSIZE changed from 3859 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/at-spi2-core/at-spi2-core-locale-tg: PKGSIZE changed from 566 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/at-spi2-core/at-spi2-core-locale-tr: PKGSIZE changed from 742 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/at-spi2-core/at-spi2-core-locale-ug: PKGSIZE changed from 2878 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/at-spi2-core/at-spi2-core-locale-uk: PKGSIZE changed from 779 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/at-spi2-core/at-spi2-core-locale-uz+cyrillic: PKGSIZE changed from 577 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/at-spi2-core/at-spi2-core-locale-vi: PKGSIZE changed from 2458 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/at-spi2-core/at-spi2-core-locale-zh-cn: PKGSIZE changed from 715 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/at-spi2-core/at-spi2-core-locale-zh-hk: PKGSIZE changed from 674 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/at-spi2-core/at-spi2-core-locale-zh-tw: PKGSIZE changed from 677 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/at-spi2-core/at-spi2-core-src: PKGSIZE changed from 973596 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/at-spi2-core/at-spi2-core: PKGSIZE changed from 289187 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/at-spi2-core/at-spi2-core: latest.pkg_postinst changed from "#!/bin/sh set -e if [ x"$D" = "x" ]; then if [ -x /sbin/ldconfig ]; then /sbin/ldconfig ; fi fi " to "#!/bin/sh if [ x"$D" = "x" ]; then if [ -x /sbin/ldconfig ]; then /sbin/ldconfig ; fi fi " packages/armv7vet2hf-neon-poky-linux-gnueabi/atk/atk-dbg: PKGSIZE changed from 458068 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/atk/atk-dev: PKGSIZE changed from 1310338 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/atk/atk-locale-af: PKGSIZE changed from 7050 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/atk/atk-locale-am: PKGSIZE changed from 1385 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/atk/atk-locale-an: PKGSIZE changed from 10646 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/atk/atk-locale-ar: PKGSIZE changed from 9337 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/atk/atk-locale-as: PKGSIZE changed from 13902 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/atk/atk-locale-ast: PKGSIZE changed from 9289 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/atk/atk-locale-az: PKGSIZE changed from 8127 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/atk/atk-locale-be+latin: PKGSIZE changed from 8615 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/atk/atk-locale-be: PKGSIZE changed from 13174 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/atk/atk-locale-bg: PKGSIZE changed from 13117 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/atk/atk-locale-bn-in: PKGSIZE changed from 13565 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/atk/atk-locale-bn: PKGSIZE changed from 12196 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/atk/atk-locale-bs: PKGSIZE changed from 10093 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/atk/atk-locale-ca+valencia: PKGSIZE changed from 10619 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/atk/atk-locale-ca: PKGSIZE changed from 10614 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/atk/atk-locale-ckb: PKGSIZE changed from 6854 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/atk/atk-locale-cs: PKGSIZE changed from 10587 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/atk/atk-locale-cy: PKGSIZE changed from 8104 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/atk/atk-locale-da: PKGSIZE changed from 10094 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/atk/atk-locale-de: PKGSIZE changed from 10479 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/atk/atk-locale-dz: PKGSIZE changed from 15538 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/atk/atk-locale-el: PKGSIZE changed from 13785 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/atk/atk-locale-en+shaw: PKGSIZE changed from 12629 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/atk/atk-locale-en-ca: PKGSIZE changed from 7738 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/atk/atk-locale-en-gb: PKGSIZE changed from 9866 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/atk/atk-locale-eo: PKGSIZE changed from 9525 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/atk/atk-locale-es: PKGSIZE changed from 10692 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/atk/atk-locale-et: PKGSIZE changed from 8672 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/atk/atk-locale-eu: PKGSIZE changed from 10485 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/atk/atk-locale-fa: PKGSIZE changed from 10445 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/atk/atk-locale-fi: PKGSIZE changed from 9737 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/atk/atk-locale-fr: PKGSIZE changed from 10706 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/atk/atk-locale-fur: PKGSIZE changed from 10404 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/atk/atk-locale-ga: PKGSIZE changed from 1263 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/atk/atk-locale-gd: PKGSIZE changed from 10973 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/atk/atk-locale-gl: PKGSIZE changed from 10511 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/atk/atk-locale-gu: PKGSIZE changed from 13643 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/atk/atk-locale-he: PKGSIZE changed from 9830 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/atk/atk-locale-hi: PKGSIZE changed from 12861 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/atk/atk-locale-hr: PKGSIZE changed from 10223 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/atk/atk-locale-hu: PKGSIZE changed from 10530 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/atk/atk-locale-hy: PKGSIZE changed from 10909 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/atk/atk-locale-id: PKGSIZE changed from 9981 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/atk/atk-locale-is: PKGSIZE changed from 1512 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/atk/atk-locale-it: PKGSIZE changed from 10784 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/atk/atk-locale-ja: PKGSIZE changed from 10284 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/atk/atk-locale-ka: PKGSIZE changed from 12584 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/atk/atk-locale-kk: PKGSIZE changed from 3072 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/atk/atk-locale-km: PKGSIZE changed from 15160 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/atk/atk-locale-kn: PKGSIZE changed from 13745 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/atk/atk-locale-ko: PKGSIZE changed from 10194 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/atk/atk-locale-ku: PKGSIZE changed from 7908 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/atk/atk-locale-li: PKGSIZE changed from 1460 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/atk/atk-locale-lt: PKGSIZE changed from 10719 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/atk/atk-locale-lv: PKGSIZE changed from 10444 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/atk/atk-locale-mai: PKGSIZE changed from 11672 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/atk/atk-locale-mk: PKGSIZE changed from 10654 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/atk/atk-locale-ml: PKGSIZE changed from 13991 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/atk/atk-locale-mn: PKGSIZE changed from 10110 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/atk/atk-locale-mr: PKGSIZE changed from 11787 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/atk/atk-locale-ms: PKGSIZE changed from 10107 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/atk/atk-locale-nb: PKGSIZE changed from 9921 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/atk/atk-locale-ne: PKGSIZE changed from 14671 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/atk/atk-locale-nl: PKGSIZE changed from 10086 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/atk/atk-locale-nn: PKGSIZE changed from 8816 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/atk/atk-locale-oc: PKGSIZE changed from 10733 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/atk/atk-locale-or: PKGSIZE changed from 12486 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/atk/atk-locale-pa: PKGSIZE changed from 13521 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/atk/atk-locale-pl: PKGSIZE changed from 10453 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/atk/atk-locale-ps: PKGSIZE changed from 9322 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/atk/atk-locale-pt-br: PKGSIZE changed from 10494 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/atk/atk-locale-pt: PKGSIZE changed from 10630 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/atk/atk-locale-ro: PKGSIZE changed from 10274 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/atk/atk-locale-ru: PKGSIZE changed from 13584 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/atk/atk-locale-rw: PKGSIZE changed from 561 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/atk/atk-locale-si: PKGSIZE changed from 2007 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/atk/atk-locale-sk: PKGSIZE changed from 10361 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/atk/atk-locale-sl: PKGSIZE changed from 10333 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/atk/atk-locale-sq: PKGSIZE changed from 8726 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/atk/atk-locale-sr+ije: PKGSIZE changed from 9580 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/atk/atk-locale-sr+latin: PKGSIZE changed from 10280 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/atk/atk-locale-sr: PKGSIZE changed from 12725 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/atk/atk-locale-sv: PKGSIZE changed from 10020 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/atk/atk-locale-ta: PKGSIZE changed from 13639 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/atk/atk-locale-te: PKGSIZE changed from 12930 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/atk/atk-locale-tg: PKGSIZE changed from 2315 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/atk/atk-locale-th: PKGSIZE changed from 13577 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/atk/atk-locale-tk: PKGSIZE changed from 7474 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/atk/atk-locale-tr: PKGSIZE changed from 10345 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/atk/atk-locale-tt: PKGSIZE changed from 7904 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/atk/atk-locale-ug: PKGSIZE changed from 11326 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/atk/atk-locale-uk: PKGSIZE changed from 13243 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/atk/atk-locale-vi: PKGSIZE changed from 10947 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/atk/atk-locale-wa: PKGSIZE changed from 3762 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/atk/atk-locale-xh: PKGSIZE changed from 8339 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/atk/atk-locale-yi: PKGSIZE changed from 1712 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/atk/atk-locale-zh-cn: PKGSIZE changed from 9492 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/atk/atk-locale-zh-hk: PKGSIZE changed from 9615 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/atk/atk-locale-zh-tw: PKGSIZE changed from 9623 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/atk/atk-locale-zu: PKGSIZE changed from 5998 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/atk/atk-src: PKGSIZE changed from 624401 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/atk/atk: PKGSIZE changed from 173959 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/atk/atk: latest.pkg_postinst changed from "#!/bin/sh set -e if [ x"$D" = "x" ]; then if [ -x /sbin/ldconfig ]; then /sbin/ldconfig ; fi fi " to "#!/bin/sh if [ x"$D" = "x" ]; then if [ -x /sbin/ldconfig ]; then /sbin/ldconfig ; fi fi " packages/armv7vet2hf-neon-poky-linux-gnueabi/attr/attr-dbg: PKGSIZE changed from 150384 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/attr/attr-dev: PKGSIZE changed from 11219 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/attr/attr-doc: PKGSIZE changed from 103311 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/attr/attr-locale-cs: PKGSIZE changed from 3860 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/attr/attr-locale-de: PKGSIZE changed from 6268 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/attr/attr-locale-en+boldquot: PKGSIZE changed from 6214 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/attr/attr-locale-en+quot: PKGSIZE changed from 6114 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/attr/attr-locale-es: PKGSIZE changed from 3688 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/attr/attr-locale-fr: PKGSIZE changed from 2481 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/attr/attr-locale-gl: PKGSIZE changed from 3666 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/attr/attr-locale-nl: PKGSIZE changed from 2372 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/attr/attr-locale-pl: PKGSIZE changed from 3696 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/attr/attr-locale-sv: PKGSIZE changed from 2278 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/attr/attr-ptest: PKGSIZE changed from 671228 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/attr/attr-src: PKGSIZE changed from 83689 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/attr/attr: PKGSIZE changed from 38081 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/attr/attr: latest.pkg_postinst changed from "#!/bin/sh set -e update-alternatives --install /usr/bin/setfattr setfattr /usr/bin/setfattr.attr 100 " to "#!/bin/sh update-alternatives --install /usr/bin/setfattr setfattr /usr/bin/setfattr.attr 100 " packages/armv7vet2hf-neon-poky-linux-gnueabi/attr/attr: latest.pkg_prerm changed from "#!/bin/sh set -e update-alternatives --remove setfattr /usr/bin/setfattr.attr " to "#!/bin/sh update-alternatives --remove setfattr /usr/bin/setfattr.attr " packages/armv7vet2hf-neon-poky-linux-gnueabi/attr/libattr: PKGSIZE changed from 13631 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/attr/libattr: latest.pkg_postinst changed from "#!/bin/sh set -e if [ x"$D" = "x" ]; then if [ -x /sbin/ldconfig ]; then /sbin/ldconfig ; fi fi " to "#!/bin/sh if [ x"$D" = "x" ]; then if [ -x /sbin/ldconfig ]; then /sbin/ldconfig ; fi fi " packages/armv7vet2hf-neon-poky-linux-gnueabi/autoconf/autoconf-doc: PKGSIZE changed from 1482322 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/autoconf/autoconf: PKGSIZE changed from 1986661 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/automake/automake-dev: PKGSIZE changed from 368 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/automake/automake-doc: PKGSIZE changed from 813811 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/automake/automake: PKGSIZE changed from 1355760 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/avahi/avahi-autoipd: PKGSIZE changed from 35288 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/avahi/avahi-autoipd: latest.pkg_preinst changed from "#!/bin/sh set -e bbnote () { echo "NOTE: $*" } bbwarn () { echo "WARNING: $*" } bbfatal () { echo "ERROR: $*" exit 1 } perform_groupadd () { local rootdir="$1" local opts="$2" bbnote "avahi: Performing groupadd with [$opts]" local groupname=`echo "$opts" | awk '{ print $NF }'` local group_exists="`grep "^$groupname:" $rootdir/etc/group || true`" if test "x$group_exists" = "x"; then eval flock -x $rootdir/etc -c \"$PSEUDO groupadd \$opts\" || true group_exists="`grep "^$groupname:" $rootdir/etc/group || true`" if test "x$group_exists" = "x"; then bbfatal "avahi: groupadd command did not succeed." fi else bbnote "avahi: group $groupname already exists, not re-creating it" fi } perform_useradd () { local rootdir="$1" local opts="$2" bbnote "avahi: Performing useradd with [$opts]" local username=`echo "$opts" | awk '{ print $NF }'` local user_exists="`grep "^$username:" $rootdir/etc/passwd || true`" if test "x$user_exists" = "x"; then eval flock -x $rootdir/etc -c \"$PSEUDO useradd \$opts\" || true user_exists="`grep "^$username:" $rootdir/etc/passwd || true`" if test "x$user_exists" = "x"; then bbfatal "avahi: useradd command did not succeed." fi else bbnote "avahi: user $username already exists, not re-creating it" fi } perform_groupmems () { local rootdir="$1" local opts="$2" bbnote "avahi: Performing groupmems with [$opts]" local groupname=`echo "$opts" | awk '{ for (i = 1; i < NF; i++) if ($i == "-g" || $i == "--group") print $(i+1) }'` local username=`echo "$opts" | awk '{ for (i = 1; i < NF; i++) if ($i == "-a" || $i == "--add") print $(i+1) }'` bbnote "avahi: Running groupmems command with group $groupname and user $username" local mem_exists="`grep "^$groupname:[^:]*:[^:]*:\([^,]*,\)*$username\(,[^,]*\)*$" $rootdir/etc/group || true`" if test "x$mem_exists" = "x"; then eval flock -x $rootdir/etc -c \"$PSEUDO groupmems \$opts\" || true mem_exists="`grep "^$groupname:[^:]*:[^:]*:\([^,]*,\)*$username\(,[^,]*\)*$" $rootdir/etc/group || true`" if test "x$mem_exists" = "x"; then bbfatal "avahi: groupmems command did not succeed." fi else bbnote "avahi: group $groupname already contains $username, not re-adding it" fi } OPT="" SYSROOT="" if test "x$D" != "x"; then # Installing into a sysroot SYSROOT="$D" OPT="--root $D" # Make sure login.defs is there, this is to make debian package backend work # correctly while doing rootfs. # The problem here is that if /etc/login.defs is treated as a config file for # shadow package, then while performing preinsts for packages that depend on # shadow, there might only be /etc/login.def.dpkg-new there in root filesystem. if [ ! -e $D/etc/login.defs -a -e $D/etc/login.defs.dpkg-new ]; then cp $D/etc/login.defs.dpkg-new $D/etc/login.defs fi # user/group lookups should match useradd/groupadd --root export PSEUDO_PASSWD="$SYSROOT" fi # If we're not doing a special SSTATE/SYSROOT install # then set the values, otherwise use the environment if test "x$UA_SYSROOT" = "x"; then # Installing onto a target # Add groups and users defined only for this package GROUPADD_PARAM="${GROUPADD_PARAM}" USERADD_PARAM="--system --home /run/avahi-autoipd --no-create-home --shell /bin/false --user-group -c \"Avahi autoip daemon\" avahi-autoipd" GROUPMEMS_PARAM="${GROUPMEMS_PARAM}" fi # Perform group additions first, since user additions may depend # on these groups existing if test "x`echo $GROUPADD_PARAM | tr -d '[:space:]'`" != "x"; then echo "Running groupadd commands..." # Invoke multiple instances of groupadd for parameter lists # separated by ';' opts=`echo "$GROUPADD_PARAM" | cut -d ';' -f 1 | sed -e 's#[ \t]*$##'` remaining=`echo "$GROUPADD_PARAM" | cut -d ';' -f 2- | sed -e 's#[ \t]*$##'` while test "x$opts" != "x"; do perform_groupadd "$SYSROOT" "$OPT $opts" if test "x$opts" = "x$remaining"; then break fi opts=`echo "$remaining" | cut -d ';' -f 1 | sed -e 's#[ \t]*$##'` remaining=`echo "$remaining" | cut -d ';' -f 2- | sed -e 's#[ \t]*$##'` done fi if test "x`echo $USERADD_PARAM | tr -d '[:space:]'`" != "x"; then echo "Running useradd commands..." # Invoke multiple instances of useradd for parameter lists # separated by ';' opts=`echo "$USERADD_PARAM" | cut -d ';' -f 1 | sed -e 's#[ \t]*$##'` remaining=`echo "$USERADD_PARAM" | cut -d ';' -f 2- | sed -e 's#[ \t]*$##'` while test "x$opts" != "x"; do perform_useradd "$SYSROOT" "$OPT $opts" if test "x$opts" = "x$remaining"; then break fi opts=`echo "$remaining" | cut -d ';' -f 1 | sed -e 's#[ \t]*$##'` remaining=`echo "$remaining" | cut -d ';' -f 2- | sed -e 's#[ \t]*$##'` done fi if test "x`echo $GROUPMEMS_PARAM | tr -d '[:space:]'`" != "x"; then echo "Running groupmems commands..." # Invoke multiple instances of groupmems for parameter lists # separated by ';' opts=`echo "$GROUPMEMS_PARAM" | cut -d ';' -f 1 | sed -e 's#[ \t]*$##'` remaining=`echo "$GROUPMEMS_PARAM" | cut -d ';' -f 2- | sed -e 's#[ \t]*$##'` while test "x$opts" != "x"; do perform_groupmems "$SYSROOT" "$OPT $opts" if test "x$opts" = "x$remaining"; then break fi opts=`echo "$remaining" | cut -d ';' -f 1 | sed -e 's#[ \t]*$##'` remaining=`echo "$remaining" | cut -d ';' -f 2- | sed -e 's#[ \t]*$##'` done fi " to "#!/bin/sh bbnote () { echo "NOTE: $*" } bbwarn () { echo "WARNING: $*" } bbfatal () { echo "ERROR: $*" exit 1 } perform_groupadd () { local rootdir="$1" local opts="$2" bbnote "avahi: Performing groupadd with [$opts]" local groupname=`echo "$opts" | awk '{ print $NF }'` local group_exists="`grep "^$groupname:" $rootdir/etc/group || true`" if test "x$group_exists" = "x"; then eval flock -x $rootdir/etc -c \"$PSEUDO groupadd \$opts\" || true group_exists="`grep "^$groupname:" $rootdir/etc/group || true`" if test "x$group_exists" = "x"; then bbfatal "avahi: groupadd command did not succeed." fi else bbnote "avahi: group $groupname already exists, not re-creating it" fi } perform_useradd () { local rootdir="$1" local opts="$2" bbnote "avahi: Performing useradd with [$opts]" local username=`echo "$opts" | awk '{ print $NF }'` local user_exists="`grep "^$username:" $rootdir/etc/passwd || true`" if test "x$user_exists" = "x"; then eval flock -x $rootdir/etc -c \"$PSEUDO useradd \$opts\" || true user_exists="`grep "^$username:" $rootdir/etc/passwd || true`" if test "x$user_exists" = "x"; then bbfatal "avahi: useradd command did not succeed." fi else bbnote "avahi: user $username already exists, not re-creating it" fi } perform_groupmems () { local rootdir="$1" local opts="$2" bbnote "avahi: Performing groupmems with [$opts]" local groupname=`echo "$opts" | awk '{ for (i = 1; i < NF; i++) if ($i == "-g" || $i == "--group") print $(i+1) }'` local username=`echo "$opts" | awk '{ for (i = 1; i < NF; i++) if ($i == "-a" || $i == "--add") print $(i+1) }'` bbnote "avahi: Running groupmems command with group $groupname and user $username" local mem_exists="`grep "^$groupname:[^:]*:[^:]*:\([^,]*,\)*$username\(,[^,]*\)*$" $rootdir/etc/group || true`" if test "x$mem_exists" = "x"; then eval flock -x $rootdir/etc -c \"$PSEUDO groupmems \$opts\" || true mem_exists="`grep "^$groupname:[^:]*:[^:]*:\([^,]*,\)*$username\(,[^,]*\)*$" $rootdir/etc/group || true`" if test "x$mem_exists" = "x"; then bbfatal "avahi: groupmems command did not succeed." fi else bbnote "avahi: group $groupname already contains $username, not re-adding it" fi } OPT="" SYSROOT="" if test "x$D" != "x"; then # Installing into a sysroot SYSROOT="$D" OPT="--root $D" # Make sure login.defs is there, this is to make debian package backend work # correctly while doing rootfs. # The problem here is that if /etc/login.defs is treated as a config file for # shadow package, then while performing preinsts for packages that depend on # shadow, there might only be /etc/login.def.dpkg-new there in root filesystem. if [ ! -e $D/etc/login.defs -a -e $D/etc/login.defs.dpkg-new ]; then cp $D/etc/login.defs.dpkg-new $D/etc/login.defs fi # user/group lookups should match useradd/groupadd --root export PSEUDO_PASSWD="$SYSROOT" fi # If we're not doing a special SSTATE/SYSROOT install # then set the values, otherwise use the environment if test "x$UA_SYSROOT" = "x"; then # Installing onto a target # Add groups and users defined only for this package GROUPADD_PARAM="${GROUPADD_PARAM}" USERADD_PARAM="--system --home /run/avahi-autoipd --no-create-home --shell /bin/false --user-group -c \"Avahi autoip daemon\" avahi-autoipd" GROUPMEMS_PARAM="${GROUPMEMS_PARAM}" fi # Perform group additions first, since user additions may depend # on these groups existing if test "x`echo $GROUPADD_PARAM | tr -d '[:space:]'`" != "x"; then echo "Running groupadd commands..." # Invoke multiple instances of groupadd for parameter lists # separated by ';' opts=`echo "$GROUPADD_PARAM" | cut -d ';' -f 1 | sed -e 's#[ \t]*$##'` remaining=`echo "$GROUPADD_PARAM" | cut -d ';' -f 2- | sed -e 's#[ \t]*$##'` while test "x$opts" != "x"; do perform_groupadd "$SYSROOT" "$OPT $opts" if test "x$opts" = "x$remaining"; then break fi opts=`echo "$remaining" | cut -d ';' -f 1 | sed -e 's#[ \t]*$##'` remaining=`echo "$remaining" | cut -d ';' -f 2- | sed -e 's#[ \t]*$##'` done fi if test "x`echo $USERADD_PARAM | tr -d '[:space:]'`" != "x"; then echo "Running useradd commands..." # Invoke multiple instances of useradd for parameter lists # separated by ';' opts=`echo "$USERADD_PARAM" | cut -d ';' -f 1 | sed -e 's#[ \t]*$##'` remaining=`echo "$USERADD_PARAM" | cut -d ';' -f 2- | sed -e 's#[ \t]*$##'` while test "x$opts" != "x"; do perform_useradd "$SYSROOT" "$OPT $opts" if test "x$opts" = "x$remaining"; then break fi opts=`echo "$remaining" | cut -d ';' -f 1 | sed -e 's#[ \t]*$##'` remaining=`echo "$remaining" | cut -d ';' -f 2- | sed -e 's#[ \t]*$##'` done fi if test "x`echo $GROUPMEMS_PARAM | tr -d '[:space:]'`" != "x"; then echo "Running groupmems commands..." # Invoke multiple instances of groupmems for parameter lists # separated by ';' opts=`echo "$GROUPMEMS_PARAM" | cut -d ';' -f 1 | sed -e 's#[ \t]*$##'` remaining=`echo "$GROUPMEMS_PARAM" | cut -d ';' -f 2- | sed -e 's#[ \t]*$##'` while test "x$opts" != "x"; do perform_groupmems "$SYSROOT" "$OPT $opts" if test "x$opts" = "x$remaining"; then break fi opts=`echo "$remaining" | cut -d ';' -f 1 | sed -e 's#[ \t]*$##'` remaining=`echo "$remaining" | cut -d ';' -f 2- | sed -e 's#[ \t]*$##'` done fi " packages/armv7vet2hf-neon-poky-linux-gnueabi/avahi/avahi-daemon: PKGSIZE changed from 113185 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/avahi/avahi-daemon: latest.pkg_postinst changed from "set -e if [ -z "$D" ]; then killall -q -HUP dbus-daemon || true fi if true && type update-rc.d >/dev/null 2>/dev/null; then if [ -n "$D" ]; then OPT="-r $D" else OPT="-s" fi update-rc.d $OPT avahi-daemon defaults 21 19 fi " to "if [ -z "$D" ]; then killall -q -HUP dbus-daemon || true fi if true && type update-rc.d >/dev/null 2>/dev/null; then if [ -n "$D" ]; then OPT="-r $D" else OPT="-s" fi update-rc.d $OPT avahi-daemon defaults 21 19 fi " packages/armv7vet2hf-neon-poky-linux-gnueabi/avahi/avahi-daemon: latest.pkg_postrm changed from "#!/bin/sh set -e if true && type update-rc.d >/dev/null 2>/dev/null; then if [ -n "$D" ]; then OPT="-f -r $D" else OPT="-f" fi update-rc.d $OPT avahi-daemon remove fi " to "#!/bin/sh if true && type update-rc.d >/dev/null 2>/dev/null; then if [ -n "$D" ]; then OPT="-f -r $D" else OPT="-f" fi update-rc.d $OPT avahi-daemon remove fi " packages/armv7vet2hf-neon-poky-linux-gnueabi/avahi/avahi-daemon: latest.pkg_preinst changed from "#!/bin/sh set -e bbnote () { echo "NOTE: $*" } bbwarn () { echo "WARNING: $*" } bbfatal () { echo "ERROR: $*" exit 1 } perform_groupadd () { local rootdir="$1" local opts="$2" bbnote "avahi: Performing groupadd with [$opts]" local groupname=`echo "$opts" | awk '{ print $NF }'` local group_exists="`grep "^$groupname:" $rootdir/etc/group || true`" if test "x$group_exists" = "x"; then eval flock -x $rootdir/etc -c \"$PSEUDO groupadd \$opts\" || true group_exists="`grep "^$groupname:" $rootdir/etc/group || true`" if test "x$group_exists" = "x"; then bbfatal "avahi: groupadd command did not succeed." fi else bbnote "avahi: group $groupname already exists, not re-creating it" fi } perform_useradd () { local rootdir="$1" local opts="$2" bbnote "avahi: Performing useradd with [$opts]" local username=`echo "$opts" | awk '{ print $NF }'` local user_exists="`grep "^$username:" $rootdir/etc/passwd || true`" if test "x$user_exists" = "x"; then eval flock -x $rootdir/etc -c \"$PSEUDO useradd \$opts\" || true user_exists="`grep "^$username:" $rootdir/etc/passwd || true`" if test "x$user_exists" = "x"; then bbfatal "avahi: useradd command did not succeed." fi else bbnote "avahi: user $username already exists, not re-creating it" fi } perform_groupmems () { local rootdir="$1" local opts="$2" bbnote "avahi: Performing groupmems with [$opts]" local groupname=`echo "$opts" | awk '{ for (i = 1; i < NF; i++) if ($i == "-g" || $i == "--group") print $(i+1) }'` local username=`echo "$opts" | awk '{ for (i = 1; i < NF; i++) if ($i == "-a" || $i == "--add") print $(i+1) }'` bbnote "avahi: Running groupmems command with group $groupname and user $username" local mem_exists="`grep "^$groupname:[^:]*:[^:]*:\([^,]*,\)*$username\(,[^,]*\)*$" $rootdir/etc/group || true`" if test "x$mem_exists" = "x"; then eval flock -x $rootdir/etc -c \"$PSEUDO groupmems \$opts\" || true mem_exists="`grep "^$groupname:[^:]*:[^:]*:\([^,]*,\)*$username\(,[^,]*\)*$" $rootdir/etc/group || true`" if test "x$mem_exists" = "x"; then bbfatal "avahi: groupmems command did not succeed." fi else bbnote "avahi: group $groupname already contains $username, not re-adding it" fi } OPT="" SYSROOT="" if test "x$D" != "x"; then # Installing into a sysroot SYSROOT="$D" OPT="--root $D" # Make sure login.defs is there, this is to make debian package backend work # correctly while doing rootfs. # The problem here is that if /etc/login.defs is treated as a config file for # shadow package, then while performing preinsts for packages that depend on # shadow, there might only be /etc/login.def.dpkg-new there in root filesystem. if [ ! -e $D/etc/login.defs -a -e $D/etc/login.defs.dpkg-new ]; then cp $D/etc/login.defs.dpkg-new $D/etc/login.defs fi # user/group lookups should match useradd/groupadd --root export PSEUDO_PASSWD="$SYSROOT" fi # If we're not doing a special SSTATE/SYSROOT install # then set the values, otherwise use the environment if test "x$UA_SYSROOT" = "x"; then # Installing onto a target # Add groups and users defined only for this package GROUPADD_PARAM="${GROUPADD_PARAM}" USERADD_PARAM="--system --home /run/avahi-daemon --no-create-home --shell /bin/false --user-group avahi" GROUPMEMS_PARAM="${GROUPMEMS_PARAM}" fi # Perform group additions first, since user additions may depend # on these groups existing if test "x`echo $GROUPADD_PARAM | tr -d '[:space:]'`" != "x"; then echo "Running groupadd commands..." # Invoke multiple instances of groupadd for parameter lists # separated by ';' opts=`echo "$GROUPADD_PARAM" | cut -d ';' -f 1 | sed -e 's#[ \t]*$##'` remaining=`echo "$GROUPADD_PARAM" | cut -d ';' -f 2- | sed -e 's#[ \t]*$##'` while test "x$opts" != "x"; do perform_groupadd "$SYSROOT" "$OPT $opts" if test "x$opts" = "x$remaining"; then break fi opts=`echo "$remaining" | cut -d ';' -f 1 | sed -e 's#[ \t]*$##'` remaining=`echo "$remaining" | cut -d ';' -f 2- | sed -e 's#[ \t]*$##'` done fi if test "x`echo $USERADD_PARAM | tr -d '[:space:]'`" != "x"; then echo "Running useradd commands..." # Invoke multiple instances of useradd for parameter lists # separated by ';' opts=`echo "$USERADD_PARAM" | cut -d ';' -f 1 | sed -e 's#[ \t]*$##'` remaining=`echo "$USERADD_PARAM" | cut -d ';' -f 2- | sed -e 's#[ \t]*$##'` while test "x$opts" != "x"; do perform_useradd "$SYSROOT" "$OPT $opts" if test "x$opts" = "x$remaining"; then break fi opts=`echo "$remaining" | cut -d ';' -f 1 | sed -e 's#[ \t]*$##'` remaining=`echo "$remaining" | cut -d ';' -f 2- | sed -e 's#[ \t]*$##'` done fi if test "x`echo $GROUPMEMS_PARAM | tr -d '[:space:]'`" != "x"; then echo "Running groupmems commands..." # Invoke multiple instances of groupmems for parameter lists # separated by ';' opts=`echo "$GROUPMEMS_PARAM" | cut -d ';' -f 1 | sed -e 's#[ \t]*$##'` remaining=`echo "$GROUPMEMS_PARAM" | cut -d ';' -f 2- | sed -e 's#[ \t]*$##'` while test "x$opts" != "x"; do perform_groupmems "$SYSROOT" "$OPT $opts" if test "x$opts" = "x$remaining"; then break fi opts=`echo "$remaining" | cut -d ';' -f 1 | sed -e 's#[ \t]*$##'` remaining=`echo "$remaining" | cut -d ';' -f 2- | sed -e 's#[ \t]*$##'` done fi " to "#!/bin/sh bbnote () { echo "NOTE: $*" } bbwarn () { echo "WARNING: $*" } bbfatal () { echo "ERROR: $*" exit 1 } perform_groupadd () { local rootdir="$1" local opts="$2" bbnote "avahi: Performing groupadd with [$opts]" local groupname=`echo "$opts" | awk '{ print $NF }'` local group_exists="`grep "^$groupname:" $rootdir/etc/group || true`" if test "x$group_exists" = "x"; then eval flock -x $rootdir/etc -c \"$PSEUDO groupadd \$opts\" || true group_exists="`grep "^$groupname:" $rootdir/etc/group || true`" if test "x$group_exists" = "x"; then bbfatal "avahi: groupadd command did not succeed." fi else bbnote "avahi: group $groupname already exists, not re-creating it" fi } perform_useradd () { local rootdir="$1" local opts="$2" bbnote "avahi: Performing useradd with [$opts]" local username=`echo "$opts" | awk '{ print $NF }'` local user_exists="`grep "^$username:" $rootdir/etc/passwd || true`" if test "x$user_exists" = "x"; then eval flock -x $rootdir/etc -c \"$PSEUDO useradd \$opts\" || true user_exists="`grep "^$username:" $rootdir/etc/passwd || true`" if test "x$user_exists" = "x"; then bbfatal "avahi: useradd command did not succeed." fi else bbnote "avahi: user $username already exists, not re-creating it" fi } perform_groupmems () { local rootdir="$1" local opts="$2" bbnote "avahi: Performing groupmems with [$opts]" local groupname=`echo "$opts" | awk '{ for (i = 1; i < NF; i++) if ($i == "-g" || $i == "--group") print $(i+1) }'` local username=`echo "$opts" | awk '{ for (i = 1; i < NF; i++) if ($i == "-a" || $i == "--add") print $(i+1) }'` bbnote "avahi: Running groupmems command with group $groupname and user $username" local mem_exists="`grep "^$groupname:[^:]*:[^:]*:\([^,]*,\)*$username\(,[^,]*\)*$" $rootdir/etc/group || true`" if test "x$mem_exists" = "x"; then eval flock -x $rootdir/etc -c \"$PSEUDO groupmems \$opts\" || true mem_exists="`grep "^$groupname:[^:]*:[^:]*:\([^,]*,\)*$username\(,[^,]*\)*$" $rootdir/etc/group || true`" if test "x$mem_exists" = "x"; then bbfatal "avahi: groupmems command did not succeed." fi else bbnote "avahi: group $groupname already contains $username, not re-adding it" fi } OPT="" SYSROOT="" if test "x$D" != "x"; then # Installing into a sysroot SYSROOT="$D" OPT="--root $D" # Make sure login.defs is there, this is to make debian package backend work # correctly while doing rootfs. # The problem here is that if /etc/login.defs is treated as a config file for # shadow package, then while performing preinsts for packages that depend on # shadow, there might only be /etc/login.def.dpkg-new there in root filesystem. if [ ! -e $D/etc/login.defs -a -e $D/etc/login.defs.dpkg-new ]; then cp $D/etc/login.defs.dpkg-new $D/etc/login.defs fi # user/group lookups should match useradd/groupadd --root export PSEUDO_PASSWD="$SYSROOT" fi # If we're not doing a special SSTATE/SYSROOT install # then set the values, otherwise use the environment if test "x$UA_SYSROOT" = "x"; then # Installing onto a target # Add groups and users defined only for this package GROUPADD_PARAM="${GROUPADD_PARAM}" USERADD_PARAM="--system --home /run/avahi-daemon --no-create-home --shell /bin/false --user-group avahi" GROUPMEMS_PARAM="${GROUPMEMS_PARAM}" fi # Perform group additions first, since user additions may depend # on these groups existing if test "x`echo $GROUPADD_PARAM | tr -d '[:space:]'`" != "x"; then echo "Running groupadd commands..." # Invoke multiple instances of groupadd for parameter lists # separated by ';' opts=`echo "$GROUPADD_PARAM" | cut -d ';' -f 1 | sed -e 's#[ \t]*$##'` remaining=`echo "$GROUPADD_PARAM" | cut -d ';' -f 2- | sed -e 's#[ \t]*$##'` while test "x$opts" != "x"; do perform_groupadd "$SYSROOT" "$OPT $opts" if test "x$opts" = "x$remaining"; then break fi opts=`echo "$remaining" | cut -d ';' -f 1 | sed -e 's#[ \t]*$##'` remaining=`echo "$remaining" | cut -d ';' -f 2- | sed -e 's#[ \t]*$##'` done fi if test "x`echo $USERADD_PARAM | tr -d '[:space:]'`" != "x"; then echo "Running useradd commands..." # Invoke multiple instances of useradd for parameter lists # separated by ';' opts=`echo "$USERADD_PARAM" | cut -d ';' -f 1 | sed -e 's#[ \t]*$##'` remaining=`echo "$USERADD_PARAM" | cut -d ';' -f 2- | sed -e 's#[ \t]*$##'` while test "x$opts" != "x"; do perform_useradd "$SYSROOT" "$OPT $opts" if test "x$opts" = "x$remaining"; then break fi opts=`echo "$remaining" | cut -d ';' -f 1 | sed -e 's#[ \t]*$##'` remaining=`echo "$remaining" | cut -d ';' -f 2- | sed -e 's#[ \t]*$##'` done fi if test "x`echo $GROUPMEMS_PARAM | tr -d '[:space:]'`" != "x"; then echo "Running groupmems commands..." # Invoke multiple instances of groupmems for parameter lists # separated by ';' opts=`echo "$GROUPMEMS_PARAM" | cut -d ';' -f 1 | sed -e 's#[ \t]*$##'` remaining=`echo "$GROUPMEMS_PARAM" | cut -d ';' -f 2- | sed -e 's#[ \t]*$##'` while test "x$opts" != "x"; do perform_groupmems "$SYSROOT" "$OPT $opts" if test "x$opts" = "x$remaining"; then break fi opts=`echo "$remaining" | cut -d ';' -f 1 | sed -e 's#[ \t]*$##'` remaining=`echo "$remaining" | cut -d ';' -f 2- | sed -e 's#[ \t]*$##'` done fi " packages/armv7vet2hf-neon-poky-linux-gnueabi/avahi/avahi-daemon: latest.pkg_prerm changed from "#!/bin/sh set -e if true && [ -z "$D" -a -x "/etc/init.d/avahi-daemon" ]; then /etc/init.d/avahi-daemon stop || : fi " to "#!/bin/sh if true && [ -z "$D" -a -x "/etc/init.d/avahi-daemon" ]; then /etc/init.d/avahi-daemon stop || : fi " packages/armv7vet2hf-neon-poky-linux-gnueabi/avahi/avahi-dbg: PKGSIZE changed from 1874340 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/avahi/avahi-dev: PKGSIZE changed from 219053 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/avahi/avahi-dnsconfd: PKGSIZE changed from 20993 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/avahi/avahi-dnsconfd: latest.pkg_postinst changed from "#!/bin/sh set -e if true && type update-rc.d >/dev/null 2>/dev/null; then if [ -n "$D" ]; then OPT="-r $D" else OPT="-s" fi update-rc.d $OPT avahi-dnsconfd defaults 22 19 fi " to "#!/bin/sh if true && type update-rc.d >/dev/null 2>/dev/null; then if [ -n "$D" ]; then OPT="-r $D" else OPT="-s" fi update-rc.d $OPT avahi-dnsconfd defaults 22 19 fi " packages/armv7vet2hf-neon-poky-linux-gnueabi/avahi/avahi-dnsconfd: latest.pkg_postrm changed from "#!/bin/sh set -e if true && type update-rc.d >/dev/null 2>/dev/null; then if [ -n "$D" ]; then OPT="-f -r $D" else OPT="-f" fi update-rc.d $OPT avahi-dnsconfd remove fi " to "#!/bin/sh if true && type update-rc.d >/dev/null 2>/dev/null; then if [ -n "$D" ]; then OPT="-f -r $D" else OPT="-f" fi update-rc.d $OPT avahi-dnsconfd remove fi " packages/armv7vet2hf-neon-poky-linux-gnueabi/avahi/avahi-dnsconfd: latest.pkg_prerm changed from "#!/bin/sh set -e if true && [ -z "$D" -a -x "/etc/init.d/avahi-dnsconfd" ]; then /etc/init.d/avahi-dnsconfd stop || : fi " to "#!/bin/sh if true && [ -z "$D" -a -x "/etc/init.d/avahi-dnsconfd" ]; then /etc/init.d/avahi-dnsconfd stop || : fi " packages/armv7vet2hf-neon-poky-linux-gnueabi/avahi/avahi-doc: PKGSIZE changed from 39097 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/avahi/avahi-locale-ach: PKGSIZE changed from 412 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/avahi/avahi-locale-ar: PKGSIZE changed from 6907 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/avahi/avahi-locale-bg: PKGSIZE changed from 21435 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/avahi/avahi-locale-ca: PKGSIZE changed from 17663 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/avahi/avahi-locale-cs: PKGSIZE changed from 13140 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/avahi/avahi-locale-da: PKGSIZE changed from 16741 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/avahi/avahi-locale-de: PKGSIZE changed from 17399 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/avahi/avahi-locale-el: PKGSIZE changed from 21783 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/avahi/avahi-locale-en-au: PKGSIZE changed from 526 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/avahi/avahi-locale-en-ca: PKGSIZE changed from 305 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/avahi/avahi-locale-en-gb: PKGSIZE changed from 16272 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/avahi/avahi-locale-en-nz: PKGSIZE changed from 14220 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/avahi/avahi-locale-eo: PKGSIZE changed from 4046 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/avahi/avahi-locale-es: PKGSIZE changed from 17415 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/avahi/avahi-locale-et: PKGSIZE changed from 9657 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/avahi/avahi-locale-fa: PKGSIZE changed from 5845 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/avahi/avahi-locale-fi: PKGSIZE changed from 15951 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/avahi/avahi-locale-fo: PKGSIZE changed from 8623 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/avahi/avahi-locale-fr: PKGSIZE changed from 17409 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/avahi/avahi-locale-gl: PKGSIZE changed from 17992 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/avahi/avahi-locale-he: PKGSIZE changed from 7843 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/avahi/avahi-locale-hu: PKGSIZE changed from 17821 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/avahi/avahi-locale-id: PKGSIZE changed from 16508 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/avahi/avahi-locale-it: PKGSIZE changed from 17366 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/avahi/avahi-locale-ja: PKGSIZE changed from 19023 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/avahi/avahi-locale-ko: PKGSIZE changed from 419 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/avahi/avahi-locale-lv: PKGSIZE changed from 16858 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/avahi/avahi-locale-ms: PKGSIZE changed from 2468 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/avahi/avahi-locale-nl: PKGSIZE changed from 16548 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/avahi/avahi-locale-oc: PKGSIZE changed from 17491 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/avahi/avahi-locale-pl: PKGSIZE changed from 17861 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/avahi/avahi-locale-pt-br: PKGSIZE changed from 17347 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/avahi/avahi-locale-ro: PKGSIZE changed from 17054 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/avahi/avahi-locale-ru: PKGSIZE changed from 20792 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/avahi/avahi-locale-sk: PKGSIZE changed from 17434 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/avahi/avahi-locale-sl: PKGSIZE changed from 17219 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/avahi/avahi-locale-sr+latin: PKGSIZE changed from 17413 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/avahi/avahi-locale-sr: PKGSIZE changed from 21702 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/avahi/avahi-locale-sv: PKGSIZE changed from 17014 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/avahi/avahi-locale-tr: PKGSIZE changed from 17181 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/avahi/avahi-locale-uk: PKGSIZE changed from 21863 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/avahi/avahi-locale-zh-cn: PKGSIZE changed from 15737 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/avahi/avahi-locale-zh-tw: PKGSIZE changed from 16045 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/avahi/avahi-src: PKGSIZE changed from 1381511 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/avahi/avahi-utils: PKGSIZE changed from 55144 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/avahi/libavahi-client: PKGSIZE changed from 46528 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/avahi/libavahi-client: latest.pkg_postinst changed from "#!/bin/sh set -e if [ x"$D" = "x" ]; then if [ -x /sbin/ldconfig ]; then /sbin/ldconfig ; fi fi " to "#!/bin/sh if [ x"$D" = "x" ]; then if [ -x /sbin/ldconfig ]; then /sbin/ldconfig ; fi fi " packages/armv7vet2hf-neon-poky-linux-gnueabi/avahi/libavahi-common: PKGSIZE changed from 34336 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/avahi/libavahi-common: latest.pkg_postinst changed from "#!/bin/sh set -e if [ x"$D" = "x" ]; then if [ -x /sbin/ldconfig ]; then /sbin/ldconfig ; fi fi " to "#!/bin/sh if [ x"$D" = "x" ]; then if [ -x /sbin/ldconfig ]; then /sbin/ldconfig ; fi fi " packages/armv7vet2hf-neon-poky-linux-gnueabi/avahi/libavahi-core: PKGSIZE changed from 152950 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/avahi/libavahi-core: latest.pkg_postinst changed from "#!/bin/sh set -e if [ x"$D" = "x" ]; then if [ -x /sbin/ldconfig ]; then /sbin/ldconfig ; fi fi " to "#!/bin/sh if [ x"$D" = "x" ]; then if [ -x /sbin/ldconfig ]; then /sbin/ldconfig ; fi fi " packages/armv7vet2hf-neon-poky-linux-gnueabi/avahi/libavahi-glib: PKGSIZE changed from 9562 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/avahi/libavahi-glib: latest.pkg_postinst changed from "#!/bin/sh set -e if [ x"$D" = "x" ]; then if [ -x /sbin/ldconfig ]; then /sbin/ldconfig ; fi fi " to "#!/bin/sh if [ x"$D" = "x" ]; then if [ -x /sbin/ldconfig ]; then /sbin/ldconfig ; fi fi " packages/armv7vet2hf-neon-poky-linux-gnueabi/avahi/libavahi-gobject: PKGSIZE changed from 39921 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/avahi/libavahi-gobject: latest.pkg_postinst changed from "#!/bin/sh set -e if [ x"$D" = "x" ]; then if [ -x /sbin/ldconfig ]; then /sbin/ldconfig ; fi fi " to "#!/bin/sh if [ x"$D" = "x" ]; then if [ -x /sbin/ldconfig ]; then /sbin/ldconfig ; fi fi " packages/armv7vet2hf-neon-poky-linux-gnueabi/babeltrace/babeltrace-dbg: PKGSIZE changed from 2230456 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/babeltrace/babeltrace-dev: PKGSIZE changed from 102270 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/babeltrace/babeltrace-doc: PKGSIZE changed from 83892 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/babeltrace/babeltrace-ptest: PKGSIZE changed from 2211510 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/babeltrace/babeltrace-src: PKGSIZE changed from 1771406 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/babeltrace/babeltrace: PKGSIZE changed from 335523 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/babeltrace/babeltrace: latest.pkg_postinst changed from "#!/bin/sh set -e if [ x"$D" = "x" ]; then if [ -x /sbin/ldconfig ]; then /sbin/ldconfig ; fi fi " to "#!/bin/sh if [ x"$D" = "x" ]; then if [ -x /sbin/ldconfig ]; then /sbin/ldconfig ; fi fi " packages/armv7vet2hf-neon-poky-linux-gnueabi/babeltrace2/babeltrace2-dbg: PKGSIZE changed from 7806052 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/babeltrace2/babeltrace2-dev: PKGSIZE changed from 1185993 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/babeltrace2/babeltrace2-doc: PKGSIZE changed from 393922 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/babeltrace2/babeltrace2-ptest: PKGSIZE changed from 11048606 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/babeltrace2/babeltrace2-src: PKGSIZE changed from 5376913 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/babeltrace2/babeltrace2: PKGSIZE changed from 1436733 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/babeltrace2/babeltrace2: latest.pkg_postinst changed from "#!/bin/sh set -e if [ x"$D" = "x" ]; then if [ -x /sbin/ldconfig ]; then /sbin/ldconfig ; fi fi " to "#!/bin/sh if [ x"$D" = "x" ]; then if [ -x /sbin/ldconfig ]; then /sbin/ldconfig ; fi fi " packages/armv7vet2hf-neon-poky-linux-gnueabi/base-passwd/base-passwd-dbg: PKGSIZE changed from 56728 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/base-passwd/base-passwd-doc: PKGSIZE changed from 15646 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/base-passwd/base-passwd-src: PKGSIZE changed from 30073 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/base-passwd/base-passwd-update: PKGSIZE changed from 19202 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/base-passwd/base-passwd-update: latest.pkg_postinst changed from "#!/bin/sh set -e if [ -n "$D" ]; then exit 0 fi /usr/sbin/update-passwd " to "#!/bin/sh if [ -n "$D" ]; then exit 0 fi /usr/sbin/update-passwd " packages/armv7vet2hf-neon-poky-linux-gnueabi/base-passwd/base-passwd: latest.pkg_preinst changed from "#!/bin/sh set -e mkdir -p $D/etc if [ ! -e $D/etc/passwd ]; then cat << 'EOF' > $D/etc/passwd root::0:0:root:/home/root:/bin/sh daemon:*:1:1:daemon:/usr/sbin:/bin/sh bin:*:2:2:bin:/bin:/bin/sh sys:*:3:3:sys:/dev:/bin/sh sync:*:4:65534:sync:/bin:/bin/sync games:*:5:60:games:/usr/games:/bin/sh man:*:6:12:man:/var/cache/man:/bin/sh lp:*:7:7:lp:/var/spool/lpd:/bin/sh mail:*:8:8:mail:/var/mail:/bin/sh news:*:9:9:news:/var/spool/news:/bin/sh uucp:*:10:10:uucp:/var/spool/uucp:/bin/sh proxy:*:13:13:proxy:/bin:/bin/sh www-data:*:33:33:www-data:/var/www:/bin/sh backup:*:34:34:backup:/var/backups:/bin/sh list:*:38:38:Mailing List Manager:/var/list:/bin/sh irc:*:39:39:ircd:/var/run/ircd:/bin/sh gnats:*:41:41:Gnats Bug-Reporting System (admin):/var/lib/gnats:/bin/sh nobody:*:65534:65534:nobody:/nonexistent:/bin/sh EOF fi if [ ! -e $D/etc/group ]; then cat << 'EOF' > $D/etc/group root:*:0: daemon:*:1: bin:*:2: sys:*:3: adm:*:4: tty:*:5: disk:*:6: lp:*:7: mail:*:8: news:*:9: uucp:*:10: man:*:12: proxy:*:13: kmem:*:15: input:*:19: dialout:*:20: fax:*:21: voice:*:22: cdrom:*:24: floppy:*:25: tape:*:26: sudo:*:27: audio:*:29: dip:*:30: www-data:*:33: backup:*:34: operator:*:37: list:*:38: irc:*:39: src:*:40: gnats:*:41: shadow:*:42: utmp:*:43: video:*:44: sasl:*:45: plugdev:*:46: kvm:*:47: staff:*:50: games:*:60: shutdown:*:70: users:*:100: nogroup:*:65534: EOF fi " to "#!/bin/sh mkdir -p $D/etc if [ ! -e $D/etc/passwd ]; then cat << 'EOF' > $D/etc/passwd root::0:0:root:/home/root:/bin/sh daemon:*:1:1:daemon:/usr/sbin:/bin/sh bin:*:2:2:bin:/bin:/bin/sh sys:*:3:3:sys:/dev:/bin/sh sync:*:4:65534:sync:/bin:/bin/sync games:*:5:60:games:/usr/games:/bin/sh man:*:6:12:man:/var/cache/man:/bin/sh lp:*:7:7:lp:/var/spool/lpd:/bin/sh mail:*:8:8:mail:/var/mail:/bin/sh news:*:9:9:news:/var/spool/news:/bin/sh uucp:*:10:10:uucp:/var/spool/uucp:/bin/sh proxy:*:13:13:proxy:/bin:/bin/sh www-data:*:33:33:www-data:/var/www:/bin/sh backup:*:34:34:backup:/var/backups:/bin/sh list:*:38:38:Mailing List Manager:/var/list:/bin/sh irc:*:39:39:ircd:/var/run/ircd:/bin/sh gnats:*:41:41:Gnats Bug-Reporting System (admin):/var/lib/gnats:/bin/sh nobody:*:65534:65534:nobody:/nonexistent:/bin/sh EOF fi if [ ! -e $D/etc/group ]; then cat << 'EOF' > $D/etc/group root:*:0: daemon:*:1: bin:*:2: sys:*:3: adm:*:4: tty:*:5: disk:*:6: lp:*:7: mail:*:8: news:*:9: uucp:*:10: man:*:12: proxy:*:13: kmem:*:15: input:*:19: dialout:*:20: fax:*:21: voice:*:22: cdrom:*:24: floppy:*:25: tape:*:26: sudo:*:27: audio:*:29: dip:*:30: www-data:*:33: backup:*:34: operator:*:37: list:*:38: irc:*:39: src:*:40: gnats:*:41: shadow:*:42: utmp:*:43: video:*:44: sasl:*:45: plugdev:*:46: kvm:*:47: staff:*:50: games:*:60: shutdown:*:70: users:*:100: nogroup:*:65534: EOF fi " packages/armv7vet2hf-neon-poky-linux-gnueabi/bash-completion/bash-completion-dev: PKGSIZE changed from 973 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/bash-completion/bash-completion-extra: PKGSIZE changed from 796846 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/bash-completion/bash-completion: PKGSIZE changed from 77103 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/bash/bash-bashbug: PKGSIZE changed from 7011 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/bash/bash-dbg: PKGSIZE changed from 3522620 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/bash/bash-dev: PKGSIZE changed from 295460 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/bash/bash-doc: PKGSIZE changed from 560747 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/bash/bash-loadable: PKGSIZE changed from 211431 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/bash/bash-ptest: PKGSIZE changed from 1453757 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/bash/bash-src: PKGSIZE changed from 3915939 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/bash/bash: PKGSIZE changed from 809244 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/bash/bash: latest.pkg_postinst changed from "set -e update-alternatives --install /bin/bash bash /bin/bash.bash 100 update-alternatives --install /bin/sh sh /bin/bash.bash 100 grep -q "^/bin/bash$" $D/etc/shells || echo /bin/bash >> $D/etc/shells " to " update-alternatives --install /bin/bash bash /bin/bash.bash 100 update-alternatives --install /bin/sh sh /bin/bash.bash 100 grep -q "^/bin/bash$" $D/etc/shells || echo /bin/bash >> $D/etc/shells " packages/armv7vet2hf-neon-poky-linux-gnueabi/bash/bash: latest.pkg_postrm changed from "set -e printf "$(grep -v "^/bin/bash$" $D/etc/shells)\n" > $D/etc/shells " to " printf "$(grep -v "^/bin/bash$" $D/etc/shells)\n" > $D/etc/shells " packages/armv7vet2hf-neon-poky-linux-gnueabi/bash/bash: latest.pkg_prerm changed from "#!/bin/sh set -e update-alternatives --remove bash /bin/bash.bash update-alternatives --remove sh /bin/bash.bash " to "#!/bin/sh update-alternatives --remove bash /bin/bash.bash update-alternatives --remove sh /bin/bash.bash " packages/armv7vet2hf-neon-poky-linux-gnueabi/bc/bc-dbg: PKGSIZE changed from 338616 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/bc/bc-doc: PKGSIZE changed from 49451 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/bc/bc-src: PKGSIZE changed from 223563 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/bc/bc: PKGSIZE changed from 93352 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/bc/bc: latest.pkg_postinst changed from "#!/bin/sh set -e update-alternatives --install /usr/bin/bc bc /usr/bin/bc.bc 100 update-alternatives --install /usr/bin/dc dc /usr/bin/dc.bc 100 " to "#!/bin/sh update-alternatives --install /usr/bin/bc bc /usr/bin/bc.bc 100 update-alternatives --install /usr/bin/dc dc /usr/bin/dc.bc 100 " packages/armv7vet2hf-neon-poky-linux-gnueabi/bc/bc: latest.pkg_prerm changed from "#!/bin/sh set -e update-alternatives --remove bc /usr/bin/bc.bc update-alternatives --remove dc /usr/bin/dc.bc " to "#!/bin/sh update-alternatives --remove bc /usr/bin/bc.bc update-alternatives --remove dc /usr/bin/dc.bc " packages/armv7vet2hf-neon-poky-linux-gnueabi/binutils/binutils-dbg: PKGSIZE changed from 161291048 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/binutils/binutils-dev: PKGSIZE changed from 536164 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/binutils/binutils-locale-bg: PKGSIZE changed from 240034 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/binutils/binutils-locale-ca: PKGSIZE changed from 155223 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/binutils/binutils-locale-da: PKGSIZE changed from 293171 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/binutils/binutils-locale-de: PKGSIZE changed from 119781 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/binutils/binutils-locale-eo: PKGSIZE changed from 10691 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/binutils/binutils-locale-es: PKGSIZE changed from 1147817 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/binutils/binutils-locale-fi: PKGSIZE changed from 977793 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/binutils/binutils-locale-fr: PKGSIZE changed from 1438155 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/binutils/binutils-locale-ga: PKGSIZE changed from 100765 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/binutils/binutils-locale-hr: PKGSIZE changed from 26716 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/binutils/binutils-locale-hu: PKGSIZE changed from 11143 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/binutils/binutils-locale-id: PKGSIZE changed from 860737 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/binutils/binutils-locale-it: PKGSIZE changed from 338725 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/binutils/binutils-locale-ja: PKGSIZE changed from 403466 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/binutils/binutils-locale-ms: PKGSIZE changed from 10678 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/binutils/binutils-locale-nl: PKGSIZE changed from 35994 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/binutils/binutils-locale-pt-br: PKGSIZE changed from 215845 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/binutils/binutils-locale-pt: PKGSIZE changed from 500373 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/binutils/binutils-locale-ro: PKGSIZE changed from 115279 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/binutils/binutils-locale-ru: PKGSIZE changed from 1506050 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/binutils/binutils-locale-rw: PKGSIZE changed from 1762 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/binutils/binutils-locale-sk: PKGSIZE changed from 149658 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/binutils/binutils-locale-sr: PKGSIZE changed from 1009318 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/binutils/binutils-locale-sv: PKGSIZE changed from 1095831 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/binutils/binutils-locale-tr: PKGSIZE changed from 534928 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/binutils/binutils-locale-uk: PKGSIZE changed from 1805352 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/binutils/binutils-locale-vi: PKGSIZE changed from 535546 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/binutils/binutils-locale-zh-cn: PKGSIZE changed from 198660 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/binutils/binutils-locale-zh-tw: PKGSIZE changed from 142402 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/binutils/binutils-src: PKGSIZE changed from 18443609 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/binutils/binutils-staticdev: PKGSIZE changed from 1368164 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/binutils/binutils: PKGSIZE changed from 7809396 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/binutils/binutils: latest.pkg_postinst changed from "#!/bin/sh set -e update-alternatives --install /usr/bin/addr2line addr2line /usr/bin/arm-poky-linux-gnueabi-addr2line 100 update-alternatives --install /usr/bin/ar ar /usr/bin/arm-poky-linux-gnueabi-ar 100 update-alternatives --install /usr/bin/as as /usr/bin/arm-poky-linux-gnueabi-as 100 update-alternatives --install /usr/bin/c++filt c++filt /usr/bin/arm-poky-linux-gnueabi-c++filt 100 update-alternatives --install /usr/bin/elfedit elfedit /usr/bin/arm-poky-linux-gnueabi-elfedit 100 update-alternatives --install /usr/bin/gprof gprof /usr/bin/arm-poky-linux-gnueabi-gprof 100 update-alternatives --install /usr/bin/ld ld /usr/bin/arm-poky-linux-gnueabi-ld 100 update-alternatives --install /usr/bin/ld.bfd ld.bfd /usr/bin/arm-poky-linux-gnueabi-ld.bfd 100 update-alternatives --install /usr/bin/ld.gold ld.gold /usr/bin/arm-poky-linux-gnueabi-ld.gold 100 update-alternatives --install /usr/bin/dwp dwp /usr/bin/arm-poky-linux-gnueabi-dwp 100 update-alternatives --install /usr/bin/nm nm /usr/bin/arm-poky-linux-gnueabi-nm 100 update-alternatives --install /usr/bin/objcopy objcopy /usr/bin/arm-poky-linux-gnueabi-objcopy 100 update-alternatives --install /usr/bin/objdump objdump /usr/bin/arm-poky-linux-gnueabi-objdump 100 update-alternatives --install /usr/bin/ranlib ranlib /usr/bin/arm-poky-linux-gnueabi-ranlib 100 update-alternatives --install /usr/bin/readelf readelf /usr/bin/arm-poky-linux-gnueabi-readelf 100 update-alternatives --install /usr/bin/size size /usr/bin/arm-poky-linux-gnueabi-size 100 update-alternatives --install /usr/bin/strings strings /usr/bin/arm-poky-linux-gnueabi-strings 100 update-alternatives --install /usr/bin/strip strip /usr/bin/arm-poky-linux-gnueabi-strip 100 if [ x"$D" = "x" ]; then if [ -x /sbin/ldconfig ]; then /sbin/ldconfig ; fi fi " to "#!/bin/sh update-alternatives --install /usr/bin/addr2line addr2line /usr/bin/arm-poky-linux-gnueabi-addr2line 100 update-alternatives --install /usr/bin/ar ar /usr/bin/arm-poky-linux-gnueabi-ar 100 update-alternatives --install /usr/bin/as as /usr/bin/arm-poky-linux-gnueabi-as 100 update-alternatives --install /usr/bin/c++filt c++filt /usr/bin/arm-poky-linux-gnueabi-c++filt 100 update-alternatives --install /usr/bin/elfedit elfedit /usr/bin/arm-poky-linux-gnueabi-elfedit 100 update-alternatives --install /usr/bin/gprof gprof /usr/bin/arm-poky-linux-gnueabi-gprof 100 update-alternatives --install /usr/bin/ld ld /usr/bin/arm-poky-linux-gnueabi-ld 100 update-alternatives --install /usr/bin/ld.bfd ld.bfd /usr/bin/arm-poky-linux-gnueabi-ld.bfd 100 update-alternatives --install /usr/bin/ld.gold ld.gold /usr/bin/arm-poky-linux-gnueabi-ld.gold 100 update-alternatives --install /usr/bin/dwp dwp /usr/bin/arm-poky-linux-gnueabi-dwp 100 update-alternatives --install /usr/bin/nm nm /usr/bin/arm-poky-linux-gnueabi-nm 100 update-alternatives --install /usr/bin/objcopy objcopy /usr/bin/arm-poky-linux-gnueabi-objcopy 100 update-alternatives --install /usr/bin/objdump objdump /usr/bin/arm-poky-linux-gnueabi-objdump 100 update-alternatives --install /usr/bin/ranlib ranlib /usr/bin/arm-poky-linux-gnueabi-ranlib 100 update-alternatives --install /usr/bin/readelf readelf /usr/bin/arm-poky-linux-gnueabi-readelf 100 update-alternatives --install /usr/bin/size size /usr/bin/arm-poky-linux-gnueabi-size 100 update-alternatives --install /usr/bin/strings strings /usr/bin/arm-poky-linux-gnueabi-strings 100 update-alternatives --install /usr/bin/strip strip /usr/bin/arm-poky-linux-gnueabi-strip 100 if [ x"$D" = "x" ]; then if [ -x /sbin/ldconfig ]; then /sbin/ldconfig ; fi fi " packages/armv7vet2hf-neon-poky-linux-gnueabi/binutils/binutils: latest.pkg_prerm changed from "#!/bin/sh set -e update-alternatives --remove addr2line /usr/bin/arm-poky-linux-gnueabi-addr2line update-alternatives --remove ar /usr/bin/arm-poky-linux-gnueabi-ar update-alternatives --remove as /usr/bin/arm-poky-linux-gnueabi-as update-alternatives --remove c++filt /usr/bin/arm-poky-linux-gnueabi-c++filt update-alternatives --remove elfedit /usr/bin/arm-poky-linux-gnueabi-elfedit update-alternatives --remove gprof /usr/bin/arm-poky-linux-gnueabi-gprof update-alternatives --remove ld /usr/bin/arm-poky-linux-gnueabi-ld update-alternatives --remove ld.bfd /usr/bin/arm-poky-linux-gnueabi-ld.bfd update-alternatives --remove ld.gold /usr/bin/arm-poky-linux-gnueabi-ld.gold update-alternatives --remove dwp /usr/bin/arm-poky-linux-gnueabi-dwp update-alternatives --remove nm /usr/bin/arm-poky-linux-gnueabi-nm update-alternatives --remove objcopy /usr/bin/arm-poky-linux-gnueabi-objcopy update-alternatives --remove objdump /usr/bin/arm-poky-linux-gnueabi-objdump update-alternatives --remove ranlib /usr/bin/arm-poky-linux-gnueabi-ranlib update-alternatives --remove readelf /usr/bin/arm-poky-linux-gnueabi-readelf update-alternatives --remove size /usr/bin/arm-poky-linux-gnueabi-size update-alternatives --remove strings /usr/bin/arm-poky-linux-gnueabi-strings update-alternatives --remove strip /usr/bin/arm-poky-linux-gnueabi-strip " to "#!/bin/sh update-alternatives --remove addr2line /usr/bin/arm-poky-linux-gnueabi-addr2line update-alternatives --remove ar /usr/bin/arm-poky-linux-gnueabi-ar update-alternatives --remove as /usr/bin/arm-poky-linux-gnueabi-as update-alternatives --remove c++filt /usr/bin/arm-poky-linux-gnueabi-c++filt update-alternatives --remove elfedit /usr/bin/arm-poky-linux-gnueabi-elfedit update-alternatives --remove gprof /usr/bin/arm-poky-linux-gnueabi-gprof update-alternatives --remove ld /usr/bin/arm-poky-linux-gnueabi-ld update-alternatives --remove ld.bfd /usr/bin/arm-poky-linux-gnueabi-ld.bfd update-alternatives --remove ld.gold /usr/bin/arm-poky-linux-gnueabi-ld.gold update-alternatives --remove dwp /usr/bin/arm-poky-linux-gnueabi-dwp update-alternatives --remove nm /usr/bin/arm-poky-linux-gnueabi-nm update-alternatives --remove objcopy /usr/bin/arm-poky-linux-gnueabi-objcopy update-alternatives --remove objdump /usr/bin/arm-poky-linux-gnueabi-objdump update-alternatives --remove ranlib /usr/bin/arm-poky-linux-gnueabi-ranlib update-alternatives --remove readelf /usr/bin/arm-poky-linux-gnueabi-readelf update-alternatives --remove size /usr/bin/arm-poky-linux-gnueabi-size update-alternatives --remove strings /usr/bin/arm-poky-linux-gnueabi-strings update-alternatives --remove strip /usr/bin/arm-poky-linux-gnueabi-strip " packages/armv7vet2hf-neon-poky-linux-gnueabi/binutils/libbfd: PKGSIZE changed from 658788 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/binutils/libbfd: latest.pkg_postinst changed from "#!/bin/sh set -e if [ x"$D" = "x" ]; then if [ -x /sbin/ldconfig ]; then /sbin/ldconfig ; fi fi " to "#!/bin/sh if [ x"$D" = "x" ]; then if [ -x /sbin/ldconfig ]; then /sbin/ldconfig ; fi fi " packages/armv7vet2hf-neon-poky-linux-gnueabi/binutils/libopcodes: PKGSIZE changed from 169272 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/binutils/libopcodes: latest.pkg_postinst changed from "#!/bin/sh set -e if [ x"$D" = "x" ]; then if [ -x /sbin/ldconfig ]; then /sbin/ldconfig ; fi fi " to "#!/bin/sh if [ x"$D" = "x" ]; then if [ -x /sbin/ldconfig ]; then /sbin/ldconfig ; fi fi " packages/armv7vet2hf-neon-poky-linux-gnueabi/bison/bison-dbg: PKGSIZE changed from 1821700 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/bison/bison-dev: PKGSIZE changed from 2221 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/bison/bison-doc: PKGSIZE changed from 1035439 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/bison/bison-locale-af: PKGSIZE changed from 1412 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/bison/bison-locale-ast: PKGSIZE changed from 1393 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/bison/bison-locale-be: PKGSIZE changed from 1803 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/bison/bison-locale-bg: PKGSIZE changed from 42029 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/bison/bison-locale-ca: PKGSIZE changed from 15572 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/bison/bison-locale-cs: PKGSIZE changed from 2185 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/bison/bison-locale-da: PKGSIZE changed from 17909 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/bison/bison-locale-de: PKGSIZE changed from 32734 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/bison/bison-locale-el: PKGSIZE changed from 37062 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/bison/bison-locale-eo: PKGSIZE changed from 31561 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/bison/bison-locale-es: PKGSIZE changed from 16382 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/bison/bison-locale-et: PKGSIZE changed from 29799 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/bison/bison-locale-eu: PKGSIZE changed from 1101 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/bison/bison-locale-fi: PKGSIZE changed from 33408 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/bison/bison-locale-fr: PKGSIZE changed from 33514 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/bison/bison-locale-ga: PKGSIZE changed from 17243 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/bison/bison-locale-gl: PKGSIZE changed from 3422 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/bison/bison-locale-hr: PKGSIZE changed from 13015 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/bison/bison-locale-hu: PKGSIZE changed from 3706 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/bison/bison-locale-ia: PKGSIZE changed from 1341 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/bison/bison-locale-id: PKGSIZE changed from 8473 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/bison/bison-locale-it: PKGSIZE changed from 9740 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/bison/bison-locale-ja: PKGSIZE changed from 32857 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/bison/bison-locale-ko: PKGSIZE changed from 1390 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/bison/bison-locale-ky: PKGSIZE changed from 1659 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/bison/bison-locale-lt: PKGSIZE changed from 1484 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/bison/bison-locale-lv: PKGSIZE changed from 1514 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/bison/bison-locale-ms: PKGSIZE changed from 18480 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/bison/bison-locale-nb: PKGSIZE changed from 6655 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/bison/bison-locale-nl: PKGSIZE changed from 20331 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/bison/bison-locale-pl: PKGSIZE changed from 18924 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/bison/bison-locale-pt-br: PKGSIZE changed from 32754 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/bison/bison-locale-pt: PKGSIZE changed from 29027 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/bison/bison-locale-ro: PKGSIZE changed from 6366 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/bison/bison-locale-ru: PKGSIZE changed from 15636 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/bison/bison-locale-rw: PKGSIZE changed from 581 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/bison/bison-locale-sk: PKGSIZE changed from 904 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/bison/bison-locale-sl: PKGSIZE changed from 3674 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/bison/bison-locale-sq: PKGSIZE changed from 1378 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/bison/bison-locale-sr: PKGSIZE changed from 40906 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/bison/bison-locale-sv: PKGSIZE changed from 31786 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/bison/bison-locale-ta: PKGSIZE changed from 1946 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/bison/bison-locale-th: PKGSIZE changed from 2333 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/bison/bison-locale-tr: PKGSIZE changed from 16445 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/bison/bison-locale-uk: PKGSIZE changed from 43056 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/bison/bison-locale-vi: PKGSIZE changed from 18480 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/bison/bison-locale-zh-cn: PKGSIZE changed from 15173 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/bison/bison-locale-zh-tw: PKGSIZE changed from 25953 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/bison/bison-src: PKGSIZE changed from 2341219 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/bison/bison-staticdev: PKGSIZE changed from 7726 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/bison/bison: PKGSIZE changed from 1004162 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/blktool/blktool-dbg: PKGSIZE changed from 75068 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/blktool/blktool-doc: PKGSIZE changed from 5228 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/blktool/blktool-src: PKGSIZE changed from 36637 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/blktool/blktool: PKGSIZE changed from 23532 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/blktrace/blktrace-dbg: PKGSIZE changed from 1181064 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/blktrace/blktrace-doc: PKGSIZE changed from 62774 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/blktrace/blktrace-src: PKGSIZE changed from 545494 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/blktrace/blktrace: PKGSIZE changed from 252264 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/bluez5/bluez5-dbg: PKGSIZE changed from 24751292 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/bluez5/bluez5-dev: PKGSIZE changed from 135450 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/bluez5/bluez5-noinst-tools: PKGSIZE changed from 3437836 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/bluez5/bluez5-obex: PKGSIZE changed from 363631 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/bluez5/bluez5-ptest: PKGSIZE changed from 2524615 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/bluez5/bluez5-src: PKGSIZE changed from 7301766 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/bluez5/bluez5-testtools: PKGSIZE changed from 176761 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/bluez5/bluez5: PKGSIZE changed from 3666264 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/bluez5/bluez5: latest.pkg_postinst changed from "#!/bin/sh set -e if true && type update-rc.d >/dev/null 2>/dev/null; then if [ -n "$D" ]; then OPT="-r $D" else OPT="-s" fi update-rc.d $OPT bluetooth defaults fi if [ x"$D" = "x" ]; then if [ -x /sbin/ldconfig ]; then /sbin/ldconfig ; fi fi " to "#!/bin/sh if true && type update-rc.d >/dev/null 2>/dev/null; then if [ -n "$D" ]; then OPT="-r $D" else OPT="-s" fi update-rc.d $OPT bluetooth defaults fi if [ x"$D" = "x" ]; then if [ -x /sbin/ldconfig ]; then /sbin/ldconfig ; fi fi " packages/armv7vet2hf-neon-poky-linux-gnueabi/bluez5/bluez5: latest.pkg_postrm changed from "#!/bin/sh set -e if true && type update-rc.d >/dev/null 2>/dev/null; then if [ -n "$D" ]; then OPT="-f -r $D" else OPT="-f" fi update-rc.d $OPT bluetooth remove fi " to "#!/bin/sh if true && type update-rc.d >/dev/null 2>/dev/null; then if [ -n "$D" ]; then OPT="-f -r $D" else OPT="-f" fi update-rc.d $OPT bluetooth remove fi " packages/armv7vet2hf-neon-poky-linux-gnueabi/bluez5/bluez5: latest.pkg_prerm changed from "#!/bin/sh set -e if true && [ -z "$D" -a -x "/etc/init.d/bluetooth" ]; then /etc/init.d/bluetooth stop || : fi " to "#!/bin/sh if true && [ -z "$D" -a -x "/etc/init.d/bluetooth" ]; then /etc/init.d/bluetooth stop || : fi " packages/armv7vet2hf-neon-poky-linux-gnueabi/boost/boost-atomic: PKGSIZE changed from 9568 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/boost/boost-atomic: latest.pkg_postinst changed from "#!/bin/sh set -e if [ x"$D" = "x" ]; then if [ -x /sbin/ldconfig ]; then /sbin/ldconfig ; fi fi " to "#!/bin/sh if [ x"$D" = "x" ]; then if [ -x /sbin/ldconfig ]; then /sbin/ldconfig ; fi fi " packages/armv7vet2hf-neon-poky-linux-gnueabi/boost/boost-chrono: PKGSIZE changed from 21912 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/boost/boost-chrono: latest.pkg_postinst changed from "#!/bin/sh set -e if [ x"$D" = "x" ]; then if [ -x /sbin/ldconfig ]; then /sbin/ldconfig ; fi fi " to "#!/bin/sh if [ x"$D" = "x" ]; then if [ -x /sbin/ldconfig ]; then /sbin/ldconfig ; fi fi " packages/armv7vet2hf-neon-poky-linux-gnueabi/boost/boost-container: PKGSIZE changed from 54692 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/boost/boost-container: latest.pkg_postinst changed from "#!/bin/sh set -e if [ x"$D" = "x" ]; then if [ -x /sbin/ldconfig ]; then /sbin/ldconfig ; fi fi " to "#!/bin/sh if [ x"$D" = "x" ]; then if [ -x /sbin/ldconfig ]; then /sbin/ldconfig ; fi fi " packages/armv7vet2hf-neon-poky-linux-gnueabi/boost/boost-context: PKGSIZE changed from 9564 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/boost/boost-context: latest.pkg_postinst changed from "#!/bin/sh set -e if [ x"$D" = "x" ]; then if [ -x /sbin/ldconfig ]; then /sbin/ldconfig ; fi fi " to "#!/bin/sh if [ x"$D" = "x" ]; then if [ -x /sbin/ldconfig ]; then /sbin/ldconfig ; fi fi " packages/armv7vet2hf-neon-poky-linux-gnueabi/boost/boost-contract: PKGSIZE changed from 62872 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/boost/boost-contract: latest.pkg_postinst changed from "#!/bin/sh set -e if [ x"$D" = "x" ]; then if [ -x /sbin/ldconfig ]; then /sbin/ldconfig ; fi fi " to "#!/bin/sh if [ x"$D" = "x" ]; then if [ -x /sbin/ldconfig ]; then /sbin/ldconfig ; fi fi " packages/armv7vet2hf-neon-poky-linux-gnueabi/boost/boost-coroutine: PKGSIZE changed from 30128 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/boost/boost-coroutine: latest.pkg_postinst changed from "#!/bin/sh set -e if [ x"$D" = "x" ]; then if [ -x /sbin/ldconfig ]; then /sbin/ldconfig ; fi fi " to "#!/bin/sh if [ x"$D" = "x" ]; then if [ -x /sbin/ldconfig ]; then /sbin/ldconfig ; fi fi " packages/armv7vet2hf-neon-poky-linux-gnueabi/boost/boost-date-time: PKGSIZE changed from 5320 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/boost/boost-date-time: latest.pkg_postinst changed from "#!/bin/sh set -e if [ x"$D" = "x" ]; then if [ -x /sbin/ldconfig ]; then /sbin/ldconfig ; fi fi " to "#!/bin/sh if [ x"$D" = "x" ]; then if [ -x /sbin/ldconfig ]; then /sbin/ldconfig ; fi fi " packages/armv7vet2hf-neon-poky-linux-gnueabi/boost/boost-dbg: PKGSIZE changed from 134648644 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/boost/boost-dev: PKGSIZE changed from 141817164 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/boost/boost-fiber: PKGSIZE changed from 50632 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/boost/boost-fiber: latest.pkg_postinst changed from "#!/bin/sh set -e if [ x"$D" = "x" ]; then if [ -x /sbin/ldconfig ]; then /sbin/ldconfig ; fi fi " to "#!/bin/sh if [ x"$D" = "x" ]; then if [ -x /sbin/ldconfig ]; then /sbin/ldconfig ; fi fi " packages/armv7vet2hf-neon-poky-linux-gnueabi/boost/boost-filesystem: PKGSIZE changed from 75216 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/boost/boost-filesystem: latest.pkg_postinst changed from "#!/bin/sh set -e if [ x"$D" = "x" ]; then if [ -x /sbin/ldconfig ]; then /sbin/ldconfig ; fi fi " to "#!/bin/sh if [ x"$D" = "x" ]; then if [ -x /sbin/ldconfig ]; then /sbin/ldconfig ; fi fi " packages/armv7vet2hf-neon-poky-linux-gnueabi/boost/boost-graph: PKGSIZE changed from 239844 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/boost/boost-graph: latest.pkg_postinst changed from "#!/bin/sh set -e if [ x"$D" = "x" ]; then if [ -x /sbin/ldconfig ]; then /sbin/ldconfig ; fi fi " to "#!/bin/sh if [ x"$D" = "x" ]; then if [ -x /sbin/ldconfig ]; then /sbin/ldconfig ; fi fi " packages/armv7vet2hf-neon-poky-linux-gnueabi/boost/boost-iostreams: PKGSIZE changed from 54684 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/boost/boost-iostreams: latest.pkg_postinst changed from "#!/bin/sh set -e if [ x"$D" = "x" ]; then if [ -x /sbin/ldconfig ]; then /sbin/ldconfig ; fi fi " to "#!/bin/sh if [ x"$D" = "x" ]; then if [ -x /sbin/ldconfig ]; then /sbin/ldconfig ; fi fi " packages/armv7vet2hf-neon-poky-linux-gnueabi/boost/boost-locale: PKGSIZE changed from 550548 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/boost/boost-locale: latest.pkg_postinst changed from "#!/bin/sh set -e if [ x"$D" = "x" ]; then if [ -x /sbin/ldconfig ]; then /sbin/ldconfig ; fi fi " to "#!/bin/sh if [ x"$D" = "x" ]; then if [ -x /sbin/ldconfig ]; then /sbin/ldconfig ; fi fi " packages/armv7vet2hf-neon-poky-linux-gnueabi/boost/boost-log: PKGSIZE changed from 1113832 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/boost/boost-log: latest.pkg_postinst changed from "#!/bin/sh set -e if [ x"$D" = "x" ]; then if [ -x /sbin/ldconfig ]; then /sbin/ldconfig ; fi fi " to "#!/bin/sh if [ x"$D" = "x" ]; then if [ -x /sbin/ldconfig ]; then /sbin/ldconfig ; fi fi " packages/armv7vet2hf-neon-poky-linux-gnueabi/boost/boost-math: PKGSIZE changed from 712808 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/boost/boost-math: latest.pkg_postinst changed from "#!/bin/sh set -e if [ x"$D" = "x" ]; then if [ -x /sbin/ldconfig ]; then /sbin/ldconfig ; fi fi " to "#!/bin/sh if [ x"$D" = "x" ]; then if [ -x /sbin/ldconfig ]; then /sbin/ldconfig ; fi fi " packages/armv7vet2hf-neon-poky-linux-gnueabi/boost/boost-program-options: PKGSIZE changed from 275872 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/boost/boost-program-options: latest.pkg_postinst changed from "#!/bin/sh set -e if [ x"$D" = "x" ]; then if [ -x /sbin/ldconfig ]; then /sbin/ldconfig ; fi fi " to "#!/bin/sh if [ x"$D" = "x" ]; then if [ -x /sbin/ldconfig ]; then /sbin/ldconfig ; fi fi " packages/armv7vet2hf-neon-poky-linux-gnueabi/boost/boost-python: PKGSIZE changed from 158780 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/boost/boost-python: latest.pkg_postinst changed from "#!/bin/sh set -e if [ x"$D" = "x" ]; then if [ -x /sbin/ldconfig ]; then /sbin/ldconfig ; fi fi " to "#!/bin/sh if [ x"$D" = "x" ]; then if [ -x /sbin/ldconfig ]; then /sbin/ldconfig ; fi fi " packages/armv7vet2hf-neon-poky-linux-gnueabi/boost/boost-random: PKGSIZE changed from 17816 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/boost/boost-random: latest.pkg_postinst changed from "#!/bin/sh set -e if [ x"$D" = "x" ]; then if [ -x /sbin/ldconfig ]; then /sbin/ldconfig ; fi fi " to "#!/bin/sh if [ x"$D" = "x" ]; then if [ -x /sbin/ldconfig ]; then /sbin/ldconfig ; fi fi " packages/armv7vet2hf-neon-poky-linux-gnueabi/boost/boost-regex: PKGSIZE changed from 186720 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/boost/boost-regex: latest.pkg_postinst changed from "#!/bin/sh set -e if [ x"$D" = "x" ]; then if [ -x /sbin/ldconfig ]; then /sbin/ldconfig ; fi fi " to "#!/bin/sh if [ x"$D" = "x" ]; then if [ -x /sbin/ldconfig ]; then /sbin/ldconfig ; fi fi " packages/armv7vet2hf-neon-poky-linux-gnueabi/boost/boost-serialization: PKGSIZE changed from 305992 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/boost/boost-serialization: latest.pkg_postinst changed from "#!/bin/sh set -e if [ x"$D" = "x" ]; then if [ -x /sbin/ldconfig ]; then /sbin/ldconfig ; fi fi " to "#!/bin/sh if [ x"$D" = "x" ]; then if [ -x /sbin/ldconfig ]; then /sbin/ldconfig ; fi fi " packages/armv7vet2hf-neon-poky-linux-gnueabi/boost/boost-src: PKGSIZE changed from 17088482 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/boost/boost-staticdev: PKGSIZE changed from 252040478 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/boost/boost-system: PKGSIZE changed from 5316 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/boost/boost-system: latest.pkg_postinst changed from "#!/bin/sh set -e if [ x"$D" = "x" ]; then if [ -x /sbin/ldconfig ]; then /sbin/ldconfig ; fi fi " to "#!/bin/sh if [ x"$D" = "x" ]; then if [ -x /sbin/ldconfig ]; then /sbin/ldconfig ; fi fi " packages/armv7vet2hf-neon-poky-linux-gnueabi/boost/boost-test: PKGSIZE changed from 498568 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/boost/boost-test: latest.pkg_postinst changed from "#!/bin/sh set -e if [ x"$D" = "x" ]; then if [ -x /sbin/ldconfig ]; then /sbin/ldconfig ; fi fi " to "#!/bin/sh if [ x"$D" = "x" ]; then if [ -x /sbin/ldconfig ]; then /sbin/ldconfig ; fi fi " packages/armv7vet2hf-neon-poky-linux-gnueabi/boost/boost-thread: PKGSIZE changed from 62892 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/boost/boost-thread: latest.pkg_postinst changed from "#!/bin/sh set -e if [ x"$D" = "x" ]; then if [ -x /sbin/ldconfig ]; then /sbin/ldconfig ; fi fi " to "#!/bin/sh if [ x"$D" = "x" ]; then if [ -x /sbin/ldconfig ]; then /sbin/ldconfig ; fi fi " packages/armv7vet2hf-neon-poky-linux-gnueabi/boost/boost-timer: PKGSIZE changed from 13664 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/boost/boost-timer: latest.pkg_postinst changed from "#!/bin/sh set -e if [ x"$D" = "x" ]; then if [ -x /sbin/ldconfig ]; then /sbin/ldconfig ; fi fi " to "#!/bin/sh if [ x"$D" = "x" ]; then if [ -x /sbin/ldconfig ]; then /sbin/ldconfig ; fi fi " packages/armv7vet2hf-neon-poky-linux-gnueabi/boost/boost-type-erasure: PKGSIZE changed from 30108 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/boost/boost-type-erasure: latest.pkg_postinst changed from "#!/bin/sh set -e if [ x"$D" = "x" ]; then if [ -x /sbin/ldconfig ]; then /sbin/ldconfig ; fi fi " to "#!/bin/sh if [ x"$D" = "x" ]; then if [ -x /sbin/ldconfig ]; then /sbin/ldconfig ; fi fi " packages/armv7vet2hf-neon-poky-linux-gnueabi/boost/boost-wave: PKGSIZE changed from 649120 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/boost/boost-wave: latest.pkg_postinst changed from "#!/bin/sh set -e if [ x"$D" = "x" ]; then if [ -x /sbin/ldconfig ]; then /sbin/ldconfig ; fi fi " to "#!/bin/sh if [ x"$D" = "x" ]; then if [ -x /sbin/ldconfig ]; then /sbin/ldconfig ; fi fi " packages/armv7vet2hf-neon-poky-linux-gnueabi/btrfs-tools/btrfs-tools-dbg: PKGSIZE changed from 19565484 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/btrfs-tools/btrfs-tools-dev: PKGSIZE changed from 217992 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/btrfs-tools/btrfs-tools-src: PKGSIZE changed from 3365067 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/btrfs-tools/btrfs-tools: PKGSIZE changed from 3881080 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/btrfs-tools/btrfs-tools: latest.pkg_postinst changed from "#!/bin/sh set -e if [ x"$D" = "x" ]; then if [ -x /sbin/ldconfig ]; then /sbin/ldconfig ; fi fi " to "#!/bin/sh if [ x"$D" = "x" ]; then if [ -x /sbin/ldconfig ]; then /sbin/ldconfig ; fi fi " packages/armv7vet2hf-neon-poky-linux-gnueabi/busybox/busybox-dbg: PKGSIZE changed from 3534460 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/busybox/busybox-httpd: latest.pkg_postinst changed from "#!/bin/sh set -e if true && type update-rc.d >/dev/null 2>/dev/null; then if [ -n "$D" ]; then OPT="-r $D" else OPT="-s" fi update-rc.d $OPT busybox-httpd defaults fi " to "#!/bin/sh if true && type update-rc.d >/dev/null 2>/dev/null; then if [ -n "$D" ]; then OPT="-r $D" else OPT="-s" fi update-rc.d $OPT busybox-httpd defaults fi " packages/armv7vet2hf-neon-poky-linux-gnueabi/busybox/busybox-httpd: latest.pkg_postrm changed from "#!/bin/sh set -e if true && type update-rc.d >/dev/null 2>/dev/null; then if [ -n "$D" ]; then OPT="-f -r $D" else OPT="-f" fi update-rc.d $OPT busybox-httpd remove fi " to "#!/bin/sh if true && type update-rc.d >/dev/null 2>/dev/null; then if [ -n "$D" ]; then OPT="-f -r $D" else OPT="-f" fi update-rc.d $OPT busybox-httpd remove fi " packages/armv7vet2hf-neon-poky-linux-gnueabi/busybox/busybox-httpd: latest.pkg_prerm changed from "#!/bin/sh set -e if true && [ -z "$D" -a -x "/etc/init.d/busybox-httpd" ]; then /etc/init.d/busybox-httpd stop || : fi " to "#!/bin/sh if true && [ -z "$D" -a -x "/etc/init.d/busybox-httpd" ]; then /etc/init.d/busybox-httpd stop || : fi " packages/armv7vet2hf-neon-poky-linux-gnueabi/busybox/busybox-hwclock: PKGSIZE changed from 2541 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/busybox/busybox-hwclock: latest.pkg_postinst changed from "#!/bin/sh set -e if true && type update-rc.d >/dev/null 2>/dev/null; then if [ -n "$D" ]; then OPT="-r $D" else OPT="-s" fi update-rc.d $OPT hwclock.sh defaults fi " to "#!/bin/sh if true && type update-rc.d >/dev/null 2>/dev/null; then if [ -n "$D" ]; then OPT="-r $D" else OPT="-s" fi update-rc.d $OPT hwclock.sh defaults fi " packages/armv7vet2hf-neon-poky-linux-gnueabi/busybox/busybox-hwclock: latest.pkg_postrm changed from "#!/bin/sh set -e if true && type update-rc.d >/dev/null 2>/dev/null; then if [ -n "$D" ]; then OPT="-f -r $D" else OPT="-f" fi update-rc.d $OPT hwclock.sh remove fi " to "#!/bin/sh if true && type update-rc.d >/dev/null 2>/dev/null; then if [ -n "$D" ]; then OPT="-f -r $D" else OPT="-f" fi update-rc.d $OPT hwclock.sh remove fi " packages/armv7vet2hf-neon-poky-linux-gnueabi/busybox/busybox-hwclock: latest.pkg_prerm changed from "#!/bin/sh set -e if true && [ -z "$D" -a -x "/etc/init.d/hwclock.sh" ]; then /etc/init.d/hwclock.sh stop || : fi " to "#!/bin/sh if true && [ -z "$D" -a -x "/etc/init.d/hwclock.sh" ]; then /etc/init.d/hwclock.sh stop || : fi " packages/armv7vet2hf-neon-poky-linux-gnueabi/busybox/busybox-mdev: latest.pkg_postinst changed from "#!/bin/sh set -e if true && type update-rc.d >/dev/null 2>/dev/null; then if [ -n "$D" ]; then OPT="-r $D" else OPT="-s" fi update-rc.d $OPT mdev start 04 S . fi " to "#!/bin/sh if true && type update-rc.d >/dev/null 2>/dev/null; then if [ -n "$D" ]; then OPT="-r $D" else OPT="-s" fi update-rc.d $OPT mdev start 04 S . fi " packages/armv7vet2hf-neon-poky-linux-gnueabi/busybox/busybox-mdev: latest.pkg_postrm changed from "#!/bin/sh set -e if true && type update-rc.d >/dev/null 2>/dev/null; then if [ -n "$D" ]; then OPT="-f -r $D" else OPT="-f" fi update-rc.d $OPT mdev remove fi " to "#!/bin/sh if true && type update-rc.d >/dev/null 2>/dev/null; then if [ -n "$D" ]; then OPT="-f -r $D" else OPT="-f" fi update-rc.d $OPT mdev remove fi " packages/armv7vet2hf-neon-poky-linux-gnueabi/busybox/busybox-mdev: latest.pkg_prerm changed from "#!/bin/sh set -e if true && [ -z "$D" -a -x "/etc/init.d/mdev" ]; then /etc/init.d/mdev stop || : fi " to "#!/bin/sh if true && [ -z "$D" -a -x "/etc/init.d/mdev" ]; then /etc/init.d/mdev stop || : fi " packages/armv7vet2hf-neon-poky-linux-gnueabi/busybox/busybox-ptest: PKGSIZE changed from 464466 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/busybox/busybox-src: PKGSIZE changed from 4226758 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/busybox/busybox-syslog: PKGSIZE changed from 2786 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/busybox/busybox-syslog: latest.pkg_postinst changed from "#!/bin/sh set -e update-alternatives --install /sbin/klogd klogd /bin/busybox.nosuid 50 update-alternatives --install /sbin/syslogd syslogd /bin/busybox.nosuid 50 if true && type update-rc.d >/dev/null 2>/dev/null; then if [ -n "$D" ]; then OPT="-r $D" else OPT="-s" fi update-rc.d $OPT syslog defaults fi " to "#!/bin/sh update-alternatives --install /sbin/klogd klogd /bin/busybox.nosuid 50 update-alternatives --install /sbin/syslogd syslogd /bin/busybox.nosuid 50 if true && type update-rc.d >/dev/null 2>/dev/null; then if [ -n "$D" ]; then OPT="-r $D" else OPT="-s" fi update-rc.d $OPT syslog defaults fi " packages/armv7vet2hf-neon-poky-linux-gnueabi/busybox/busybox-syslog: latest.pkg_postrm changed from "#!/bin/sh set -e if true && type update-rc.d >/dev/null 2>/dev/null; then if [ -n "$D" ]; then OPT="-f -r $D" else OPT="-f" fi update-rc.d $OPT syslog remove fi " to "#!/bin/sh if true && type update-rc.d >/dev/null 2>/dev/null; then if [ -n "$D" ]; then OPT="-f -r $D" else OPT="-f" fi update-rc.d $OPT syslog remove fi " packages/armv7vet2hf-neon-poky-linux-gnueabi/busybox/busybox-syslog: latest.pkg_prerm changed from "set -e # remove syslog if test "x$D" = "x"; then if test "$1" = "upgrade" -o "$1" = "remove"; then /etc/init.d/syslog stop || : fi fi update-alternatives --remove klogd /bin/busybox.nosuid update-alternatives --remove syslogd /bin/busybox.nosuid if true && [ -z "$D" -a -x "/etc/init.d/syslog" ]; then /etc/init.d/syslog stop || : fi " to " # remove syslog if test "x$D" = "x"; then if test "$1" = "upgrade" -o "$1" = "remove"; then /etc/init.d/syslog stop || : fi fi update-alternatives --remove klogd /bin/busybox.nosuid update-alternatives --remove syslogd /bin/busybox.nosuid if true && [ -z "$D" -a -x "/etc/init.d/syslog" ]; then /etc/init.d/syslog stop || : fi " packages/armv7vet2hf-neon-poky-linux-gnueabi/busybox/busybox-udhcpc: PKGSIZE changed from 2701 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/busybox/busybox-udhcpd: PKGSIZE changed from 767 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/busybox/busybox-udhcpd: latest.pkg_postinst changed from "#!/bin/sh set -e if true && type update-rc.d >/dev/null 2>/dev/null; then if [ -n "$D" ]; then OPT="-r $D" else OPT="-s" fi update-rc.d $OPT busybox-udhcpd defaults fi " to "#!/bin/sh if true && type update-rc.d >/dev/null 2>/dev/null; then if [ -n "$D" ]; then OPT="-r $D" else OPT="-s" fi update-rc.d $OPT busybox-udhcpd defaults fi " packages/armv7vet2hf-neon-poky-linux-gnueabi/busybox/busybox-udhcpd: latest.pkg_postrm changed from "#!/bin/sh set -e if true && type update-rc.d >/dev/null 2>/dev/null; then if [ -n "$D" ]; then OPT="-f -r $D" else OPT="-f" fi update-rc.d $OPT busybox-udhcpd remove fi " to "#!/bin/sh if true && type update-rc.d >/dev/null 2>/dev/null; then if [ -n "$D" ]; then OPT="-f -r $D" else OPT="-f" fi update-rc.d $OPT busybox-udhcpd remove fi " packages/armv7vet2hf-neon-poky-linux-gnueabi/busybox/busybox-udhcpd: latest.pkg_prerm changed from "#!/bin/sh set -e if true && [ -z "$D" -a -x "/etc/init.d/busybox-udhcpd" ]; then /etc/init.d/busybox-udhcpd stop || : fi " to "#!/bin/sh if true && [ -z "$D" -a -x "/etc/init.d/busybox-udhcpd" ]; then /etc/init.d/busybox-udhcpd stop || : fi " packages/armv7vet2hf-neon-poky-linux-gnueabi/busybox/busybox: PKGSIZE changed from 521885 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/busybox/busybox: latest.pkg_postinst changed from "set -e test -n 2 > /dev/null || alias test='busybox test' if test "x$D" = "x"; then # Remove busybox.nosuid if it's a symlink, because this situation indicates # that we're installing or upgrading to a one-binary busybox. if test -h /bin/busybox.nosuid; then rm -f /bin/busybox.nosuid fi for suffix in "" ".nosuid" ".suid"; do if test -e /etc/busybox.links$suffix; then while read link; do if test ! -e "$link"; then # we can use busybox here because even if we are using splitted busybox # we've made a symlink from /bin/busybox to /bin/busybox.nosuid. busybox rm -f $link busybox ln -s "/bin/busybox$suffix" $link fi done < /etc/busybox.links$suffix fi done fi if grep -q "^/bin/bash$" $D/etc/busybox.links*; then grep -q "^/bin/bash$" $D/etc/shells || echo /bin/bash >> $D/etc/shells fi update-alternatives --install /bin/ash ash /bin/busybox.nosuid 50 update-alternatives --install /bin/base32 base32 /bin/busybox.nosuid 50 update-alternatives --install /bin/cat cat /bin/busybox.nosuid 50 update-alternatives --install /bin/chattr chattr /bin/busybox.nosuid 50 update-alternatives --install /bin/chgrp chgrp /bin/busybox.nosuid 50 update-alternatives --install /bin/chmod chmod /bin/busybox.nosuid 50 update-alternatives --install /bin/chown chown /bin/busybox.nosuid 50 update-alternatives --install /bin/cp cp /bin/busybox.nosuid 50 update-alternatives --install /bin/cpio cpio /bin/busybox.nosuid 50 update-alternatives --install /bin/date date /bin/busybox.nosuid 50 update-alternatives --install /bin/dd dd /bin/busybox.nosuid 50 update-alternatives --install /bin/df df /bin/busybox.nosuid 50 update-alternatives --install /bin/dmesg dmesg /bin/busybox.nosuid 50 update-alternatives --install /bin/dnsdomainname dnsdomainname /bin/busybox.nosuid 50 update-alternatives --install /bin/dumpkmap dumpkmap /bin/busybox.nosuid 50 update-alternatives --install /bin/echo echo /bin/busybox.nosuid 50 update-alternatives --install /bin/egrep egrep /bin/busybox.nosuid 50 update-alternatives --install /bin/false false /bin/busybox.nosuid 50 update-alternatives --install /bin/fgrep fgrep /bin/busybox.nosuid 50 update-alternatives --install /bin/getopt getopt /bin/busybox.nosuid 50 update-alternatives --install /bin/grep grep /bin/busybox.nosuid 50 update-alternatives --install /bin/gunzip gunzip /bin/busybox.nosuid 50 update-alternatives --install /bin/gzip gzip /bin/busybox.nosuid 50 update-alternatives --install /bin/hostname hostname /bin/busybox.nosuid 50 update-alternatives --install /bin/kill kill /bin/busybox.nosuid 50 update-alternatives --install /bin/ln ln /bin/busybox.nosuid 50 update-alternatives --install /bin/ls ls /bin/busybox.nosuid 50 update-alternatives --install /bin/mkdir mkdir /bin/busybox.nosuid 50 update-alternatives --install /bin/mknod mknod /bin/busybox.nosuid 50 update-alternatives --install /bin/mktemp mktemp /bin/busybox.nosuid 50 update-alternatives --install /bin/more more /bin/busybox.nosuid 50 update-alternatives --install /bin/mount mount /bin/busybox.nosuid 50 update-alternatives --install /bin/mountpoint mountpoint /bin/busybox.nosuid 50 update-alternatives --install /bin/mv mv /bin/busybox.nosuid 50 update-alternatives --install /bin/netstat netstat /bin/busybox.nosuid 50 update-alternatives --install /bin/pidof pidof /bin/busybox.nosuid 50 update-alternatives --install /bin/ps ps /bin/busybox.nosuid 50 update-alternatives --install /bin/pwd pwd /bin/busybox.nosuid 50 update-alternatives --install /bin/rev rev /bin/busybox.nosuid 50 update-alternatives --install /bin/rm rm /bin/busybox.nosuid 50 update-alternatives --install /bin/rmdir rmdir /bin/busybox.nosuid 50 update-alternatives --install /bin/run-parts run-parts /bin/busybox.nosuid 50 update-alternatives --install /bin/sed sed /bin/busybox.nosuid 50 update-alternatives --install /bin/sh sh /bin/busybox.nosuid 50 update-alternatives --install /bin/sleep sleep /bin/busybox.nosuid 50 update-alternatives --install /bin/stat stat /bin/busybox.nosuid 50 update-alternatives --install /bin/stty stty /bin/busybox.nosuid 50 update-alternatives --install /bin/sync sync /bin/busybox.nosuid 50 update-alternatives --install /bin/tar tar /bin/busybox.nosuid 50 update-alternatives --install /bin/touch touch /bin/busybox.nosuid 50 update-alternatives --install /bin/true true /bin/busybox.nosuid 50 update-alternatives --install /bin/umount umount /bin/busybox.nosuid 50 update-alternatives --install /bin/uname uname /bin/busybox.nosuid 50 update-alternatives --install /bin/usleep usleep /bin/busybox.nosuid 50 update-alternatives --install /bin/vi vi /bin/busybox.nosuid 50 update-alternatives --install /bin/watch watch /bin/busybox.nosuid 50 update-alternatives --install /bin/zcat zcat /bin/busybox.nosuid 50 update-alternatives --install /sbin/blkid blkid /bin/busybox.nosuid 50 update-alternatives --install /sbin/depmod depmod /bin/busybox.nosuid 50 update-alternatives --install /sbin/fdisk fdisk /bin/busybox.nosuid 50 update-alternatives --install /sbin/fsck fsck /bin/busybox.nosuid 50 update-alternatives --install /sbin/fstrim fstrim /bin/busybox.nosuid 50 update-alternatives --install /sbin/getty getty /bin/busybox.nosuid 50 update-alternatives --install /sbin/hwclock hwclock /bin/busybox.nosuid 50 update-alternatives --install /sbin/ifconfig ifconfig /bin/busybox.nosuid 50 update-alternatives --install /sbin/ifdown ifdown /bin/busybox.nosuid 50 update-alternatives --install /sbin/ifup ifup /bin/busybox.nosuid 50 update-alternatives --install /sbin/insmod insmod /bin/busybox.nosuid 50 update-alternatives --install /sbin/ip ip /bin/busybox.nosuid 50 update-alternatives --install /sbin/loadkmap loadkmap /bin/busybox.nosuid 50 update-alternatives --install /sbin/logread logread /bin/busybox.nosuid 50 update-alternatives --install /sbin/losetup losetup /bin/busybox.nosuid 50 update-alternatives --install /sbin/lsmod lsmod /bin/busybox.nosuid 50 update-alternatives --install /sbin/mkswap mkswap /bin/busybox.nosuid 50 update-alternatives --install /sbin/modprobe modprobe /bin/busybox.nosuid 50 update-alternatives --install /sbin/pivot_root pivot_root /bin/busybox.nosuid 50 update-alternatives --install /sbin/reboot reboot /bin/busybox.nosuid 50 update-alternatives --install /sbin/rmmod rmmod /bin/busybox.nosuid 50 update-alternatives --install /sbin/route route /bin/busybox.nosuid 50 update-alternatives --install /sbin/setconsole setconsole /bin/busybox.nosuid 50 update-alternatives --install /sbin/start-stop-daemon start-stop-daemon /bin/busybox.nosuid 50 update-alternatives --install /sbin/sulogin sulogin /bin/busybox.nosuid 50 update-alternatives --install /sbin/swapoff swapoff /bin/busybox.nosuid 50 update-alternatives --install /sbin/swapon swapon /bin/busybox.nosuid 50 update-alternatives --install /sbin/switch_root switch_root /bin/busybox.nosuid 50 update-alternatives --install /sbin/sysctl sysctl /bin/busybox.nosuid 50 update-alternatives --install /sbin/udhcpc udhcpc /bin/busybox.nosuid 50 update-alternatives --install /usr/bin/[ lbracket /bin/busybox.nosuid 50 update-alternatives --install /usr/bin/[[ [[ /bin/busybox.nosuid 50 update-alternatives --install /usr/bin/awk awk /bin/busybox.nosuid 50 update-alternatives --install /usr/bin/basename basename /bin/busybox.nosuid 50 update-alternatives --install /usr/bin/bunzip2 bunzip2 /bin/busybox.nosuid 50 update-alternatives --install /usr/bin/bzcat bzcat /bin/busybox.nosuid 50 update-alternatives --install /usr/bin/bzip2 bzip2 /bin/busybox.nosuid 50 update-alternatives --install /usr/bin/chvt chvt /bin/busybox.nosuid 50 update-alternatives --install /usr/bin/clear clear /bin/busybox.nosuid 50 update-alternatives --install /usr/bin/cmp cmp /bin/busybox.nosuid 50 update-alternatives --install /usr/bin/cut cut /bin/busybox.nosuid 50 update-alternatives --install /usr/bin/dc dc /bin/busybox.nosuid 50 update-alternatives --install /usr/bin/deallocvt deallocvt /bin/busybox.nosuid 50 update-alternatives --install /usr/bin/diff diff /bin/busybox.nosuid 50 update-alternatives --install /usr/bin/dirname dirname /bin/busybox.nosuid 50 update-alternatives --install /usr/bin/du du /bin/busybox.nosuid 50 update-alternatives --install /usr/bin/dumpleases dumpleases /bin/busybox.nosuid 50 update-alternatives --install /usr/bin/env env /bin/busybox.nosuid 50 update-alternatives --install /usr/bin/expr expr /bin/busybox.nosuid 50 update-alternatives --install /usr/bin/find find /bin/busybox.nosuid 50 update-alternatives --install /usr/bin/flock flock /bin/busybox.nosuid 50 update-alternatives --install /usr/bin/free free /bin/busybox.nosuid 50 update-alternatives --install /usr/bin/fuser fuser /bin/busybox.nosuid 50 update-alternatives --install /usr/bin/groups groups /bin/busybox.nosuid 50 update-alternatives --install /usr/bin/head head /bin/busybox.nosuid 50 update-alternatives --install /usr/bin/hexdump hexdump /bin/busybox.nosuid 50 update-alternatives --install /usr/bin/id id /bin/busybox.nosuid 50 update-alternatives --install /usr/bin/killall killall /bin/busybox.nosuid 50 update-alternatives --install /usr/bin/less less /bin/busybox.nosuid 50 update-alternatives --install /usr/bin/logger logger /bin/busybox.nosuid 50 update-alternatives --install /usr/bin/logname logname /bin/busybox.nosuid 50 update-alternatives --install /usr/bin/lzcat lzcat /bin/busybox.nosuid 50 update-alternatives --install /usr/bin/md5sum md5sum /bin/busybox.nosuid 50 update-alternatives --install /usr/bin/mesg mesg /bin/busybox.nosuid 50 update-alternatives --install /usr/bin/microcom microcom /bin/busybox.nosuid 50 update-alternatives --install /usr/bin/mkfifo mkfifo /bin/busybox.nosuid 50 update-alternatives --install /usr/bin/nc nc /bin/busybox.nosuid 50 update-alternatives --install /usr/bin/nohup nohup /bin/busybox.nosuid 50 update-alternatives --install /usr/bin/nproc nproc /bin/busybox.nosuid 50 update-alternatives --install /usr/bin/nslookup nslookup /bin/busybox.nosuid 50 update-alternatives --install /usr/bin/od od /bin/busybox.nosuid 50 update-alternatives --install /usr/bin/openvt openvt /bin/busybox.nosuid 50 update-alternatives --install /usr/bin/patch patch /bin/busybox.nosuid 50 update-alternatives --install /usr/bin/pgrep pgrep /bin/busybox.nosuid 50 update-alternatives --install /usr/bin/printf printf /bin/busybox.nosuid 50 update-alternatives --install /usr/bin/readlink readlink /bin/busybox.nosuid 50 update-alternatives --install /usr/bin/realpath realpath /bin/busybox.nosuid 50 update-alternatives --install /usr/bin/renice renice /bin/busybox.nosuid 50 update-alternatives --install /usr/bin/reset reset /bin/busybox.nosuid 50 update-alternatives --install /usr/bin/resize resize /bin/busybox.nosuid 50 update-alternatives --install /usr/bin/seq seq /bin/busybox.nosuid 50 update-alternatives --install /usr/bin/setsid setsid /bin/busybox.nosuid 50 update-alternatives --install /usr/bin/sha1sum sha1sum /bin/busybox.nosuid 50 update-alternatives --install /usr/bin/sha256sum sha256sum /bin/busybox.nosuid 50 update-alternatives --install /usr/bin/shuf shuf /bin/busybox.nosuid 50 update-alternatives --install /usr/bin/sort sort /bin/busybox.nosuid 50 update-alternatives --install /usr/bin/strings strings /bin/busybox.nosuid 50 update-alternatives --install /usr/bin/tail tail /bin/busybox.nosuid 50 update-alternatives --install /usr/bin/tee tee /bin/busybox.nosuid 50 update-alternatives --install /usr/bin/telnet telnet /bin/busybox.nosuid 50 update-alternatives --install /usr/bin/test test /bin/busybox.nosuid 50 update-alternatives --install /usr/bin/tftp tftp /bin/busybox.nosuid 50 update-alternatives --install /usr/bin/time time /bin/busybox.nosuid 50 update-alternatives --install /usr/bin/top top /bin/busybox.nosuid 50 update-alternatives --install /usr/bin/tr tr /bin/busybox.nosuid 50 update-alternatives --install /usr/bin/ts ts /bin/busybox.nosuid 50 update-alternatives --install /usr/bin/tty tty /bin/busybox.nosuid 50 update-alternatives --install /usr/bin/uniq uniq /bin/busybox.nosuid 50 update-alternatives --install /usr/bin/unlink unlink /bin/busybox.nosuid 50 update-alternatives --install /usr/bin/unzip unzip /bin/busybox.nosuid 50 update-alternatives --install /usr/bin/uptime uptime /bin/busybox.nosuid 50 update-alternatives --install /usr/bin/users users /bin/busybox.nosuid 50 update-alternatives --install /usr/bin/wc wc /bin/busybox.nosuid 50 update-alternatives --install /usr/bin/wget wget /bin/busybox.nosuid 50 update-alternatives --install /usr/bin/which which /bin/busybox.nosuid 50 update-alternatives --install /usr/bin/who who /bin/busybox.nosuid 50 update-alternatives --install /usr/bin/whoami whoami /bin/busybox.nosuid 50 update-alternatives --install /usr/bin/xargs xargs /bin/busybox.nosuid 50 update-alternatives --install /usr/bin/xzcat xzcat /bin/busybox.nosuid 50 update-alternatives --install /usr/bin/yes yes /bin/busybox.nosuid 50 update-alternatives --install /usr/sbin/addgroup addgroup /bin/busybox.nosuid 50 update-alternatives --install /usr/sbin/adduser adduser /bin/busybox.nosuid 50 update-alternatives --install /usr/sbin/chroot chroot /bin/busybox.nosuid 50 update-alternatives --install /usr/sbin/delgroup delgroup /bin/busybox.nosuid 50 update-alternatives --install /usr/sbin/deluser deluser /bin/busybox.nosuid 50 update-alternatives --install /usr/sbin/fbset fbset /bin/busybox.nosuid 50 update-alternatives --install /usr/sbin/loadfont loadfont /bin/busybox.nosuid 50 update-alternatives --install /usr/sbin/rdate rdate /bin/busybox.nosuid 50 update-alternatives --install /usr/sbin/rfkill rfkill /bin/busybox.nosuid 50 update-alternatives --install /usr/sbin/udhcpd udhcpd /bin/busybox.nosuid 50 update-alternatives --install /bin/login login /bin/busybox.suid 50 update-alternatives --install /bin/ping ping /bin/busybox.suid 50 update-alternatives --install /bin/ping6 ping6 /bin/busybox.suid 50 update-alternatives --install /bin/su su /bin/busybox.suid 50 update-alternatives --install /usr/bin/passwd passwd /bin/busybox.suid 50 update-alternatives --install /usr/bin/traceroute traceroute /bin/busybox.suid 50 update-alternatives --install /usr/bin/vlock vlock /bin/busybox.suid 50 # Need path to saved utils, but they may have be removed on upgrade of busybox # Only use shell to get paths. Also capture if busybox was saved. BUSYBOX="" if [ "x$D" = "x" ] ; then for busybox_rmdir in /tmp/busyboxrm-*; do if [ "$busybox_rmdir" != '/tmp/busyboxrm-*' ] ; then export PATH=$busybox_rmdir:$PATH if [ -e $busybox_rmdir/busybox* ] ; then BUSYBOX="$busybox_rmdir/busybox*" fi fi done fi # If busybox exists in the remove directory it is because it was the only shell left. if [ "x$D" = "x" ] ; then if [ "x$BUSYBOX" != "x" ] ; then update-alternatives --remove sh $BUSYBOX rm -f $BUSYBOX fi fi " to " # Need path to saved utils, but they may have be removed on upgrade of busybox # Only use shell to get paths. Also capture if busybox was saved. BUSYBOX="" if [ "x$D" = "x" ] ; then for busybox_rmdir in /tmp/busyboxrm-*; do if [ "$busybox_rmdir" != '/tmp/busyboxrm-*' ] ; then export PATH=$busybox_rmdir:$PATH if [ -e $busybox_rmdir/busybox* ] ; then BUSYBOX="$busybox_rmdir/busybox*" fi fi done fi test -n 2 > /dev/null || alias test='busybox test' if test "x$D" = "x"; then # Remove busybox.nosuid if it's a symlink, because this situation indicates # that we're installing or upgrading to a one-binary busybox. if test -h /bin/busybox.nosuid; then rm -f /bin/busybox.nosuid fi for suffix in "" ".nosuid" ".suid"; do if test -e /etc/busybox.links$suffix; then while read link; do if test ! -e "$link"; then # we can use busybox here because even if we are using splitted busybox # we've made a symlink from /bin/busybox to /bin/busybox.nosuid. busybox rm -f $link busybox ln -s "/bin/busybox$suffix" $link fi done < /etc/busybox.links$suffix fi done fi if grep -q "^/bin/bash$" $D/etc/busybox.links*; then grep -q "^/bin/bash$" $D/etc/shells || echo /bin/bash >> $D/etc/shells fi update-alternatives --install /bin/ash ash /bin/busybox.nosuid 50 update-alternatives --install /bin/base32 base32 /bin/busybox.nosuid 50 update-alternatives --install /bin/cat cat /bin/busybox.nosuid 50 update-alternatives --install /bin/chattr chattr /bin/busybox.nosuid 50 update-alternatives --install /bin/chgrp chgrp /bin/busybox.nosuid 50 update-alternatives --install /bin/chmod chmod /bin/busybox.nosuid 50 update-alternatives --install /bin/chown chown /bin/busybox.nosuid 50 update-alternatives --install /bin/cp cp /bin/busybox.nosuid 50 update-alternatives --install /bin/cpio cpio /bin/busybox.nosuid 50 update-alternatives --install /bin/date date /bin/busybox.nosuid 50 update-alternatives --install /bin/dd dd /bin/busybox.nosuid 50 update-alternatives --install /bin/df df /bin/busybox.nosuid 50 update-alternatives --install /bin/dmesg dmesg /bin/busybox.nosuid 50 update-alternatives --install /bin/dnsdomainname dnsdomainname /bin/busybox.nosuid 50 update-alternatives --install /bin/dumpkmap dumpkmap /bin/busybox.nosuid 50 update-alternatives --install /bin/echo echo /bin/busybox.nosuid 50 update-alternatives --install /bin/egrep egrep /bin/busybox.nosuid 50 update-alternatives --install /bin/false false /bin/busybox.nosuid 50 update-alternatives --install /bin/fgrep fgrep /bin/busybox.nosuid 50 update-alternatives --install /bin/getopt getopt /bin/busybox.nosuid 50 update-alternatives --install /bin/grep grep /bin/busybox.nosuid 50 update-alternatives --install /bin/gunzip gunzip /bin/busybox.nosuid 50 update-alternatives --install /bin/gzip gzip /bin/busybox.nosuid 50 update-alternatives --install /bin/hostname hostname /bin/busybox.nosuid 50 update-alternatives --install /bin/kill kill /bin/busybox.nosuid 50 update-alternatives --install /bin/ln ln /bin/busybox.nosuid 50 update-alternatives --install /bin/ls ls /bin/busybox.nosuid 50 update-alternatives --install /bin/mkdir mkdir /bin/busybox.nosuid 50 update-alternatives --install /bin/mknod mknod /bin/busybox.nosuid 50 update-alternatives --install /bin/mktemp mktemp /bin/busybox.nosuid 50 update-alternatives --install /bin/more more /bin/busybox.nosuid 50 update-alternatives --install /bin/mount mount /bin/busybox.nosuid 50 update-alternatives --install /bin/mountpoint mountpoint /bin/busybox.nosuid 50 update-alternatives --install /bin/mv mv /bin/busybox.nosuid 50 update-alternatives --install /bin/netstat netstat /bin/busybox.nosuid 50 update-alternatives --install /bin/pidof pidof /bin/busybox.nosuid 50 update-alternatives --install /bin/ps ps /bin/busybox.nosuid 50 update-alternatives --install /bin/pwd pwd /bin/busybox.nosuid 50 update-alternatives --install /bin/rev rev /bin/busybox.nosuid 50 update-alternatives --install /bin/rm rm /bin/busybox.nosuid 50 update-alternatives --install /bin/rmdir rmdir /bin/busybox.nosuid 50 update-alternatives --install /bin/run-parts run-parts /bin/busybox.nosuid 50 update-alternatives --install /bin/sed sed /bin/busybox.nosuid 50 update-alternatives --install /bin/sh sh /bin/busybox.nosuid 50 update-alternatives --install /bin/sleep sleep /bin/busybox.nosuid 50 update-alternatives --install /bin/stat stat /bin/busybox.nosuid 50 update-alternatives --install /bin/stty stty /bin/busybox.nosuid 50 update-alternatives --install /bin/sync sync /bin/busybox.nosuid 50 update-alternatives --install /bin/tar tar /bin/busybox.nosuid 50 update-alternatives --install /bin/touch touch /bin/busybox.nosuid 50 update-alternatives --install /bin/true true /bin/busybox.nosuid 50 update-alternatives --install /bin/umount umount /bin/busybox.nosuid 50 update-alternatives --install /bin/uname uname /bin/busybox.nosuid 50 update-alternatives --install /bin/usleep usleep /bin/busybox.nosuid 50 update-alternatives --install /bin/vi vi /bin/busybox.nosuid 50 update-alternatives --install /bin/watch watch /bin/busybox.nosuid 50 update-alternatives --install /bin/zcat zcat /bin/busybox.nosuid 50 update-alternatives --install /sbin/blkid blkid /bin/busybox.nosuid 50 update-alternatives --install /sbin/depmod depmod /bin/busybox.nosuid 50 update-alternatives --install /sbin/fdisk fdisk /bin/busybox.nosuid 50 update-alternatives --install /sbin/fsck fsck /bin/busybox.nosuid 50 update-alternatives --install /sbin/fstrim fstrim /bin/busybox.nosuid 50 update-alternatives --install /sbin/getty getty /bin/busybox.nosuid 50 update-alternatives --install /sbin/hwclock hwclock /bin/busybox.nosuid 50 update-alternatives --install /sbin/ifconfig ifconfig /bin/busybox.nosuid 50 update-alternatives --install /sbin/ifdown ifdown /bin/busybox.nosuid 50 update-alternatives --install /sbin/ifup ifup /bin/busybox.nosuid 50 update-alternatives --install /sbin/insmod insmod /bin/busybox.nosuid 50 update-alternatives --install /sbin/ip ip /bin/busybox.nosuid 50 update-alternatives --install /sbin/loadkmap loadkmap /bin/busybox.nosuid 50 update-alternatives --install /sbin/logread logread /bin/busybox.nosuid 50 update-alternatives --install /sbin/losetup losetup /bin/busybox.nosuid 50 update-alternatives --install /sbin/lsmod lsmod /bin/busybox.nosuid 50 update-alternatives --install /sbin/mkswap mkswap /bin/busybox.nosuid 50 update-alternatives --install /sbin/modprobe modprobe /bin/busybox.nosuid 50 update-alternatives --install /sbin/pivot_root pivot_root /bin/busybox.nosuid 50 update-alternatives --install /sbin/reboot reboot /bin/busybox.nosuid 50 update-alternatives --install /sbin/rmmod rmmod /bin/busybox.nosuid 50 update-alternatives --install /sbin/route route /bin/busybox.nosuid 50 update-alternatives --install /sbin/setconsole setconsole /bin/busybox.nosuid 50 update-alternatives --install /sbin/start-stop-daemon start-stop-daemon /bin/busybox.nosuid 50 update-alternatives --install /sbin/sulogin sulogin /bin/busybox.nosuid 50 update-alternatives --install /sbin/swapoff swapoff /bin/busybox.nosuid 50 update-alternatives --install /sbin/swapon swapon /bin/busybox.nosuid 50 update-alternatives --install /sbin/switch_root switch_root /bin/busybox.nosuid 50 update-alternatives --install /sbin/sysctl sysctl /bin/busybox.nosuid 50 update-alternatives --install /sbin/udhcpc udhcpc /bin/busybox.nosuid 50 update-alternatives --install /usr/bin/[ lbracket /bin/busybox.nosuid 50 update-alternatives --install /usr/bin/[[ [[ /bin/busybox.nosuid 50 update-alternatives --install /usr/bin/awk awk /bin/busybox.nosuid 50 update-alternatives --install /usr/bin/basename basename /bin/busybox.nosuid 50 update-alternatives --install /usr/bin/bunzip2 bunzip2 /bin/busybox.nosuid 50 update-alternatives --install /usr/bin/bzcat bzcat /bin/busybox.nosuid 50 update-alternatives --install /usr/bin/bzip2 bzip2 /bin/busybox.nosuid 50 update-alternatives --install /usr/bin/chvt chvt /bin/busybox.nosuid 50 update-alternatives --install /usr/bin/clear clear /bin/busybox.nosuid 50 update-alternatives --install /usr/bin/cmp cmp /bin/busybox.nosuid 50 update-alternatives --install /usr/bin/cut cut /bin/busybox.nosuid 50 update-alternatives --install /usr/bin/dc dc /bin/busybox.nosuid 50 update-alternatives --install /usr/bin/deallocvt deallocvt /bin/busybox.nosuid 50 update-alternatives --install /usr/bin/diff diff /bin/busybox.nosuid 50 update-alternatives --install /usr/bin/dirname dirname /bin/busybox.nosuid 50 update-alternatives --install /usr/bin/du du /bin/busybox.nosuid 50 update-alternatives --install /usr/bin/dumpleases dumpleases /bin/busybox.nosuid 50 update-alternatives --install /usr/bin/env env /bin/busybox.nosuid 50 update-alternatives --install /usr/bin/expr expr /bin/busybox.nosuid 50 update-alternatives --install /usr/bin/find find /bin/busybox.nosuid 50 update-alternatives --install /usr/bin/flock flock /bin/busybox.nosuid 50 update-alternatives --install /usr/bin/free free /bin/busybox.nosuid 50 update-alternatives --install /usr/bin/fuser fuser /bin/busybox.nosuid 50 update-alternatives --install /usr/bin/groups groups /bin/busybox.nosuid 50 update-alternatives --install /usr/bin/head head /bin/busybox.nosuid 50 update-alternatives --install /usr/bin/hexdump hexdump /bin/busybox.nosuid 50 update-alternatives --install /usr/bin/id id /bin/busybox.nosuid 50 update-alternatives --install /usr/bin/killall killall /bin/busybox.nosuid 50 update-alternatives --install /usr/bin/less less /bin/busybox.nosuid 50 update-alternatives --install /usr/bin/logger logger /bin/busybox.nosuid 50 update-alternatives --install /usr/bin/logname logname /bin/busybox.nosuid 50 update-alternatives --install /usr/bin/lzcat lzcat /bin/busybox.nosuid 50 update-alternatives --install /usr/bin/md5sum md5sum /bin/busybox.nosuid 50 update-alternatives --install /usr/bin/mesg mesg /bin/busybox.nosuid 50 update-alternatives --install /usr/bin/microcom microcom /bin/busybox.nosuid 50 update-alternatives --install /usr/bin/mkfifo mkfifo /bin/busybox.nosuid 50 update-alternatives --install /usr/bin/nc nc /bin/busybox.nosuid 50 update-alternatives --install /usr/bin/nohup nohup /bin/busybox.nosuid 50 update-alternatives --install /usr/bin/nproc nproc /bin/busybox.nosuid 50 update-alternatives --install /usr/bin/nslookup nslookup /bin/busybox.nosuid 50 update-alternatives --install /usr/bin/od od /bin/busybox.nosuid 50 update-alternatives --install /usr/bin/openvt openvt /bin/busybox.nosuid 50 update-alternatives --install /usr/bin/patch patch /bin/busybox.nosuid 50 update-alternatives --install /usr/bin/pgrep pgrep /bin/busybox.nosuid 50 update-alternatives --install /usr/bin/printf printf /bin/busybox.nosuid 50 update-alternatives --install /usr/bin/readlink readlink /bin/busybox.nosuid 50 update-alternatives --install /usr/bin/realpath realpath /bin/busybox.nosuid 50 update-alternatives --install /usr/bin/renice renice /bin/busybox.nosuid 50 update-alternatives --install /usr/bin/reset reset /bin/busybox.nosuid 50 update-alternatives --install /usr/bin/resize resize /bin/busybox.nosuid 50 update-alternatives --install /usr/bin/seq seq /bin/busybox.nosuid 50 update-alternatives --install /usr/bin/setsid setsid /bin/busybox.nosuid 50 update-alternatives --install /usr/bin/sha1sum sha1sum /bin/busybox.nosuid 50 update-alternatives --install /usr/bin/sha256sum sha256sum /bin/busybox.nosuid 50 update-alternatives --install /usr/bin/shuf shuf /bin/busybox.nosuid 50 update-alternatives --install /usr/bin/sort sort /bin/busybox.nosuid 50 update-alternatives --install /usr/bin/strings strings /bin/busybox.nosuid 50 update-alternatives --install /usr/bin/tail tail /bin/busybox.nosuid 50 update-alternatives --install /usr/bin/tee tee /bin/busybox.nosuid 50 update-alternatives --install /usr/bin/telnet telnet /bin/busybox.nosuid 50 update-alternatives --install /usr/bin/test test /bin/busybox.nosuid 50 update-alternatives --install /usr/bin/tftp tftp /bin/busybox.nosuid 50 update-alternatives --install /usr/bin/time time /bin/busybox.nosuid 50 update-alternatives --install /usr/bin/top top /bin/busybox.nosuid 50 update-alternatives --install /usr/bin/tr tr /bin/busybox.nosuid 50 update-alternatives --install /usr/bin/ts ts /bin/busybox.nosuid 50 update-alternatives --install /usr/bin/tty tty /bin/busybox.nosuid 50 update-alternatives --install /usr/bin/uniq uniq /bin/busybox.nosuid 50 update-alternatives --install /usr/bin/unlink unlink /bin/busybox.nosuid 50 update-alternatives --install /usr/bin/unzip unzip /bin/busybox.nosuid 50 update-alternatives --install /usr/bin/uptime uptime /bin/busybox.nosuid 50 update-alternatives --install /usr/bin/users users /bin/busybox.nosuid 50 update-alternatives --install /usr/bin/wc wc /bin/busybox.nosuid 50 update-alternatives --install /usr/bin/wget wget /bin/busybox.nosuid 50 update-alternatives --install /usr/bin/which which /bin/busybox.nosuid 50 update-alternatives --install /usr/bin/who who /bin/busybox.nosuid 50 update-alternatives --install /usr/bin/whoami whoami /bin/busybox.nosuid 50 update-alternatives --install /usr/bin/xargs xargs /bin/busybox.nosuid 50 update-alternatives --install /usr/bin/xzcat xzcat /bin/busybox.nosuid 50 update-alternatives --install /usr/bin/yes yes /bin/busybox.nosuid 50 update-alternatives --install /usr/sbin/addgroup addgroup /bin/busybox.nosuid 50 update-alternatives --install /usr/sbin/adduser adduser /bin/busybox.nosuid 50 update-alternatives --install /usr/sbin/chroot chroot /bin/busybox.nosuid 50 update-alternatives --install /usr/sbin/delgroup delgroup /bin/busybox.nosuid 50 update-alternatives --install /usr/sbin/deluser deluser /bin/busybox.nosuid 50 update-alternatives --install /usr/sbin/fbset fbset /bin/busybox.nosuid 50 update-alternatives --install /usr/sbin/loadfont loadfont /bin/busybox.nosuid 50 update-alternatives --install /usr/sbin/rdate rdate /bin/busybox.nosuid 50 update-alternatives --install /usr/sbin/rfkill rfkill /bin/busybox.nosuid 50 update-alternatives --install /usr/sbin/udhcpd udhcpd /bin/busybox.nosuid 50 update-alternatives --install /bin/login login /bin/busybox.suid 50 update-alternatives --install /bin/ping ping /bin/busybox.suid 50 update-alternatives --install /bin/ping6 ping6 /bin/busybox.suid 50 update-alternatives --install /bin/su su /bin/busybox.suid 50 update-alternatives --install /usr/bin/passwd passwd /bin/busybox.suid 50 update-alternatives --install /usr/bin/traceroute traceroute /bin/busybox.suid 50 update-alternatives --install /usr/bin/vlock vlock /bin/busybox.suid 50 # Need path to saved utils, but they may have be removed on upgrade of busybox # Only use shell to get paths. Also capture if busybox was saved. BUSYBOX="" if [ "x$D" = "x" ] ; then for busybox_rmdir in /tmp/busyboxrm-*; do if [ "$busybox_rmdir" != '/tmp/busyboxrm-*' ] ; then export PATH=$busybox_rmdir:$PATH if [ -e $busybox_rmdir/busybox* ] ; then BUSYBOX="$busybox_rmdir/busybox*" fi fi done fi # If busybox exists in the remove directory it is because it was the only shell left. if [ "x$D" = "x" ] ; then if [ "x$BUSYBOX" != "x" ] ; then update-alternatives --remove sh $BUSYBOX rm -f $BUSYBOX fi fi # If busybox exists in the remove directory it is because it was the only shell left. if [ "x$D" = "x" ] ; then if [ "x$BUSYBOX" != "x" ] ; then update-alternatives --remove sh $BUSYBOX rm -f $BUSYBOX fi fi " packages/armv7vet2hf-neon-poky-linux-gnueabi/busybox/busybox: latest.pkg_postrm changed from "set -e # Add path to remove dir in case we removed our only grep if [ "x$D" = "x" ] ; then for busybox_rmdir in /tmp/busyboxrm-*; do if [ "$busybox_rmdir" != '/tmp/busyboxrm-*' ] ; then export PATH=$busybox_rmdir:$PATH fi done fi if grep -q "^/bin/bash$" $D/etc/busybox.links* && [ ! -e $D/bin/bash ]; then printf "$(grep -v "^/bin/bash$" $D/etc/shells)\n" > $D/etc/shells fi " to "# Add path to remove dir in case we removed our only grep if [ "x$D" = "x" ] ; then for busybox_rmdir in /tmp/busyboxrm-*; do if [ "$busybox_rmdir" != '/tmp/busyboxrm-*' ] ; then export PATH=$busybox_rmdir:$PATH fi done fi if grep -q "^/bin/bash$" $D/etc/busybox.links* && [ ! -e $D/bin/bash ]; then printf "$(grep -v "^/bin/bash$" $D/etc/shells)\n" > $D/etc/shells fi " packages/armv7vet2hf-neon-poky-linux-gnueabi/busybox/busybox: latest.pkg_prerm changed from "set -e # This is so you can make busybox commit suicide - removing busybox with no other packages # providing its files, this will make update-alternatives work, but the update-rc.d part # for syslog, httpd and/or udhcpd will fail if there is no other package providing sh tmpdir=`mktemp -d /tmp/busyboxrm-XXXXXX` ln -s /bin/busybox $tmpdir/[ ln -s /bin/busybox $tmpdir/test ln -s /bin/busybox $tmpdir/head ln -s /bin/busybox $tmpdir/sh ln -s /bin/busybox $tmpdir/basename ln -s /bin/busybox $tmpdir/echo ln -s /bin/busybox $tmpdir/mv ln -s /bin/busybox $tmpdir/ln ln -s /bin/busybox $tmpdir/dirname ln -s /bin/busybox $tmpdir/rm ln -s /bin/busybox $tmpdir/sed ln -s /bin/busybox $tmpdir/sort ln -s /bin/busybox $tmpdir/grep ln -s /bin/busybox $tmpdir/tail export PATH=$PATH:$tmpdir # If busybox is the shell, we need to save it since its the lowest priority shell # Register saved bitbake as the lowest priority shell possible as back up. if [ -n "$(readlink -f /bin/sh | grep busybox)" ] ; then BUSYBOX=$(readlink -f /bin/sh) cp $BUSYBOX $tmpdir/$(basename $BUSYBOX) update-alternatives --install /bin/sh sh $tmpdir/$(basename $BUSYBOX) 1 fi update-alternatives --remove ash /bin/busybox.nosuid update-alternatives --remove base32 /bin/busybox.nosuid update-alternatives --remove cat /bin/busybox.nosuid update-alternatives --remove chattr /bin/busybox.nosuid update-alternatives --remove chgrp /bin/busybox.nosuid update-alternatives --remove chmod /bin/busybox.nosuid update-alternatives --remove chown /bin/busybox.nosuid update-alternatives --remove cp /bin/busybox.nosuid update-alternatives --remove cpio /bin/busybox.nosuid update-alternatives --remove date /bin/busybox.nosuid update-alternatives --remove dd /bin/busybox.nosuid update-alternatives --remove df /bin/busybox.nosuid update-alternatives --remove dmesg /bin/busybox.nosuid update-alternatives --remove dnsdomainname /bin/busybox.nosuid update-alternatives --remove dumpkmap /bin/busybox.nosuid update-alternatives --remove echo /bin/busybox.nosuid update-alternatives --remove egrep /bin/busybox.nosuid update-alternatives --remove false /bin/busybox.nosuid update-alternatives --remove fgrep /bin/busybox.nosuid update-alternatives --remove getopt /bin/busybox.nosuid update-alternatives --remove grep /bin/busybox.nosuid update-alternatives --remove gunzip /bin/busybox.nosuid update-alternatives --remove gzip /bin/busybox.nosuid update-alternatives --remove hostname /bin/busybox.nosuid update-alternatives --remove kill /bin/busybox.nosuid update-alternatives --remove ln /bin/busybox.nosuid update-alternatives --remove ls /bin/busybox.nosuid update-alternatives --remove mkdir /bin/busybox.nosuid update-alternatives --remove mknod /bin/busybox.nosuid update-alternatives --remove mktemp /bin/busybox.nosuid update-alternatives --remove more /bin/busybox.nosuid update-alternatives --remove mount /bin/busybox.nosuid update-alternatives --remove mountpoint /bin/busybox.nosuid update-alternatives --remove mv /bin/busybox.nosuid update-alternatives --remove netstat /bin/busybox.nosuid update-alternatives --remove pidof /bin/busybox.nosuid update-alternatives --remove ps /bin/busybox.nosuid update-alternatives --remove pwd /bin/busybox.nosuid update-alternatives --remove rev /bin/busybox.nosuid update-alternatives --remove rm /bin/busybox.nosuid update-alternatives --remove rmdir /bin/busybox.nosuid update-alternatives --remove run-parts /bin/busybox.nosuid update-alternatives --remove sed /bin/busybox.nosuid update-alternatives --remove sh /bin/busybox.nosuid update-alternatives --remove sleep /bin/busybox.nosuid update-alternatives --remove stat /bin/busybox.nosuid update-alternatives --remove stty /bin/busybox.nosuid update-alternatives --remove sync /bin/busybox.nosuid update-alternatives --remove tar /bin/busybox.nosuid update-alternatives --remove touch /bin/busybox.nosuid update-alternatives --remove true /bin/busybox.nosuid update-alternatives --remove umount /bin/busybox.nosuid update-alternatives --remove uname /bin/busybox.nosuid update-alternatives --remove usleep /bin/busybox.nosuid update-alternatives --remove vi /bin/busybox.nosuid update-alternatives --remove watch /bin/busybox.nosuid update-alternatives --remove zcat /bin/busybox.nosuid update-alternatives --remove blkid /bin/busybox.nosuid update-alternatives --remove depmod /bin/busybox.nosuid update-alternatives --remove fdisk /bin/busybox.nosuid update-alternatives --remove fsck /bin/busybox.nosuid update-alternatives --remove fstrim /bin/busybox.nosuid update-alternatives --remove getty /bin/busybox.nosuid update-alternatives --remove hwclock /bin/busybox.nosuid update-alternatives --remove ifconfig /bin/busybox.nosuid update-alternatives --remove ifdown /bin/busybox.nosuid update-alternatives --remove ifup /bin/busybox.nosuid update-alternatives --remove insmod /bin/busybox.nosuid update-alternatives --remove ip /bin/busybox.nosuid update-alternatives --remove loadkmap /bin/busybox.nosuid update-alternatives --remove logread /bin/busybox.nosuid update-alternatives --remove losetup /bin/busybox.nosuid update-alternatives --remove lsmod /bin/busybox.nosuid update-alternatives --remove mkswap /bin/busybox.nosuid update-alternatives --remove modprobe /bin/busybox.nosuid update-alternatives --remove pivot_root /bin/busybox.nosuid update-alternatives --remove reboot /bin/busybox.nosuid update-alternatives --remove rmmod /bin/busybox.nosuid update-alternatives --remove route /bin/busybox.nosuid update-alternatives --remove setconsole /bin/busybox.nosuid update-alternatives --remove start-stop-daemon /bin/busybox.nosuid update-alternatives --remove sulogin /bin/busybox.nosuid update-alternatives --remove swapoff /bin/busybox.nosuid update-alternatives --remove swapon /bin/busybox.nosuid update-alternatives --remove switch_root /bin/busybox.nosuid update-alternatives --remove sysctl /bin/busybox.nosuid update-alternatives --remove udhcpc /bin/busybox.nosuid update-alternatives --remove lbracket /bin/busybox.nosuid update-alternatives --remove [[ /bin/busybox.nosuid update-alternatives --remove awk /bin/busybox.nosuid update-alternatives --remove basename /bin/busybox.nosuid update-alternatives --remove bunzip2 /bin/busybox.nosuid update-alternatives --remove bzcat /bin/busybox.nosuid update-alternatives --remove bzip2 /bin/busybox.nosuid update-alternatives --remove chvt /bin/busybox.nosuid update-alternatives --remove clear /bin/busybox.nosuid update-alternatives --remove cmp /bin/busybox.nosuid update-alternatives --remove cut /bin/busybox.nosuid update-alternatives --remove dc /bin/busybox.nosuid update-alternatives --remove deallocvt /bin/busybox.nosuid update-alternatives --remove diff /bin/busybox.nosuid update-alternatives --remove dirname /bin/busybox.nosuid update-alternatives --remove du /bin/busybox.nosuid update-alternatives --remove dumpleases /bin/busybox.nosuid update-alternatives --remove env /bin/busybox.nosuid update-alternatives --remove expr /bin/busybox.nosuid update-alternatives --remove find /bin/busybox.nosuid update-alternatives --remove flock /bin/busybox.nosuid update-alternatives --remove free /bin/busybox.nosuid update-alternatives --remove fuser /bin/busybox.nosuid update-alternatives --remove groups /bin/busybox.nosuid update-alternatives --remove head /bin/busybox.nosuid update-alternatives --remove hexdump /bin/busybox.nosuid update-alternatives --remove id /bin/busybox.nosuid update-alternatives --remove killall /bin/busybox.nosuid update-alternatives --remove less /bin/busybox.nosuid update-alternatives --remove logger /bin/busybox.nosuid update-alternatives --remove logname /bin/busybox.nosuid update-alternatives --remove lzcat /bin/busybox.nosuid update-alternatives --remove md5sum /bin/busybox.nosuid update-alternatives --remove mesg /bin/busybox.nosuid update-alternatives --remove microcom /bin/busybox.nosuid update-alternatives --remove mkfifo /bin/busybox.nosuid update-alternatives --remove nc /bin/busybox.nosuid update-alternatives --remove nohup /bin/busybox.nosuid update-alternatives --remove nproc /bin/busybox.nosuid update-alternatives --remove nslookup /bin/busybox.nosuid update-alternatives --remove od /bin/busybox.nosuid update-alternatives --remove openvt /bin/busybox.nosuid update-alternatives --remove patch /bin/busybox.nosuid update-alternatives --remove pgrep /bin/busybox.nosuid update-alternatives --remove printf /bin/busybox.nosuid update-alternatives --remove readlink /bin/busybox.nosuid update-alternatives --remove realpath /bin/busybox.nosuid update-alternatives --remove renice /bin/busybox.nosuid update-alternatives --remove reset /bin/busybox.nosuid update-alternatives --remove resize /bin/busybox.nosuid update-alternatives --remove seq /bin/busybox.nosuid update-alternatives --remove setsid /bin/busybox.nosuid update-alternatives --remove sha1sum /bin/busybox.nosuid update-alternatives --remove sha256sum /bin/busybox.nosuid update-alternatives --remove shuf /bin/busybox.nosuid update-alternatives --remove sort /bin/busybox.nosuid update-alternatives --remove strings /bin/busybox.nosuid update-alternatives --remove tail /bin/busybox.nosuid update-alternatives --remove tee /bin/busybox.nosuid update-alternatives --remove telnet /bin/busybox.nosuid update-alternatives --remove test /bin/busybox.nosuid update-alternatives --remove tftp /bin/busybox.nosuid update-alternatives --remove time /bin/busybox.nosuid update-alternatives --remove top /bin/busybox.nosuid update-alternatives --remove tr /bin/busybox.nosuid update-alternatives --remove ts /bin/busybox.nosuid update-alternatives --remove tty /bin/busybox.nosuid update-alternatives --remove uniq /bin/busybox.nosuid update-alternatives --remove unlink /bin/busybox.nosuid update-alternatives --remove unzip /bin/busybox.nosuid update-alternatives --remove uptime /bin/busybox.nosuid update-alternatives --remove users /bin/busybox.nosuid update-alternatives --remove wc /bin/busybox.nosuid update-alternatives --remove wget /bin/busybox.nosuid update-alternatives --remove which /bin/busybox.nosuid update-alternatives --remove who /bin/busybox.nosuid update-alternatives --remove whoami /bin/busybox.nosuid update-alternatives --remove xargs /bin/busybox.nosuid update-alternatives --remove xzcat /bin/busybox.nosuid update-alternatives --remove yes /bin/busybox.nosuid update-alternatives --remove addgroup /bin/busybox.nosuid update-alternatives --remove adduser /bin/busybox.nosuid update-alternatives --remove chroot /bin/busybox.nosuid update-alternatives --remove delgroup /bin/busybox.nosuid update-alternatives --remove deluser /bin/busybox.nosuid update-alternatives --remove fbset /bin/busybox.nosuid update-alternatives --remove loadfont /bin/busybox.nosuid update-alternatives --remove rdate /bin/busybox.nosuid update-alternatives --remove rfkill /bin/busybox.nosuid update-alternatives --remove udhcpd /bin/busybox.nosuid update-alternatives --remove login /bin/busybox.suid update-alternatives --remove ping /bin/busybox.suid update-alternatives --remove ping6 /bin/busybox.suid update-alternatives --remove su /bin/busybox.suid update-alternatives --remove passwd /bin/busybox.suid update-alternatives --remove traceroute /bin/busybox.suid update-alternatives --remove vlock /bin/busybox.suid " to " # This is so you can make busybox commit suicide - removing busybox with no other packages # providing its files, this will make update-alternatives work, but the update-rc.d part # for syslog, httpd and/or udhcpd will fail if there is no other package providing sh tmpdir=`mktemp -d /tmp/busyboxrm-XXXXXX` ln -s /bin/busybox $tmpdir/[ ln -s /bin/busybox $tmpdir/test ln -s /bin/busybox $tmpdir/head ln -s /bin/busybox $tmpdir/sh ln -s /bin/busybox $tmpdir/basename ln -s /bin/busybox $tmpdir/echo ln -s /bin/busybox $tmpdir/mv ln -s /bin/busybox $tmpdir/ln ln -s /bin/busybox $tmpdir/dirname ln -s /bin/busybox $tmpdir/rm ln -s /bin/busybox $tmpdir/sed ln -s /bin/busybox $tmpdir/sort ln -s /bin/busybox $tmpdir/grep ln -s /bin/busybox $tmpdir/tail export PATH=$PATH:$tmpdir # If busybox is the shell, we need to save it since its the lowest priority shell # Register saved bitbake as the lowest priority shell possible as back up. if [ -n "$(readlink -f /bin/sh | grep busybox)" ] ; then BUSYBOX=$(readlink -f /bin/sh) cp $BUSYBOX $tmpdir/$(basename $BUSYBOX) update-alternatives --install /bin/sh sh $tmpdir/$(basename $BUSYBOX) 1 fi update-alternatives --remove ash /bin/busybox.nosuid update-alternatives --remove base32 /bin/busybox.nosuid update-alternatives --remove cat /bin/busybox.nosuid update-alternatives --remove chattr /bin/busybox.nosuid update-alternatives --remove chgrp /bin/busybox.nosuid update-alternatives --remove chmod /bin/busybox.nosuid update-alternatives --remove chown /bin/busybox.nosuid update-alternatives --remove cp /bin/busybox.nosuid update-alternatives --remove cpio /bin/busybox.nosuid update-alternatives --remove date /bin/busybox.nosuid update-alternatives --remove dd /bin/busybox.nosuid update-alternatives --remove df /bin/busybox.nosuid update-alternatives --remove dmesg /bin/busybox.nosuid update-alternatives --remove dnsdomainname /bin/busybox.nosuid update-alternatives --remove dumpkmap /bin/busybox.nosuid update-alternatives --remove echo /bin/busybox.nosuid update-alternatives --remove egrep /bin/busybox.nosuid update-alternatives --remove false /bin/busybox.nosuid update-alternatives --remove fgrep /bin/busybox.nosuid update-alternatives --remove getopt /bin/busybox.nosuid update-alternatives --remove grep /bin/busybox.nosuid update-alternatives --remove gunzip /bin/busybox.nosuid update-alternatives --remove gzip /bin/busybox.nosuid update-alternatives --remove hostname /bin/busybox.nosuid update-alternatives --remove kill /bin/busybox.nosuid update-alternatives --remove ln /bin/busybox.nosuid update-alternatives --remove ls /bin/busybox.nosuid update-alternatives --remove mkdir /bin/busybox.nosuid update-alternatives --remove mknod /bin/busybox.nosuid update-alternatives --remove mktemp /bin/busybox.nosuid update-alternatives --remove more /bin/busybox.nosuid update-alternatives --remove mount /bin/busybox.nosuid update-alternatives --remove mountpoint /bin/busybox.nosuid update-alternatives --remove mv /bin/busybox.nosuid update-alternatives --remove netstat /bin/busybox.nosuid update-alternatives --remove pidof /bin/busybox.nosuid update-alternatives --remove ps /bin/busybox.nosuid update-alternatives --remove pwd /bin/busybox.nosuid update-alternatives --remove rev /bin/busybox.nosuid update-alternatives --remove rm /bin/busybox.nosuid update-alternatives --remove rmdir /bin/busybox.nosuid update-alternatives --remove run-parts /bin/busybox.nosuid update-alternatives --remove sed /bin/busybox.nosuid update-alternatives --remove sh /bin/busybox.nosuid update-alternatives --remove sleep /bin/busybox.nosuid update-alternatives --remove stat /bin/busybox.nosuid update-alternatives --remove stty /bin/busybox.nosuid update-alternatives --remove sync /bin/busybox.nosuid update-alternatives --remove tar /bin/busybox.nosuid update-alternatives --remove touch /bin/busybox.nosuid update-alternatives --remove true /bin/busybox.nosuid update-alternatives --remove umount /bin/busybox.nosuid update-alternatives --remove uname /bin/busybox.nosuid update-alternatives --remove usleep /bin/busybox.nosuid update-alternatives --remove vi /bin/busybox.nosuid update-alternatives --remove watch /bin/busybox.nosuid update-alternatives --remove zcat /bin/busybox.nosuid update-alternatives --remove blkid /bin/busybox.nosuid update-alternatives --remove depmod /bin/busybox.nosuid update-alternatives --remove fdisk /bin/busybox.nosuid update-alternatives --remove fsck /bin/busybox.nosuid update-alternatives --remove fstrim /bin/busybox.nosuid update-alternatives --remove getty /bin/busybox.nosuid update-alternatives --remove hwclock /bin/busybox.nosuid update-alternatives --remove ifconfig /bin/busybox.nosuid update-alternatives --remove ifdown /bin/busybox.nosuid update-alternatives --remove ifup /bin/busybox.nosuid update-alternatives --remove insmod /bin/busybox.nosuid update-alternatives --remove ip /bin/busybox.nosuid update-alternatives --remove loadkmap /bin/busybox.nosuid update-alternatives --remove logread /bin/busybox.nosuid update-alternatives --remove losetup /bin/busybox.nosuid update-alternatives --remove lsmod /bin/busybox.nosuid update-alternatives --remove mkswap /bin/busybox.nosuid update-alternatives --remove modprobe /bin/busybox.nosuid update-alternatives --remove pivot_root /bin/busybox.nosuid update-alternatives --remove reboot /bin/busybox.nosuid update-alternatives --remove rmmod /bin/busybox.nosuid update-alternatives --remove route /bin/busybox.nosuid update-alternatives --remove setconsole /bin/busybox.nosuid update-alternatives --remove start-stop-daemon /bin/busybox.nosuid update-alternatives --remove sulogin /bin/busybox.nosuid update-alternatives --remove swapoff /bin/busybox.nosuid update-alternatives --remove swapon /bin/busybox.nosuid update-alternatives --remove switch_root /bin/busybox.nosuid update-alternatives --remove sysctl /bin/busybox.nosuid update-alternatives --remove udhcpc /bin/busybox.nosuid update-alternatives --remove lbracket /bin/busybox.nosuid update-alternatives --remove [[ /bin/busybox.nosuid update-alternatives --remove awk /bin/busybox.nosuid update-alternatives --remove basename /bin/busybox.nosuid update-alternatives --remove bunzip2 /bin/busybox.nosuid update-alternatives --remove bzcat /bin/busybox.nosuid update-alternatives --remove bzip2 /bin/busybox.nosuid update-alternatives --remove chvt /bin/busybox.nosuid update-alternatives --remove clear /bin/busybox.nosuid update-alternatives --remove cmp /bin/busybox.nosuid update-alternatives --remove cut /bin/busybox.nosuid update-alternatives --remove dc /bin/busybox.nosuid update-alternatives --remove deallocvt /bin/busybox.nosuid update-alternatives --remove diff /bin/busybox.nosuid update-alternatives --remove dirname /bin/busybox.nosuid update-alternatives --remove du /bin/busybox.nosuid update-alternatives --remove dumpleases /bin/busybox.nosuid update-alternatives --remove env /bin/busybox.nosuid update-alternatives --remove expr /bin/busybox.nosuid update-alternatives --remove find /bin/busybox.nosuid update-alternatives --remove flock /bin/busybox.nosuid update-alternatives --remove free /bin/busybox.nosuid update-alternatives --remove fuser /bin/busybox.nosuid update-alternatives --remove groups /bin/busybox.nosuid update-alternatives --remove head /bin/busybox.nosuid update-alternatives --remove hexdump /bin/busybox.nosuid update-alternatives --remove id /bin/busybox.nosuid update-alternatives --remove killall /bin/busybox.nosuid update-alternatives --remove less /bin/busybox.nosuid update-alternatives --remove logger /bin/busybox.nosuid update-alternatives --remove logname /bin/busybox.nosuid update-alternatives --remove lzcat /bin/busybox.nosuid update-alternatives --remove md5sum /bin/busybox.nosuid update-alternatives --remove mesg /bin/busybox.nosuid update-alternatives --remove microcom /bin/busybox.nosuid update-alternatives --remove mkfifo /bin/busybox.nosuid update-alternatives --remove nc /bin/busybox.nosuid update-alternatives --remove nohup /bin/busybox.nosuid update-alternatives --remove nproc /bin/busybox.nosuid update-alternatives --remove nslookup /bin/busybox.nosuid update-alternatives --remove od /bin/busybox.nosuid update-alternatives --remove openvt /bin/busybox.nosuid update-alternatives --remove patch /bin/busybox.nosuid update-alternatives --remove pgrep /bin/busybox.nosuid update-alternatives --remove printf /bin/busybox.nosuid update-alternatives --remove readlink /bin/busybox.nosuid update-alternatives --remove realpath /bin/busybox.nosuid update-alternatives --remove renice /bin/busybox.nosuid update-alternatives --remove reset /bin/busybox.nosuid update-alternatives --remove resize /bin/busybox.nosuid update-alternatives --remove seq /bin/busybox.nosuid update-alternatives --remove setsid /bin/busybox.nosuid update-alternatives --remove sha1sum /bin/busybox.nosuid update-alternatives --remove sha256sum /bin/busybox.nosuid update-alternatives --remove shuf /bin/busybox.nosuid update-alternatives --remove sort /bin/busybox.nosuid update-alternatives --remove strings /bin/busybox.nosuid update-alternatives --remove tail /bin/busybox.nosuid update-alternatives --remove tee /bin/busybox.nosuid update-alternatives --remove telnet /bin/busybox.nosuid update-alternatives --remove test /bin/busybox.nosuid update-alternatives --remove tftp /bin/busybox.nosuid update-alternatives --remove time /bin/busybox.nosuid update-alternatives --remove top /bin/busybox.nosuid update-alternatives --remove tr /bin/busybox.nosuid update-alternatives --remove ts /bin/busybox.nosuid update-alternatives --remove tty /bin/busybox.nosuid update-alternatives --remove uniq /bin/busybox.nosuid update-alternatives --remove unlink /bin/busybox.nosuid update-alternatives --remove unzip /bin/busybox.nosuid update-alternatives --remove uptime /bin/busybox.nosuid update-alternatives --remove users /bin/busybox.nosuid update-alternatives --remove wc /bin/busybox.nosuid update-alternatives --remove wget /bin/busybox.nosuid update-alternatives --remove which /bin/busybox.nosuid update-alternatives --remove who /bin/busybox.nosuid update-alternatives --remove whoami /bin/busybox.nosuid update-alternatives --remove xargs /bin/busybox.nosuid update-alternatives --remove xzcat /bin/busybox.nosuid update-alternatives --remove yes /bin/busybox.nosuid update-alternatives --remove addgroup /bin/busybox.nosuid update-alternatives --remove adduser /bin/busybox.nosuid update-alternatives --remove chroot /bin/busybox.nosuid update-alternatives --remove delgroup /bin/busybox.nosuid update-alternatives --remove deluser /bin/busybox.nosuid update-alternatives --remove fbset /bin/busybox.nosuid update-alternatives --remove loadfont /bin/busybox.nosuid update-alternatives --remove rdate /bin/busybox.nosuid update-alternatives --remove rfkill /bin/busybox.nosuid update-alternatives --remove udhcpd /bin/busybox.nosuid update-alternatives --remove login /bin/busybox.suid update-alternatives --remove ping /bin/busybox.suid update-alternatives --remove ping6 /bin/busybox.suid update-alternatives --remove su /bin/busybox.suid update-alternatives --remove passwd /bin/busybox.suid update-alternatives --remove traceroute /bin/busybox.suid update-alternatives --remove vlock /bin/busybox.suid " packages/armv7vet2hf-neon-poky-linux-gnueabi/bzip2/bzip2-dbg: PKGSIZE changed from 238832 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/bzip2/bzip2-dev: PKGSIZE changed from 6255 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/bzip2/bzip2-doc: PKGSIZE changed from 22842 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/bzip2/bzip2-ptest: PKGSIZE changed from 5602049 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/bzip2/bzip2-src: PKGSIZE changed from 227189 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/bzip2/bzip2: PKGSIZE changed from 41135 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/bzip2/bzip2: latest.pkg_postinst changed from "#!/bin/sh set -e update-alternatives --install /usr/bin/bunzip2 bunzip2 /usr/bin/bunzip2.bzip2 100 update-alternatives --install /usr/bin/bzcat bzcat /usr/bin/bzcat.bzip2 100 update-alternatives --install /usr/bin/bzip2 bzip2 /usr/bin/bzip2.bzip2 100 " to "#!/bin/sh update-alternatives --install /usr/bin/bunzip2 bunzip2 /usr/bin/bunzip2.bzip2 100 update-alternatives --install /usr/bin/bzcat bzcat /usr/bin/bzcat.bzip2 100 update-alternatives --install /usr/bin/bzip2 bzip2 /usr/bin/bzip2.bzip2 100 " packages/armv7vet2hf-neon-poky-linux-gnueabi/bzip2/bzip2: latest.pkg_prerm changed from "#!/bin/sh set -e update-alternatives --remove bunzip2 /usr/bin/bunzip2.bzip2 update-alternatives --remove bzcat /usr/bin/bzcat.bzip2 update-alternatives --remove bzip2 /usr/bin/bzip2.bzip2 " to "#!/bin/sh update-alternatives --remove bunzip2 /usr/bin/bunzip2.bzip2 update-alternatives --remove bzcat /usr/bin/bzcat.bzip2 update-alternatives --remove bzip2 /usr/bin/bzip2.bzip2 " packages/armv7vet2hf-neon-poky-linux-gnueabi/bzip2/libbz2: PKGSIZE changed from 49459 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/bzip2/libbz2: latest.pkg_postinst changed from "#!/bin/sh set -e if [ x"$D" = "x" ]; then if [ -x /sbin/ldconfig ]; then /sbin/ldconfig ; fi fi " to "#!/bin/sh if [ x"$D" = "x" ]; then if [ -x /sbin/ldconfig ]; then /sbin/ldconfig ; fi fi " packages/armv7vet2hf-neon-poky-linux-gnueabi/cairo/cairo-dbg: PKGSIZE changed from 6162992 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/cairo/cairo-dev: PKGSIZE changed from 173424 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/cairo/cairo-doc: PKGSIZE changed from 1859325 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/cairo/cairo-gobject: PKGSIZE changed from 21733 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/cairo/cairo-gobject: latest.pkg_postinst changed from "#!/bin/sh set -e if [ x"$D" = "x" ]; then if [ -x /sbin/ldconfig ]; then /sbin/ldconfig ; fi fi " to "#!/bin/sh if [ x"$D" = "x" ]; then if [ -x /sbin/ldconfig ]; then /sbin/ldconfig ; fi fi " packages/armv7vet2hf-neon-poky-linux-gnueabi/cairo/cairo-perf-utils: PKGSIZE changed from 90259 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/cairo/cairo-script-interpreter: PKGSIZE changed from 89204 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/cairo/cairo-script-interpreter: latest.pkg_postinst changed from "#!/bin/sh set -e if [ x"$D" = "x" ]; then if [ -x /sbin/ldconfig ]; then /sbin/ldconfig ; fi fi " to "#!/bin/sh if [ x"$D" = "x" ]; then if [ -x /sbin/ldconfig ]; then /sbin/ldconfig ; fi fi " packages/armv7vet2hf-neon-poky-linux-gnueabi/cairo/cairo-src: PKGSIZE changed from 5810136 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/cairo/cairo: PKGSIZE changed from 781221 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/cairo/cairo: latest.pkg_postinst changed from "#!/bin/sh set -e if [ x"$D" = "x" ]; then if [ -x /sbin/ldconfig ]; then /sbin/ldconfig ; fi fi " to "#!/bin/sh if [ x"$D" = "x" ]; then if [ -x /sbin/ldconfig ]; then /sbin/ldconfig ; fi fi " packages/armv7vet2hf-neon-poky-linux-gnueabi/ccache/ccache-dbg: PKGSIZE changed from 15577556 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/ccache/ccache-src: PKGSIZE changed from 1198063 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/ccache/ccache: PKGSIZE changed from 549932 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/connman-gnome/connman-gnome-dbg: PKGSIZE changed from 254600 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/connman-gnome/connman-gnome-src: PKGSIZE changed from 153329 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/connman-gnome/connman-gnome: PKGSIZE changed from 117667 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/connman-gnome/connman-gnome: latest.pkg_postinst changed from "#!/bin/sh set -e if [ "x$D" != "x" ]; then $INTERCEPT_DIR/postinst_intercept update_gtk_icon_cache connman-gnome \ mlprefix= \ libdir_native=/usr/lib else # Update the pixbuf loaders in case they haven't been registered yet /usr/lib/gdk-pixbuf-2.0/gdk-pixbuf-query-loaders --update-cache for icondir in /usr/share/icons/* ; do if [ -d $icondir ] ; then gtk-update-icon-cache -fqt $icondir fi done fi " to "#!/bin/sh if [ "x$D" != "x" ]; then $INTERCEPT_DIR/postinst_intercept update_gtk_icon_cache connman-gnome \ mlprefix= \ libdir_native=/usr/lib else # Update the pixbuf loaders in case they haven't been registered yet /usr/lib/gdk-pixbuf-2.0/gdk-pixbuf-query-loaders --update-cache for icondir in /usr/share/icons/* ; do if [ -d $icondir ] ; then gtk-update-icon-cache -fqt $icondir fi done fi " packages/armv7vet2hf-neon-poky-linux-gnueabi/connman-gnome/connman-gnome: latest.pkg_postrm changed from "#!/bin/sh set -e if [ "x$D" != "x" ]; then $INTERCEPT_DIR/postinst_intercept update_gtk_icon_cache connman-gnome \ mlprefix= \ libdir=/usr/lib else for icondir in /usr/share/icons/* ; do if [ -d $icondir ] ; then gtk-update-icon-cache -qt $icondir fi done fi " to "#!/bin/sh if [ "x$D" != "x" ]; then $INTERCEPT_DIR/postinst_intercept update_gtk_icon_cache connman-gnome \ mlprefix= \ libdir=/usr/lib else for icondir in /usr/share/icons/* ; do if [ -d $icondir ] ; then gtk-update-icon-cache -qt $icondir fi done fi " packages/armv7vet2hf-neon-poky-linux-gnueabi/connman/connman-client: PKGSIZE changed from 71960 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/connman/connman-dbg: PKGSIZE changed from 5034976 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/connman/connman-dev: PKGSIZE changed from 53414 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/connman/connman-doc: PKGSIZE changed from 45347 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/connman/connman-src: PKGSIZE changed from 2532001 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/connman/connman-tests: PKGSIZE changed from 396996 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/connman/connman-tools: PKGSIZE changed from 34472 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/connman/connman-wait-online: PKGSIZE changed from 17956 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/connman/connman: PKGSIZE changed from 644444 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/connman/connman: latest.pkg_postinst changed from "#!/bin/sh set -e if true && type update-rc.d >/dev/null 2>/dev/null; then if [ -n "$D" ]; then OPT="-r $D" else OPT="-s" fi update-rc.d $OPT connman start 05 5 2 3 . stop 22 0 1 6 . fi " to "#!/bin/sh if true && type update-rc.d >/dev/null 2>/dev/null; then if [ -n "$D" ]; then OPT="-r $D" else OPT="-s" fi update-rc.d $OPT connman start 05 5 2 3 . stop 22 0 1 6 . fi " packages/armv7vet2hf-neon-poky-linux-gnueabi/connman/connman: latest.pkg_postrm changed from "#!/bin/sh set -e if true && type update-rc.d >/dev/null 2>/dev/null; then if [ -n "$D" ]; then OPT="-f -r $D" else OPT="-f" fi update-rc.d $OPT connman remove fi " to "#!/bin/sh if true && type update-rc.d >/dev/null 2>/dev/null; then if [ -n "$D" ]; then OPT="-f -r $D" else OPT="-f" fi update-rc.d $OPT connman remove fi " packages/armv7vet2hf-neon-poky-linux-gnueabi/connman/connman: latest.pkg_prerm changed from "#!/bin/sh set -e if true && [ -z "$D" -a -x "/etc/init.d/connman" ]; then /etc/init.d/connman stop || : fi " to "#!/bin/sh if true && [ -z "$D" -a -x "/etc/init.d/connman" ]; then /etc/init.d/connman stop || : fi " packages/armv7vet2hf-neon-poky-linux-gnueabi/consolekit/consolekit-dbg: PKGSIZE changed from 855424 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/consolekit/consolekit-dev: PKGSIZE changed from 3185 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/consolekit/consolekit-src: PKGSIZE changed from 577950 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/consolekit/consolekit: PKGSIZE changed from 265072 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/consolekit/consolekit: latest.pkg_postinst changed from "#!/bin/sh set -e if [ x"$D" = "x" ]; then if [ -x /sbin/ldconfig ]; then /sbin/ldconfig ; fi fi " to "#!/bin/sh if [ x"$D" = "x" ]; then if [ -x /sbin/ldconfig ]; then /sbin/ldconfig ; fi fi " packages/armv7vet2hf-neon-poky-linux-gnueabi/coreutils/coreutils-dbg: PKGSIZE changed from 51034064 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/coreutils/coreutils-doc: PKGSIZE changed from 277706 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/coreutils/coreutils-doc: latest.pkg_postinst changed from "#!/bin/sh set -e update-alternatives --install /usr/share/man/man1/base64.1 base64.1 /usr/share/man/man1/base64.1.coreutils 100 update-alternatives --install /usr/share/man/man1/nice.1 nice.1 /usr/share/man/man1/nice.1.coreutils 100 update-alternatives --install /usr/share/man/man1/mktemp.1 mktemp.1 /usr/share/man/man1/mktemp.1.coreutils 100 update-alternatives --install /usr/share/man/man1/df.1 df.1 /usr/share/man/man1/df.1.coreutils 100 update-alternatives --install /usr/share/man/man1/groups.1 groups.1 /usr/share/man/man1/groups.1.coreutils 100 update-alternatives --install /usr/share/man/man1/kill.1 kill.1 /usr/share/man/man1/kill.1.coreutils 100 update-alternatives --install /usr/share/man/man1/uptime.1 uptime.1 /usr/share/man/man1/uptime.1.coreutils 100 update-alternatives --install /usr/share/man/man1/stat.1 stat.1 /usr/share/man/man1/stat.1.coreutils 100 update-alternatives --install /usr/share/man/man1/hostname.1 hostname.1 /usr/share/man/man1/hostname.1.coreutils 100 " to "#!/bin/sh update-alternatives --install /usr/share/man/man1/base64.1 base64.1 /usr/share/man/man1/base64.1.coreutils 100 update-alternatives --install /usr/share/man/man1/nice.1 nice.1 /usr/share/man/man1/nice.1.coreutils 100 update-alternatives --install /usr/share/man/man1/mktemp.1 mktemp.1 /usr/share/man/man1/mktemp.1.coreutils 100 update-alternatives --install /usr/share/man/man1/df.1 df.1 /usr/share/man/man1/df.1.coreutils 100 update-alternatives --install /usr/share/man/man1/groups.1 groups.1 /usr/share/man/man1/groups.1.coreutils 100 update-alternatives --install /usr/share/man/man1/kill.1 kill.1 /usr/share/man/man1/kill.1.coreutils 100 update-alternatives --install /usr/share/man/man1/uptime.1 uptime.1 /usr/share/man/man1/uptime.1.coreutils 100 update-alternatives --install /usr/share/man/man1/stat.1 stat.1 /usr/share/man/man1/stat.1.coreutils 100 update-alternatives --install /usr/share/man/man1/hostname.1 hostname.1 /usr/share/man/man1/hostname.1.coreutils 100 " packages/armv7vet2hf-neon-poky-linux-gnueabi/coreutils/coreutils-doc: latest.pkg_prerm changed from "#!/bin/sh set -e update-alternatives --remove base64.1 /usr/share/man/man1/base64.1.coreutils update-alternatives --remove nice.1 /usr/share/man/man1/nice.1.coreutils update-alternatives --remove mktemp.1 /usr/share/man/man1/mktemp.1.coreutils update-alternatives --remove df.1 /usr/share/man/man1/df.1.coreutils update-alternatives --remove groups.1 /usr/share/man/man1/groups.1.coreutils update-alternatives --remove kill.1 /usr/share/man/man1/kill.1.coreutils update-alternatives --remove uptime.1 /usr/share/man/man1/uptime.1.coreutils update-alternatives --remove stat.1 /usr/share/man/man1/stat.1.coreutils update-alternatives --remove hostname.1 /usr/share/man/man1/hostname.1.coreutils " to "#!/bin/sh update-alternatives --remove base64.1 /usr/share/man/man1/base64.1.coreutils update-alternatives --remove nice.1 /usr/share/man/man1/nice.1.coreutils update-alternatives --remove mktemp.1 /usr/share/man/man1/mktemp.1.coreutils update-alternatives --remove df.1 /usr/share/man/man1/df.1.coreutils update-alternatives --remove groups.1 /usr/share/man/man1/groups.1.coreutils update-alternatives --remove kill.1 /usr/share/man/man1/kill.1.coreutils update-alternatives --remove uptime.1 /usr/share/man/man1/uptime.1.coreutils update-alternatives --remove stat.1 /usr/share/man/man1/stat.1.coreutils update-alternatives --remove hostname.1 /usr/share/man/man1/hostname.1.coreutils " packages/armv7vet2hf-neon-poky-linux-gnueabi/coreutils/coreutils-locale-af: PKGSIZE changed from 27923 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/coreutils/coreutils-locale-be: PKGSIZE changed from 59544 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/coreutils/coreutils-locale-bg: PKGSIZE changed from 487255 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/coreutils/coreutils-locale-ca: PKGSIZE changed from 367172 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/coreutils/coreutils-locale-cs: PKGSIZE changed from 376196 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/coreutils/coreutils-locale-da: PKGSIZE changed from 344468 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/coreutils/coreutils-locale-de: PKGSIZE changed from 377514 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/coreutils/coreutils-locale-el: PKGSIZE changed from 23951 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/coreutils/coreutils-locale-eo: PKGSIZE changed from 168392 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/coreutils/coreutils-locale-es: PKGSIZE changed from 258041 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/coreutils/coreutils-locale-et: PKGSIZE changed from 328983 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/coreutils/coreutils-locale-eu: PKGSIZE changed from 27554 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/coreutils/coreutils-locale-fi: PKGSIZE changed from 110773 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/coreutils/coreutils-locale-fr: PKGSIZE changed from 387721 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/coreutils/coreutils-locale-ga: PKGSIZE changed from 113074 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/coreutils/coreutils-locale-gl: PKGSIZE changed from 28583 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/coreutils/coreutils-locale-hr: PKGSIZE changed from 365065 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/coreutils/coreutils-locale-hu: PKGSIZE changed from 359844 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/coreutils/coreutils-locale-ia: PKGSIZE changed from 6864 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/coreutils/coreutils-locale-id: PKGSIZE changed from 143100 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/coreutils/coreutils-locale-it: PKGSIZE changed from 165495 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/coreutils/coreutils-locale-ja: PKGSIZE changed from 187370 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/coreutils/coreutils-locale-kk: PKGSIZE changed from 1651 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/coreutils/coreutils-locale-ko: PKGSIZE changed from 24958 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/coreutils/coreutils-locale-lg: PKGSIZE changed from 209086 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/coreutils/coreutils-locale-lt: PKGSIZE changed from 30729 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/coreutils/coreutils-locale-ms: PKGSIZE changed from 22661 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/coreutils/coreutils-locale-nb: PKGSIZE changed from 349278 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/coreutils/coreutils-locale-nl: PKGSIZE changed from 336374 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/coreutils/coreutils-locale-pl: PKGSIZE changed from 376084 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/coreutils/coreutils-locale-pt-br: PKGSIZE changed from 374037 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/coreutils/coreutils-locale-pt: PKGSIZE changed from 357833 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/coreutils/coreutils-locale-ro: PKGSIZE changed from 47418 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/coreutils/coreutils-locale-ru: PKGSIZE changed from 481080 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/coreutils/coreutils-locale-sk: PKGSIZE changed from 69981 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/coreutils/coreutils-locale-sl: PKGSIZE changed from 309794 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/coreutils/coreutils-locale-sr: PKGSIZE changed from 403294 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/coreutils/coreutils-locale-sv: PKGSIZE changed from 355796 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/coreutils/coreutils-locale-tr: PKGSIZE changed from 142590 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/coreutils/coreutils-locale-uk: PKGSIZE changed from 472939 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/coreutils/coreutils-locale-vi: PKGSIZE changed from 376646 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/coreutils/coreutils-locale-zh-cn: PKGSIZE changed from 295104 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/coreutils/coreutils-locale-zh-tw: PKGSIZE changed from 329531 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/coreutils/coreutils-ptest: PKGSIZE changed from 10932981 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/coreutils/coreutils-src: PKGSIZE changed from 5043508 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/coreutils/coreutils-stdbuf: PKGSIZE changed from 35636 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/coreutils/coreutils: PKGSIZE changed from 4398920 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/coreutils/coreutils: RDEPENDS: removed "libcap (['>= 2.51']) libacl (['>= 2.3.1']) glibc (['>= 2.33']) update-alternatives-opkg libattr (['>= 2.5.1']) gmp (['>= 6.2.1'])" packages/armv7vet2hf-neon-poky-linux-gnueabi/coreutils/coreutils: latest.pkg_postinst changed from "#!/bin/sh set -e update-alternatives --install /usr/bin/[ lbracket /usr/bin/lbracket.coreutils 100 update-alternatives --install /usr/bin/arch arch /usr/bin/arch.coreutils 100 update-alternatives --install /usr/bin/basename basename /usr/bin/basename.coreutils 100 update-alternatives --install /usr/bin/chcon chcon /usr/bin/chcon.coreutils 100 update-alternatives --install /usr/bin/cksum cksum /usr/bin/cksum.coreutils 100 update-alternatives --install /usr/bin/comm comm /usr/bin/comm.coreutils 100 update-alternatives --install /usr/bin/csplit csplit /usr/bin/csplit.coreutils 100 update-alternatives --install /usr/bin/cut cut /usr/bin/cut.coreutils 100 update-alternatives --install /usr/bin/dir dir /usr/bin/dir.coreutils 100 update-alternatives --install /usr/bin/dircolors dircolors /usr/bin/dircolors.coreutils 100 update-alternatives --install /usr/bin/dirname dirname /usr/bin/dirname.coreutils 100 update-alternatives --install /usr/bin/du du /usr/bin/du.coreutils 100 update-alternatives --install /usr/bin/env env /usr/bin/env.coreutils 100 update-alternatives --install /usr/bin/expand expand /usr/bin/expand.coreutils 100 update-alternatives --install /usr/bin/expr expr /usr/bin/expr.coreutils 100 update-alternatives --install /usr/bin/factor factor /usr/bin/factor.coreutils 100 update-alternatives --install /usr/bin/fmt fmt /usr/bin/fmt.coreutils 100 update-alternatives --install /usr/bin/fold fold /usr/bin/fold.coreutils 100 update-alternatives --install /usr/bin/groups groups /usr/bin/groups.coreutils 100 update-alternatives --install /usr/bin/head head /usr/bin/head.coreutils 100 update-alternatives --install /usr/bin/hostid hostid /usr/bin/hostid.coreutils 100 update-alternatives --install /usr/bin/id id /usr/bin/id.coreutils 100 update-alternatives --install /usr/bin/install install /usr/bin/install.coreutils 100 update-alternatives --install /usr/bin/join join /usr/bin/join.coreutils 100 update-alternatives --install /usr/bin/link link /usr/bin/link.coreutils 100 update-alternatives --install /usr/bin/logname logname /usr/bin/logname.coreutils 100 update-alternatives --install /usr/bin/md5sum md5sum /usr/bin/md5sum.coreutils 100 update-alternatives --install /usr/bin/mkfifo mkfifo /usr/bin/mkfifo.coreutils 100 update-alternatives --install /usr/bin/nl nl /usr/bin/nl.coreutils 100 update-alternatives --install /usr/bin/nohup nohup /usr/bin/nohup.coreutils 100 update-alternatives --install /usr/bin/nproc nproc /usr/bin/nproc.coreutils 100 update-alternatives --install /usr/bin/od od /usr/bin/od.coreutils 100 update-alternatives --install /usr/bin/paste paste /usr/bin/paste.coreutils 100 update-alternatives --install /usr/bin/pathchk pathchk /usr/bin/pathchk.coreutils 100 update-alternatives --install /usr/bin/pinky pinky /usr/bin/pinky.coreutils 100 update-alternatives --install /usr/bin/pr pr /usr/bin/pr.coreutils 100 update-alternatives --install /usr/bin/printf printf /usr/bin/printf.coreutils 100 update-alternatives --install /usr/bin/ptx ptx /usr/bin/ptx.coreutils 100 update-alternatives --install /usr/bin/readlink readlink /usr/bin/readlink.coreutils 100 update-alternatives --install /usr/bin/realpath realpath /usr/bin/realpath.coreutils 100 update-alternatives --install /usr/bin/runcon runcon /usr/bin/runcon.coreutils 100 update-alternatives --install /usr/bin/seq seq /usr/bin/seq.coreutils 100 update-alternatives --install /usr/bin/sha1sum sha1sum /usr/bin/sha1sum.coreutils 100 update-alternatives --install /usr/bin/sha224sum sha224sum /usr/bin/sha224sum.coreutils 100 update-alternatives --install /usr/bin/sha256sum sha256sum /usr/bin/sha256sum.coreutils 100 update-alternatives --install /usr/bin/sha384sum sha384sum /usr/bin/sha384sum.coreutils 100 update-alternatives --install /usr/bin/sha512sum sha512sum /usr/bin/sha512sum.coreutils 100 update-alternatives --install /usr/bin/shred shred /usr/bin/shred.coreutils 100 update-alternatives --install /usr/bin/shuf shuf /usr/bin/shuf.coreutils 100 update-alternatives --install /usr/bin/sort sort /usr/bin/sort.coreutils 100 update-alternatives --install /usr/bin/split split /usr/bin/split.coreutils 100 update-alternatives --install /usr/bin/sum sum /usr/bin/sum.coreutils 100 update-alternatives --install /usr/bin/tac tac /usr/bin/tac.coreutils 100 update-alternatives --install /usr/bin/tail tail /usr/bin/tail.coreutils 100 update-alternatives --install /usr/bin/tee tee /usr/bin/tee.coreutils 100 update-alternatives --install /usr/bin/test test /usr/bin/test.coreutils 100 update-alternatives --install /usr/bin/timeout timeout /usr/bin/timeout.coreutils 100 update-alternatives --install /usr/bin/tr tr /usr/bin/tr.coreutils 100 update-alternatives --install /usr/bin/truncate truncate /usr/bin/truncate.coreutils 100 update-alternatives --install /usr/bin/tsort tsort /usr/bin/tsort.coreutils 100 update-alternatives --install /usr/bin/tty tty /usr/bin/tty.coreutils 100 update-alternatives --install /usr/bin/unexpand unexpand /usr/bin/unexpand.coreutils 100 update-alternatives --install /usr/bin/uniq uniq /usr/bin/uniq.coreutils 100 update-alternatives --install /usr/bin/unlink unlink /usr/bin/unlink.coreutils 100 update-alternatives --install /usr/bin/uptime uptime /usr/bin/uptime.coreutils 100 update-alternatives --install /usr/bin/users users /usr/bin/users.coreutils 100 update-alternatives --install /usr/bin/vdir vdir /usr/bin/vdir.coreutils 100 update-alternatives --install /usr/bin/wc wc /usr/bin/wc.coreutils 100 update-alternatives --install /usr/bin/who who /usr/bin/who.coreutils 100 update-alternatives --install /usr/bin/whoami whoami /usr/bin/whoami.coreutils 100 update-alternatives --install /usr/bin/yes yes /usr/bin/yes.coreutils 100 update-alternatives --install /bin/cat cat /bin/cat.coreutils 100 update-alternatives --install /bin/chgrp chgrp /bin/chgrp.coreutils 100 update-alternatives --install /bin/chmod chmod /bin/chmod.coreutils 100 update-alternatives --install /bin/chown chown /bin/chown.coreutils 100 update-alternatives --install /bin/cp cp /bin/cp.coreutils 100 update-alternatives --install /bin/date date /bin/date.coreutils 100 update-alternatives --install /bin/dd dd /bin/dd.coreutils 100 update-alternatives --install /bin/echo echo /bin/echo.coreutils 100 update-alternatives --install /bin/false false /bin/false.coreutils 100 update-alternatives --install /bin/hostname hostname /bin/hostname.coreutils 90 update-alternatives --install /bin/kill kill /bin/kill.coreutils 100 update-alternatives --install /bin/ln ln /bin/ln.coreutils 100 update-alternatives --install /bin/ls ls /bin/ls.coreutils 100 update-alternatives --install /bin/mkdir mkdir /bin/mkdir.coreutils 100 update-alternatives --install /bin/mknod mknod /bin/mknod.coreutils 100 update-alternatives --install /bin/mv mv /bin/mv.coreutils 100 update-alternatives --install /bin/pwd pwd /bin/pwd.coreutils 100 update-alternatives --install /bin/rm rm /bin/rm.coreutils 100 update-alternatives --install /bin/rmdir rmdir /bin/rmdir.coreutils 100 update-alternatives --install /bin/sleep sleep /bin/sleep.coreutils 100 update-alternatives --install /bin/stty stty /bin/stty.coreutils 100 update-alternatives --install /bin/sync sync /bin/sync.coreutils 100 update-alternatives --install /bin/touch touch /bin/touch.coreutils 100 update-alternatives --install /bin/true true /bin/true.coreutils 100 update-alternatives --install /bin/uname uname /bin/uname.coreutils 100 update-alternatives --install /bin/stat stat /bin/stat.coreutils 100 update-alternatives --install /usr/sbin/chroot chroot /usr/sbin/chroot.coreutils 100 update-alternatives --install /usr/bin/base32 base32 /usr/bin/base32.coreutils 100 update-alternatives --install /bin/base64 base64 /usr/bin/base64.coreutils 100 update-alternatives --install /bin/nice nice /usr/bin/nice.coreutils 100 update-alternatives --install /bin/printenv printenv /usr/bin/printenv.coreutils 100 update-alternatives --install /bin/mktemp mktemp /usr/bin/mktemp.coreutils 100 update-alternatives --install /bin/df df /usr/bin/df.coreutils 100 " to "#!/bin/sh update-alternatives --install /usr/bin/[ lbracket /usr/bin/lbracket.coreutils 100 update-alternatives --install /usr/bin/arch arch /usr/bin/arch.coreutils 100 update-alternatives --install /usr/bin/basename basename /usr/bin/basename.coreutils 100 update-alternatives --install /usr/bin/chcon chcon /usr/bin/chcon.coreutils 100 update-alternatives --install /usr/bin/cksum cksum /usr/bin/cksum.coreutils 100 update-alternatives --install /usr/bin/comm comm /usr/bin/comm.coreutils 100 update-alternatives --install /usr/bin/csplit csplit /usr/bin/csplit.coreutils 100 update-alternatives --install /usr/bin/cut cut /usr/bin/cut.coreutils 100 update-alternatives --install /usr/bin/dir dir /usr/bin/dir.coreutils 100 update-alternatives --install /usr/bin/dircolors dircolors /usr/bin/dircolors.coreutils 100 update-alternatives --install /usr/bin/dirname dirname /usr/bin/dirname.coreutils 100 update-alternatives --install /usr/bin/du du /usr/bin/du.coreutils 100 update-alternatives --install /usr/bin/env env /usr/bin/env.coreutils 100 update-alternatives --install /usr/bin/expand expand /usr/bin/expand.coreutils 100 update-alternatives --install /usr/bin/expr expr /usr/bin/expr.coreutils 100 update-alternatives --install /usr/bin/factor factor /usr/bin/factor.coreutils 100 update-alternatives --install /usr/bin/fmt fmt /usr/bin/fmt.coreutils 100 update-alternatives --install /usr/bin/fold fold /usr/bin/fold.coreutils 100 update-alternatives --install /usr/bin/groups groups /usr/bin/groups.coreutils 100 update-alternatives --install /usr/bin/head head /usr/bin/head.coreutils 100 update-alternatives --install /usr/bin/hostid hostid /usr/bin/hostid.coreutils 100 update-alternatives --install /usr/bin/id id /usr/bin/id.coreutils 100 update-alternatives --install /usr/bin/install install /usr/bin/install.coreutils 100 update-alternatives --install /usr/bin/join join /usr/bin/join.coreutils 100 update-alternatives --install /usr/bin/link link /usr/bin/link.coreutils 100 update-alternatives --install /usr/bin/logname logname /usr/bin/logname.coreutils 100 update-alternatives --install /usr/bin/md5sum md5sum /usr/bin/md5sum.coreutils 100 update-alternatives --install /usr/bin/mkfifo mkfifo /usr/bin/mkfifo.coreutils 100 update-alternatives --install /usr/bin/nl nl /usr/bin/nl.coreutils 100 update-alternatives --install /usr/bin/nohup nohup /usr/bin/nohup.coreutils 100 update-alternatives --install /usr/bin/nproc nproc /usr/bin/nproc.coreutils 100 update-alternatives --install /usr/bin/od od /usr/bin/od.coreutils 100 update-alternatives --install /usr/bin/paste paste /usr/bin/paste.coreutils 100 update-alternatives --install /usr/bin/pathchk pathchk /usr/bin/pathchk.coreutils 100 update-alternatives --install /usr/bin/pinky pinky /usr/bin/pinky.coreutils 100 update-alternatives --install /usr/bin/pr pr /usr/bin/pr.coreutils 100 update-alternatives --install /usr/bin/printf printf /usr/bin/printf.coreutils 100 update-alternatives --install /usr/bin/ptx ptx /usr/bin/ptx.coreutils 100 update-alternatives --install /usr/bin/readlink readlink /usr/bin/readlink.coreutils 100 update-alternatives --install /usr/bin/realpath realpath /usr/bin/realpath.coreutils 100 update-alternatives --install /usr/bin/runcon runcon /usr/bin/runcon.coreutils 100 update-alternatives --install /usr/bin/seq seq /usr/bin/seq.coreutils 100 update-alternatives --install /usr/bin/sha1sum sha1sum /usr/bin/sha1sum.coreutils 100 update-alternatives --install /usr/bin/sha224sum sha224sum /usr/bin/sha224sum.coreutils 100 update-alternatives --install /usr/bin/sha256sum sha256sum /usr/bin/sha256sum.coreutils 100 update-alternatives --install /usr/bin/sha384sum sha384sum /usr/bin/sha384sum.coreutils 100 update-alternatives --install /usr/bin/sha512sum sha512sum /usr/bin/sha512sum.coreutils 100 update-alternatives --install /usr/bin/shred shred /usr/bin/shred.coreutils 100 update-alternatives --install /usr/bin/shuf shuf /usr/bin/shuf.coreutils 100 update-alternatives --install /usr/bin/sort sort /usr/bin/sort.coreutils 100 update-alternatives --install /usr/bin/split split /usr/bin/split.coreutils 100 update-alternatives --install /usr/bin/sum sum /usr/bin/sum.coreutils 100 update-alternatives --install /usr/bin/tac tac /usr/bin/tac.coreutils 100 update-alternatives --install /usr/bin/tail tail /usr/bin/tail.coreutils 100 update-alternatives --install /usr/bin/tee tee /usr/bin/tee.coreutils 100 update-alternatives --install /usr/bin/test test /usr/bin/test.coreutils 100 update-alternatives --install /usr/bin/timeout timeout /usr/bin/timeout.coreutils 100 update-alternatives --install /usr/bin/tr tr /usr/bin/tr.coreutils 100 update-alternatives --install /usr/bin/truncate truncate /usr/bin/truncate.coreutils 100 update-alternatives --install /usr/bin/tsort tsort /usr/bin/tsort.coreutils 100 update-alternatives --install /usr/bin/tty tty /usr/bin/tty.coreutils 100 update-alternatives --install /usr/bin/unexpand unexpand /usr/bin/unexpand.coreutils 100 update-alternatives --install /usr/bin/uniq uniq /usr/bin/uniq.coreutils 100 update-alternatives --install /usr/bin/unlink unlink /usr/bin/unlink.coreutils 100 update-alternatives --install /usr/bin/uptime uptime /usr/bin/uptime.coreutils 100 update-alternatives --install /usr/bin/users users /usr/bin/users.coreutils 100 update-alternatives --install /usr/bin/vdir vdir /usr/bin/vdir.coreutils 100 update-alternatives --install /usr/bin/wc wc /usr/bin/wc.coreutils 100 update-alternatives --install /usr/bin/who who /usr/bin/who.coreutils 100 update-alternatives --install /usr/bin/whoami whoami /usr/bin/whoami.coreutils 100 update-alternatives --install /usr/bin/yes yes /usr/bin/yes.coreutils 100 update-alternatives --install /bin/cat cat /bin/cat.coreutils 100 update-alternatives --install /bin/chgrp chgrp /bin/chgrp.coreutils 100 update-alternatives --install /bin/chmod chmod /bin/chmod.coreutils 100 update-alternatives --install /bin/chown chown /bin/chown.coreutils 100 update-alternatives --install /bin/cp cp /bin/cp.coreutils 100 update-alternatives --install /bin/date date /bin/date.coreutils 100 update-alternatives --install /bin/dd dd /bin/dd.coreutils 100 update-alternatives --install /bin/echo echo /bin/echo.coreutils 100 update-alternatives --install /bin/false false /bin/false.coreutils 100 update-alternatives --install /bin/hostname hostname /bin/hostname.coreutils 90 update-alternatives --install /bin/kill kill /bin/kill.coreutils 100 update-alternatives --install /bin/ln ln /bin/ln.coreutils 100 update-alternatives --install /bin/ls ls /bin/ls.coreutils 100 update-alternatives --install /bin/mkdir mkdir /bin/mkdir.coreutils 100 update-alternatives --install /bin/mknod mknod /bin/mknod.coreutils 100 update-alternatives --install /bin/mv mv /bin/mv.coreutils 100 update-alternatives --install /bin/pwd pwd /bin/pwd.coreutils 100 update-alternatives --install /bin/rm rm /bin/rm.coreutils 100 update-alternatives --install /bin/rmdir rmdir /bin/rmdir.coreutils 100 update-alternatives --install /bin/sleep sleep /bin/sleep.coreutils 100 update-alternatives --install /bin/stty stty /bin/stty.coreutils 100 update-alternatives --install /bin/sync sync /bin/sync.coreutils 100 update-alternatives --install /bin/touch touch /bin/touch.coreutils 100 update-alternatives --install /bin/true true /bin/true.coreutils 100 update-alternatives --install /bin/uname uname /bin/uname.coreutils 100 update-alternatives --install /bin/stat stat /bin/stat.coreutils 100 update-alternatives --install /usr/sbin/chroot chroot /usr/sbin/chroot.coreutils 100 update-alternatives --install /usr/bin/base32 base32 /usr/bin/base32.coreutils 100 update-alternatives --install /bin/base64 base64 /usr/bin/base64.coreutils 100 update-alternatives --install /bin/nice nice /usr/bin/nice.coreutils 100 update-alternatives --install /bin/printenv printenv /usr/bin/printenv.coreutils 100 update-alternatives --install /bin/mktemp mktemp /usr/bin/mktemp.coreutils 100 update-alternatives --install /bin/df df /usr/bin/df.coreutils 100 " packages/armv7vet2hf-neon-poky-linux-gnueabi/coreutils/coreutils: latest.pkg_prerm changed from "#!/bin/sh set -e update-alternatives --remove lbracket /usr/bin/lbracket.coreutils update-alternatives --remove arch /usr/bin/arch.coreutils update-alternatives --remove basename /usr/bin/basename.coreutils update-alternatives --remove chcon /usr/bin/chcon.coreutils update-alternatives --remove cksum /usr/bin/cksum.coreutils update-alternatives --remove comm /usr/bin/comm.coreutils update-alternatives --remove csplit /usr/bin/csplit.coreutils update-alternatives --remove cut /usr/bin/cut.coreutils update-alternatives --remove dir /usr/bin/dir.coreutils update-alternatives --remove dircolors /usr/bin/dircolors.coreutils update-alternatives --remove dirname /usr/bin/dirname.coreutils update-alternatives --remove du /usr/bin/du.coreutils update-alternatives --remove env /usr/bin/env.coreutils update-alternatives --remove expand /usr/bin/expand.coreutils update-alternatives --remove expr /usr/bin/expr.coreutils update-alternatives --remove factor /usr/bin/factor.coreutils update-alternatives --remove fmt /usr/bin/fmt.coreutils update-alternatives --remove fold /usr/bin/fold.coreutils update-alternatives --remove groups /usr/bin/groups.coreutils update-alternatives --remove head /usr/bin/head.coreutils update-alternatives --remove hostid /usr/bin/hostid.coreutils update-alternatives --remove id /usr/bin/id.coreutils update-alternatives --remove install /usr/bin/install.coreutils update-alternatives --remove join /usr/bin/join.coreutils update-alternatives --remove link /usr/bin/link.coreutils update-alternatives --remove logname /usr/bin/logname.coreutils update-alternatives --remove md5sum /usr/bin/md5sum.coreutils update-alternatives --remove mkfifo /usr/bin/mkfifo.coreutils update-alternatives --remove nl /usr/bin/nl.coreutils update-alternatives --remove nohup /usr/bin/nohup.coreutils update-alternatives --remove nproc /usr/bin/nproc.coreutils update-alternatives --remove od /usr/bin/od.coreutils update-alternatives --remove paste /usr/bin/paste.coreutils update-alternatives --remove pathchk /usr/bin/pathchk.coreutils update-alternatives --remove pinky /usr/bin/pinky.coreutils update-alternatives --remove pr /usr/bin/pr.coreutils update-alternatives --remove printf /usr/bin/printf.coreutils update-alternatives --remove ptx /usr/bin/ptx.coreutils update-alternatives --remove readlink /usr/bin/readlink.coreutils update-alternatives --remove realpath /usr/bin/realpath.coreutils update-alternatives --remove runcon /usr/bin/runcon.coreutils update-alternatives --remove seq /usr/bin/seq.coreutils update-alternatives --remove sha1sum /usr/bin/sha1sum.coreutils update-alternatives --remove sha224sum /usr/bin/sha224sum.coreutils update-alternatives --remove sha256sum /usr/bin/sha256sum.coreutils update-alternatives --remove sha384sum /usr/bin/sha384sum.coreutils update-alternatives --remove sha512sum /usr/bin/sha512sum.coreutils update-alternatives --remove shred /usr/bin/shred.coreutils update-alternatives --remove shuf /usr/bin/shuf.coreutils update-alternatives --remove sort /usr/bin/sort.coreutils update-alternatives --remove split /usr/bin/split.coreutils update-alternatives --remove sum /usr/bin/sum.coreutils update-alternatives --remove tac /usr/bin/tac.coreutils update-alternatives --remove tail /usr/bin/tail.coreutils update-alternatives --remove tee /usr/bin/tee.coreutils update-alternatives --remove test /usr/bin/test.coreutils update-alternatives --remove timeout /usr/bin/timeout.coreutils update-alternatives --remove tr /usr/bin/tr.coreutils update-alternatives --remove truncate /usr/bin/truncate.coreutils update-alternatives --remove tsort /usr/bin/tsort.coreutils update-alternatives --remove tty /usr/bin/tty.coreutils update-alternatives --remove unexpand /usr/bin/unexpand.coreutils update-alternatives --remove uniq /usr/bin/uniq.coreutils update-alternatives --remove unlink /usr/bin/unlink.coreutils update-alternatives --remove uptime /usr/bin/uptime.coreutils update-alternatives --remove users /usr/bin/users.coreutils update-alternatives --remove vdir /usr/bin/vdir.coreutils update-alternatives --remove wc /usr/bin/wc.coreutils update-alternatives --remove who /usr/bin/who.coreutils update-alternatives --remove whoami /usr/bin/whoami.coreutils update-alternatives --remove yes /usr/bin/yes.coreutils update-alternatives --remove cat /bin/cat.coreutils update-alternatives --remove chgrp /bin/chgrp.coreutils update-alternatives --remove chmod /bin/chmod.coreutils update-alternatives --remove chown /bin/chown.coreutils update-alternatives --remove cp /bin/cp.coreutils update-alternatives --remove date /bin/date.coreutils update-alternatives --remove dd /bin/dd.coreutils update-alternatives --remove echo /bin/echo.coreutils update-alternatives --remove false /bin/false.coreutils update-alternatives --remove hostname /bin/hostname.coreutils update-alternatives --remove kill /bin/kill.coreutils update-alternatives --remove ln /bin/ln.coreutils update-alternatives --remove ls /bin/ls.coreutils update-alternatives --remove mkdir /bin/mkdir.coreutils update-alternatives --remove mknod /bin/mknod.coreutils update-alternatives --remove mv /bin/mv.coreutils update-alternatives --remove pwd /bin/pwd.coreutils update-alternatives --remove rm /bin/rm.coreutils update-alternatives --remove rmdir /bin/rmdir.coreutils update-alternatives --remove sleep /bin/sleep.coreutils update-alternatives --remove stty /bin/stty.coreutils update-alternatives --remove sync /bin/sync.coreutils update-alternatives --remove touch /bin/touch.coreutils update-alternatives --remove true /bin/true.coreutils update-alternatives --remove uname /bin/uname.coreutils update-alternatives --remove stat /bin/stat.coreutils update-alternatives --remove chroot /usr/sbin/chroot.coreutils update-alternatives --remove base32 /usr/bin/base32.coreutils update-alternatives --remove base64 /usr/bin/base64.coreutils update-alternatives --remove nice /usr/bin/nice.coreutils update-alternatives --remove printenv /usr/bin/printenv.coreutils update-alternatives --remove mktemp /usr/bin/mktemp.coreutils update-alternatives --remove df /usr/bin/df.coreutils " to "#!/bin/sh update-alternatives --remove lbracket /usr/bin/lbracket.coreutils update-alternatives --remove arch /usr/bin/arch.coreutils update-alternatives --remove basename /usr/bin/basename.coreutils update-alternatives --remove chcon /usr/bin/chcon.coreutils update-alternatives --remove cksum /usr/bin/cksum.coreutils update-alternatives --remove comm /usr/bin/comm.coreutils update-alternatives --remove csplit /usr/bin/csplit.coreutils update-alternatives --remove cut /usr/bin/cut.coreutils update-alternatives --remove dir /usr/bin/dir.coreutils update-alternatives --remove dircolors /usr/bin/dircolors.coreutils update-alternatives --remove dirname /usr/bin/dirname.coreutils update-alternatives --remove du /usr/bin/du.coreutils update-alternatives --remove env /usr/bin/env.coreutils update-alternatives --remove expand /usr/bin/expand.coreutils update-alternatives --remove expr /usr/bin/expr.coreutils update-alternatives --remove factor /usr/bin/factor.coreutils update-alternatives --remove fmt /usr/bin/fmt.coreutils update-alternatives --remove fold /usr/bin/fold.coreutils update-alternatives --remove groups /usr/bin/groups.coreutils update-alternatives --remove head /usr/bin/head.coreutils update-alternatives --remove hostid /usr/bin/hostid.coreutils update-alternatives --remove id /usr/bin/id.coreutils update-alternatives --remove install /usr/bin/install.coreutils update-alternatives --remove join /usr/bin/join.coreutils update-alternatives --remove link /usr/bin/link.coreutils update-alternatives --remove logname /usr/bin/logname.coreutils update-alternatives --remove md5sum /usr/bin/md5sum.coreutils update-alternatives --remove mkfifo /usr/bin/mkfifo.coreutils update-alternatives --remove nl /usr/bin/nl.coreutils update-alternatives --remove nohup /usr/bin/nohup.coreutils update-alternatives --remove nproc /usr/bin/nproc.coreutils update-alternatives --remove od /usr/bin/od.coreutils update-alternatives --remove paste /usr/bin/paste.coreutils update-alternatives --remove pathchk /usr/bin/pathchk.coreutils update-alternatives --remove pinky /usr/bin/pinky.coreutils update-alternatives --remove pr /usr/bin/pr.coreutils update-alternatives --remove printf /usr/bin/printf.coreutils update-alternatives --remove ptx /usr/bin/ptx.coreutils update-alternatives --remove readlink /usr/bin/readlink.coreutils update-alternatives --remove realpath /usr/bin/realpath.coreutils update-alternatives --remove runcon /usr/bin/runcon.coreutils update-alternatives --remove seq /usr/bin/seq.coreutils update-alternatives --remove sha1sum /usr/bin/sha1sum.coreutils update-alternatives --remove sha224sum /usr/bin/sha224sum.coreutils update-alternatives --remove sha256sum /usr/bin/sha256sum.coreutils update-alternatives --remove sha384sum /usr/bin/sha384sum.coreutils update-alternatives --remove sha512sum /usr/bin/sha512sum.coreutils update-alternatives --remove shred /usr/bin/shred.coreutils update-alternatives --remove shuf /usr/bin/shuf.coreutils update-alternatives --remove sort /usr/bin/sort.coreutils update-alternatives --remove split /usr/bin/split.coreutils update-alternatives --remove sum /usr/bin/sum.coreutils update-alternatives --remove tac /usr/bin/tac.coreutils update-alternatives --remove tail /usr/bin/tail.coreutils update-alternatives --remove tee /usr/bin/tee.coreutils update-alternatives --remove test /usr/bin/test.coreutils update-alternatives --remove timeout /usr/bin/timeout.coreutils update-alternatives --remove tr /usr/bin/tr.coreutils update-alternatives --remove truncate /usr/bin/truncate.coreutils update-alternatives --remove tsort /usr/bin/tsort.coreutils update-alternatives --remove tty /usr/bin/tty.coreutils update-alternatives --remove unexpand /usr/bin/unexpand.coreutils update-alternatives --remove uniq /usr/bin/uniq.coreutils update-alternatives --remove unlink /usr/bin/unlink.coreutils update-alternatives --remove uptime /usr/bin/uptime.coreutils update-alternatives --remove users /usr/bin/users.coreutils update-alternatives --remove vdir /usr/bin/vdir.coreutils update-alternatives --remove wc /usr/bin/wc.coreutils update-alternatives --remove who /usr/bin/who.coreutils update-alternatives --remove whoami /usr/bin/whoami.coreutils update-alternatives --remove yes /usr/bin/yes.coreutils update-alternatives --remove cat /bin/cat.coreutils update-alternatives --remove chgrp /bin/chgrp.coreutils update-alternatives --remove chmod /bin/chmod.coreutils update-alternatives --remove chown /bin/chown.coreutils update-alternatives --remove cp /bin/cp.coreutils update-alternatives --remove date /bin/date.coreutils update-alternatives --remove dd /bin/dd.coreutils update-alternatives --remove echo /bin/echo.coreutils update-alternatives --remove false /bin/false.coreutils update-alternatives --remove hostname /bin/hostname.coreutils update-alternatives --remove kill /bin/kill.coreutils update-alternatives --remove ln /bin/ln.coreutils update-alternatives --remove ls /bin/ls.coreutils update-alternatives --remove mkdir /bin/mkdir.coreutils update-alternatives --remove mknod /bin/mknod.coreutils update-alternatives --remove mv /bin/mv.coreutils update-alternatives --remove pwd /bin/pwd.coreutils update-alternatives --remove rm /bin/rm.coreutils update-alternatives --remove rmdir /bin/rmdir.coreutils update-alternatives --remove sleep /bin/sleep.coreutils update-alternatives --remove stty /bin/stty.coreutils update-alternatives --remove sync /bin/sync.coreutils update-alternatives --remove touch /bin/touch.coreutils update-alternatives --remove true /bin/true.coreutils update-alternatives --remove uname /bin/uname.coreutils update-alternatives --remove stat /bin/stat.coreutils update-alternatives --remove chroot /usr/sbin/chroot.coreutils update-alternatives --remove base32 /usr/bin/base32.coreutils update-alternatives --remove base64 /usr/bin/base64.coreutils update-alternatives --remove nice /usr/bin/nice.coreutils update-alternatives --remove printenv /usr/bin/printenv.coreutils update-alternatives --remove mktemp /usr/bin/mktemp.coreutils update-alternatives --remove df /usr/bin/df.coreutils " packages/armv7vet2hf-neon-poky-linux-gnueabi/cpio/cpio-dbg: PKGSIZE changed from 734104 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/cpio/cpio-doc: PKGSIZE changed from 50693 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/cpio/cpio-locale-da: PKGSIZE changed from 30831 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/cpio/cpio-locale-de: PKGSIZE changed from 32981 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/cpio/cpio-locale-es: PKGSIZE changed from 27676 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/cpio/cpio-locale-fi: PKGSIZE changed from 33056 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/cpio/cpio-locale-fr: PKGSIZE changed from 33670 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/cpio/cpio-locale-ga: PKGSIZE changed from 19363 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/cpio/cpio-locale-gl: PKGSIZE changed from 15803 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/cpio/cpio-locale-hr: PKGSIZE changed from 30019 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/cpio/cpio-locale-hu: PKGSIZE changed from 33882 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/cpio/cpio-locale-id: PKGSIZE changed from 29844 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/cpio/cpio-locale-it: PKGSIZE changed from 30437 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/cpio/cpio-locale-ja: PKGSIZE changed from 35904 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/cpio/cpio-locale-ko: PKGSIZE changed from 33807 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/cpio/cpio-locale-nl: PKGSIZE changed from 32062 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/cpio/cpio-locale-pl: PKGSIZE changed from 32854 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/cpio/cpio-locale-pt-br: PKGSIZE changed from 32710 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/cpio/cpio-locale-pt: PKGSIZE changed from 31880 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/cpio/cpio-locale-ro: PKGSIZE changed from 3988 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/cpio/cpio-locale-ru: PKGSIZE changed from 39851 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/cpio/cpio-locale-sr: PKGSIZE changed from 41740 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/cpio/cpio-locale-sv: PKGSIZE changed from 31607 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/cpio/cpio-locale-tr: PKGSIZE changed from 30404 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/cpio/cpio-locale-uk: PKGSIZE changed from 42512 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/cpio/cpio-locale-vi: PKGSIZE changed from 35395 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/cpio/cpio-locale-zh-cn: PKGSIZE changed from 29722 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/cpio/cpio-locale-zh-tw: PKGSIZE changed from 14698 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/cpio/cpio-rmt: PKGSIZE changed from 34412 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/cpio/cpio-rmt: latest.pkg_postinst changed from "#!/bin/sh set -e update-alternatives --install /usr/sbin/rmt rmt /usr/sbin/rmt.cpio 50 " to "#!/bin/sh update-alternatives --install /usr/sbin/rmt rmt /usr/sbin/rmt.cpio 50 " packages/armv7vet2hf-neon-poky-linux-gnueabi/cpio/cpio-rmt: latest.pkg_prerm changed from "#!/bin/sh set -e update-alternatives --remove rmt /usr/sbin/rmt.cpio " to "#!/bin/sh update-alternatives --remove rmt /usr/sbin/rmt.cpio " packages/armv7vet2hf-neon-poky-linux-gnueabi/cpio/cpio-src: PKGSIZE changed from 904657 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/cpio/cpio: PKGSIZE changed from 109952 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/cpio/cpio: latest.pkg_postinst changed from "#!/bin/sh set -e update-alternatives --install /bin/cpio cpio /bin/cpio.cpio 100 " to "#!/bin/sh update-alternatives --install /bin/cpio cpio /bin/cpio.cpio 100 " packages/armv7vet2hf-neon-poky-linux-gnueabi/cpio/cpio: latest.pkg_prerm changed from "#!/bin/sh set -e update-alternatives --remove cpio /bin/cpio.cpio " to "#!/bin/sh update-alternatives --remove cpio /bin/cpio.cpio " packages/armv7vet2hf-neon-poky-linux-gnueabi/cronie/cronie-dbg: PKGSIZE changed from 391044 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/cronie/cronie-doc: PKGSIZE changed from 30141 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/cronie/cronie-src: PKGSIZE changed from 182150 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/cronie/cronie: PKGSIZE changed from 105394 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/cronie/cronie: latest.pkg_postinst changed from "#!/bin/sh set -e if true && type update-rc.d >/dev/null 2>/dev/null; then if [ -n "$D" ]; then OPT="-r $D" else OPT="-s" fi update-rc.d $OPT crond start 90 2 3 4 5 . stop 60 0 1 6 . fi " to "#!/bin/sh if true && type update-rc.d >/dev/null 2>/dev/null; then if [ -n "$D" ]; then OPT="-r $D" else OPT="-s" fi update-rc.d $OPT crond start 90 2 3 4 5 . stop 60 0 1 6 . fi " packages/armv7vet2hf-neon-poky-linux-gnueabi/cronie/cronie: latest.pkg_postrm changed from "#!/bin/sh set -e if true && type update-rc.d >/dev/null 2>/dev/null; then if [ -n "$D" ]; then OPT="-f -r $D" else OPT="-f" fi update-rc.d $OPT crond remove fi " to "#!/bin/sh if true && type update-rc.d >/dev/null 2>/dev/null; then if [ -n "$D" ]; then OPT="-f -r $D" else OPT="-f" fi update-rc.d $OPT crond remove fi " packages/armv7vet2hf-neon-poky-linux-gnueabi/cronie/cronie: latest.pkg_preinst changed from "#!/bin/sh set -e bbnote () { echo "NOTE: $*" } bbwarn () { echo "WARNING: $*" } bbfatal () { echo "ERROR: $*" exit 1 } perform_groupadd () { local rootdir="$1" local opts="$2" bbnote "cronie: Performing groupadd with [$opts]" local groupname=`echo "$opts" | awk '{ print $NF }'` local group_exists="`grep "^$groupname:" $rootdir/etc/group || true`" if test "x$group_exists" = "x"; then eval flock -x $rootdir/etc -c \"$PSEUDO groupadd \$opts\" || true group_exists="`grep "^$groupname:" $rootdir/etc/group || true`" if test "x$group_exists" = "x"; then bbfatal "cronie: groupadd command did not succeed." fi else bbnote "cronie: group $groupname already exists, not re-creating it" fi } perform_useradd () { local rootdir="$1" local opts="$2" bbnote "cronie: Performing useradd with [$opts]" local username=`echo "$opts" | awk '{ print $NF }'` local user_exists="`grep "^$username:" $rootdir/etc/passwd || true`" if test "x$user_exists" = "x"; then eval flock -x $rootdir/etc -c \"$PSEUDO useradd \$opts\" || true user_exists="`grep "^$username:" $rootdir/etc/passwd || true`" if test "x$user_exists" = "x"; then bbfatal "cronie: useradd command did not succeed." fi else bbnote "cronie: user $username already exists, not re-creating it" fi } perform_groupmems () { local rootdir="$1" local opts="$2" bbnote "cronie: Performing groupmems with [$opts]" local groupname=`echo "$opts" | awk '{ for (i = 1; i < NF; i++) if ($i == "-g" || $i == "--group") print $(i+1) }'` local username=`echo "$opts" | awk '{ for (i = 1; i < NF; i++) if ($i == "-a" || $i == "--add") print $(i+1) }'` bbnote "cronie: Running groupmems command with group $groupname and user $username" local mem_exists="`grep "^$groupname:[^:]*:[^:]*:\([^,]*,\)*$username\(,[^,]*\)*$" $rootdir/etc/group || true`" if test "x$mem_exists" = "x"; then eval flock -x $rootdir/etc -c \"$PSEUDO groupmems \$opts\" || true mem_exists="`grep "^$groupname:[^:]*:[^:]*:\([^,]*,\)*$username\(,[^,]*\)*$" $rootdir/etc/group || true`" if test "x$mem_exists" = "x"; then bbfatal "cronie: groupmems command did not succeed." fi else bbnote "cronie: group $groupname already contains $username, not re-adding it" fi } OPT="" SYSROOT="" if test "x$D" != "x"; then # Installing into a sysroot SYSROOT="$D" OPT="--root $D" # Make sure login.defs is there, this is to make debian package backend work # correctly while doing rootfs. # The problem here is that if /etc/login.defs is treated as a config file for # shadow package, then while performing preinsts for packages that depend on # shadow, there might only be /etc/login.def.dpkg-new there in root filesystem. if [ ! -e $D/etc/login.defs -a -e $D/etc/login.defs.dpkg-new ]; then cp $D/etc/login.defs.dpkg-new $D/etc/login.defs fi # user/group lookups should match useradd/groupadd --root export PSEUDO_PASSWD="$SYSROOT" fi # If we're not doing a special SSTATE/SYSROOT install # then set the values, otherwise use the environment if test "x$UA_SYSROOT" = "x"; then # Installing onto a target # Add groups and users defined only for this package GROUPADD_PARAM="--system crontab" USERADD_PARAM="${USERADD_PARAM}" GROUPMEMS_PARAM="${GROUPMEMS_PARAM}" fi # Perform group additions first, since user additions may depend # on these groups existing if test "x`echo $GROUPADD_PARAM | tr -d '[:space:]'`" != "x"; then echo "Running groupadd commands..." # Invoke multiple instances of groupadd for parameter lists # separated by ';' opts=`echo "$GROUPADD_PARAM" | cut -d ';' -f 1 | sed -e 's#[ \t]*$##'` remaining=`echo "$GROUPADD_PARAM" | cut -d ';' -f 2- | sed -e 's#[ \t]*$##'` while test "x$opts" != "x"; do perform_groupadd "$SYSROOT" "$OPT $opts" if test "x$opts" = "x$remaining"; then break fi opts=`echo "$remaining" | cut -d ';' -f 1 | sed -e 's#[ \t]*$##'` remaining=`echo "$remaining" | cut -d ';' -f 2- | sed -e 's#[ \t]*$##'` done fi if test "x`echo $USERADD_PARAM | tr -d '[:space:]'`" != "x"; then echo "Running useradd commands..." # Invoke multiple instances of useradd for parameter lists # separated by ';' opts=`echo "$USERADD_PARAM" | cut -d ';' -f 1 | sed -e 's#[ \t]*$##'` remaining=`echo "$USERADD_PARAM" | cut -d ';' -f 2- | sed -e 's#[ \t]*$##'` while test "x$opts" != "x"; do perform_useradd "$SYSROOT" "$OPT $opts" if test "x$opts" = "x$remaining"; then break fi opts=`echo "$remaining" | cut -d ';' -f 1 | sed -e 's#[ \t]*$##'` remaining=`echo "$remaining" | cut -d ';' -f 2- | sed -e 's#[ \t]*$##'` done fi if test "x`echo $GROUPMEMS_PARAM | tr -d '[:space:]'`" != "x"; then echo "Running groupmems commands..." # Invoke multiple instances of groupmems for parameter lists # separated by ';' opts=`echo "$GROUPMEMS_PARAM" | cut -d ';' -f 1 | sed -e 's#[ \t]*$##'` remaining=`echo "$GROUPMEMS_PARAM" | cut -d ';' -f 2- | sed -e 's#[ \t]*$##'` while test "x$opts" != "x"; do perform_groupmems "$SYSROOT" "$OPT $opts" if test "x$opts" = "x$remaining"; then break fi opts=`echo "$remaining" | cut -d ';' -f 1 | sed -e 's#[ \t]*$##'` remaining=`echo "$remaining" | cut -d ';' -f 2- | sed -e 's#[ \t]*$##'` done fi " to "#!/bin/sh bbnote () { echo "NOTE: $*" } bbwarn () { echo "WARNING: $*" } bbfatal () { echo "ERROR: $*" exit 1 } perform_groupadd () { local rootdir="$1" local opts="$2" bbnote "cronie: Performing groupadd with [$opts]" local groupname=`echo "$opts" | awk '{ print $NF }'` local group_exists="`grep "^$groupname:" $rootdir/etc/group || true`" if test "x$group_exists" = "x"; then eval flock -x $rootdir/etc -c \"$PSEUDO groupadd \$opts\" || true group_exists="`grep "^$groupname:" $rootdir/etc/group || true`" if test "x$group_exists" = "x"; then bbfatal "cronie: groupadd command did not succeed." fi else bbnote "cronie: group $groupname already exists, not re-creating it" fi } perform_useradd () { local rootdir="$1" local opts="$2" bbnote "cronie: Performing useradd with [$opts]" local username=`echo "$opts" | awk '{ print $NF }'` local user_exists="`grep "^$username:" $rootdir/etc/passwd || true`" if test "x$user_exists" = "x"; then eval flock -x $rootdir/etc -c \"$PSEUDO useradd \$opts\" || true user_exists="`grep "^$username:" $rootdir/etc/passwd || true`" if test "x$user_exists" = "x"; then bbfatal "cronie: useradd command did not succeed." fi else bbnote "cronie: user $username already exists, not re-creating it" fi } perform_groupmems () { local rootdir="$1" local opts="$2" bbnote "cronie: Performing groupmems with [$opts]" local groupname=`echo "$opts" | awk '{ for (i = 1; i < NF; i++) if ($i == "-g" || $i == "--group") print $(i+1) }'` local username=`echo "$opts" | awk '{ for (i = 1; i < NF; i++) if ($i == "-a" || $i == "--add") print $(i+1) }'` bbnote "cronie: Running groupmems command with group $groupname and user $username" local mem_exists="`grep "^$groupname:[^:]*:[^:]*:\([^,]*,\)*$username\(,[^,]*\)*$" $rootdir/etc/group || true`" if test "x$mem_exists" = "x"; then eval flock -x $rootdir/etc -c \"$PSEUDO groupmems \$opts\" || true mem_exists="`grep "^$groupname:[^:]*:[^:]*:\([^,]*,\)*$username\(,[^,]*\)*$" $rootdir/etc/group || true`" if test "x$mem_exists" = "x"; then bbfatal "cronie: groupmems command did not succeed." fi else bbnote "cronie: group $groupname already contains $username, not re-adding it" fi } OPT="" SYSROOT="" if test "x$D" != "x"; then # Installing into a sysroot SYSROOT="$D" OPT="--root $D" # Make sure login.defs is there, this is to make debian package backend work # correctly while doing rootfs. # The problem here is that if /etc/login.defs is treated as a config file for # shadow package, then while performing preinsts for packages that depend on # shadow, there might only be /etc/login.def.dpkg-new there in root filesystem. if [ ! -e $D/etc/login.defs -a -e $D/etc/login.defs.dpkg-new ]; then cp $D/etc/login.defs.dpkg-new $D/etc/login.defs fi # user/group lookups should match useradd/groupadd --root export PSEUDO_PASSWD="$SYSROOT" fi # If we're not doing a special SSTATE/SYSROOT install # then set the values, otherwise use the environment if test "x$UA_SYSROOT" = "x"; then # Installing onto a target # Add groups and users defined only for this package GROUPADD_PARAM="--system crontab" USERADD_PARAM="${USERADD_PARAM}" GROUPMEMS_PARAM="${GROUPMEMS_PARAM}" fi # Perform group additions first, since user additions may depend # on these groups existing if test "x`echo $GROUPADD_PARAM | tr -d '[:space:]'`" != "x"; then echo "Running groupadd commands..." # Invoke multiple instances of groupadd for parameter lists # separated by ';' opts=`echo "$GROUPADD_PARAM" | cut -d ';' -f 1 | sed -e 's#[ \t]*$##'` remaining=`echo "$GROUPADD_PARAM" | cut -d ';' -f 2- | sed -e 's#[ \t]*$##'` while test "x$opts" != "x"; do perform_groupadd "$SYSROOT" "$OPT $opts" if test "x$opts" = "x$remaining"; then break fi opts=`echo "$remaining" | cut -d ';' -f 1 | sed -e 's#[ \t]*$##'` remaining=`echo "$remaining" | cut -d ';' -f 2- | sed -e 's#[ \t]*$##'` done fi if test "x`echo $USERADD_PARAM | tr -d '[:space:]'`" != "x"; then echo "Running useradd commands..." # Invoke multiple instances of useradd for parameter lists # separated by ';' opts=`echo "$USERADD_PARAM" | cut -d ';' -f 1 | sed -e 's#[ \t]*$##'` remaining=`echo "$USERADD_PARAM" | cut -d ';' -f 2- | sed -e 's#[ \t]*$##'` while test "x$opts" != "x"; do perform_useradd "$SYSROOT" "$OPT $opts" if test "x$opts" = "x$remaining"; then break fi opts=`echo "$remaining" | cut -d ';' -f 1 | sed -e 's#[ \t]*$##'` remaining=`echo "$remaining" | cut -d ';' -f 2- | sed -e 's#[ \t]*$##'` done fi if test "x`echo $GROUPMEMS_PARAM | tr -d '[:space:]'`" != "x"; then echo "Running groupmems commands..." # Invoke multiple instances of groupmems for parameter lists # separated by ';' opts=`echo "$GROUPMEMS_PARAM" | cut -d ';' -f 1 | sed -e 's#[ \t]*$##'` remaining=`echo "$GROUPMEMS_PARAM" | cut -d ';' -f 2- | sed -e 's#[ \t]*$##'` while test "x$opts" != "x"; do perform_groupmems "$SYSROOT" "$OPT $opts" if test "x$opts" = "x$remaining"; then break fi opts=`echo "$remaining" | cut -d ';' -f 1 | sed -e 's#[ \t]*$##'` remaining=`echo "$remaining" | cut -d ';' -f 2- | sed -e 's#[ \t]*$##'` done fi " packages/armv7vet2hf-neon-poky-linux-gnueabi/cronie/cronie: latest.pkg_prerm changed from "#!/bin/sh set -e if true && [ -z "$D" -a -x "/etc/init.d/crond" ]; then /etc/init.d/crond stop || : fi " to "#!/bin/sh if true && [ -z "$D" -a -x "/etc/init.d/crond" ]; then /etc/init.d/crond stop || : fi " packages/armv7vet2hf-neon-poky-linux-gnueabi/curl/curl-dbg: PKGSIZE changed from 2899124 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/curl/curl-dev: PKGSIZE changed from 236234 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/curl/curl-doc: PKGSIZE changed from 1683846 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/curl/curl-src: PKGSIZE changed from 3646887 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/curl/curl: PKGSIZE changed from 120288 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/curl/libcurl: PKGSIZE changed from 309520 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/curl/libcurl: latest.pkg_postinst changed from "#!/bin/sh set -e if [ x"$D" = "x" ]; then if [ -x /sbin/ldconfig ]; then /sbin/ldconfig ; fi fi " to "#!/bin/sh if [ x"$D" = "x" ]; then if [ -x /sbin/ldconfig ]; then /sbin/ldconfig ; fi fi " packages/armv7vet2hf-neon-poky-linux-gnueabi/db/db-bin: PKGSIZE changed from 153584 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/db/db-cxx: PKGSIZE changed from 861800 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/db/db-cxx: latest.pkg_postinst changed from "#!/bin/sh set -e if [ x"$D" = "x" ]; then if [ -x /sbin/ldconfig ]; then /sbin/ldconfig ; fi fi " to "#!/bin/sh if [ x"$D" = "x" ]; then if [ -x /sbin/ldconfig ]; then /sbin/ldconfig ; fi fi " packages/armv7vet2hf-neon-poky-linux-gnueabi/db/db-dbg: PKGSIZE changed from 19892620 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/db/db-dev: PKGSIZE changed from 172196 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/db/db-doc: PKGSIZE changed from 86611793 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/db/db-src: PKGSIZE changed from 4250393 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/db/db: PKGSIZE changed from 767460 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/db/db: latest.pkg_postinst changed from "#!/bin/sh set -e if [ x"$D" = "x" ]; then if [ -x /sbin/ldconfig ]; then /sbin/ldconfig ; fi fi " to "#!/bin/sh if [ x"$D" = "x" ]; then if [ -x /sbin/ldconfig ]; then /sbin/ldconfig ; fi fi " packages/armv7vet2hf-neon-poky-linux-gnueabi/dbus-glib/dbus-glib-bash-completion: PKGSIZE changed from 22477 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/dbus-glib/dbus-glib-dbg: PKGSIZE changed from 760836 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/dbus-glib/dbus-glib-dev: PKGSIZE changed from 108974 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/dbus-glib/dbus-glib-doc: PKGSIZE changed from 8129 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/dbus-glib/dbus-glib-src: PKGSIZE changed from 594154 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/dbus-glib/dbus-glib: PKGSIZE changed from 99663 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/dbus-glib/dbus-glib: latest.pkg_postinst changed from "#!/bin/sh set -e if [ x"$D" = "x" ]; then if [ -x /sbin/ldconfig ]; then /sbin/ldconfig ; fi fi " to "#!/bin/sh if [ x"$D" = "x" ]; then if [ -x /sbin/ldconfig ]; then /sbin/ldconfig ; fi fi " packages/armv7vet2hf-neon-poky-linux-gnueabi/dbus-test/dbus-test-dbg: PKGSIZE changed from 6038016 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/dbus-test/dbus-test-ptest: PKGSIZE changed from 2501494 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/dbus-test/dbus-test-src: PKGSIZE changed from 3909060 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/dbus-wait/dbus-wait-dbg: PKGSIZE changed from 17684 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/dbus-wait/dbus-wait-src: PKGSIZE changed from 2884 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/dbus-wait/dbus-wait: PKGSIZE changed from 5512 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/dbus/dbus-common: PKGSIZE changed from 11112 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/dbus/dbus-common: latest.pkg_preinst changed from "#!/bin/sh set -e bbnote () { echo "NOTE: $*" } bbwarn () { echo "WARNING: $*" } bbfatal () { echo "ERROR: $*" exit 1 } perform_groupadd () { local rootdir="$1" local opts="$2" bbnote "dbus: Performing groupadd with [$opts]" local groupname=`echo "$opts" | awk '{ print $NF }'` local group_exists="`grep "^$groupname:" $rootdir/etc/group || true`" if test "x$group_exists" = "x"; then eval flock -x $rootdir/etc -c \"$PSEUDO groupadd \$opts\" || true group_exists="`grep "^$groupname:" $rootdir/etc/group || true`" if test "x$group_exists" = "x"; then bbfatal "dbus: groupadd command did not succeed." fi else bbnote "dbus: group $groupname already exists, not re-creating it" fi } perform_useradd () { local rootdir="$1" local opts="$2" bbnote "dbus: Performing useradd with [$opts]" local username=`echo "$opts" | awk '{ print $NF }'` local user_exists="`grep "^$username:" $rootdir/etc/passwd || true`" if test "x$user_exists" = "x"; then eval flock -x $rootdir/etc -c \"$PSEUDO useradd \$opts\" || true user_exists="`grep "^$username:" $rootdir/etc/passwd || true`" if test "x$user_exists" = "x"; then bbfatal "dbus: useradd command did not succeed." fi else bbnote "dbus: user $username already exists, not re-creating it" fi } perform_groupmems () { local rootdir="$1" local opts="$2" bbnote "dbus: Performing groupmems with [$opts]" local groupname=`echo "$opts" | awk '{ for (i = 1; i < NF; i++) if ($i == "-g" || $i == "--group") print $(i+1) }'` local username=`echo "$opts" | awk '{ for (i = 1; i < NF; i++) if ($i == "-a" || $i == "--add") print $(i+1) }'` bbnote "dbus: Running groupmems command with group $groupname and user $username" local mem_exists="`grep "^$groupname:[^:]*:[^:]*:\([^,]*,\)*$username\(,[^,]*\)*$" $rootdir/etc/group || true`" if test "x$mem_exists" = "x"; then eval flock -x $rootdir/etc -c \"$PSEUDO groupmems \$opts\" || true mem_exists="`grep "^$groupname:[^:]*:[^:]*:\([^,]*,\)*$username\(,[^,]*\)*$" $rootdir/etc/group || true`" if test "x$mem_exists" = "x"; then bbfatal "dbus: groupmems command did not succeed." fi else bbnote "dbus: group $groupname already contains $username, not re-adding it" fi } OPT="" SYSROOT="" if test "x$D" != "x"; then # Installing into a sysroot SYSROOT="$D" OPT="--root $D" # Make sure login.defs is there, this is to make debian package backend work # correctly while doing rootfs. # The problem here is that if /etc/login.defs is treated as a config file for # shadow package, then while performing preinsts for packages that depend on # shadow, there might only be /etc/login.def.dpkg-new there in root filesystem. if [ ! -e $D/etc/login.defs -a -e $D/etc/login.defs.dpkg-new ]; then cp $D/etc/login.defs.dpkg-new $D/etc/login.defs fi # user/group lookups should match useradd/groupadd --root export PSEUDO_PASSWD="$SYSROOT" fi # If we're not doing a special SSTATE/SYSROOT install # then set the values, otherwise use the environment if test "x$UA_SYSROOT" = "x"; then # Installing onto a target # Add groups and users defined only for this package GROUPADD_PARAM="${GROUPADD_PARAM}" USERADD_PARAM="--system --home /var/lib/dbus --no-create-home --shell /bin/false --user-group messagebus" GROUPMEMS_PARAM="${GROUPMEMS_PARAM}" fi # Perform group additions first, since user additions may depend # on these groups existing if test "x`echo $GROUPADD_PARAM | tr -d '[:space:]'`" != "x"; then echo "Running groupadd commands..." # Invoke multiple instances of groupadd for parameter lists # separated by ';' opts=`echo "$GROUPADD_PARAM" | cut -d ';' -f 1 | sed -e 's#[ \t]*$##'` remaining=`echo "$GROUPADD_PARAM" | cut -d ';' -f 2- | sed -e 's#[ \t]*$##'` while test "x$opts" != "x"; do perform_groupadd "$SYSROOT" "$OPT $opts" if test "x$opts" = "x$remaining"; then break fi opts=`echo "$remaining" | cut -d ';' -f 1 | sed -e 's#[ \t]*$##'` remaining=`echo "$remaining" | cut -d ';' -f 2- | sed -e 's#[ \t]*$##'` done fi if test "x`echo $USERADD_PARAM | tr -d '[:space:]'`" != "x"; then echo "Running useradd commands..." # Invoke multiple instances of useradd for parameter lists # separated by ';' opts=`echo "$USERADD_PARAM" | cut -d ';' -f 1 | sed -e 's#[ \t]*$##'` remaining=`echo "$USERADD_PARAM" | cut -d ';' -f 2- | sed -e 's#[ \t]*$##'` while test "x$opts" != "x"; do perform_useradd "$SYSROOT" "$OPT $opts" if test "x$opts" = "x$remaining"; then break fi opts=`echo "$remaining" | cut -d ';' -f 1 | sed -e 's#[ \t]*$##'` remaining=`echo "$remaining" | cut -d ';' -f 2- | sed -e 's#[ \t]*$##'` done fi if test "x`echo $GROUPMEMS_PARAM | tr -d '[:space:]'`" != "x"; then echo "Running groupmems commands..." # Invoke multiple instances of groupmems for parameter lists # separated by ';' opts=`echo "$GROUPMEMS_PARAM" | cut -d ';' -f 1 | sed -e 's#[ \t]*$##'` remaining=`echo "$GROUPMEMS_PARAM" | cut -d ';' -f 2- | sed -e 's#[ \t]*$##'` while test "x$opts" != "x"; do perform_groupmems "$SYSROOT" "$OPT $opts" if test "x$opts" = "x$remaining"; then break fi opts=`echo "$remaining" | cut -d ';' -f 1 | sed -e 's#[ \t]*$##'` remaining=`echo "$remaining" | cut -d ';' -f 2- | sed -e 's#[ \t]*$##'` done fi " to "#!/bin/sh bbnote () { echo "NOTE: $*" } bbwarn () { echo "WARNING: $*" } bbfatal () { echo "ERROR: $*" exit 1 } perform_groupadd () { local rootdir="$1" local opts="$2" bbnote "dbus: Performing groupadd with [$opts]" local groupname=`echo "$opts" | awk '{ print $NF }'` local group_exists="`grep "^$groupname:" $rootdir/etc/group || true`" if test "x$group_exists" = "x"; then eval flock -x $rootdir/etc -c \"$PSEUDO groupadd \$opts\" || true group_exists="`grep "^$groupname:" $rootdir/etc/group || true`" if test "x$group_exists" = "x"; then bbfatal "dbus: groupadd command did not succeed." fi else bbnote "dbus: group $groupname already exists, not re-creating it" fi } perform_useradd () { local rootdir="$1" local opts="$2" bbnote "dbus: Performing useradd with [$opts]" local username=`echo "$opts" | awk '{ print $NF }'` local user_exists="`grep "^$username:" $rootdir/etc/passwd || true`" if test "x$user_exists" = "x"; then eval flock -x $rootdir/etc -c \"$PSEUDO useradd \$opts\" || true user_exists="`grep "^$username:" $rootdir/etc/passwd || true`" if test "x$user_exists" = "x"; then bbfatal "dbus: useradd command did not succeed." fi else bbnote "dbus: user $username already exists, not re-creating it" fi } perform_groupmems () { local rootdir="$1" local opts="$2" bbnote "dbus: Performing groupmems with [$opts]" local groupname=`echo "$opts" | awk '{ for (i = 1; i < NF; i++) if ($i == "-g" || $i == "--group") print $(i+1) }'` local username=`echo "$opts" | awk '{ for (i = 1; i < NF; i++) if ($i == "-a" || $i == "--add") print $(i+1) }'` bbnote "dbus: Running groupmems command with group $groupname and user $username" local mem_exists="`grep "^$groupname:[^:]*:[^:]*:\([^,]*,\)*$username\(,[^,]*\)*$" $rootdir/etc/group || true`" if test "x$mem_exists" = "x"; then eval flock -x $rootdir/etc -c \"$PSEUDO groupmems \$opts\" || true mem_exists="`grep "^$groupname:[^:]*:[^:]*:\([^,]*,\)*$username\(,[^,]*\)*$" $rootdir/etc/group || true`" if test "x$mem_exists" = "x"; then bbfatal "dbus: groupmems command did not succeed." fi else bbnote "dbus: group $groupname already contains $username, not re-adding it" fi } OPT="" SYSROOT="" if test "x$D" != "x"; then # Installing into a sysroot SYSROOT="$D" OPT="--root $D" # Make sure login.defs is there, this is to make debian package backend work # correctly while doing rootfs. # The problem here is that if /etc/login.defs is treated as a config file for # shadow package, then while performing preinsts for packages that depend on # shadow, there might only be /etc/login.def.dpkg-new there in root filesystem. if [ ! -e $D/etc/login.defs -a -e $D/etc/login.defs.dpkg-new ]; then cp $D/etc/login.defs.dpkg-new $D/etc/login.defs fi # user/group lookups should match useradd/groupadd --root export PSEUDO_PASSWD="$SYSROOT" fi # If we're not doing a special SSTATE/SYSROOT install # then set the values, otherwise use the environment if test "x$UA_SYSROOT" = "x"; then # Installing onto a target # Add groups and users defined only for this package GROUPADD_PARAM="${GROUPADD_PARAM}" USERADD_PARAM="--system --home /var/lib/dbus --no-create-home --shell /bin/false --user-group messagebus" GROUPMEMS_PARAM="${GROUPMEMS_PARAM}" fi # Perform group additions first, since user additions may depend # on these groups existing if test "x`echo $GROUPADD_PARAM | tr -d '[:space:]'`" != "x"; then echo "Running groupadd commands..." # Invoke multiple instances of groupadd for parameter lists # separated by ';' opts=`echo "$GROUPADD_PARAM" | cut -d ';' -f 1 | sed -e 's#[ \t]*$##'` remaining=`echo "$GROUPADD_PARAM" | cut -d ';' -f 2- | sed -e 's#[ \t]*$##'` while test "x$opts" != "x"; do perform_groupadd "$SYSROOT" "$OPT $opts" if test "x$opts" = "x$remaining"; then break fi opts=`echo "$remaining" | cut -d ';' -f 1 | sed -e 's#[ \t]*$##'` remaining=`echo "$remaining" | cut -d ';' -f 2- | sed -e 's#[ \t]*$##'` done fi if test "x`echo $USERADD_PARAM | tr -d '[:space:]'`" != "x"; then echo "Running useradd commands..." # Invoke multiple instances of useradd for parameter lists # separated by ';' opts=`echo "$USERADD_PARAM" | cut -d ';' -f 1 | sed -e 's#[ \t]*$##'` remaining=`echo "$USERADD_PARAM" | cut -d ';' -f 2- | sed -e 's#[ \t]*$##'` while test "x$opts" != "x"; do perform_useradd "$SYSROOT" "$OPT $opts" if test "x$opts" = "x$remaining"; then break fi opts=`echo "$remaining" | cut -d ';' -f 1 | sed -e 's#[ \t]*$##'` remaining=`echo "$remaining" | cut -d ';' -f 2- | sed -e 's#[ \t]*$##'` done fi if test "x`echo $GROUPMEMS_PARAM | tr -d '[:space:]'`" != "x"; then echo "Running groupmems commands..." # Invoke multiple instances of groupmems for parameter lists # separated by ';' opts=`echo "$GROUPMEMS_PARAM" | cut -d ';' -f 1 | sed -e 's#[ \t]*$##'` remaining=`echo "$GROUPMEMS_PARAM" | cut -d ';' -f 2- | sed -e 's#[ \t]*$##'` while test "x$opts" != "x"; do perform_groupmems "$SYSROOT" "$OPT $opts" if test "x$opts" = "x$remaining"; then break fi opts=`echo "$remaining" | cut -d ';' -f 1 | sed -e 's#[ \t]*$##'` remaining=`echo "$remaining" | cut -d ';' -f 2- | sed -e 's#[ \t]*$##'` done fi " packages/armv7vet2hf-neon-poky-linux-gnueabi/dbus/dbus-dbg: PKGSIZE changed from 2046856 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/dbus/dbus-dev: PKGSIZE changed from 144875 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/dbus/dbus-doc: PKGSIZE changed from 120931 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/dbus/dbus-lib: PKGSIZE changed from 202200 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/dbus/dbus-lib: latest.pkg_postinst changed from "#!/bin/sh set -e if [ x"$D" = "x" ]; then if [ -x /sbin/ldconfig ]; then /sbin/ldconfig ; fi fi " to "#!/bin/sh if [ x"$D" = "x" ]; then if [ -x /sbin/ldconfig ]; then /sbin/ldconfig ; fi fi " packages/armv7vet2hf-neon-poky-linux-gnueabi/dbus/dbus-src: PKGSIZE changed from 3466429 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/dbus/dbus-tools: PKGSIZE changed from 50756 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/dbus/dbus: PKGSIZE changed from 215525 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/dbus/dbus: latest.pkg_postinst changed from "set -e # If both systemd and sysvinit are enabled, mask the dbus-1 init script if false; then if [ -n "$D" ]; then OPTS="--root=$D" fi systemctl $OPTS mask dbus-1.service fi if [ -z "$D" ] && [ -e /etc/init.d/populate-volatile.sh ] ; then /etc/init.d/populate-volatile.sh update fi if true && type update-rc.d >/dev/null 2>/dev/null; then if [ -n "$D" ]; then OPT="-r $D" else OPT="-s" fi update-rc.d $OPT dbus-1 start 02 5 3 2 . stop 20 0 1 6 . fi " to " # If both systemd and sysvinit are enabled, mask the dbus-1 init script if false; then if [ -n "$D" ]; then OPTS="--root=$D" fi systemctl $OPTS mask dbus-1.service fi if [ -z "$D" ] && [ -e /etc/init.d/populate-volatile.sh ] ; then /etc/init.d/populate-volatile.sh update fi if true && type update-rc.d >/dev/null 2>/dev/null; then if [ -n "$D" ]; then OPT="-r $D" else OPT="-s" fi update-rc.d $OPT dbus-1 start 02 5 3 2 . stop 20 0 1 6 . fi " packages/armv7vet2hf-neon-poky-linux-gnueabi/dbus/dbus: latest.pkg_postrm changed from "#!/bin/sh set -e if true && type update-rc.d >/dev/null 2>/dev/null; then if [ -n "$D" ]; then OPT="-f -r $D" else OPT="-f" fi update-rc.d $OPT dbus-1 remove fi " to "#!/bin/sh if true && type update-rc.d >/dev/null 2>/dev/null; then if [ -n "$D" ]; then OPT="-f -r $D" else OPT="-f" fi update-rc.d $OPT dbus-1 remove fi " packages/armv7vet2hf-neon-poky-linux-gnueabi/dbus/dbus: latest.pkg_prerm changed from "#!/bin/sh set -e if true && [ -z "$D" -a -x "/etc/init.d/dbus-1" ]; then /etc/init.d/dbus-1 stop || : fi " to "#!/bin/sh if true && [ -z "$D" -a -x "/etc/init.d/dbus-1" ]; then /etc/init.d/dbus-1 stop || : fi " packages/armv7vet2hf-neon-poky-linux-gnueabi/desktop-file-utils/desktop-file-utils-dbg: PKGSIZE changed from 248384 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/desktop-file-utils/desktop-file-utils-doc: PKGSIZE changed from 11135 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/desktop-file-utils/desktop-file-utils-src: PKGSIZE changed from 178777 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/desktop-file-utils/desktop-file-utils: PKGSIZE changed from 121788 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/diffstat/diffstat-dbg: PKGSIZE changed from 126244 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/diffstat/diffstat-doc: PKGSIZE changed from 9069 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/diffstat/diffstat-ptest: PKGSIZE changed from 558757 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/diffstat/diffstat-src: PKGSIZE changed from 85056 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/diffstat/diffstat: PKGSIZE changed from 34272 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/diffutils/diffutils-dbg: PKGSIZE changed from 1209408 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/diffutils/diffutils-doc: PKGSIZE changed from 234744 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/diffutils/diffutils-locale-bg: PKGSIZE changed from 47696 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/diffutils/diffutils-locale-ca: PKGSIZE changed from 7966 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/diffutils/diffutils-locale-cs: PKGSIZE changed from 36309 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/diffutils/diffutils-locale-da: PKGSIZE changed from 33980 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/diffutils/diffutils-locale-de: PKGSIZE changed from 37425 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/diffutils/diffutils-locale-el: PKGSIZE changed from 42819 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/diffutils/diffutils-locale-eo: PKGSIZE changed from 33761 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/diffutils/diffutils-locale-es: PKGSIZE changed from 32989 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/diffutils/diffutils-locale-fi: PKGSIZE changed from 14793 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/diffutils/diffutils-locale-fr: PKGSIZE changed from 37285 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/diffutils/diffutils-locale-ga: PKGSIZE changed from 7745 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/diffutils/diffutils-locale-gl: PKGSIZE changed from 10214 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/diffutils/diffutils-locale-he: PKGSIZE changed from 6171 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/diffutils/diffutils-locale-hr: PKGSIZE changed from 14678 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/diffutils/diffutils-locale-hu: PKGSIZE changed from 36817 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/diffutils/diffutils-locale-id: PKGSIZE changed from 29485 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/diffutils/diffutils-locale-it: PKGSIZE changed from 33398 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/diffutils/diffutils-locale-ja: PKGSIZE changed from 30486 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/diffutils/diffutils-locale-lv: PKGSIZE changed from 31456 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/diffutils/diffutils-locale-ms: PKGSIZE changed from 11399 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/diffutils/diffutils-locale-nb: PKGSIZE changed from 34846 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/diffutils/diffutils-locale-nl: PKGSIZE changed from 36740 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/diffutils/diffutils-locale-pl: PKGSIZE changed from 35264 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/diffutils/diffutils-locale-pt-br: PKGSIZE changed from 37279 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/diffutils/diffutils-locale-pt: PKGSIZE changed from 35108 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/diffutils/diffutils-locale-ro: PKGSIZE changed from 6531 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/diffutils/diffutils-locale-ru: PKGSIZE changed from 44369 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/diffutils/diffutils-locale-sr: PKGSIZE changed from 41669 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/diffutils/diffutils-locale-sv: PKGSIZE changed from 34505 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/diffutils/diffutils-locale-tr: PKGSIZE changed from 36027 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/diffutils/diffutils-locale-uk: PKGSIZE changed from 45459 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/diffutils/diffutils-locale-vi: PKGSIZE changed from 39054 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/diffutils/diffutils-locale-zh-cn: PKGSIZE changed from 34962 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/diffutils/diffutils-locale-zh-tw: PKGSIZE changed from 7714 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/diffutils/diffutils-ptest: PKGSIZE changed from 234350 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/diffutils/diffutils-src: PKGSIZE changed from 1495626 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/diffutils/diffutils: PKGSIZE changed from 231448 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/diffutils/diffutils: latest.pkg_postinst changed from "#!/bin/sh set -e update-alternatives --install /usr/bin/diff diff /usr/bin/diff.diffutils 100 update-alternatives --install /usr/bin/cmp cmp /usr/bin/cmp.diffutils 100 " to "#!/bin/sh update-alternatives --install /usr/bin/diff diff /usr/bin/diff.diffutils 100 update-alternatives --install /usr/bin/cmp cmp /usr/bin/cmp.diffutils 100 " packages/armv7vet2hf-neon-poky-linux-gnueabi/diffutils/diffutils: latest.pkg_prerm changed from "#!/bin/sh set -e update-alternatives --remove diff /usr/bin/diff.diffutils update-alternatives --remove cmp /usr/bin/cmp.diffutils " to "#!/bin/sh update-alternatives --remove diff /usr/bin/diff.diffutils update-alternatives --remove cmp /usr/bin/cmp.diffutils " packages/armv7vet2hf-neon-poky-linux-gnueabi/dnf/dnf-bash-completion: PKGSIZE changed from 10230 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/dnf/dnf-locale-ar: PKGSIZE changed from 2330 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/dnf/dnf-locale-bg: PKGSIZE changed from 50125 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/dnf/dnf-locale-bn-in: PKGSIZE changed from 485 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/dnf/dnf-locale-ca: PKGSIZE changed from 50446 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/dnf/dnf-locale-cs: PKGSIZE changed from 50929 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/dnf/dnf-locale-da: PKGSIZE changed from 84167 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/dnf/dnf-locale-de: PKGSIZE changed from 60774 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/dnf/dnf-locale-el: PKGSIZE changed from 743 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/dnf/dnf-locale-en-gb: PKGSIZE changed from 24006 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/dnf/dnf-locale-eo: PKGSIZE changed from 38869 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/dnf/dnf-locale-es: PKGSIZE changed from 81444 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/dnf/dnf-locale-eu: PKGSIZE changed from 22499 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/dnf/dnf-locale-fa: PKGSIZE changed from 7431 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/dnf/dnf-locale-fi: PKGSIZE changed from 90513 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/dnf/dnf-locale-fil: PKGSIZE changed from 10274 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/dnf/dnf-locale-fr: PKGSIZE changed from 94771 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/dnf/dnf-locale-fur: PKGSIZE changed from 67939 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/dnf/dnf-locale-gd: PKGSIZE changed from 415 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/dnf/dnf-locale-gu: PKGSIZE changed from 6582 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/dnf/dnf-locale-he: PKGSIZE changed from 3285 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/dnf/dnf-locale-hi: PKGSIZE changed from 416 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/dnf/dnf-locale-hr: PKGSIZE changed from 473 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/dnf/dnf-locale-hu: PKGSIZE changed from 83040 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/dnf/dnf-locale-id: PKGSIZE changed from 15783 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/dnf/dnf-locale-it: PKGSIZE changed from 57126 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/dnf/dnf-locale-ja: PKGSIZE changed from 90245 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/dnf/dnf-locale-ka: PKGSIZE changed from 8315 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/dnf/dnf-locale-kk: PKGSIZE changed from 9425 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/dnf/dnf-locale-ko: PKGSIZE changed from 92259 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/dnf/dnf-locale-lt: PKGSIZE changed from 31388 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/dnf/dnf-locale-ml: PKGSIZE changed from 2067 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/dnf/dnf-locale-mr: PKGSIZE changed from 5169 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/dnf/dnf-locale-ms: PKGSIZE changed from 3409 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/dnf/dnf-locale-nb: PKGSIZE changed from 6498 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/dnf/dnf-locale-nl: PKGSIZE changed from 88934 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/dnf/dnf-locale-or: PKGSIZE changed from 456 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/dnf/dnf-locale-pa: PKGSIZE changed from 55881 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/dnf/dnf-locale-pl: PKGSIZE changed from 93648 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/dnf/dnf-locale-pt-br: PKGSIZE changed from 85646 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/dnf/dnf-locale-pt: PKGSIZE changed from 35666 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/dnf/dnf-locale-ru: PKGSIZE changed from 116013 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/dnf/dnf-locale-si: PKGSIZE changed from 361 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/dnf/dnf-locale-sk: PKGSIZE changed from 20325 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/dnf/dnf-locale-sq: PKGSIZE changed from 2162 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/dnf/dnf-locale-sr+latin: PKGSIZE changed from 6548 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/dnf/dnf-locale-sr: PKGSIZE changed from 41411 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/dnf/dnf-locale-sv: PKGSIZE changed from 88385 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/dnf/dnf-locale-th: PKGSIZE changed from 5782 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/dnf/dnf-locale-tr: PKGSIZE changed from 90180 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/dnf/dnf-locale-uk: PKGSIZE changed from 118138 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/dnf/dnf-locale-ur: PKGSIZE changed from 415 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/dnf/dnf-locale-vi: PKGSIZE changed from 357 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/dnf/dnf-locale-zh-cn: PKGSIZE changed from 82255 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/dnf/dnf-locale-zh-tw: PKGSIZE changed from 73878 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/dnf/dnf: PKGSIZE changed from 936274 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/dosfstools/dosfstools-dbg: PKGSIZE changed from 423096 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/dosfstools/dosfstools-doc: PKGSIZE changed from 266793 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/dosfstools/dosfstools-src: PKGSIZE changed from 267273 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/dosfstools/dosfstools: PKGSIZE changed from 131952 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/dosfstools/dosfstools: latest.pkg_postinst changed from "#!/bin/sh set -e update-alternatives --install /usr/sbin/mkfs.vfat mkfs.vfat /usr/sbin/mkfs.vfat.dosfstools 100 " to "#!/bin/sh update-alternatives --install /usr/sbin/mkfs.vfat mkfs.vfat /usr/sbin/mkfs.vfat.dosfstools 100 " packages/armv7vet2hf-neon-poky-linux-gnueabi/dosfstools/dosfstools: latest.pkg_prerm changed from "#!/bin/sh set -e update-alternatives --remove mkfs.vfat /usr/sbin/mkfs.vfat.dosfstools " to "#!/bin/sh update-alternatives --remove mkfs.vfat /usr/sbin/mkfs.vfat.dosfstools " packages/armv7vet2hf-neon-poky-linux-gnueabi/dropbear/dropbear-dbg: PKGSIZE changed from 1468708 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/dropbear/dropbear-src: PKGSIZE changed from 1418149 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/dropbear/dropbear: PKGSIZE changed from 213276 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/dropbear/dropbear: latest.pkg_postinst changed from "#!/bin/sh set -e update-alternatives --install /usr/bin/scp scp /usr/sbin/dropbearmulti 20 update-alternatives --install /usr/bin/ssh ssh /usr/sbin/dropbearmulti 20 if true && type update-rc.d >/dev/null 2>/dev/null; then if [ -n "$D" ]; then OPT="-r $D" else OPT="-s" fi update-rc.d $OPT dropbear defaults 10 fi " to "#!/bin/sh update-alternatives --install /usr/bin/scp scp /usr/sbin/dropbearmulti 20 update-alternatives --install /usr/bin/ssh ssh /usr/sbin/dropbearmulti 20 if true && type update-rc.d >/dev/null 2>/dev/null; then if [ -n "$D" ]; then OPT="-r $D" else OPT="-s" fi update-rc.d $OPT dropbear defaults 10 fi " packages/armv7vet2hf-neon-poky-linux-gnueabi/dropbear/dropbear: latest.pkg_postrm changed from "#!/bin/sh set -e if true && type update-rc.d >/dev/null 2>/dev/null; then if [ -n "$D" ]; then OPT="-f -r $D" else OPT="-f" fi update-rc.d $OPT dropbear remove fi if [ -f "/etc/dropbear/dropbear_rsa_host_key" ]; then rm /etc/dropbear/dropbear_rsa_host_key fi if [ -f "/etc/dropbear/dropbear_dss_host_key" ]; then rm /etc/dropbear/dropbear_dss_host_key fi " to "#!/bin/sh if true && type update-rc.d >/dev/null 2>/dev/null; then if [ -n "$D" ]; then OPT="-f -r $D" else OPT="-f" fi update-rc.d $OPT dropbear remove fi " packages/armv7vet2hf-neon-poky-linux-gnueabi/dropbear/dropbear: latest.pkg_prerm changed from "#!/bin/sh set -e update-alternatives --remove scp /usr/sbin/dropbearmulti update-alternatives --remove ssh /usr/sbin/dropbearmulti if true && [ -z "$D" -a -x "/etc/init.d/dropbear" ]; then /etc/init.d/dropbear stop || : fi " to "#!/bin/sh update-alternatives --remove scp /usr/sbin/dropbearmulti update-alternatives --remove ssh /usr/sbin/dropbearmulti if true && [ -z "$D" -a -x "/etc/init.d/dropbear" ]; then /etc/init.d/dropbear stop || : fi " packages/armv7vet2hf-neon-poky-linux-gnueabi/e2fsprogs/e2fsprogs-badblocks: PKGSIZE changed from 21908 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/e2fsprogs/e2fsprogs-dbg: PKGSIZE changed from 5322012 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/e2fsprogs/e2fsprogs-dev: PKGSIZE changed from 209963 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/e2fsprogs/e2fsprogs-doc: PKGSIZE changed from 226240 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/e2fsprogs/e2fsprogs-doc: latest.pkg_postinst changed from "#!/bin/sh set -e update-alternatives --install /usr/share/man/man8/fsck.8 fsck.8 /usr/share/man/man8/fsck.8.e2fsprogs 100 " to "#!/bin/sh update-alternatives --install /usr/share/man/man8/fsck.8 fsck.8 /usr/share/man/man8/fsck.8.e2fsprogs 100 " packages/armv7vet2hf-neon-poky-linux-gnueabi/e2fsprogs/e2fsprogs-doc: latest.pkg_prerm changed from "#!/bin/sh set -e update-alternatives --remove fsck.8 /usr/share/man/man8/fsck.8.e2fsprogs " to "#!/bin/sh update-alternatives --remove fsck.8 /usr/share/man/man8/fsck.8.e2fsprogs " packages/armv7vet2hf-neon-poky-linux-gnueabi/e2fsprogs/e2fsprogs-dumpe2fs: PKGSIZE changed from 21900 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/e2fsprogs/e2fsprogs-e2fsck: PKGSIZE changed from 238920 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/e2fsprogs/e2fsprogs-e2scrub: PKGSIZE changed from 12691 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/e2fsprogs/e2fsprogs-locale-ca: PKGSIZE changed from 138601 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/e2fsprogs/e2fsprogs-locale-cs: PKGSIZE changed from 185139 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/e2fsprogs/e2fsprogs-locale-da: PKGSIZE changed from 139811 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/e2fsprogs/e2fsprogs-locale-de: PKGSIZE changed from 175279 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/e2fsprogs/e2fsprogs-locale-eo: PKGSIZE changed from 87698 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/e2fsprogs/e2fsprogs-locale-es: PKGSIZE changed from 190454 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/e2fsprogs/e2fsprogs-locale-fi: PKGSIZE changed from 20780 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/e2fsprogs/e2fsprogs-locale-fr: PKGSIZE changed from 186220 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/e2fsprogs/e2fsprogs-locale-hu: PKGSIZE changed from 172645 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/e2fsprogs/e2fsprogs-locale-id: PKGSIZE changed from 79670 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/e2fsprogs/e2fsprogs-locale-it: PKGSIZE changed from 55778 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/e2fsprogs/e2fsprogs-locale-ms: PKGSIZE changed from 24784 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/e2fsprogs/e2fsprogs-locale-nl: PKGSIZE changed from 173701 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/e2fsprogs/e2fsprogs-locale-pl: PKGSIZE changed from 181725 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/e2fsprogs/e2fsprogs-locale-pt: PKGSIZE changed from 180239 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/e2fsprogs/e2fsprogs-locale-sr: PKGSIZE changed from 234646 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/e2fsprogs/e2fsprogs-locale-sv: PKGSIZE changed from 176986 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/e2fsprogs/e2fsprogs-locale-tr: PKGSIZE changed from 69401 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/e2fsprogs/e2fsprogs-locale-uk: PKGSIZE changed from 245146 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/e2fsprogs/e2fsprogs-locale-vi: PKGSIZE changed from 185884 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/e2fsprogs/e2fsprogs-locale-zh-cn: PKGSIZE changed from 154948 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/e2fsprogs/e2fsprogs-mke2fs: PKGSIZE changed from 104812 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/e2fsprogs/e2fsprogs-mke2fs: latest.pkg_postinst changed from "#!/bin/sh set -e update-alternatives --install /sbin/mke2fs mke2fs /sbin/mke2fs.e2fsprogs 100 update-alternatives --install /sbin/mkfs.ext2 mkfs.ext2 /sbin/mkfs.ext2.e2fsprogs 100 " to "#!/bin/sh update-alternatives --install /sbin/mke2fs mke2fs /sbin/mke2fs.e2fsprogs 100 update-alternatives --install /sbin/mkfs.ext2 mkfs.ext2 /sbin/mkfs.ext2.e2fsprogs 100 " packages/armv7vet2hf-neon-poky-linux-gnueabi/e2fsprogs/e2fsprogs-mke2fs: latest.pkg_prerm changed from "#!/bin/sh set -e update-alternatives --remove mke2fs /sbin/mke2fs.e2fsprogs update-alternatives --remove mkfs.ext2 /sbin/mkfs.ext2.e2fsprogs " to "#!/bin/sh update-alternatives --remove mke2fs /sbin/mke2fs.e2fsprogs update-alternatives --remove mkfs.ext2 /sbin/mkfs.ext2.e2fsprogs " packages/armv7vet2hf-neon-poky-linux-gnueabi/e2fsprogs/e2fsprogs-ptest: PKGSIZE changed from 16640295 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/e2fsprogs/e2fsprogs-resize2fs: PKGSIZE changed from 46472 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/e2fsprogs/e2fsprogs-src: PKGSIZE changed from 3658754 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/e2fsprogs/e2fsprogs-staticdev: PKGSIZE changed from 3038300 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/e2fsprogs/e2fsprogs-tune2fs: PKGSIZE changed from 79376 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/e2fsprogs/e2fsprogs-tune2fs: latest.pkg_postinst changed from "#!/bin/sh set -e update-alternatives --install /sbin/tune2fs tune2fs /sbin/tune2fs.e2fsprogs 100 " to "#!/bin/sh update-alternatives --install /sbin/tune2fs tune2fs /sbin/tune2fs.e2fsprogs 100 " packages/armv7vet2hf-neon-poky-linux-gnueabi/e2fsprogs/e2fsprogs-tune2fs: latest.pkg_prerm changed from "#!/bin/sh set -e update-alternatives --remove tune2fs /sbin/tune2fs.e2fsprogs " to "#!/bin/sh update-alternatives --remove tune2fs /sbin/tune2fs.e2fsprogs " packages/armv7vet2hf-neon-poky-linux-gnueabi/e2fsprogs/e2fsprogs: PKGSIZE changed from 323657 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/e2fsprogs/e2fsprogs: latest.pkg_postinst changed from "#!/bin/sh set -e update-alternatives --install /bin/chattr chattr /bin/chattr.e2fsprogs 100 " to "#!/bin/sh update-alternatives --install /bin/chattr chattr /bin/chattr.e2fsprogs 100 " packages/armv7vet2hf-neon-poky-linux-gnueabi/e2fsprogs/e2fsprogs: latest.pkg_prerm changed from "#!/bin/sh set -e update-alternatives --remove chattr /bin/chattr.e2fsprogs " to "#!/bin/sh update-alternatives --remove chattr /bin/chattr.e2fsprogs " packages/armv7vet2hf-neon-poky-linux-gnueabi/e2fsprogs/libcomerr: PKGSIZE changed from 9525 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/e2fsprogs/libcomerr: latest.pkg_postinst changed from "#!/bin/sh set -e if [ x"$D" = "x" ]; then if [ -x /sbin/ldconfig ]; then /sbin/ldconfig ; fi fi " to "#!/bin/sh if [ x"$D" = "x" ]; then if [ -x /sbin/ldconfig ]; then /sbin/ldconfig ; fi fi " packages/armv7vet2hf-neon-poky-linux-gnueabi/e2fsprogs/libe2p: PKGSIZE changed from 27005 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/e2fsprogs/libe2p: latest.pkg_postinst changed from "#!/bin/sh set -e if [ x"$D" = "x" ]; then if [ -x /sbin/ldconfig ]; then /sbin/ldconfig ; fi fi " to "#!/bin/sh if [ x"$D" = "x" ]; then if [ -x /sbin/ldconfig ]; then /sbin/ldconfig ; fi fi " packages/armv7vet2hf-neon-poky-linux-gnueabi/e2fsprogs/libext2fs: PKGSIZE changed from 315192 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/e2fsprogs/libext2fs: latest.pkg_postinst changed from "#!/bin/sh set -e if [ x"$D" = "x" ]; then if [ -x /sbin/ldconfig ]; then /sbin/ldconfig ; fi fi " to "#!/bin/sh if [ x"$D" = "x" ]; then if [ -x /sbin/ldconfig ]; then /sbin/ldconfig ; fi fi " packages/armv7vet2hf-neon-poky-linux-gnueabi/e2fsprogs/libss: PKGSIZE changed from 17716 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/e2fsprogs/libss: latest.pkg_postinst changed from "#!/bin/sh set -e if [ x"$D" = "x" ]; then if [ -x /sbin/ldconfig ]; then /sbin/ldconfig ; fi fi " to "#!/bin/sh if [ x"$D" = "x" ]; then if [ -x /sbin/ldconfig ]; then /sbin/ldconfig ; fi fi " packages/armv7vet2hf-neon-poky-linux-gnueabi/ed/ed-dbg: PKGSIZE changed from 141428 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/ed/ed-doc: PKGSIZE changed from 68702 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/ed/ed-src: PKGSIZE changed from 101235 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/ed/ed: PKGSIZE changed from 34437 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/elfutils/elfutils-binutils: PKGSIZE changed from 880776 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/elfutils/elfutils-dbg: PKGSIZE changed from 28053008 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/elfutils/elfutils-dev: PKGSIZE changed from 212166 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/elfutils/elfutils-doc: PKGSIZE changed from 61822 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/elfutils/elfutils-locale-de: PKGSIZE changed from 17890 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/elfutils/elfutils-locale-en+boldquot: PKGSIZE changed from 156548 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/elfutils/elfutils-locale-en+quot: PKGSIZE changed from 154720 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/elfutils/elfutils-locale-es: PKGSIZE changed from 107373 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/elfutils/elfutils-locale-ja: PKGSIZE changed from 57859 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/elfutils/elfutils-locale-pl: PKGSIZE changed from 167391 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/elfutils/elfutils-locale-uk: PKGSIZE changed from 195958 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/elfutils/elfutils-ptest: PKGSIZE changed from 41073681 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/elfutils/elfutils-src: PKGSIZE changed from 4658711 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/elfutils/elfutils-staticdev: PKGSIZE changed from 9408620 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/elfutils/elfutils: PKGSIZE changed from 1040920 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/elfutils/libasm: PKGSIZE changed from 21967 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/elfutils/libasm: latest.pkg_postinst changed from "#!/bin/sh set -e if [ x"$D" = "x" ]; then if [ -x /sbin/ldconfig ]; then /sbin/ldconfig ; fi fi " to "#!/bin/sh if [ x"$D" = "x" ]; then if [ -x /sbin/ldconfig ]; then /sbin/ldconfig ; fi fi " packages/armv7vet2hf-neon-poky-linux-gnueabi/elfutils/libdebuginfod: PKGSIZE changed from 17734 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/elfutils/libdebuginfod: latest.pkg_postinst changed from "#!/bin/sh set -e if [ x"$D" = "x" ]; then if [ -x /sbin/ldconfig ]; then /sbin/ldconfig ; fi fi " to "#!/bin/sh if [ x"$D" = "x" ]; then if [ -x /sbin/ldconfig ]; then /sbin/ldconfig ; fi fi " packages/armv7vet2hf-neon-poky-linux-gnueabi/elfutils/libdw: PKGSIZE changed from 411778 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/elfutils/libdw: latest.pkg_postinst changed from "#!/bin/sh set -e if [ x"$D" = "x" ]; then if [ -x /sbin/ldconfig ]; then /sbin/ldconfig ; fi fi " to "#!/bin/sh if [ x"$D" = "x" ]; then if [ -x /sbin/ldconfig ]; then /sbin/ldconfig ; fi fi " packages/armv7vet2hf-neon-poky-linux-gnueabi/elfutils/libelf: PKGSIZE changed from 62923 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/elfutils/libelf: latest.pkg_postinst changed from "#!/bin/sh set -e if [ x"$D" = "x" ]; then if [ -x /sbin/ldconfig ]; then /sbin/ldconfig ; fi fi " to "#!/bin/sh if [ x"$D" = "x" ]; then if [ -x /sbin/ldconfig ]; then /sbin/ldconfig ; fi fi " packages/armv7vet2hf-neon-poky-linux-gnueabi/ell/ell-dbg: PKGSIZE changed from 1440428 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/ell/ell-dev: PKGSIZE changed from 136835 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/ell/ell-src: PKGSIZE changed from 1289246 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/ell/ell: PKGSIZE changed from 277591 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/ell/ell: latest.pkg_postinst changed from "#!/bin/sh set -e if [ x"$D" = "x" ]; then if [ -x /sbin/ldconfig ]; then /sbin/ldconfig ; fi fi " to "#!/bin/sh if [ x"$D" = "x" ]; then if [ -x /sbin/ldconfig ]; then /sbin/ldconfig ; fi fi " packages/armv7vet2hf-neon-poky-linux-gnueabi/eudev/eudev-dbg: PKGSIZE changed from 3871772 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/eudev/eudev-dev: PKGSIZE changed from 19934 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/eudev/eudev-hwdb: PKGSIZE changed from 6682956 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/eudev/eudev-hwdb: latest.pkg_postinst changed from "set -e if test -n "$D"; then $INTERCEPT_DIR/postinst_intercept update_udev_hwdb eudev-hwdb mlprefix= binprefix= else udevadm hwdb --update fi " to "if test -n "$D"; then $INTERCEPT_DIR/postinst_intercept update_udev_hwdb eudev-hwdb mlprefix= binprefix= else udevadm hwdb --update fi " packages/armv7vet2hf-neon-poky-linux-gnueabi/eudev/eudev-hwdb: latest.pkg_prerm changed from "set -e rm -f $D/etc/udev/hwdb.bin " to "rm -f $D/etc/udev/hwdb.bin " packages/armv7vet2hf-neon-poky-linux-gnueabi/eudev/eudev-src: PKGSIZE changed from 1220437 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/eudev/eudev: PKGSIZE changed from 775638 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/eudev/eudev: latest.pkg_postinst changed from "#!/bin/sh set -e if true && type update-rc.d >/dev/null 2>/dev/null; then if [ -n "$D" ]; then OPT="-r $D" else OPT="-s" fi update-rc.d $OPT udev start 04 S . fi " to "#!/bin/sh if true && type update-rc.d >/dev/null 2>/dev/null; then if [ -n "$D" ]; then OPT="-r $D" else OPT="-s" fi update-rc.d $OPT udev start 04 S . fi " packages/armv7vet2hf-neon-poky-linux-gnueabi/eudev/eudev: latest.pkg_postrm changed from "#!/bin/sh set -e if true && type update-rc.d >/dev/null 2>/dev/null; then if [ -n "$D" ]; then OPT="-f -r $D" else OPT="-f" fi update-rc.d $OPT udev remove fi " to "#!/bin/sh if true && type update-rc.d >/dev/null 2>/dev/null; then if [ -n "$D" ]; then OPT="-f -r $D" else OPT="-f" fi update-rc.d $OPT udev remove fi " packages/armv7vet2hf-neon-poky-linux-gnueabi/eudev/eudev: latest.pkg_prerm changed from "#!/bin/sh set -e if true && [ -z "$D" -a -x "/etc/init.d/udev" ]; then /etc/init.d/udev stop || : fi " to "#!/bin/sh if true && [ -z "$D" -a -x "/etc/init.d/udev" ]; then /etc/init.d/udev stop || : fi " packages/armv7vet2hf-neon-poky-linux-gnueabi/eudev/libudev: PKGSIZE changed from 91704 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/eudev/libudev: latest.pkg_postinst changed from "#!/bin/sh set -e if [ x"$D" = "x" ]; then if [ -x /sbin/ldconfig ]; then /sbin/ldconfig ; fi fi " to "#!/bin/sh if [ x"$D" = "x" ]; then if [ -x /sbin/ldconfig ]; then /sbin/ldconfig ; fi fi " packages/armv7vet2hf-neon-poky-linux-gnueabi/expat/expat-bin: PKGSIZE changed from 21892 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/expat/expat-dbg: PKGSIZE changed from 2259412 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/expat/expat-dev: PKGSIZE changed from 63245 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/expat/expat-doc: PKGSIZE changed from 59693 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/expat/expat-ptest: PKGSIZE changed from 714155 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/expat/expat-src: PKGSIZE changed from 1079000 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/expat/expat: PKGSIZE changed from 107833 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/expat/expat: latest.pkg_postinst changed from "#!/bin/sh set -e if [ x"$D" = "x" ]; then if [ -x /sbin/ldconfig ]; then /sbin/ldconfig ; fi fi " to "#!/bin/sh if [ x"$D" = "x" ]; then if [ -x /sbin/ldconfig ]; then /sbin/ldconfig ; fi fi " packages/armv7vet2hf-neon-poky-linux-gnueabi/expect/expect-dbg: PKGSIZE changed from 964576 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/expect/expect-dev: PKGSIZE changed from 17287 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/expect/expect-doc: PKGSIZE changed from 157784 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/expect/expect-src: PKGSIZE changed from 573762 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/expect/expect: PKGSIZE changed from 529881 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/expect/expect: latest.pkg_postinst changed from "#!/bin/sh set -e update-alternatives --install /usr/bin/mkpasswd mkpasswd /usr/bin/mkpasswd.expect 40 " to "#!/bin/sh update-alternatives --install /usr/bin/mkpasswd mkpasswd /usr/bin/mkpasswd.expect 40 " packages/armv7vet2hf-neon-poky-linux-gnueabi/expect/expect: latest.pkg_prerm changed from "#!/bin/sh set -e update-alternatives --remove mkpasswd /usr/bin/mkpasswd.expect " to "#!/bin/sh update-alternatives --remove mkpasswd /usr/bin/mkpasswd.expect " packages/armv7vet2hf-neon-poky-linux-gnueabi/file/file-dbg: PKGSIZE changed from 556236 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/file/file-dev: PKGSIZE changed from 6027 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/file/file-doc: PKGSIZE changed from 57516 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/file/file-src: PKGSIZE changed from 487910 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/file/file: PKGSIZE changed from 7144457 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/file/file: latest.pkg_postinst changed from "#!/bin/sh set -e update-alternatives --install /usr/bin/file file /usr/bin/file.file 10 if [ x"$D" = "x" ]; then if [ -x /sbin/ldconfig ]; then /sbin/ldconfig ; fi fi " to "#!/bin/sh update-alternatives --install /usr/bin/file file /usr/bin/file.file 10 if [ x"$D" = "x" ]; then if [ -x /sbin/ldconfig ]; then /sbin/ldconfig ; fi fi " packages/armv7vet2hf-neon-poky-linux-gnueabi/file/file: latest.pkg_prerm changed from "#!/bin/sh set -e update-alternatives --remove file /usr/bin/file.file " to "#!/bin/sh update-alternatives --remove file /usr/bin/file.file " packages/armv7vet2hf-neon-poky-linux-gnueabi/findutils/findutils-dbg: PKGSIZE changed from 1979144 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/findutils/findutils-doc: PKGSIZE changed from 504231 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/findutils/findutils-locale-be: PKGSIZE changed from 2343 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/findutils/findutils-locale-bg: PKGSIZE changed from 48026 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/findutils/findutils-locale-ca: PKGSIZE changed from 7982 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/findutils/findutils-locale-cs: PKGSIZE changed from 35759 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/findutils/findutils-locale-da: PKGSIZE changed from 34205 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/findutils/findutils-locale-de: PKGSIZE changed from 36468 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/findutils/findutils-locale-el: PKGSIZE changed from 43946 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/findutils/findutils-locale-eo: PKGSIZE changed from 34036 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/findutils/findutils-locale-es: PKGSIZE changed from 24941 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/findutils/findutils-locale-et: PKGSIZE changed from 33305 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/findutils/findutils-locale-fi: PKGSIZE changed from 35422 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/findutils/findutils-locale-fr: PKGSIZE changed from 36630 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/findutils/findutils-locale-ga: PKGSIZE changed from 20984 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/findutils/findutils-locale-gl: PKGSIZE changed from 24078 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/findutils/findutils-locale-hr: PKGSIZE changed from 35087 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/findutils/findutils-locale-hu: PKGSIZE changed from 36694 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/findutils/findutils-locale-id: PKGSIZE changed from 20287 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/findutils/findutils-locale-it: PKGSIZE changed from 33226 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/findutils/findutils-locale-ja: PKGSIZE changed from 28336 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/findutils/findutils-locale-ko: PKGSIZE changed from 1916 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/findutils/findutils-locale-lg: PKGSIZE changed from 2663 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/findutils/findutils-locale-lt: PKGSIZE changed from 6271 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/findutils/findutils-locale-ms: PKGSIZE changed from 1514 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/findutils/findutils-locale-nb: PKGSIZE changed from 34419 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/findutils/findutils-locale-nl: PKGSIZE changed from 35068 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/findutils/findutils-locale-pl: PKGSIZE changed from 35529 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/findutils/findutils-locale-pt-br: PKGSIZE changed from 35802 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/findutils/findutils-locale-pt: PKGSIZE changed from 34844 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/findutils/findutils-locale-ro: PKGSIZE changed from 6589 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/findutils/findutils-locale-ru: PKGSIZE changed from 45725 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/findutils/findutils-locale-sk: PKGSIZE changed from 24148 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/findutils/findutils-locale-sl: PKGSIZE changed from 34763 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/findutils/findutils-locale-sr: PKGSIZE changed from 45946 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/findutils/findutils-locale-sv: PKGSIZE changed from 34489 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/findutils/findutils-locale-tr: PKGSIZE changed from 32864 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/findutils/findutils-locale-uk: PKGSIZE changed from 45762 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/findutils/findutils-locale-vi: PKGSIZE changed from 37613 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/findutils/findutils-locale-zh-cn: PKGSIZE changed from 32493 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/findutils/findutils-locale-zh-tw: PKGSIZE changed from 19368 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/findutils/findutils-src: PKGSIZE changed from 2179935 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/findutils/findutils: PKGSIZE changed from 393065 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/findutils/findutils: latest.pkg_postinst changed from "#!/bin/sh set -e update-alternatives --install /usr/bin/find find /usr/bin/find.findutils 100 update-alternatives --install /usr/bin/xargs xargs /usr/bin/xargs.findutils 100 " to "#!/bin/sh update-alternatives --install /usr/bin/find find /usr/bin/find.findutils 100 update-alternatives --install /usr/bin/xargs xargs /usr/bin/xargs.findutils 100 " packages/armv7vet2hf-neon-poky-linux-gnueabi/findutils/findutils: latest.pkg_prerm changed from "#!/bin/sh set -e update-alternatives --remove find /usr/bin/find.findutils update-alternatives --remove xargs /usr/bin/xargs.findutils " to "#!/bin/sh update-alternatives --remove find /usr/bin/find.findutils update-alternatives --remove xargs /usr/bin/xargs.findutils " packages/armv7vet2hf-neon-poky-linux-gnueabi/flac/flac-dbg: PKGSIZE changed from 1781492 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/flac/flac-dev: PKGSIZE changed from 417761 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/flac/flac-doc: PKGSIZE changed from 967016 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/flac/flac-src: PKGSIZE changed from 2021082 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/flac/flac: PKGSIZE changed from 251256 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/flac/libflac++: PKGSIZE changed from 75170 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/flac/libflac++: latest.pkg_postinst changed from "#!/bin/sh set -e if [ x"$D" = "x" ]; then if [ -x /sbin/ldconfig ]; then /sbin/ldconfig ; fi fi " to "#!/bin/sh if [ x"$D" = "x" ]; then if [ -x /sbin/ldconfig ]; then /sbin/ldconfig ; fi fi " packages/armv7vet2hf-neon-poky-linux-gnueabi/flac/libflac: PKGSIZE changed from 140664 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/flac/libflac: latest.pkg_postinst changed from "#!/bin/sh set -e if [ x"$D" = "x" ]; then if [ -x /sbin/ldconfig ]; then /sbin/ldconfig ; fi fi " to "#!/bin/sh if [ x"$D" = "x" ]; then if [ -x /sbin/ldconfig ]; then /sbin/ldconfig ; fi fi " packages/armv7vet2hf-neon-poky-linux-gnueabi/flex/flex-dbg: PKGSIZE changed from 5215436 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/flex/flex-dev: PKGSIZE changed from 6907 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/flex/flex-doc: PKGSIZE changed from 434961 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/flex/flex-libfl: PKGSIZE changed from 5374 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/flex/flex-libfl: latest.pkg_postinst changed from "#!/bin/sh set -e if [ x"$D" = "x" ]; then if [ -x /sbin/ldconfig ]; then /sbin/ldconfig ; fi fi " to "#!/bin/sh if [ x"$D" = "x" ]; then if [ -x /sbin/ldconfig ]; then /sbin/ldconfig ; fi fi " packages/armv7vet2hf-neon-poky-linux-gnueabi/flex/flex-locale-ca: PKGSIZE changed from 16553 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/flex/flex-locale-da: PKGSIZE changed from 15398 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/flex/flex-locale-de: PKGSIZE changed from 16353 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/flex/flex-locale-en+boldquot: PKGSIZE changed from 21029 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/flex/flex-locale-en+quot: PKGSIZE changed from 20913 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/flex/flex-locale-eo: PKGSIZE changed from 15388 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/flex/flex-locale-es: PKGSIZE changed from 12775 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/flex/flex-locale-fi: PKGSIZE changed from 16333 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/flex/flex-locale-fr: PKGSIZE changed from 16608 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/flex/flex-locale-ga: PKGSIZE changed from 16249 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/flex/flex-locale-hr: PKGSIZE changed from 3516 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/flex/flex-locale-ko: PKGSIZE changed from 10308 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/flex/flex-locale-nl: PKGSIZE changed from 15915 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/flex/flex-locale-pl: PKGSIZE changed from 15642 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/flex/flex-locale-pt-br: PKGSIZE changed from 16235 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/flex/flex-locale-ro: PKGSIZE changed from 14641 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/flex/flex-locale-ru: PKGSIZE changed from 20884 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/flex/flex-locale-sr: PKGSIZE changed from 19958 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/flex/flex-locale-sv: PKGSIZE changed from 15651 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/flex/flex-locale-tr: PKGSIZE changed from 14525 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/flex/flex-locale-vi: PKGSIZE changed from 17671 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/flex/flex-locale-zh-cn: PKGSIZE changed from 14821 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/flex/flex-locale-zh-tw: PKGSIZE changed from 14913 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/flex/flex-ptest: PKGSIZE changed from 11340614 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/flex/flex-src: PKGSIZE changed from 3851027 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/flex/flex: PKGSIZE changed from 314100 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/font-util/font-util-dbg: PKGSIZE changed from 66864 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/font-util/font-util-dev: PKGSIZE changed from 14377 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/font-util/font-util-doc: PKGSIZE changed from 2863 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/font-util/font-util-src: PKGSIZE changed from 29730 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/font-util/font-util: PKGSIZE changed from 197320 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/font-util/font-util: latest.pkg_postinst changed from "set -e for fontdir in `find $D/usr/lib/X11/fonts -type d`; do mkfontdir $fontdir mkfontscale $fontdir done for fontdir in `find $D/usr/share/fonts/X11 -type d`; do mkfontdir $fontdir mkfontscale $fontdir done " to "for fontdir in `find $D/usr/lib/X11/fonts -type d`; do mkfontdir $fontdir mkfontscale $fontdir done for fontdir in `find $D/usr/share/fonts/X11 -type d`; do mkfontdir $fontdir mkfontscale $fontdir done " packages/armv7vet2hf-neon-poky-linux-gnueabi/fontconfig/fontconfig-dbg: PKGSIZE changed from 982508 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/fontconfig/fontconfig-dev: PKGSIZE changed from 35716 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/fontconfig/fontconfig-locale-zh-cn: PKGSIZE changed from 18016 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/fontconfig/fontconfig-src: PKGSIZE changed from 914367 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/fontconfig/fontconfig-utils: PKGSIZE changed from 86928 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/fontconfig/fontconfig: PKGSIZE changed from 277344 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/fontconfig/fontconfig: latest.pkg_postinst changed from "#!/bin/sh set -e if [ x"$D" = "x" ]; then if [ -x /sbin/ldconfig ]; then /sbin/ldconfig ; fi fi " to "#!/bin/sh if [ x"$D" = "x" ]; then if [ -x /sbin/ldconfig ]; then /sbin/ldconfig ; fi fi " packages/armv7vet2hf-neon-poky-linux-gnueabi/freetype/freetype-dbg: PKGSIZE changed from 2461356 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/freetype/freetype-dev: PKGSIZE changed from 795635 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/freetype/freetype-src: PKGSIZE changed from 5262480 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/freetype/freetype: PKGSIZE changed from 431425 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/freetype/freetype: latest.pkg_postinst changed from "#!/bin/sh set -e if [ x"$D" = "x" ]; then if [ -x /sbin/ldconfig ]; then /sbin/ldconfig ; fi fi " to "#!/bin/sh if [ x"$D" = "x" ]; then if [ -x /sbin/ldconfig ]; then /sbin/ldconfig ; fi fi " packages/armv7vet2hf-neon-poky-linux-gnueabi/fribidi/fribidi-bin: PKGSIZE changed from 14132 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/fribidi/fribidi-dbg: PKGSIZE changed from 123620 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/fribidi/fribidi-dev: PKGSIZE changed from 79832 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/fribidi/fribidi-doc: PKGSIZE changed from 67971 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/fribidi/fribidi-src: PKGSIZE changed from 799639 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/fribidi/fribidi: PKGSIZE changed from 99691 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/fribidi/fribidi: latest.pkg_postinst changed from "#!/bin/sh set -e if [ x"$D" = "x" ]; then if [ -x /sbin/ldconfig ]; then /sbin/ldconfig ; fi fi " to "#!/bin/sh if [ x"$D" = "x" ]; then if [ -x /sbin/ldconfig ]; then /sbin/ldconfig ; fi fi " packages/armv7vet2hf-neon-poky-linux-gnueabi/gawk/gawk-dbg: PKGSIZE changed from 2204008 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/gawk/gawk-dev: PKGSIZE changed from 40645 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/gawk/gawk-doc: PKGSIZE changed from 2080192 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/gawk/gawk-locale-ca: PKGSIZE changed from 61041 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/gawk/gawk-locale-da: PKGSIZE changed from 37424 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/gawk/gawk-locale-de: PKGSIZE changed from 90234 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/gawk/gawk-locale-es: PKGSIZE changed from 67438 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/gawk/gawk-locale-fi: PKGSIZE changed from 66376 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/gawk/gawk-locale-fr: PKGSIZE changed from 90796 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/gawk/gawk-locale-id: PKGSIZE changed from 55664 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/gawk/gawk-locale-it: PKGSIZE changed from 86434 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/gawk/gawk-locale-ja: PKGSIZE changed from 37706 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/gawk/gawk-locale-ko: PKGSIZE changed from 79960 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/gawk/gawk-locale-ms: PKGSIZE changed from 1041 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/gawk/gawk-locale-nl: PKGSIZE changed from 80374 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/gawk/gawk-locale-pl: PKGSIZE changed from 46988 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/gawk/gawk-locale-pt-br: PKGSIZE changed from 86915 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/gawk/gawk-locale-pt: PKGSIZE changed from 85549 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/gawk/gawk-locale-sv: PKGSIZE changed from 86507 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/gawk/gawk-locale-vi: PKGSIZE changed from 75557 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/gawk/gawk-locale-zh-cn: PKGSIZE changed from 69145 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/gawk/gawk-ptest: PKGSIZE changed from 1134748 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/gawk/gawk-src: PKGSIZE changed from 1661554 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/gawk/gawk: PKGSIZE changed from 558925 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/gawk/gawk: latest.pkg_postinst changed from "#!/bin/sh set -e update-alternatives --install /usr/bin/awk awk /usr/bin/gawk 100 " to "#!/bin/sh update-alternatives --install /usr/bin/awk awk /usr/bin/gawk 100 " packages/armv7vet2hf-neon-poky-linux-gnueabi/gawk/gawk: latest.pkg_prerm changed from "#!/bin/sh set -e update-alternatives --remove awk /usr/bin/gawk " to "#!/bin/sh update-alternatives --remove awk /usr/bin/gawk " packages/armv7vet2hf-neon-poky-linux-gnueabi/gcc-runtime/gcc-runtime-dbg: PKGSIZE changed from 16404712 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/gcc-runtime/libatomic-dev: PKGSIZE changed from 18 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/gcc-runtime/libatomic-staticdev: PKGSIZE changed from 209502 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/gcc-runtime/libatomic: PKGSIZE changed from 13630 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/gcc-runtime/libatomic: latest.pkg_postinst changed from "#!/bin/sh set -e if [ x"$D" = "x" ]; then if [ -x /sbin/ldconfig ]; then /sbin/ldconfig ; fi fi " to "#!/bin/sh if [ x"$D" = "x" ]; then if [ -x /sbin/ldconfig ]; then /sbin/ldconfig ; fi fi " packages/armv7vet2hf-neon-poky-linux-gnueabi/gcc-runtime/libgomp-dev: PKGSIZE changed from 24218 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/gcc-runtime/libgomp-staticdev: PKGSIZE changed from 1634024 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/gcc-runtime/libgomp: PKGSIZE changed from 161676 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/gcc-runtime/libgomp: latest.pkg_postinst changed from "#!/bin/sh set -e if [ x"$D" = "x" ]; then if [ -x /sbin/ldconfig ]; then /sbin/ldconfig ; fi fi " to "#!/bin/sh if [ x"$D" = "x" ]; then if [ -x /sbin/ldconfig ]; then /sbin/ldconfig ; fi fi " packages/armv7vet2hf-neon-poky-linux-gnueabi/gcc-runtime/libitm-dev: PKGSIZE changed from 177 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/gcc-runtime/libitm-staticdev: PKGSIZE changed from 1491248 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/gcc-runtime/libitm: PKGSIZE changed from 54879 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/gcc-runtime/libitm: latest.pkg_postinst changed from "#!/bin/sh set -e if [ x"$D" = "x" ]; then if [ -x /sbin/ldconfig ]; then /sbin/ldconfig ; fi fi " to "#!/bin/sh if [ x"$D" = "x" ]; then if [ -x /sbin/ldconfig ]; then /sbin/ldconfig ; fi fi " packages/armv7vet2hf-neon-poky-linux-gnueabi/gcc-runtime/libstdc++-dev: PKGSIZE changed from 11547701 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/gcc-runtime/libstdc++-staticdev: PKGSIZE changed from 35633192 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/gcc-runtime/libstdc++: PKGSIZE changed from 1386195 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/gcc-runtime/libstdc++: latest.pkg_postinst changed from "#!/bin/sh set -e if [ x"$D" = "x" ]; then if [ -x /sbin/ldconfig ]; then /sbin/ldconfig ; fi fi " to "#!/bin/sh if [ x"$D" = "x" ]; then if [ -x /sbin/ldconfig ]; then /sbin/ldconfig ; fi fi " packages/armv7vet2hf-neon-poky-linux-gnueabi/gcc-sanitizers/gcc-sanitizers-dbg: PKGSIZE changed from 8144324 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/gcc-sanitizers/gcc-sanitizers: PKGSIZE changed from 43500 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/gcc-sanitizers/libasan-dev: PKGSIZE changed from 6684 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/gcc-sanitizers/libasan: PKGSIZE changed from 900720 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/gcc-sanitizers/libasan: latest.pkg_postinst changed from "#!/bin/sh set -e if [ x"$D" = "x" ]; then if [ -x /sbin/ldconfig ]; then /sbin/ldconfig ; fi fi " to "#!/bin/sh if [ x"$D" = "x" ]; then if [ -x /sbin/ldconfig ]; then /sbin/ldconfig ; fi fi " packages/armv7vet2hf-neon-poky-linux-gnueabi/gcc-sanitizers/libubsan-dev: PKGSIZE changed from 17 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/gcc-sanitizers/libubsan: PKGSIZE changed from 253713 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/gcc-sanitizers/libubsan: latest.pkg_postinst changed from "#!/bin/sh set -e if [ x"$D" = "x" ]; then if [ -x /sbin/ldconfig ]; then /sbin/ldconfig ; fi fi " to "#!/bin/sh if [ x"$D" = "x" ]; then if [ -x /sbin/ldconfig ]; then /sbin/ldconfig ; fi fi " packages/armv7vet2hf-neon-poky-linux-gnueabi/gcc/cpp-symlinks: PKGSIZE changed from 26 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/gcc/cpp: PKGSIZE changed from 17180051 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/gcc/g++-symlinks: PKGSIZE changed from 29 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/gcc/g++: PKGSIZE changed from 1003360 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/gcc/gcc-dbg: PKGSIZE changed from 710011268 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/gcc/gcc-dev: PKGSIZE changed from 137321 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/gcc/gcc-doc: PKGSIZE changed from 63737 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/gcc/gcc-locale-be: PKGSIZE changed from 6707 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/gcc/gcc-locale-ca: PKGSIZE changed from 16076 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/gcc/gcc-locale-da: PKGSIZE changed from 208007 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/gcc/gcc-locale-de: PKGSIZE changed from 2025167 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/gcc/gcc-locale-el: PKGSIZE changed from 5447 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/gcc/gcc-locale-eo: PKGSIZE changed from 24575 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/gcc/gcc-locale-es: PKGSIZE changed from 1149770 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/gcc/gcc-locale-fi: PKGSIZE changed from 265596 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/gcc/gcc-locale-fr: PKGSIZE changed from 2099268 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/gcc/gcc-locale-hr: PKGSIZE changed from 10172 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/gcc/gcc-locale-id: PKGSIZE changed from 346684 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/gcc/gcc-locale-ja: PKGSIZE changed from 295280 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/gcc/gcc-locale-nl: PKGSIZE changed from 94777 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/gcc/gcc-locale-pt-br: PKGSIZE changed from 25550 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/gcc/gcc-locale-ru: PKGSIZE changed from 1718019 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/gcc/gcc-locale-sr: PKGSIZE changed from 372420 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/gcc/gcc-locale-sv: PKGSIZE changed from 1960295 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/gcc/gcc-locale-tr: PKGSIZE changed from 268047 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/gcc/gcc-locale-uk: PKGSIZE changed from 230617 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/gcc/gcc-locale-vi: PKGSIZE changed from 512966 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/gcc/gcc-locale-zh-cn: PKGSIZE changed from 462320 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/gcc/gcc-locale-zh-tw: PKGSIZE changed from 249214 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/gcc/gcc-plugins: PKGSIZE changed from 8544789 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/gcc/gcc-src: PKGSIZE changed from 31583575 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/gcc/gcc-symlinks: PKGSIZE changed from 29 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/gcc/gcc: PKGSIZE changed from 53756258 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/gcc/gcov-symlinks: PKGSIZE changed from 59 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/gcc/gcov: PKGSIZE changed from 1144360 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/gconf/gconf-dbg: PKGSIZE changed from 1215036 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/gconf/gconf-dev: PKGSIZE changed from 246954 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/gconf/gconf-doc: PKGSIZE changed from 12280 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/gconf/gconf-locale-am: PKGSIZE changed from 1428 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/gconf/gconf-locale-ar: PKGSIZE changed from 68493 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/gconf/gconf-locale-as: PKGSIZE changed from 98000 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/gconf/gconf-locale-ast: PKGSIZE changed from 66456 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/gconf/gconf-locale-az: PKGSIZE changed from 56117 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/gconf/gconf-locale-be: PKGSIZE changed from 83025 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/gconf/gconf-locale-bg: PKGSIZE changed from 90991 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/gconf/gconf-locale-bn-in: PKGSIZE changed from 101289 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/gconf/gconf-locale-bn: PKGSIZE changed from 100213 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/gconf/gconf-locale-bs: PKGSIZE changed from 59158 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/gconf/gconf-locale-ca+valencia: PKGSIZE changed from 68503 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/gconf/gconf-locale-ca: PKGSIZE changed from 68582 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/gconf/gconf-locale-cs: PKGSIZE changed from 66613 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/gconf/gconf-locale-cy: PKGSIZE changed from 61728 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/gconf/gconf-locale-da: PKGSIZE changed from 62867 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/gconf/gconf-locale-de: PKGSIZE changed from 71057 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/gconf/gconf-locale-dz: PKGSIZE changed from 123679 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/gconf/gconf-locale-el: PKGSIZE changed from 87500 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/gconf/gconf-locale-en+shaw: PKGSIZE changed from 96674 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/gconf/gconf-locale-en-ca: PKGSIZE changed from 59412 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/gconf/gconf-locale-en-gb: PKGSIZE changed from 60791 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/gconf/gconf-locale-eo: PKGSIZE changed from 10115 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/gconf/gconf-locale-es: PKGSIZE changed from 67080 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/gconf/gconf-locale-et: PKGSIZE changed from 44683 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/gconf/gconf-locale-eu: PKGSIZE changed from 65058 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/gconf/gconf-locale-fa: PKGSIZE changed from 71627 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/gconf/gconf-locale-fi: PKGSIZE changed from 65807 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/gconf/gconf-locale-fr: PKGSIZE changed from 70618 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/gconf/gconf-locale-ga: PKGSIZE changed from 4630 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/gconf/gconf-locale-gl: PKGSIZE changed from 68295 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/gconf/gconf-locale-gu: PKGSIZE changed from 99467 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/gconf/gconf-locale-he: PKGSIZE changed from 60690 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/gconf/gconf-locale-hi: PKGSIZE changed from 95517 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/gconf/gconf-locale-hr: PKGSIZE changed from 54381 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/gconf/gconf-locale-hu: PKGSIZE changed from 69519 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/gconf/gconf-locale-hy: PKGSIZE changed from 85704 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/gconf/gconf-locale-id: PKGSIZE changed from 63964 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/gconf/gconf-locale-is: PKGSIZE changed from 18241 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/gconf/gconf-locale-it: PKGSIZE changed from 67117 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/gconf/gconf-locale-ja: PKGSIZE changed from 74236 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/gconf/gconf-locale-ka: PKGSIZE changed from 100164 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/gconf/gconf-locale-km: PKGSIZE changed from 114221 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/gconf/gconf-locale-kn: PKGSIZE changed from 108694 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/gconf/gconf-locale-ko: PKGSIZE changed from 71604 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/gconf/gconf-locale-ku: PKGSIZE changed from 807 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/gconf/gconf-locale-lt: PKGSIZE changed from 65768 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/gconf/gconf-locale-lv: PKGSIZE changed from 64316 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/gconf/gconf-locale-mai: PKGSIZE changed from 81708 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/gconf/gconf-locale-mg: PKGSIZE changed from 65828 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/gconf/gconf-locale-mk: PKGSIZE changed from 82833 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/gconf/gconf-locale-ml: PKGSIZE changed from 116218 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/gconf/gconf-locale-mn: PKGSIZE changed from 75937 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/gconf/gconf-locale-mr: PKGSIZE changed from 96555 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/gconf/gconf-locale-ms: PKGSIZE changed from 36324 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/gconf/gconf-locale-nb: PKGSIZE changed from 63184 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/gconf/gconf-locale-ne: PKGSIZE changed from 99276 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/gconf/gconf-locale-nl: PKGSIZE changed from 65544 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/gconf/gconf-locale-nn: PKGSIZE changed from 61747 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/gconf/gconf-locale-oc: PKGSIZE changed from 3896 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/gconf/gconf-locale-or: PKGSIZE changed from 105771 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/gconf/gconf-locale-pa: PKGSIZE changed from 92882 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/gconf/gconf-locale-pl: PKGSIZE changed from 66461 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/gconf/gconf-locale-pt-br: PKGSIZE changed from 65853 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/gconf/gconf-locale-pt: PKGSIZE changed from 65691 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/gconf/gconf-locale-ro: PKGSIZE changed from 66491 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/gconf/gconf-locale-ru: PKGSIZE changed from 87203 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/gconf/gconf-locale-rw: PKGSIZE changed from 465 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/gconf/gconf-locale-si: PKGSIZE changed from 1133 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/gconf/gconf-locale-sk: PKGSIZE changed from 61668 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/gconf/gconf-locale-sl: PKGSIZE changed from 64434 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/gconf/gconf-locale-sq: PKGSIZE changed from 66102 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/gconf/gconf-locale-sr+latin: PKGSIZE changed from 65889 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/gconf/gconf-locale-sr: PKGSIZE changed from 84846 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/gconf/gconf-locale-sv: PKGSIZE changed from 64046 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/gconf/gconf-locale-ta: PKGSIZE changed from 104269 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/gconf/gconf-locale-te: PKGSIZE changed from 106457 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/gconf/gconf-locale-th: PKGSIZE changed from 96060 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/gconf/gconf-locale-tr: PKGSIZE changed from 65138 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/gconf/gconf-locale-ug: PKGSIZE changed from 86939 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/gconf/gconf-locale-uk: PKGSIZE changed from 83205 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/gconf/gconf-locale-vi: PKGSIZE changed from 73011 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/gconf/gconf-locale-xh: PKGSIZE changed from 61904 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/gconf/gconf-locale-yi: PKGSIZE changed from 359 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/gconf/gconf-locale-zh-cn: PKGSIZE changed from 60474 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/gconf/gconf-locale-zh-hk: PKGSIZE changed from 62279 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/gconf/gconf-locale-zh-tw: PKGSIZE changed from 62279 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/gconf/gconf-src: PKGSIZE changed from 1171831 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/gconf/gconf: PKGSIZE changed from 437681 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/gconf/gconf: latest.pkg_postinst changed from "#!/bin/sh set -e if [ "x$D" != "x" ]; then $INTERCEPT_DIR/postinst_intercept update_gio_module_cache gconf \ mlprefix= \ binprefix= \ libdir=/usr/lib \ libexecdir=/usr/libexec \ base_libdir=/lib \ bindir=/usr/bin else /usr/libexec/gio-querymodules /usr/lib/gio/modules/ fi if [ x"$D" = "x" ]; then if [ -x /sbin/ldconfig ]; then /sbin/ldconfig ; fi fi " to "#!/bin/sh if [ "x$D" != "x" ]; then $INTERCEPT_DIR/postinst_intercept update_gio_module_cache gconf \ mlprefix= \ binprefix= \ libdir=/usr/lib \ libexecdir=/usr/libexec \ base_libdir=/lib \ bindir=/usr/bin else /usr/libexec/gio-querymodules /usr/lib/gio/modules/ fi if [ x"$D" = "x" ]; then if [ -x /sbin/ldconfig ]; then /sbin/ldconfig ; fi fi " packages/armv7vet2hf-neon-poky-linux-gnueabi/gconf/gconf: latest.pkg_postrm changed from "#!/bin/sh set -e if [ "x$D" != "x" ]; then $INTERCEPT_DIR/postinst_intercept update_gio_module_cache gconf \ mlprefix= \ binprefix= \ libdir=/usr/lib \ libexecdir=/usr/libexec \ base_libdir=/lib \ bindir=/usr/bin else /usr/libexec/gio-querymodules /usr/lib/gio/modules/ fi " to "#!/bin/sh if [ "x$D" != "x" ]; then $INTERCEPT_DIR/postinst_intercept update_gio_module_cache gconf \ mlprefix= \ binprefix= \ libdir=/usr/lib \ libexecdir=/usr/libexec \ base_libdir=/lib \ bindir=/usr/bin else /usr/libexec/gio-querymodules /usr/lib/gio/modules/ fi " packages/armv7vet2hf-neon-poky-linux-gnueabi/gdb/gdb-dbg: PKGSIZE changed from 86232592 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/gdb/gdb-src: PKGSIZE changed from 21734205 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/gdb/gdb: PKGSIZE changed from 4912108 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/gdb/gdb: RRECOMMENDS: removed all items "glibc-thread-db" packages/armv7vet2hf-neon-poky-linux-gnueabi/gdb/gdbserver: PKGSIZE changed from 338564 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/gdb/gdbserver: RRECOMMENDS: removed all items "glibc-thread-db" packages/armv7vet2hf-neon-poky-linux-gnueabi/gdbm/gdbm-bin: PKGSIZE changed from 92380 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/gdbm/gdbm-compat: PKGSIZE changed from 9487 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/gdbm/gdbm-compat: latest.pkg_postinst changed from "#!/bin/sh set -e if [ x"$D" = "x" ]; then if [ -x /sbin/ldconfig ]; then /sbin/ldconfig ; fi fi " to "#!/bin/sh if [ x"$D" = "x" ]; then if [ -x /sbin/ldconfig ]; then /sbin/ldconfig ; fi fi " packages/armv7vet2hf-neon-poky-linux-gnueabi/gdbm/gdbm-dbg: PKGSIZE changed from 917740 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/gdbm/gdbm-dev: PKGSIZE changed from 14270 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/gdbm/gdbm-doc: PKGSIZE changed from 179576 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/gdbm/gdbm-locale-da: PKGSIZE changed from 14387 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/gdbm/gdbm-locale-de: PKGSIZE changed from 16763 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/gdbm/gdbm-locale-eo: PKGSIZE changed from 16039 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/gdbm/gdbm-locale-es: PKGSIZE changed from 14847 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/gdbm/gdbm-locale-fi: PKGSIZE changed from 12299 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/gdbm/gdbm-locale-fr: PKGSIZE changed from 17153 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/gdbm/gdbm-locale-ja: PKGSIZE changed from 6164 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/gdbm/gdbm-locale-pl: PKGSIZE changed from 16737 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/gdbm/gdbm-locale-pt-br: PKGSIZE changed from 16594 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/gdbm/gdbm-locale-ru: PKGSIZE changed from 21254 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/gdbm/gdbm-locale-sr: PKGSIZE changed from 21057 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/gdbm/gdbm-locale-sv: PKGSIZE changed from 16096 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/gdbm/gdbm-locale-uk: PKGSIZE changed from 21800 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/gdbm/gdbm-locale-vi: PKGSIZE changed from 18101 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/gdbm/gdbm-ptest: PKGSIZE changed from 202631 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/gdbm/gdbm-src: PKGSIZE changed from 397009 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/gdbm/gdbm: PKGSIZE changed from 38320 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/gdbm/gdbm: latest.pkg_postinst changed from "#!/bin/sh set -e if [ x"$D" = "x" ]; then if [ -x /sbin/ldconfig ]; then /sbin/ldconfig ; fi fi " to "#!/bin/sh if [ x"$D" = "x" ]; then if [ -x /sbin/ldconfig ]; then /sbin/ldconfig ; fi fi " packages/armv7vet2hf-neon-poky-linux-gnueabi/gdk-pixbuf/gdk-pixbuf-bin: PKGSIZE changed from 19814 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/gdk-pixbuf/gdk-pixbuf-dbg: PKGSIZE changed from 1878696 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/gdk-pixbuf/gdk-pixbuf-dev: PKGSIZE changed from 458834 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/gdk-pixbuf/gdk-pixbuf-doc: PKGSIZE changed from 6237 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/gdk-pixbuf/gdk-pixbuf-loader-ani: PKGSIZE changed from 13628 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/gdk-pixbuf/gdk-pixbuf-loader-ani: latest.pkg_postinst changed from "#!/bin/sh set -e if [ "x$D" != "x" ]; then $INTERCEPT_DIR/postinst_intercept update_pixbuf_cache libgdk-pixbuf-2.0-loader-ani mlprefix= binprefix= libdir=/usr/lib \ bindir=/usr/bin base_libdir=/lib else # Update the pixbuf loaders in case they haven't been registered yet /usr/lib/gdk-pixbuf-2.0/gdk-pixbuf-query-loaders --update-cache if [ -x /usr/bin/gtk-update-icon-cache ] && [ -d /usr/share/icons ]; then for icondir in /usr/share/icons/*; do if [ -d ${icondir} ]; then gtk-update-icon-cache -t -q ${icondir} fi done fi fi " to "#!/bin/sh if [ "x$D" != "x" ]; then $INTERCEPT_DIR/postinst_intercept update_pixbuf_cache libgdk-pixbuf-2.0-loader-ani mlprefix= binprefix= libdir=/usr/lib \ bindir=/usr/bin base_libdir=/lib else # Update the pixbuf loaders in case they haven't been registered yet /usr/lib/gdk-pixbuf-2.0/gdk-pixbuf-query-loaders --update-cache if [ -x /usr/bin/gtk-update-icon-cache ] && [ -d /usr/share/icons ]; then for icondir in /usr/share/icons/*; do if [ -d ${icondir} ]; then gtk-update-icon-cache -t -q ${icondir} fi done fi fi " packages/armv7vet2hf-neon-poky-linux-gnueabi/gdk-pixbuf/gdk-pixbuf-loader-ani: latest.pkg_postrm changed from "#!/bin/sh set -e if [ "x$D" != "x" ]; then $INTERCEPT_DIR/postinst_intercept update_pixbuf_cache libgdk-pixbuf-2.0-loader-ani mlprefix= binprefix= libdir=/usr/lib \ bindir=/usr/bin base_libdir=/lib else # Update the pixbuf loaders in case they haven't been registered yet /usr/lib/gdk-pixbuf-2.0/gdk-pixbuf-query-loaders --update-cache if [ -x /usr/bin/gtk-update-icon-cache ] && [ -d /usr/share/icons ]; then for icondir in /usr/share/icons/*; do if [ -d ${icondir} ]; then gtk-update-icon-cache -t -q ${icondir} fi done fi fi " to "#!/bin/sh if [ "x$D" != "x" ]; then $INTERCEPT_DIR/postinst_intercept update_pixbuf_cache libgdk-pixbuf-2.0-loader-ani mlprefix= binprefix= libdir=/usr/lib \ bindir=/usr/bin base_libdir=/lib else # Update the pixbuf loaders in case they haven't been registered yet /usr/lib/gdk-pixbuf-2.0/gdk-pixbuf-query-loaders --update-cache if [ -x /usr/bin/gtk-update-icon-cache ] && [ -d /usr/share/icons ]; then for icondir in /usr/share/icons/*; do if [ -d ${icondir} ]; then gtk-update-icon-cache -t -q ${icondir} fi done fi fi " packages/armv7vet2hf-neon-poky-linux-gnueabi/gdk-pixbuf/gdk-pixbuf-loader-bmp: PKGSIZE changed from 13636 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/gdk-pixbuf/gdk-pixbuf-loader-bmp: latest.pkg_postinst changed from "#!/bin/sh set -e if [ "x$D" != "x" ]; then $INTERCEPT_DIR/postinst_intercept update_pixbuf_cache libgdk-pixbuf-2.0-loader-bmp mlprefix= binprefix= libdir=/usr/lib \ bindir=/usr/bin base_libdir=/lib else # Update the pixbuf loaders in case they haven't been registered yet /usr/lib/gdk-pixbuf-2.0/gdk-pixbuf-query-loaders --update-cache if [ -x /usr/bin/gtk-update-icon-cache ] && [ -d /usr/share/icons ]; then for icondir in /usr/share/icons/*; do if [ -d ${icondir} ]; then gtk-update-icon-cache -t -q ${icondir} fi done fi fi " to "#!/bin/sh if [ "x$D" != "x" ]; then $INTERCEPT_DIR/postinst_intercept update_pixbuf_cache libgdk-pixbuf-2.0-loader-bmp mlprefix= binprefix= libdir=/usr/lib \ bindir=/usr/bin base_libdir=/lib else # Update the pixbuf loaders in case they haven't been registered yet /usr/lib/gdk-pixbuf-2.0/gdk-pixbuf-query-loaders --update-cache if [ -x /usr/bin/gtk-update-icon-cache ] && [ -d /usr/share/icons ]; then for icondir in /usr/share/icons/*; do if [ -d ${icondir} ]; then gtk-update-icon-cache -t -q ${icondir} fi done fi fi " packages/armv7vet2hf-neon-poky-linux-gnueabi/gdk-pixbuf/gdk-pixbuf-loader-bmp: latest.pkg_postrm changed from "#!/bin/sh set -e if [ "x$D" != "x" ]; then $INTERCEPT_DIR/postinst_intercept update_pixbuf_cache libgdk-pixbuf-2.0-loader-bmp mlprefix= binprefix= libdir=/usr/lib \ bindir=/usr/bin base_libdir=/lib else # Update the pixbuf loaders in case they haven't been registered yet /usr/lib/gdk-pixbuf-2.0/gdk-pixbuf-query-loaders --update-cache if [ -x /usr/bin/gtk-update-icon-cache ] && [ -d /usr/share/icons ]; then for icondir in /usr/share/icons/*; do if [ -d ${icondir} ]; then gtk-update-icon-cache -t -q ${icondir} fi done fi fi " to "#!/bin/sh if [ "x$D" != "x" ]; then $INTERCEPT_DIR/postinst_intercept update_pixbuf_cache libgdk-pixbuf-2.0-loader-bmp mlprefix= binprefix= libdir=/usr/lib \ bindir=/usr/bin base_libdir=/lib else # Update the pixbuf loaders in case they haven't been registered yet /usr/lib/gdk-pixbuf-2.0/gdk-pixbuf-query-loaders --update-cache if [ -x /usr/bin/gtk-update-icon-cache ] && [ -d /usr/share/icons ]; then for icondir in /usr/share/icons/*; do if [ -d ${icondir} ]; then gtk-update-icon-cache -t -q ${icondir} fi done fi fi " packages/armv7vet2hf-neon-poky-linux-gnueabi/gdk-pixbuf/gdk-pixbuf-loader-gif: PKGSIZE changed from 17724 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/gdk-pixbuf/gdk-pixbuf-loader-gif: latest.pkg_postinst changed from "#!/bin/sh set -e if [ "x$D" != "x" ]; then $INTERCEPT_DIR/postinst_intercept update_pixbuf_cache libgdk-pixbuf-2.0-loader-gif mlprefix= binprefix= libdir=/usr/lib \ bindir=/usr/bin base_libdir=/lib else # Update the pixbuf loaders in case they haven't been registered yet /usr/lib/gdk-pixbuf-2.0/gdk-pixbuf-query-loaders --update-cache if [ -x /usr/bin/gtk-update-icon-cache ] && [ -d /usr/share/icons ]; then for icondir in /usr/share/icons/*; do if [ -d ${icondir} ]; then gtk-update-icon-cache -t -q ${icondir} fi done fi fi " to "#!/bin/sh if [ "x$D" != "x" ]; then $INTERCEPT_DIR/postinst_intercept update_pixbuf_cache libgdk-pixbuf-2.0-loader-gif mlprefix= binprefix= libdir=/usr/lib \ bindir=/usr/bin base_libdir=/lib else # Update the pixbuf loaders in case they haven't been registered yet /usr/lib/gdk-pixbuf-2.0/gdk-pixbuf-query-loaders --update-cache if [ -x /usr/bin/gtk-update-icon-cache ] && [ -d /usr/share/icons ]; then for icondir in /usr/share/icons/*; do if [ -d ${icondir} ]; then gtk-update-icon-cache -t -q ${icondir} fi done fi fi " packages/armv7vet2hf-neon-poky-linux-gnueabi/gdk-pixbuf/gdk-pixbuf-loader-gif: latest.pkg_postrm changed from "#!/bin/sh set -e if [ "x$D" != "x" ]; then $INTERCEPT_DIR/postinst_intercept update_pixbuf_cache libgdk-pixbuf-2.0-loader-gif mlprefix= binprefix= libdir=/usr/lib \ bindir=/usr/bin base_libdir=/lib else # Update the pixbuf loaders in case they haven't been registered yet /usr/lib/gdk-pixbuf-2.0/gdk-pixbuf-query-loaders --update-cache if [ -x /usr/bin/gtk-update-icon-cache ] && [ -d /usr/share/icons ]; then for icondir in /usr/share/icons/*; do if [ -d ${icondir} ]; then gtk-update-icon-cache -t -q ${icondir} fi done fi fi " to "#!/bin/sh if [ "x$D" != "x" ]; then $INTERCEPT_DIR/postinst_intercept update_pixbuf_cache libgdk-pixbuf-2.0-loader-gif mlprefix= binprefix= libdir=/usr/lib \ bindir=/usr/bin base_libdir=/lib else # Update the pixbuf loaders in case they haven't been registered yet /usr/lib/gdk-pixbuf-2.0/gdk-pixbuf-query-loaders --update-cache if [ -x /usr/bin/gtk-update-icon-cache ] && [ -d /usr/share/icons ]; then for icondir in /usr/share/icons/*; do if [ -d ${icondir} ]; then gtk-update-icon-cache -t -q ${icondir} fi done fi fi " packages/armv7vet2hf-neon-poky-linux-gnueabi/gdk-pixbuf/gdk-pixbuf-loader-icns: PKGSIZE changed from 9532 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/gdk-pixbuf/gdk-pixbuf-loader-icns: latest.pkg_postinst changed from "#!/bin/sh set -e if [ "x$D" != "x" ]; then $INTERCEPT_DIR/postinst_intercept update_pixbuf_cache libgdk-pixbuf-2.0-loader-icns mlprefix= binprefix= libdir=/usr/lib \ bindir=/usr/bin base_libdir=/lib else # Update the pixbuf loaders in case they haven't been registered yet /usr/lib/gdk-pixbuf-2.0/gdk-pixbuf-query-loaders --update-cache if [ -x /usr/bin/gtk-update-icon-cache ] && [ -d /usr/share/icons ]; then for icondir in /usr/share/icons/*; do if [ -d ${icondir} ]; then gtk-update-icon-cache -t -q ${icondir} fi done fi fi " to "#!/bin/sh if [ "x$D" != "x" ]; then $INTERCEPT_DIR/postinst_intercept update_pixbuf_cache libgdk-pixbuf-2.0-loader-icns mlprefix= binprefix= libdir=/usr/lib \ bindir=/usr/bin base_libdir=/lib else # Update the pixbuf loaders in case they haven't been registered yet /usr/lib/gdk-pixbuf-2.0/gdk-pixbuf-query-loaders --update-cache if [ -x /usr/bin/gtk-update-icon-cache ] && [ -d /usr/share/icons ]; then for icondir in /usr/share/icons/*; do if [ -d ${icondir} ]; then gtk-update-icon-cache -t -q ${icondir} fi done fi fi " packages/armv7vet2hf-neon-poky-linux-gnueabi/gdk-pixbuf/gdk-pixbuf-loader-icns: latest.pkg_postrm changed from "#!/bin/sh set -e if [ "x$D" != "x" ]; then $INTERCEPT_DIR/postinst_intercept update_pixbuf_cache libgdk-pixbuf-2.0-loader-icns mlprefix= binprefix= libdir=/usr/lib \ bindir=/usr/bin base_libdir=/lib else # Update the pixbuf loaders in case they haven't been registered yet /usr/lib/gdk-pixbuf-2.0/gdk-pixbuf-query-loaders --update-cache if [ -x /usr/bin/gtk-update-icon-cache ] && [ -d /usr/share/icons ]; then for icondir in /usr/share/icons/*; do if [ -d ${icondir} ]; then gtk-update-icon-cache -t -q ${icondir} fi done fi fi " to "#!/bin/sh if [ "x$D" != "x" ]; then $INTERCEPT_DIR/postinst_intercept update_pixbuf_cache libgdk-pixbuf-2.0-loader-icns mlprefix= binprefix= libdir=/usr/lib \ bindir=/usr/bin base_libdir=/lib else # Update the pixbuf loaders in case they haven't been registered yet /usr/lib/gdk-pixbuf-2.0/gdk-pixbuf-query-loaders --update-cache if [ -x /usr/bin/gtk-update-icon-cache ] && [ -d /usr/share/icons ]; then for icondir in /usr/share/icons/*; do if [ -d ${icondir} ]; then gtk-update-icon-cache -t -q ${icondir} fi done fi fi " packages/armv7vet2hf-neon-poky-linux-gnueabi/gdk-pixbuf/gdk-pixbuf-loader-ico: PKGSIZE changed from 13660 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/gdk-pixbuf/gdk-pixbuf-loader-ico: latest.pkg_postinst changed from "#!/bin/sh set -e if [ "x$D" != "x" ]; then $INTERCEPT_DIR/postinst_intercept update_pixbuf_cache libgdk-pixbuf-2.0-loader-ico mlprefix= binprefix= libdir=/usr/lib \ bindir=/usr/bin base_libdir=/lib else # Update the pixbuf loaders in case they haven't been registered yet /usr/lib/gdk-pixbuf-2.0/gdk-pixbuf-query-loaders --update-cache if [ -x /usr/bin/gtk-update-icon-cache ] && [ -d /usr/share/icons ]; then for icondir in /usr/share/icons/*; do if [ -d ${icondir} ]; then gtk-update-icon-cache -t -q ${icondir} fi done fi fi " to "#!/bin/sh if [ "x$D" != "x" ]; then $INTERCEPT_DIR/postinst_intercept update_pixbuf_cache libgdk-pixbuf-2.0-loader-ico mlprefix= binprefix= libdir=/usr/lib \ bindir=/usr/bin base_libdir=/lib else # Update the pixbuf loaders in case they haven't been registered yet /usr/lib/gdk-pixbuf-2.0/gdk-pixbuf-query-loaders --update-cache if [ -x /usr/bin/gtk-update-icon-cache ] && [ -d /usr/share/icons ]; then for icondir in /usr/share/icons/*; do if [ -d ${icondir} ]; then gtk-update-icon-cache -t -q ${icondir} fi done fi fi " packages/armv7vet2hf-neon-poky-linux-gnueabi/gdk-pixbuf/gdk-pixbuf-loader-ico: latest.pkg_postrm changed from "#!/bin/sh set -e if [ "x$D" != "x" ]; then $INTERCEPT_DIR/postinst_intercept update_pixbuf_cache libgdk-pixbuf-2.0-loader-ico mlprefix= binprefix= libdir=/usr/lib \ bindir=/usr/bin base_libdir=/lib else # Update the pixbuf loaders in case they haven't been registered yet /usr/lib/gdk-pixbuf-2.0/gdk-pixbuf-query-loaders --update-cache if [ -x /usr/bin/gtk-update-icon-cache ] && [ -d /usr/share/icons ]; then for icondir in /usr/share/icons/*; do if [ -d ${icondir} ]; then gtk-update-icon-cache -t -q ${icondir} fi done fi fi " to "#!/bin/sh if [ "x$D" != "x" ]; then $INTERCEPT_DIR/postinst_intercept update_pixbuf_cache libgdk-pixbuf-2.0-loader-ico mlprefix= binprefix= libdir=/usr/lib \ bindir=/usr/bin base_libdir=/lib else # Update the pixbuf loaders in case they haven't been registered yet /usr/lib/gdk-pixbuf-2.0/gdk-pixbuf-query-loaders --update-cache if [ -x /usr/bin/gtk-update-icon-cache ] && [ -d /usr/share/icons ]; then for icondir in /usr/share/icons/*; do if [ -d ${icondir} ]; then gtk-update-icon-cache -t -q ${icondir} fi done fi fi " packages/armv7vet2hf-neon-poky-linux-gnueabi/gdk-pixbuf/gdk-pixbuf-loader-pnm: PKGSIZE changed from 13652 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/gdk-pixbuf/gdk-pixbuf-loader-pnm: latest.pkg_postinst changed from "#!/bin/sh set -e if [ "x$D" != "x" ]; then $INTERCEPT_DIR/postinst_intercept update_pixbuf_cache libgdk-pixbuf-2.0-loader-pnm mlprefix= binprefix= libdir=/usr/lib \ bindir=/usr/bin base_libdir=/lib else # Update the pixbuf loaders in case they haven't been registered yet /usr/lib/gdk-pixbuf-2.0/gdk-pixbuf-query-loaders --update-cache if [ -x /usr/bin/gtk-update-icon-cache ] && [ -d /usr/share/icons ]; then for icondir in /usr/share/icons/*; do if [ -d ${icondir} ]; then gtk-update-icon-cache -t -q ${icondir} fi done fi fi " to "#!/bin/sh if [ "x$D" != "x" ]; then $INTERCEPT_DIR/postinst_intercept update_pixbuf_cache libgdk-pixbuf-2.0-loader-pnm mlprefix= binprefix= libdir=/usr/lib \ bindir=/usr/bin base_libdir=/lib else # Update the pixbuf loaders in case they haven't been registered yet /usr/lib/gdk-pixbuf-2.0/gdk-pixbuf-query-loaders --update-cache if [ -x /usr/bin/gtk-update-icon-cache ] && [ -d /usr/share/icons ]; then for icondir in /usr/share/icons/*; do if [ -d ${icondir} ]; then gtk-update-icon-cache -t -q ${icondir} fi done fi fi " packages/armv7vet2hf-neon-poky-linux-gnueabi/gdk-pixbuf/gdk-pixbuf-loader-pnm: latest.pkg_postrm changed from "#!/bin/sh set -e if [ "x$D" != "x" ]; then $INTERCEPT_DIR/postinst_intercept update_pixbuf_cache libgdk-pixbuf-2.0-loader-pnm mlprefix= binprefix= libdir=/usr/lib \ bindir=/usr/bin base_libdir=/lib else # Update the pixbuf loaders in case they haven't been registered yet /usr/lib/gdk-pixbuf-2.0/gdk-pixbuf-query-loaders --update-cache if [ -x /usr/bin/gtk-update-icon-cache ] && [ -d /usr/share/icons ]; then for icondir in /usr/share/icons/*; do if [ -d ${icondir} ]; then gtk-update-icon-cache -t -q ${icondir} fi done fi fi " to "#!/bin/sh if [ "x$D" != "x" ]; then $INTERCEPT_DIR/postinst_intercept update_pixbuf_cache libgdk-pixbuf-2.0-loader-pnm mlprefix= binprefix= libdir=/usr/lib \ bindir=/usr/bin base_libdir=/lib else # Update the pixbuf loaders in case they haven't been registered yet /usr/lib/gdk-pixbuf-2.0/gdk-pixbuf-query-loaders --update-cache if [ -x /usr/bin/gtk-update-icon-cache ] && [ -d /usr/share/icons ]; then for icondir in /usr/share/icons/*; do if [ -d ${icondir} ]; then gtk-update-icon-cache -t -q ${icondir} fi done fi fi " packages/armv7vet2hf-neon-poky-linux-gnueabi/gdk-pixbuf/gdk-pixbuf-loader-qtif: PKGSIZE changed from 9540 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/gdk-pixbuf/gdk-pixbuf-loader-qtif: latest.pkg_postinst changed from "#!/bin/sh set -e if [ "x$D" != "x" ]; then $INTERCEPT_DIR/postinst_intercept update_pixbuf_cache libgdk-pixbuf-2.0-loader-qtif mlprefix= binprefix= libdir=/usr/lib \ bindir=/usr/bin base_libdir=/lib else # Update the pixbuf loaders in case they haven't been registered yet /usr/lib/gdk-pixbuf-2.0/gdk-pixbuf-query-loaders --update-cache if [ -x /usr/bin/gtk-update-icon-cache ] && [ -d /usr/share/icons ]; then for icondir in /usr/share/icons/*; do if [ -d ${icondir} ]; then gtk-update-icon-cache -t -q ${icondir} fi done fi fi " to "#!/bin/sh if [ "x$D" != "x" ]; then $INTERCEPT_DIR/postinst_intercept update_pixbuf_cache libgdk-pixbuf-2.0-loader-qtif mlprefix= binprefix= libdir=/usr/lib \ bindir=/usr/bin base_libdir=/lib else # Update the pixbuf loaders in case they haven't been registered yet /usr/lib/gdk-pixbuf-2.0/gdk-pixbuf-query-loaders --update-cache if [ -x /usr/bin/gtk-update-icon-cache ] && [ -d /usr/share/icons ]; then for icondir in /usr/share/icons/*; do if [ -d ${icondir} ]; then gtk-update-icon-cache -t -q ${icondir} fi done fi fi " packages/armv7vet2hf-neon-poky-linux-gnueabi/gdk-pixbuf/gdk-pixbuf-loader-qtif: latest.pkg_postrm changed from "#!/bin/sh set -e if [ "x$D" != "x" ]; then $INTERCEPT_DIR/postinst_intercept update_pixbuf_cache libgdk-pixbuf-2.0-loader-qtif mlprefix= binprefix= libdir=/usr/lib \ bindir=/usr/bin base_libdir=/lib else # Update the pixbuf loaders in case they haven't been registered yet /usr/lib/gdk-pixbuf-2.0/gdk-pixbuf-query-loaders --update-cache if [ -x /usr/bin/gtk-update-icon-cache ] && [ -d /usr/share/icons ]; then for icondir in /usr/share/icons/*; do if [ -d ${icondir} ]; then gtk-update-icon-cache -t -q ${icondir} fi done fi fi " to "#!/bin/sh if [ "x$D" != "x" ]; then $INTERCEPT_DIR/postinst_intercept update_pixbuf_cache libgdk-pixbuf-2.0-loader-qtif mlprefix= binprefix= libdir=/usr/lib \ bindir=/usr/bin base_libdir=/lib else # Update the pixbuf loaders in case they haven't been registered yet /usr/lib/gdk-pixbuf-2.0/gdk-pixbuf-query-loaders --update-cache if [ -x /usr/bin/gtk-update-icon-cache ] && [ -d /usr/share/icons ]; then for icondir in /usr/share/icons/*; do if [ -d ${icondir} ]; then gtk-update-icon-cache -t -q ${icondir} fi done fi fi " packages/armv7vet2hf-neon-poky-linux-gnueabi/gdk-pixbuf/gdk-pixbuf-loader-tga: PKGSIZE changed from 13632 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/gdk-pixbuf/gdk-pixbuf-loader-tga: latest.pkg_postinst changed from "#!/bin/sh set -e if [ "x$D" != "x" ]; then $INTERCEPT_DIR/postinst_intercept update_pixbuf_cache libgdk-pixbuf-2.0-loader-tga mlprefix= binprefix= libdir=/usr/lib \ bindir=/usr/bin base_libdir=/lib else # Update the pixbuf loaders in case they haven't been registered yet /usr/lib/gdk-pixbuf-2.0/gdk-pixbuf-query-loaders --update-cache if [ -x /usr/bin/gtk-update-icon-cache ] && [ -d /usr/share/icons ]; then for icondir in /usr/share/icons/*; do if [ -d ${icondir} ]; then gtk-update-icon-cache -t -q ${icondir} fi done fi fi " to "#!/bin/sh if [ "x$D" != "x" ]; then $INTERCEPT_DIR/postinst_intercept update_pixbuf_cache libgdk-pixbuf-2.0-loader-tga mlprefix= binprefix= libdir=/usr/lib \ bindir=/usr/bin base_libdir=/lib else # Update the pixbuf loaders in case they haven't been registered yet /usr/lib/gdk-pixbuf-2.0/gdk-pixbuf-query-loaders --update-cache if [ -x /usr/bin/gtk-update-icon-cache ] && [ -d /usr/share/icons ]; then for icondir in /usr/share/icons/*; do if [ -d ${icondir} ]; then gtk-update-icon-cache -t -q ${icondir} fi done fi fi " packages/armv7vet2hf-neon-poky-linux-gnueabi/gdk-pixbuf/gdk-pixbuf-loader-tga: latest.pkg_postrm changed from "#!/bin/sh set -e if [ "x$D" != "x" ]; then $INTERCEPT_DIR/postinst_intercept update_pixbuf_cache libgdk-pixbuf-2.0-loader-tga mlprefix= binprefix= libdir=/usr/lib \ bindir=/usr/bin base_libdir=/lib else # Update the pixbuf loaders in case they haven't been registered yet /usr/lib/gdk-pixbuf-2.0/gdk-pixbuf-query-loaders --update-cache if [ -x /usr/bin/gtk-update-icon-cache ] && [ -d /usr/share/icons ]; then for icondir in /usr/share/icons/*; do if [ -d ${icondir} ]; then gtk-update-icon-cache -t -q ${icondir} fi done fi fi " to "#!/bin/sh if [ "x$D" != "x" ]; then $INTERCEPT_DIR/postinst_intercept update_pixbuf_cache libgdk-pixbuf-2.0-loader-tga mlprefix= binprefix= libdir=/usr/lib \ bindir=/usr/bin base_libdir=/lib else # Update the pixbuf loaders in case they haven't been registered yet /usr/lib/gdk-pixbuf-2.0/gdk-pixbuf-query-loaders --update-cache if [ -x /usr/bin/gtk-update-icon-cache ] && [ -d /usr/share/icons ]; then for icondir in /usr/share/icons/*; do if [ -d ${icondir} ]; then gtk-update-icon-cache -t -q ${icondir} fi done fi fi " packages/armv7vet2hf-neon-poky-linux-gnueabi/gdk-pixbuf/gdk-pixbuf-loader-xbm: PKGSIZE changed from 9532 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/gdk-pixbuf/gdk-pixbuf-loader-xbm: latest.pkg_postinst changed from "#!/bin/sh set -e if [ "x$D" != "x" ]; then $INTERCEPT_DIR/postinst_intercept update_pixbuf_cache libgdk-pixbuf-2.0-loader-xbm mlprefix= binprefix= libdir=/usr/lib \ bindir=/usr/bin base_libdir=/lib else # Update the pixbuf loaders in case they haven't been registered yet /usr/lib/gdk-pixbuf-2.0/gdk-pixbuf-query-loaders --update-cache if [ -x /usr/bin/gtk-update-icon-cache ] && [ -d /usr/share/icons ]; then for icondir in /usr/share/icons/*; do if [ -d ${icondir} ]; then gtk-update-icon-cache -t -q ${icondir} fi done fi fi " to "#!/bin/sh if [ "x$D" != "x" ]; then $INTERCEPT_DIR/postinst_intercept update_pixbuf_cache libgdk-pixbuf-2.0-loader-xbm mlprefix= binprefix= libdir=/usr/lib \ bindir=/usr/bin base_libdir=/lib else # Update the pixbuf loaders in case they haven't been registered yet /usr/lib/gdk-pixbuf-2.0/gdk-pixbuf-query-loaders --update-cache if [ -x /usr/bin/gtk-update-icon-cache ] && [ -d /usr/share/icons ]; then for icondir in /usr/share/icons/*; do if [ -d ${icondir} ]; then gtk-update-icon-cache -t -q ${icondir} fi done fi fi " packages/armv7vet2hf-neon-poky-linux-gnueabi/gdk-pixbuf/gdk-pixbuf-loader-xbm: latest.pkg_postrm changed from "#!/bin/sh set -e if [ "x$D" != "x" ]; then $INTERCEPT_DIR/postinst_intercept update_pixbuf_cache libgdk-pixbuf-2.0-loader-xbm mlprefix= binprefix= libdir=/usr/lib \ bindir=/usr/bin base_libdir=/lib else # Update the pixbuf loaders in case they haven't been registered yet /usr/lib/gdk-pixbuf-2.0/gdk-pixbuf-query-loaders --update-cache if [ -x /usr/bin/gtk-update-icon-cache ] && [ -d /usr/share/icons ]; then for icondir in /usr/share/icons/*; do if [ -d ${icondir} ]; then gtk-update-icon-cache -t -q ${icondir} fi done fi fi " to "#!/bin/sh if [ "x$D" != "x" ]; then $INTERCEPT_DIR/postinst_intercept update_pixbuf_cache libgdk-pixbuf-2.0-loader-xbm mlprefix= binprefix= libdir=/usr/lib \ bindir=/usr/bin base_libdir=/lib else # Update the pixbuf loaders in case they haven't been registered yet /usr/lib/gdk-pixbuf-2.0/gdk-pixbuf-query-loaders --update-cache if [ -x /usr/bin/gtk-update-icon-cache ] && [ -d /usr/share/icons ]; then for icondir in /usr/share/icons/*; do if [ -d ${icondir} ]; then gtk-update-icon-cache -t -q ${icondir} fi done fi fi " packages/armv7vet2hf-neon-poky-linux-gnueabi/gdk-pixbuf/gdk-pixbuf-loader-xpm: PKGSIZE changed from 21820 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/gdk-pixbuf/gdk-pixbuf-loader-xpm: latest.pkg_postinst changed from "#!/bin/sh set -e if [ "x$D" != "x" ]; then $INTERCEPT_DIR/postinst_intercept update_pixbuf_cache libgdk-pixbuf-2.0-loader-xpm mlprefix= binprefix= libdir=/usr/lib \ bindir=/usr/bin base_libdir=/lib else # Update the pixbuf loaders in case they haven't been registered yet /usr/lib/gdk-pixbuf-2.0/gdk-pixbuf-query-loaders --update-cache if [ -x /usr/bin/gtk-update-icon-cache ] && [ -d /usr/share/icons ]; then for icondir in /usr/share/icons/*; do if [ -d ${icondir} ]; then gtk-update-icon-cache -t -q ${icondir} fi done fi fi " to "#!/bin/sh if [ "x$D" != "x" ]; then $INTERCEPT_DIR/postinst_intercept update_pixbuf_cache libgdk-pixbuf-2.0-loader-xpm mlprefix= binprefix= libdir=/usr/lib \ bindir=/usr/bin base_libdir=/lib else # Update the pixbuf loaders in case they haven't been registered yet /usr/lib/gdk-pixbuf-2.0/gdk-pixbuf-query-loaders --update-cache if [ -x /usr/bin/gtk-update-icon-cache ] && [ -d /usr/share/icons ]; then for icondir in /usr/share/icons/*; do if [ -d ${icondir} ]; then gtk-update-icon-cache -t -q ${icondir} fi done fi fi " packages/armv7vet2hf-neon-poky-linux-gnueabi/gdk-pixbuf/gdk-pixbuf-loader-xpm: latest.pkg_postrm changed from "#!/bin/sh set -e if [ "x$D" != "x" ]; then $INTERCEPT_DIR/postinst_intercept update_pixbuf_cache libgdk-pixbuf-2.0-loader-xpm mlprefix= binprefix= libdir=/usr/lib \ bindir=/usr/bin base_libdir=/lib else # Update the pixbuf loaders in case they haven't been registered yet /usr/lib/gdk-pixbuf-2.0/gdk-pixbuf-query-loaders --update-cache if [ -x /usr/bin/gtk-update-icon-cache ] && [ -d /usr/share/icons ]; then for icondir in /usr/share/icons/*; do if [ -d ${icondir} ]; then gtk-update-icon-cache -t -q ${icondir} fi done fi fi " to "#!/bin/sh if [ "x$D" != "x" ]; then $INTERCEPT_DIR/postinst_intercept update_pixbuf_cache libgdk-pixbuf-2.0-loader-xpm mlprefix= binprefix= libdir=/usr/lib \ bindir=/usr/bin base_libdir=/lib else # Update the pixbuf loaders in case they haven't been registered yet /usr/lib/gdk-pixbuf-2.0/gdk-pixbuf-query-loaders --update-cache if [ -x /usr/bin/gtk-update-icon-cache ] && [ -d /usr/share/icons ]; then for icondir in /usr/share/icons/*; do if [ -d ${icondir} ]; then gtk-update-icon-cache -t -q ${icondir} fi done fi fi " packages/armv7vet2hf-neon-poky-linux-gnueabi/gdk-pixbuf/gdk-pixbuf-locale-af: PKGSIZE changed from 18819 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/gdk-pixbuf/gdk-pixbuf-locale-ang: PKGSIZE changed from 4103 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/gdk-pixbuf/gdk-pixbuf-locale-ar: PKGSIZE changed from 23314 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/gdk-pixbuf/gdk-pixbuf-locale-as: PKGSIZE changed from 30766 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/gdk-pixbuf/gdk-pixbuf-locale-ast: PKGSIZE changed from 21505 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/gdk-pixbuf/gdk-pixbuf-locale-az: PKGSIZE changed from 15186 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/gdk-pixbuf/gdk-pixbuf-locale-be+latin: PKGSIZE changed from 20586 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/gdk-pixbuf/gdk-pixbuf-locale-be: PKGSIZE changed from 29688 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/gdk-pixbuf/gdk-pixbuf-locale-bg: PKGSIZE changed from 32638 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/gdk-pixbuf/gdk-pixbuf-locale-bn-in: PKGSIZE changed from 32337 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/gdk-pixbuf/gdk-pixbuf-locale-bn: PKGSIZE changed from 30491 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/gdk-pixbuf/gdk-pixbuf-locale-br: PKGSIZE changed from 4928 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/gdk-pixbuf/gdk-pixbuf-locale-bs: PKGSIZE changed from 24556 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/gdk-pixbuf/gdk-pixbuf-locale-ca+valencia: PKGSIZE changed from 23975 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/gdk-pixbuf/gdk-pixbuf-locale-ca: PKGSIZE changed from 22651 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/gdk-pixbuf/gdk-pixbuf-locale-crh: PKGSIZE changed from 21746 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/gdk-pixbuf/gdk-pixbuf-locale-cs: PKGSIZE changed from 22320 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/gdk-pixbuf/gdk-pixbuf-locale-csb: PKGSIZE changed from 7922 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/gdk-pixbuf/gdk-pixbuf-locale-cy: PKGSIZE changed from 18658 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/gdk-pixbuf/gdk-pixbuf-locale-da: PKGSIZE changed from 21376 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/gdk-pixbuf/gdk-pixbuf-locale-de: PKGSIZE changed from 22255 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/gdk-pixbuf/gdk-pixbuf-locale-dz: PKGSIZE changed from 37757 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/gdk-pixbuf/gdk-pixbuf-locale-el: PKGSIZE changed from 32324 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/gdk-pixbuf/gdk-pixbuf-locale-en+shaw: PKGSIZE changed from 28629 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/gdk-pixbuf/gdk-pixbuf-locale-en-ca: PKGSIZE changed from 17784 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/gdk-pixbuf/gdk-pixbuf-locale-en-gb: PKGSIZE changed from 20382 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/gdk-pixbuf/gdk-pixbuf-locale-eo: PKGSIZE changed from 18565 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/gdk-pixbuf/gdk-pixbuf-locale-es: PKGSIZE changed from 22642 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/gdk-pixbuf/gdk-pixbuf-locale-et: PKGSIZE changed from 21610 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/gdk-pixbuf/gdk-pixbuf-locale-eu: PKGSIZE changed from 21883 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/gdk-pixbuf/gdk-pixbuf-locale-fa: PKGSIZE changed from 20160 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/gdk-pixbuf/gdk-pixbuf-locale-fi: PKGSIZE changed from 14641 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/gdk-pixbuf/gdk-pixbuf-locale-fr: PKGSIZE changed from 23550 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/gdk-pixbuf/gdk-pixbuf-locale-fur: PKGSIZE changed from 22194 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/gdk-pixbuf/gdk-pixbuf-locale-ga: PKGSIZE changed from 18654 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/gdk-pixbuf/gdk-pixbuf-locale-gl: PKGSIZE changed from 22675 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/gdk-pixbuf/gdk-pixbuf-locale-gu: PKGSIZE changed from 29033 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/gdk-pixbuf/gdk-pixbuf-locale-he: PKGSIZE changed from 24533 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/gdk-pixbuf/gdk-pixbuf-locale-hi: PKGSIZE changed from 32421 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/gdk-pixbuf/gdk-pixbuf-locale-hr: PKGSIZE changed from 23497 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/gdk-pixbuf/gdk-pixbuf-locale-hu: PKGSIZE changed from 22099 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/gdk-pixbuf/gdk-pixbuf-locale-hy: PKGSIZE changed from 27249 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/gdk-pixbuf/gdk-pixbuf-locale-ia: PKGSIZE changed from 1036 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/gdk-pixbuf/gdk-pixbuf-locale-id: PKGSIZE changed from 21287 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/gdk-pixbuf/gdk-pixbuf-locale-io: PKGSIZE changed from 5190 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/gdk-pixbuf/gdk-pixbuf-locale-is: PKGSIZE changed from 22679 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/gdk-pixbuf/gdk-pixbuf-locale-it: PKGSIZE changed from 22385 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/gdk-pixbuf/gdk-pixbuf-locale-ja: PKGSIZE changed from 24822 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/gdk-pixbuf/gdk-pixbuf-locale-ka: PKGSIZE changed from 32954 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/gdk-pixbuf/gdk-pixbuf-locale-kk: PKGSIZE changed from 6604 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/gdk-pixbuf/gdk-pixbuf-locale-km: PKGSIZE changed from 37896 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/gdk-pixbuf/gdk-pixbuf-locale-kn: PKGSIZE changed from 32529 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/gdk-pixbuf/gdk-pixbuf-locale-ko: PKGSIZE changed from 23440 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/gdk-pixbuf/gdk-pixbuf-locale-ku: PKGSIZE changed from 19051 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/gdk-pixbuf/gdk-pixbuf-locale-li: PKGSIZE changed from 12906 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/gdk-pixbuf/gdk-pixbuf-locale-lt: PKGSIZE changed from 22055 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/gdk-pixbuf/gdk-pixbuf-locale-lv: PKGSIZE changed from 21465 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/gdk-pixbuf/gdk-pixbuf-locale-mai: PKGSIZE changed from 28367 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/gdk-pixbuf/gdk-pixbuf-locale-mi: PKGSIZE changed from 11922 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/gdk-pixbuf/gdk-pixbuf-locale-mk: PKGSIZE changed from 24110 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/gdk-pixbuf/gdk-pixbuf-locale-ml: PKGSIZE changed from 38228 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/gdk-pixbuf/gdk-pixbuf-locale-mn: PKGSIZE changed from 19090 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/gdk-pixbuf/gdk-pixbuf-locale-mr: PKGSIZE changed from 33246 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/gdk-pixbuf/gdk-pixbuf-locale-ms: PKGSIZE changed from 22069 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/gdk-pixbuf/gdk-pixbuf-locale-my: PKGSIZE changed from 34861 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/gdk-pixbuf/gdk-pixbuf-locale-nb: PKGSIZE changed from 21650 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/gdk-pixbuf/gdk-pixbuf-locale-nds: PKGSIZE changed from 4806 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/gdk-pixbuf/gdk-pixbuf-locale-ne: PKGSIZE changed from 24473 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/gdk-pixbuf/gdk-pixbuf-locale-nl: PKGSIZE changed from 21843 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/gdk-pixbuf/gdk-pixbuf-locale-nn: PKGSIZE changed from 19204 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/gdk-pixbuf/gdk-pixbuf-locale-nso: PKGSIZE changed from 16638 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/gdk-pixbuf/gdk-pixbuf-locale-oc: PKGSIZE changed from 24799 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/gdk-pixbuf/gdk-pixbuf-locale-or: PKGSIZE changed from 32520 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/gdk-pixbuf/gdk-pixbuf-locale-pa: PKGSIZE changed from 32148 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/gdk-pixbuf/gdk-pixbuf-locale-pl: PKGSIZE changed from 22741 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/gdk-pixbuf/gdk-pixbuf-locale-ps: PKGSIZE changed from 2829 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/gdk-pixbuf/gdk-pixbuf-locale-pt-br: PKGSIZE changed from 22212 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/gdk-pixbuf/gdk-pixbuf-locale-pt: PKGSIZE changed from 21787 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/gdk-pixbuf/gdk-pixbuf-locale-ro: PKGSIZE changed from 22779 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/gdk-pixbuf/gdk-pixbuf-locale-ru: PKGSIZE changed from 32397 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/gdk-pixbuf/gdk-pixbuf-locale-si: PKGSIZE changed from 24974 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/gdk-pixbuf/gdk-pixbuf-locale-sk: PKGSIZE changed from 23265 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/gdk-pixbuf/gdk-pixbuf-locale-sl: PKGSIZE changed from 22040 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/gdk-pixbuf/gdk-pixbuf-locale-sq: PKGSIZE changed from 20460 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/gdk-pixbuf/gdk-pixbuf-locale-sr+ije: PKGSIZE changed from 18516 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/gdk-pixbuf/gdk-pixbuf-locale-sr+latin: PKGSIZE changed from 23305 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/gdk-pixbuf/gdk-pixbuf-locale-sr: PKGSIZE changed from 28493 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/gdk-pixbuf/gdk-pixbuf-locale-sv: PKGSIZE changed from 21415 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/gdk-pixbuf/gdk-pixbuf-locale-ta: PKGSIZE changed from 33795 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/gdk-pixbuf/gdk-pixbuf-locale-te: PKGSIZE changed from 36461 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/gdk-pixbuf/gdk-pixbuf-locale-tg: PKGSIZE changed from 732 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/gdk-pixbuf/gdk-pixbuf-locale-th: PKGSIZE changed from 32921 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/gdk-pixbuf/gdk-pixbuf-locale-tk: PKGSIZE changed from 1970 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/gdk-pixbuf/gdk-pixbuf-locale-tr: PKGSIZE changed from 21350 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/gdk-pixbuf/gdk-pixbuf-locale-tt: PKGSIZE changed from 6493 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/gdk-pixbuf/gdk-pixbuf-locale-ug: PKGSIZE changed from 27459 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/gdk-pixbuf/gdk-pixbuf-locale-uk: PKGSIZE changed from 30125 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/gdk-pixbuf/gdk-pixbuf-locale-uz+cyrillic: PKGSIZE changed from 3659 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/gdk-pixbuf/gdk-pixbuf-locale-uz: PKGSIZE changed from 2993 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/gdk-pixbuf/gdk-pixbuf-locale-vi: PKGSIZE changed from 23578 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/gdk-pixbuf/gdk-pixbuf-locale-wa: PKGSIZE changed from 16241 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/gdk-pixbuf/gdk-pixbuf-locale-xh: PKGSIZE changed from 17448 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/gdk-pixbuf/gdk-pixbuf-locale-yi: PKGSIZE changed from 16287 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/gdk-pixbuf/gdk-pixbuf-locale-zh-cn: PKGSIZE changed from 19483 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/gdk-pixbuf/gdk-pixbuf-locale-zh-hk: PKGSIZE changed from 20334 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/gdk-pixbuf/gdk-pixbuf-locale-zh-tw: PKGSIZE changed from 20689 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/gdk-pixbuf/gdk-pixbuf-ptest: PKGSIZE changed from 19894580 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/gdk-pixbuf/gdk-pixbuf-src: PKGSIZE changed from 1313435 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/gdk-pixbuf/gdk-pixbuf: PKGSIZE changed from 151661 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/gdk-pixbuf/gdk-pixbuf: latest.pkg_postinst changed from "#!/bin/sh set -e if [ x"$D" = "x" ]; then if [ -x /sbin/ldconfig ]; then /sbin/ldconfig ; fi fi " to "#!/bin/sh if [ x"$D" = "x" ]; then if [ -x /sbin/ldconfig ]; then /sbin/ldconfig ; fi fi " packages/armv7vet2hf-neon-poky-linux-gnueabi/gettext/gettext-dbg: PKGSIZE changed from 7736644 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/gettext/gettext-dev: PKGSIZE changed from 170418 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/gettext/gettext-doc: PKGSIZE changed from 5863074 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/gettext/gettext-locale-ast: PKGSIZE changed from 5652 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/gettext/gettext-locale-be: PKGSIZE changed from 28450 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/gettext/gettext-locale-bg: PKGSIZE changed from 157309 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/gettext/gettext-locale-ca: PKGSIZE changed from 125636 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/gettext/gettext-locale-cs: PKGSIZE changed from 12191 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/gettext/gettext-locale-da: PKGSIZE changed from 92585 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/gettext/gettext-locale-de: PKGSIZE changed from 130971 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/gettext/gettext-locale-el: PKGSIZE changed from 4768 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/gettext/gettext-locale-en+boldquot: PKGSIZE changed from 130248 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/gettext/gettext-locale-en+quot: PKGSIZE changed from 128240 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/gettext/gettext-locale-eo: PKGSIZE changed from 8681 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/gettext/gettext-locale-es: PKGSIZE changed from 132384 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/gettext/gettext-locale-et: PKGSIZE changed from 7096 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/gettext/gettext-locale-eu: PKGSIZE changed from 51844 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/gettext/gettext-locale-fi: PKGSIZE changed from 117551 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/gettext/gettext-locale-fr: PKGSIZE changed from 133417 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/gettext/gettext-locale-ga: PKGSIZE changed from 5657 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/gettext/gettext-locale-gl: PKGSIZE changed from 27948 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/gettext/gettext-locale-hr: PKGSIZE changed from 8822 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/gettext/gettext-locale-hu: PKGSIZE changed from 8736 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/gettext/gettext-locale-id: PKGSIZE changed from 93782 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/gettext/gettext-locale-it: PKGSIZE changed from 111619 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/gettext/gettext-locale-ja: PKGSIZE changed from 118322 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/gettext/gettext-locale-ko: PKGSIZE changed from 131950 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/gettext/gettext-locale-nb: PKGSIZE changed from 26585 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/gettext/gettext-locale-nl: PKGSIZE changed from 59872 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/gettext/gettext-locale-nn: PKGSIZE changed from 21162 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/gettext/gettext-locale-pa: PKGSIZE changed from 27756 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/gettext/gettext-locale-pl: PKGSIZE changed from 127119 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/gettext/gettext-locale-pt-br: PKGSIZE changed from 130217 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/gettext/gettext-locale-pt: PKGSIZE changed from 126568 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/gettext/gettext-locale-ro: PKGSIZE changed from 74235 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/gettext/gettext-locale-ru: PKGSIZE changed from 163892 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/gettext/gettext-locale-sk: PKGSIZE changed from 128388 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/gettext/gettext-locale-sl: PKGSIZE changed from 116943 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/gettext/gettext-locale-sr: PKGSIZE changed from 157856 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/gettext/gettext-locale-sv: PKGSIZE changed from 121094 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/gettext/gettext-locale-tr: PKGSIZE changed from 91709 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/gettext/gettext-locale-uk: PKGSIZE changed from 159003 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/gettext/gettext-locale-vi: PKGSIZE changed from 133629 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/gettext/gettext-locale-zh-cn: PKGSIZE changed from 119245 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/gettext/gettext-locale-zh-hk: PKGSIZE changed from 4126 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/gettext/gettext-locale-zh-tw: PKGSIZE changed from 120639 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/gettext/gettext-ptest: PKGSIZE changed from 5330511 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/gettext/gettext-runtime-doc: PKGSIZE changed from 78198 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/gettext/gettext-runtime: PKGSIZE changed from 71076 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/gettext/gettext-src: PKGSIZE changed from 14438609 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/gettext/gettext: PKGSIZE changed from 1927777 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/gettext/gettext: latest.pkg_postinst changed from "#!/bin/sh set -e if [ x"$D" = "x" ]; then if [ -x /sbin/ldconfig ]; then /sbin/ldconfig ; fi fi " to "#!/bin/sh if [ x"$D" = "x" ]; then if [ -x /sbin/ldconfig ]; then /sbin/ldconfig ; fi fi " packages/armv7vet2hf-neon-poky-linux-gnueabi/gettext/libgettextlib: PKGSIZE changed from 787992 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/gettext/libgettextlib: latest.pkg_postinst changed from "#!/bin/sh set -e if [ x"$D" = "x" ]; then if [ -x /sbin/ldconfig ]; then /sbin/ldconfig ; fi fi " to "#!/bin/sh if [ x"$D" = "x" ]; then if [ -x /sbin/ldconfig ]; then /sbin/ldconfig ; fi fi " packages/armv7vet2hf-neon-poky-linux-gnueabi/gettext/libgettextsrc: PKGSIZE changed from 203432 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/gettext/libgettextsrc: latest.pkg_postinst changed from "#!/bin/sh set -e if [ x"$D" = "x" ]; then if [ -x /sbin/ldconfig ]; then /sbin/ldconfig ; fi fi " to "#!/bin/sh if [ x"$D" = "x" ]; then if [ -x /sbin/ldconfig ]; then /sbin/ldconfig ; fi fi " packages/armv7vet2hf-neon-poky-linux-gnueabi/glew/glew-bin: PKGSIZE changed from 486192 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glew/glew-dbg: PKGSIZE changed from 2195836 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glew/glew-dev: PKGSIZE changed from 1446836 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glew/glew-src: PKGSIZE changed from 3551809 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glew/glew-staticdev: PKGSIZE changed from 1913202 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glew/glew: PKGSIZE changed from 607544 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glew/glew: latest.pkg_postinst changed from "#!/bin/sh set -e if [ x"$D" = "x" ]; then if [ -x /sbin/ldconfig ]; then /sbin/ldconfig ; fi fi " to "#!/bin/sh if [ x"$D" = "x" ]; then if [ -x /sbin/ldconfig ]; then /sbin/ldconfig ; fi fi " packages/armv7vet2hf-neon-poky-linux-gnueabi/glib-2.0/glib-2.0-bash-completion: PKGSIZE changed from 10339 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glib-2.0/glib-2.0-codegen: PKGSIZE changed from 306561 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glib-2.0/glib-2.0-dbg: PKGSIZE changed from 25824784 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glib-2.0/glib-2.0-dev: PKGSIZE changed from 2275104 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glib-2.0/glib-2.0-locale-af: PKGSIZE changed from 9368 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glib-2.0/glib-2.0-locale-am: PKGSIZE changed from 2655 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glib-2.0/glib-2.0-locale-an: PKGSIZE changed from 100884 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glib-2.0/glib-2.0-locale-ar: PKGSIZE changed from 48379 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glib-2.0/glib-2.0-locale-as: PKGSIZE changed from 144513 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glib-2.0/glib-2.0-locale-ast: PKGSIZE changed from 46590 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glib-2.0/glib-2.0-locale-az: PKGSIZE changed from 12704 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glib-2.0/glib-2.0-locale-be+latin: PKGSIZE changed from 37326 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glib-2.0/glib-2.0-locale-be: PKGSIZE changed from 124291 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glib-2.0/glib-2.0-locale-bg: PKGSIZE changed from 133353 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glib-2.0/glib-2.0-locale-bn-in: PKGSIZE changed from 152932 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glib-2.0/glib-2.0-locale-bn: PKGSIZE changed from 72564 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glib-2.0/glib-2.0-locale-bs: PKGSIZE changed from 100608 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glib-2.0/glib-2.0-locale-ca+valencia: PKGSIZE changed from 130719 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glib-2.0/glib-2.0-locale-ca: PKGSIZE changed from 142201 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glib-2.0/glib-2.0-locale-cs: PKGSIZE changed from 136384 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glib-2.0/glib-2.0-locale-cy: PKGSIZE changed from 27388 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glib-2.0/glib-2.0-locale-da: PKGSIZE changed from 132350 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glib-2.0/glib-2.0-locale-de: PKGSIZE changed from 139992 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glib-2.0/glib-2.0-locale-dz: PKGSIZE changed from 34836 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glib-2.0/glib-2.0-locale-el: PKGSIZE changed from 118601 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glib-2.0/glib-2.0-locale-en+shaw: PKGSIZE changed from 69722 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glib-2.0/glib-2.0-locale-en-ca: PKGSIZE changed from 80055 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glib-2.0/glib-2.0-locale-en-gb: PKGSIZE changed from 128400 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glib-2.0/glib-2.0-locale-eo: PKGSIZE changed from 60698 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glib-2.0/glib-2.0-locale-es: PKGSIZE changed from 138435 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glib-2.0/glib-2.0-locale-et: PKGSIZE changed from 50929 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glib-2.0/glib-2.0-locale-eu: PKGSIZE changed from 137523 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glib-2.0/glib-2.0-locale-fa: PKGSIZE changed from 57968 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glib-2.0/glib-2.0-locale-fi: PKGSIZE changed from 55624 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glib-2.0/glib-2.0-locale-fr: PKGSIZE changed from 145976 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glib-2.0/glib-2.0-locale-fur: PKGSIZE changed from 76174 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glib-2.0/glib-2.0-locale-ga: PKGSIZE changed from 14727 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glib-2.0/glib-2.0-locale-gd: PKGSIZE changed from 11432 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glib-2.0/glib-2.0-locale-gl: PKGSIZE changed from 138890 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glib-2.0/glib-2.0-locale-gu: PKGSIZE changed from 146023 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glib-2.0/glib-2.0-locale-he: PKGSIZE changed from 125973 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glib-2.0/glib-2.0-locale-hi: PKGSIZE changed from 147327 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glib-2.0/glib-2.0-locale-hr: PKGSIZE changed from 48509 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glib-2.0/glib-2.0-locale-hu: PKGSIZE changed from 140108 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glib-2.0/glib-2.0-locale-hy: PKGSIZE changed from 91532 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glib-2.0/glib-2.0-locale-id: PKGSIZE changed from 131591 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glib-2.0/glib-2.0-locale-is: PKGSIZE changed from 15106 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glib-2.0/glib-2.0-locale-it: PKGSIZE changed from 137019 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glib-2.0/glib-2.0-locale-ja: PKGSIZE changed from 131889 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glib-2.0/glib-2.0-locale-ka: PKGSIZE changed from 34231 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glib-2.0/glib-2.0-locale-kk: PKGSIZE changed from 30009 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glib-2.0/glib-2.0-locale-kn: PKGSIZE changed from 163773 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glib-2.0/glib-2.0-locale-ko: PKGSIZE changed from 145154 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glib-2.0/glib-2.0-locale-ku: PKGSIZE changed from 2827 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glib-2.0/glib-2.0-locale-lt: PKGSIZE changed from 133904 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glib-2.0/glib-2.0-locale-lv: PKGSIZE changed from 134723 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glib-2.0/glib-2.0-locale-mai: PKGSIZE changed from 43246 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glib-2.0/glib-2.0-locale-mg: PKGSIZE changed from 19581 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glib-2.0/glib-2.0-locale-mk: PKGSIZE changed from 48242 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glib-2.0/glib-2.0-locale-ml: PKGSIZE changed from 98667 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glib-2.0/glib-2.0-locale-mn: PKGSIZE changed from 19171 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glib-2.0/glib-2.0-locale-mr: PKGSIZE changed from 146790 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glib-2.0/glib-2.0-locale-ms: PKGSIZE changed from 126484 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glib-2.0/glib-2.0-locale-nb: PKGSIZE changed from 113354 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glib-2.0/glib-2.0-locale-nds: PKGSIZE changed from 6441 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glib-2.0/glib-2.0-locale-ne: PKGSIZE changed from 82038 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glib-2.0/glib-2.0-locale-nl: PKGSIZE changed from 89126 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glib-2.0/glib-2.0-locale-nn: PKGSIZE changed from 36259 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glib-2.0/glib-2.0-locale-oc: PKGSIZE changed from 123990 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glib-2.0/glib-2.0-locale-or: PKGSIZE changed from 153879 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glib-2.0/glib-2.0-locale-pa: PKGSIZE changed from 139900 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glib-2.0/glib-2.0-locale-pl: PKGSIZE changed from 140913 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glib-2.0/glib-2.0-locale-ps: PKGSIZE changed from 11590 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glib-2.0/glib-2.0-locale-pt-br: PKGSIZE changed from 136844 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glib-2.0/glib-2.0-locale-pt: PKGSIZE changed from 137044 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glib-2.0/glib-2.0-locale-ro: PKGSIZE changed from 139888 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glib-2.0/glib-2.0-locale-ru: PKGSIZE changed from 172573 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glib-2.0/glib-2.0-locale-rw: PKGSIZE changed from 2197 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glib-2.0/glib-2.0-locale-si: PKGSIZE changed from 11379 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glib-2.0/glib-2.0-locale-sk: PKGSIZE changed from 126958 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glib-2.0/glib-2.0-locale-sl: PKGSIZE changed from 133721 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glib-2.0/glib-2.0-locale-sq: PKGSIZE changed from 38114 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glib-2.0/glib-2.0-locale-sr+ije: PKGSIZE changed from 15638 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glib-2.0/glib-2.0-locale-sr+latin: PKGSIZE changed from 125979 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glib-2.0/glib-2.0-locale-sr: PKGSIZE changed from 173028 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glib-2.0/glib-2.0-locale-sv: PKGSIZE changed from 132946 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glib-2.0/glib-2.0-locale-ta: PKGSIZE changed from 161163 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glib-2.0/glib-2.0-locale-te: PKGSIZE changed from 152584 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glib-2.0/glib-2.0-locale-tg: PKGSIZE changed from 5165 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glib-2.0/glib-2.0-locale-th: PKGSIZE changed from 174848 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glib-2.0/glib-2.0-locale-tl: PKGSIZE changed from 17881 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glib-2.0/glib-2.0-locale-tr: PKGSIZE changed from 134920 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glib-2.0/glib-2.0-locale-tt: PKGSIZE changed from 7076 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glib-2.0/glib-2.0-locale-ug: PKGSIZE changed from 124524 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glib-2.0/glib-2.0-locale-uk: PKGSIZE changed from 176518 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glib-2.0/glib-2.0-locale-vi: PKGSIZE changed from 109755 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glib-2.0/glib-2.0-locale-wa: PKGSIZE changed from 6350 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glib-2.0/glib-2.0-locale-xh: PKGSIZE changed from 15950 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glib-2.0/glib-2.0-locale-yi: PKGSIZE changed from 15877 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glib-2.0/glib-2.0-locale-zh-cn: PKGSIZE changed from 121576 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glib-2.0/glib-2.0-locale-zh-hk: PKGSIZE changed from 94873 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glib-2.0/glib-2.0-locale-zh-tw: PKGSIZE changed from 123273 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glib-2.0/glib-2.0-ptest: PKGSIZE changed from 6281540 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glib-2.0/glib-2.0-src: PKGSIZE changed from 26301718 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glib-2.0/glib-2.0-utils: PKGSIZE changed from 334779 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glib-2.0/glib-2.0: PKGSIZE changed from 2374143 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glib-2.0/glib-2.0: latest.pkg_postinst changed from "#!/bin/sh set -e if [ "x$D" != "x" ]; then $INTERCEPT_DIR/postinst_intercept update_gio_module_cache libglib-2.0-0 \ mlprefix= \ binprefix= \ libdir=/usr/lib \ libexecdir=/usr/libexec \ base_libdir=/lib \ bindir=/usr/bin else /usr/libexec/gio-querymodules /usr/lib/gio/modules/ fi if [ x"$D" = "x" ]; then if [ -x /sbin/ldconfig ]; then /sbin/ldconfig ; fi fi " to "#!/bin/sh if [ "x$D" != "x" ]; then $INTERCEPT_DIR/postinst_intercept update_gio_module_cache libglib-2.0-0 \ mlprefix= \ binprefix= \ libdir=/usr/lib \ libexecdir=/usr/libexec \ base_libdir=/lib \ bindir=/usr/bin else /usr/libexec/gio-querymodules /usr/lib/gio/modules/ fi if [ x"$D" = "x" ]; then if [ -x /sbin/ldconfig ]; then /sbin/ldconfig ; fi fi " packages/armv7vet2hf-neon-poky-linux-gnueabi/glib-2.0/glib-2.0: latest.pkg_postrm changed from "#!/bin/sh set -e if [ "x$D" != "x" ]; then $INTERCEPT_DIR/postinst_intercept update_gio_module_cache libglib-2.0-0 \ mlprefix= \ binprefix= \ libdir=/usr/lib \ libexecdir=/usr/libexec \ base_libdir=/lib \ bindir=/usr/bin else /usr/libexec/gio-querymodules /usr/lib/gio/modules/ fi " to "#!/bin/sh if [ "x$D" != "x" ]; then $INTERCEPT_DIR/postinst_intercept update_gio_module_cache libglib-2.0-0 \ mlprefix= \ binprefix= \ libdir=/usr/lib \ libexecdir=/usr/libexec \ base_libdir=/lib \ bindir=/usr/bin else /usr/libexec/gio-querymodules /usr/lib/gio/modules/ fi " packages/armv7vet2hf-neon-poky-linux-gnueabi/glib-networking/glib-networking-dbg: PKGSIZE changed from 639904 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glib-networking/glib-networking-locale-an: PKGSIZE changed from 3264 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glib-networking/glib-networking-locale-ar: PKGSIZE changed from 3570 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glib-networking/glib-networking-locale-as: PKGSIZE changed from 4548 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glib-networking/glib-networking-locale-be: PKGSIZE changed from 7605 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glib-networking/glib-networking-locale-bg: PKGSIZE changed from 4356 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glib-networking/glib-networking-locale-bn-in: PKGSIZE changed from 2891 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glib-networking/glib-networking-locale-bs: PKGSIZE changed from 3159 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glib-networking/glib-networking-locale-ca+valencia: PKGSIZE changed from 3671 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glib-networking/glib-networking-locale-ca: PKGSIZE changed from 7737 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glib-networking/glib-networking-locale-cs: PKGSIZE changed from 7442 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glib-networking/glib-networking-locale-da: PKGSIZE changed from 6868 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glib-networking/glib-networking-locale-de: PKGSIZE changed from 7585 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glib-networking/glib-networking-locale-el: PKGSIZE changed from 4443 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glib-networking/glib-networking-locale-en-ca: PKGSIZE changed from 465 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glib-networking/glib-networking-locale-en-gb: PKGSIZE changed from 6756 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glib-networking/glib-networking-locale-eo: PKGSIZE changed from 2665 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glib-networking/glib-networking-locale-es: PKGSIZE changed from 7265 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glib-networking/glib-networking-locale-et: PKGSIZE changed from 3188 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glib-networking/glib-networking-locale-eu: PKGSIZE changed from 6993 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glib-networking/glib-networking-locale-fa: PKGSIZE changed from 5837 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glib-networking/glib-networking-locale-fi: PKGSIZE changed from 4325 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glib-networking/glib-networking-locale-fr: PKGSIZE changed from 7605 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glib-networking/glib-networking-locale-fur: PKGSIZE changed from 7253 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glib-networking/glib-networking-locale-gd: PKGSIZE changed from 3584 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glib-networking/glib-networking-locale-gl: PKGSIZE changed from 7486 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glib-networking/glib-networking-locale-gu: PKGSIZE changed from 2889 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glib-networking/glib-networking-locale-he: PKGSIZE changed from 3821 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glib-networking/glib-networking-locale-hi: PKGSIZE changed from 4662 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glib-networking/glib-networking-locale-hr: PKGSIZE changed from 5297 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glib-networking/glib-networking-locale-hu: PKGSIZE changed from 7371 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glib-networking/glib-networking-locale-id: PKGSIZE changed from 6936 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glib-networking/glib-networking-locale-it: PKGSIZE changed from 7366 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glib-networking/glib-networking-locale-ja: PKGSIZE changed from 3950 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glib-networking/glib-networking-locale-kk: PKGSIZE changed from 6224 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glib-networking/glib-networking-locale-km: PKGSIZE changed from 4740 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glib-networking/glib-networking-locale-kn: PKGSIZE changed from 3229 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glib-networking/glib-networking-locale-ko: PKGSIZE changed from 7627 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glib-networking/glib-networking-locale-lt: PKGSIZE changed from 7183 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glib-networking/glib-networking-locale-lv: PKGSIZE changed from 5412 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glib-networking/glib-networking-locale-ml: PKGSIZE changed from 5626 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glib-networking/glib-networking-locale-mr: PKGSIZE changed from 3899 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glib-networking/glib-networking-locale-ms: PKGSIZE changed from 4769 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glib-networking/glib-networking-locale-nb: PKGSIZE changed from 3456 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glib-networking/glib-networking-locale-ne: PKGSIZE changed from 6583 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glib-networking/glib-networking-locale-nl: PKGSIZE changed from 7015 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glib-networking/glib-networking-locale-oc: PKGSIZE changed from 4538 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glib-networking/glib-networking-locale-or: PKGSIZE changed from 4179 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glib-networking/glib-networking-locale-pa: PKGSIZE changed from 4548 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glib-networking/glib-networking-locale-pl: PKGSIZE changed from 7545 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glib-networking/glib-networking-locale-pt-br: PKGSIZE changed from 7374 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glib-networking/glib-networking-locale-pt: PKGSIZE changed from 7278 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glib-networking/glib-networking-locale-ro: PKGSIZE changed from 7629 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glib-networking/glib-networking-locale-ru: PKGSIZE changed from 6678 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glib-networking/glib-networking-locale-sk: PKGSIZE changed from 5726 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glib-networking/glib-networking-locale-sl: PKGSIZE changed from 7542 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glib-networking/glib-networking-locale-sr+latin: PKGSIZE changed from 4605 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glib-networking/glib-networking-locale-sr: PKGSIZE changed from 9554 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glib-networking/glib-networking-locale-sv: PKGSIZE changed from 7131 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glib-networking/glib-networking-locale-ta: PKGSIZE changed from 3132 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glib-networking/glib-networking-locale-te: PKGSIZE changed from 4729 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glib-networking/glib-networking-locale-tg: PKGSIZE changed from 4092 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glib-networking/glib-networking-locale-th: PKGSIZE changed from 4620 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glib-networking/glib-networking-locale-tr: PKGSIZE changed from 6826 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glib-networking/glib-networking-locale-ug: PKGSIZE changed from 4053 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glib-networking/glib-networking-locale-uk: PKGSIZE changed from 10223 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glib-networking/glib-networking-locale-vi: PKGSIZE changed from 3416 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glib-networking/glib-networking-locale-zh-cn: PKGSIZE changed from 6252 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glib-networking/glib-networking-locale-zh-hk: PKGSIZE changed from 3048 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glib-networking/glib-networking-locale-zh-tw: PKGSIZE changed from 4590 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glib-networking/glib-networking-ptest: PKGSIZE changed from 198168 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glib-networking/glib-networking-src: PKGSIZE changed from 460979 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glib-networking/glib-networking: PKGSIZE changed from 83332 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glib-networking/glib-networking: latest.pkg_postinst changed from "#!/bin/sh set -e if [ "x$D" != "x" ]; then $INTERCEPT_DIR/postinst_intercept update_gio_module_cache glib-networking \ mlprefix= \ binprefix= \ libdir=/usr/lib \ libexecdir=/usr/libexec \ base_libdir=/lib \ bindir=/usr/bin else /usr/libexec/gio-querymodules /usr/lib/gio/modules/ fi " to "#!/bin/sh if [ "x$D" != "x" ]; then $INTERCEPT_DIR/postinst_intercept update_gio_module_cache glib-networking \ mlprefix= \ binprefix= \ libdir=/usr/lib \ libexecdir=/usr/libexec \ base_libdir=/lib \ bindir=/usr/bin else /usr/libexec/gio-querymodules /usr/lib/gio/modules/ fi " packages/armv7vet2hf-neon-poky-linux-gnueabi/glib-networking/glib-networking: latest.pkg_postrm changed from "#!/bin/sh set -e if [ "x$D" != "x" ]; then $INTERCEPT_DIR/postinst_intercept update_gio_module_cache glib-networking \ mlprefix= \ binprefix= \ libdir=/usr/lib \ libexecdir=/usr/libexec \ base_libdir=/lib \ bindir=/usr/bin else /usr/libexec/gio-querymodules /usr/lib/gio/modules/ fi " to "#!/bin/sh if [ "x$D" != "x" ]; then $INTERCEPT_DIR/postinst_intercept update_gio_module_cache glib-networking \ mlprefix= \ binprefix= \ libdir=/usr/lib \ libexecdir=/usr/libexec \ base_libdir=/lib \ bindir=/usr/bin else /usr/libexec/gio-querymodules /usr/lib/gio/modules/ fi " packages/armv7vet2hf-neon-poky-linux-gnueabi/glibc-locale/glibc-binary-localedata-aa-dj.iso-8859-1: PKGSIZE changed from 321134 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glibc-locale/glibc-binary-localedata-aa-dj: PKGSIZE changed from 2937932 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glibc-locale/glibc-binary-localedata-aa-er+saaho: PKGSIZE changed from 2949737 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glibc-locale/glibc-binary-localedata-aa-er: PKGSIZE changed from 2949726 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glibc-locale/glibc-binary-localedata-aa-et: PKGSIZE changed from 2949723 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glibc-locale/glibc-binary-localedata-af-za.iso-8859-1: PKGSIZE changed from 320660 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glibc-locale/glibc-binary-localedata-af-za: PKGSIZE changed from 2937458 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glibc-locale/glibc-binary-localedata-agr-pe: PKGSIZE changed from 2937704 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glibc-locale/glibc-binary-localedata-ak-gh: PKGSIZE changed from 2938465 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glibc-locale/glibc-binary-localedata-am-et: PKGSIZE changed from 2949467 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glibc-locale/glibc-binary-localedata-an-es.iso-8859-15: PKGSIZE changed from 321996 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glibc-locale/glibc-binary-localedata-an-es: PKGSIZE changed from 2937400 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glibc-locale/glibc-binary-localedata-anp-in: PKGSIZE changed from 2941095 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glibc-locale/glibc-binary-localedata-ar-ae.iso-8859-6: PKGSIZE changed from 318286 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glibc-locale/glibc-binary-localedata-ar-ae: PKGSIZE changed from 2937762 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glibc-locale/glibc-binary-localedata-ar-bh.iso-8859-6: PKGSIZE changed from 318240 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glibc-locale/glibc-binary-localedata-ar-bh: PKGSIZE changed from 2937696 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glibc-locale/glibc-binary-localedata-ar-dz.iso-8859-6: PKGSIZE changed from 318432 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glibc-locale/glibc-binary-localedata-ar-dz: PKGSIZE changed from 2937928 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glibc-locale/glibc-binary-localedata-ar-eg.iso-8859-6: PKGSIZE changed from 318231 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glibc-locale/glibc-binary-localedata-ar-eg: PKGSIZE changed from 2937683 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glibc-locale/glibc-binary-localedata-ar-in: PKGSIZE changed from 2937730 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glibc-locale/glibc-binary-localedata-ar-iq.iso-8859-6: PKGSIZE changed from 318842 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glibc-locale/glibc-binary-localedata-ar-iq: PKGSIZE changed from 2938406 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glibc-locale/glibc-binary-localedata-ar-jo.iso-8859-6: PKGSIZE changed from 318846 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glibc-locale/glibc-binary-localedata-ar-jo: PKGSIZE changed from 2938410 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glibc-locale/glibc-binary-localedata-ar-kw.iso-8859-6: PKGSIZE changed from 318238 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glibc-locale/glibc-binary-localedata-ar-kw: PKGSIZE changed from 2937690 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glibc-locale/glibc-binary-localedata-ar-lb.iso-8859-6: PKGSIZE changed from 318844 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glibc-locale/glibc-binary-localedata-ar-lb: PKGSIZE changed from 2938412 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glibc-locale/glibc-binary-localedata-ar-ly.iso-8859-6: PKGSIZE changed from 318253 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glibc-locale/glibc-binary-localedata-ar-ly: PKGSIZE changed from 2937705 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glibc-locale/glibc-binary-localedata-ar-ma.iso-8859-6: PKGSIZE changed from 318296 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glibc-locale/glibc-binary-localedata-ar-ma: PKGSIZE changed from 2937784 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glibc-locale/glibc-binary-localedata-ar-om.iso-8859-6: PKGSIZE changed from 318230 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glibc-locale/glibc-binary-localedata-ar-om: PKGSIZE changed from 2937686 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glibc-locale/glibc-binary-localedata-ar-qa.iso-8859-6: PKGSIZE changed from 318232 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glibc-locale/glibc-binary-localedata-ar-qa: PKGSIZE changed from 2937680 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glibc-locale/glibc-binary-localedata-ar-sa.iso-8859-6: PKGSIZE changed from 315706 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glibc-locale/glibc-binary-localedata-ar-sa: PKGSIZE changed from 367842 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glibc-locale/glibc-binary-localedata-ar-sd.iso-8859-6: PKGSIZE changed from 318236 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glibc-locale/glibc-binary-localedata-ar-sd: PKGSIZE changed from 2937692 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glibc-locale/glibc-binary-localedata-ar-ss: PKGSIZE changed from 2937700 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glibc-locale/glibc-binary-localedata-ar-sy.iso-8859-6: PKGSIZE changed from 318859 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glibc-locale/glibc-binary-localedata-ar-sy: PKGSIZE changed from 2938423 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glibc-locale/glibc-binary-localedata-ar-tn.iso-8859-6: PKGSIZE changed from 318428 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glibc-locale/glibc-binary-localedata-ar-tn: PKGSIZE changed from 2937920 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glibc-locale/glibc-binary-localedata-ar-ye.iso-8859-6: PKGSIZE changed from 318236 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glibc-locale/glibc-binary-localedata-ar-ye: PKGSIZE changed from 2937688 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glibc-locale/glibc-binary-localedata-as-in: PKGSIZE changed from 2941166 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glibc-locale/glibc-binary-localedata-ast-es.iso-8859-15: PKGSIZE changed from 322014 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glibc-locale/glibc-binary-localedata-ast-es: PKGSIZE changed from 2937423 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glibc-locale/glibc-binary-localedata-ayc-pe: PKGSIZE changed from 2937350 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glibc-locale/glibc-binary-localedata-az-az: PKGSIZE changed from 2806724 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glibc-locale/glibc-binary-localedata-az-ir: PKGSIZE changed from 2945411 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glibc-locale/glibc-binary-localedata-be-by+latin: PKGSIZE changed from 2895034 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glibc-locale/glibc-binary-localedata-be-by.cp1251: PKGSIZE changed from 323407 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glibc-locale/glibc-binary-localedata-be-by: PKGSIZE changed from 2937712 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glibc-locale/glibc-binary-localedata-bem-zm: PKGSIZE changed from 2937520 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glibc-locale/glibc-binary-localedata-ber-dz: PKGSIZE changed from 2937335 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glibc-locale/glibc-binary-localedata-ber-ma: PKGSIZE changed from 2937756 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glibc-locale/glibc-binary-localedata-bg-bg.cp1251: PKGSIZE changed from 323330 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glibc-locale/glibc-binary-localedata-bg-bg: PKGSIZE changed from 2938040 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glibc-locale/glibc-binary-localedata-bhb-in: PKGSIZE changed from 2937558 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glibc-locale/glibc-binary-localedata-bho-in: PKGSIZE changed from 2941124 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glibc-locale/glibc-binary-localedata-bho-np: PKGSIZE changed from 2941160 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glibc-locale/glibc-binary-localedata-bi-vu: PKGSIZE changed from 2937427 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glibc-locale/glibc-binary-localedata-bn-bd: PKGSIZE changed from 2941560 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glibc-locale/glibc-binary-localedata-bn-in: PKGSIZE changed from 2941558 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glibc-locale/glibc-binary-localedata-bo-cn: PKGSIZE changed from 3002129 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glibc-locale/glibc-binary-localedata-bo-in: PKGSIZE changed from 3002100 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glibc-locale/glibc-binary-localedata-br-fr+euro.iso-8859-15: PKGSIZE changed from 323016 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glibc-locale/glibc-binary-localedata-br-fr.iso-8859-1: PKGSIZE changed from 321604 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glibc-locale/glibc-binary-localedata-br-fr: PKGSIZE changed from 2938562 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glibc-locale/glibc-binary-localedata-brx-in: PKGSIZE changed from 2941474 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glibc-locale/glibc-binary-localedata-bs-ba.iso-8859-2: PKGSIZE changed from 323335 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glibc-locale/glibc-binary-localedata-bs-ba: PKGSIZE changed from 2938697 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glibc-locale/glibc-binary-localedata-byn-er: PKGSIZE changed from 2949765 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glibc-locale/glibc-binary-localedata-ca-ad.iso-8859-15: PKGSIZE changed from 322415 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glibc-locale/glibc-binary-localedata-ca-ad: PKGSIZE changed from 2937837 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glibc-locale/glibc-binary-localedata-ca-es+euro.iso-8859-15: PKGSIZE changed from 322495 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glibc-locale/glibc-binary-localedata-ca-es+valencia: PKGSIZE changed from 2937871 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glibc-locale/glibc-binary-localedata-ca-es.iso-8859-1: PKGSIZE changed from 321022 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glibc-locale/glibc-binary-localedata-ca-es: PKGSIZE changed from 2937842 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glibc-locale/glibc-binary-localedata-ca-fr.iso-8859-15: PKGSIZE changed from 322419 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glibc-locale/glibc-binary-localedata-ca-fr: PKGSIZE changed from 2937841 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glibc-locale/glibc-binary-localedata-ca-it.iso-8859-15: PKGSIZE changed from 322430 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glibc-locale/glibc-binary-localedata-ca-it: PKGSIZE changed from 2937852 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glibc-locale/glibc-binary-localedata-ce-ru: PKGSIZE changed from 2937600 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glibc-locale/glibc-binary-localedata-chr-us: PKGSIZE changed from 2937522 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glibc-locale/glibc-binary-localedata-ckb-iq: PKGSIZE changed from 2895707 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glibc-locale/glibc-binary-localedata-cmn-tw: PKGSIZE changed from 5158568 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glibc-locale/glibc-binary-localedata-crh-ua: PKGSIZE changed from 2806851 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glibc-locale/glibc-binary-localedata-cs-cz.iso-8859-2: PKGSIZE changed from 322405 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glibc-locale/glibc-binary-localedata-cs-cz: PKGSIZE changed from 2939184 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glibc-locale/glibc-binary-localedata-csb-pl: PKGSIZE changed from 2937547 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glibc-locale/glibc-binary-localedata-cv-ru: PKGSIZE changed from 2937071 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glibc-locale/glibc-binary-localedata-cy-gb.iso-8859-14: PKGSIZE changed from 327628 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glibc-locale/glibc-binary-localedata-cy-gb: PKGSIZE changed from 2941320 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glibc-locale/glibc-binary-localedata-da-dk.iso-8859-1: PKGSIZE changed from 320931 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glibc-locale/glibc-binary-localedata-da-dk: PKGSIZE changed from 2937869 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glibc-locale/glibc-binary-localedata-de-at+euro.iso-8859-15: PKGSIZE changed from 322001 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glibc-locale/glibc-binary-localedata-de-at.iso-8859-1: PKGSIZE changed from 320598 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glibc-locale/glibc-binary-localedata-de-at: PKGSIZE changed from 2937501 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glibc-locale/glibc-binary-localedata-de-be+euro.iso-8859-15: PKGSIZE changed from 321968 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glibc-locale/glibc-binary-localedata-de-be.iso-8859-1: PKGSIZE changed from 320545 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glibc-locale/glibc-binary-localedata-de-be: PKGSIZE changed from 2937445 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glibc-locale/glibc-binary-localedata-de-ch.iso-8859-1: PKGSIZE changed from 320584 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glibc-locale/glibc-binary-localedata-de-ch: PKGSIZE changed from 2937489 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glibc-locale/glibc-binary-localedata-de-de+euro.iso-8859-15: PKGSIZE changed from 322054 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glibc-locale/glibc-binary-localedata-de-de.iso-8859-1: PKGSIZE changed from 320642 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glibc-locale/glibc-binary-localedata-de-de: PKGSIZE changed from 2937541 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glibc-locale/glibc-binary-localedata-de-it.iso-8859-1: PKGSIZE changed from 320635 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glibc-locale/glibc-binary-localedata-de-it: PKGSIZE changed from 2937538 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glibc-locale/glibc-binary-localedata-de-li: PKGSIZE changed from 2937431 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glibc-locale/glibc-binary-localedata-de-lu+euro.iso-8859-15: PKGSIZE changed from 321978 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glibc-locale/glibc-binary-localedata-de-lu.iso-8859-1: PKGSIZE changed from 320555 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glibc-locale/glibc-binary-localedata-de-lu: PKGSIZE changed from 2937455 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glibc-locale/glibc-binary-localedata-doi-in: PKGSIZE changed from 2941002 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glibc-locale/glibc-binary-localedata-dsb-de: PKGSIZE changed from 2895102 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glibc-locale/glibc-binary-localedata-dv-mv: PKGSIZE changed from 2938779 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glibc-locale/glibc-binary-localedata-dz-bt: PKGSIZE changed from 3002194 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glibc-locale/glibc-binary-localedata-el-cy.iso-8859-7: PKGSIZE changed from 323139 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glibc-locale/glibc-binary-localedata-el-cy: PKGSIZE changed from 2938125 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glibc-locale/glibc-binary-localedata-el-gr+euro.iso-8859-7: PKGSIZE changed from 323131 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glibc-locale/glibc-binary-localedata-el-gr.iso-8859-7: PKGSIZE changed from 323110 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glibc-locale/glibc-binary-localedata-el-gr: PKGSIZE changed from 2938096 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glibc-locale/glibc-binary-localedata-en-ag: PKGSIZE changed from 2937523 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glibc-locale/glibc-binary-localedata-en-au.iso-8859-1: PKGSIZE changed from 320617 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glibc-locale/glibc-binary-localedata-en-au: PKGSIZE changed from 2937413 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glibc-locale/glibc-binary-localedata-en-bw.iso-8859-1: PKGSIZE changed from 320481 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glibc-locale/glibc-binary-localedata-en-bw: PKGSIZE changed from 2937275 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glibc-locale/glibc-binary-localedata-en-ca.iso-8859-1: PKGSIZE changed from 320605 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glibc-locale/glibc-binary-localedata-en-ca: PKGSIZE changed from 2937401 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glibc-locale/glibc-binary-localedata-en-dk.iso-8859-1: PKGSIZE changed from 320543 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glibc-locale/glibc-binary-localedata-en-dk: PKGSIZE changed from 2937337 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glibc-locale/glibc-binary-localedata-en-gb.iso-8859-1: PKGSIZE changed from 320716 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glibc-locale/glibc-binary-localedata-en-gb: PKGSIZE changed from 2937516 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glibc-locale/glibc-binary-localedata-en-hk.iso-8859-1: PKGSIZE changed from 320928 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glibc-locale/glibc-binary-localedata-en-hk: PKGSIZE changed from 2937722 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glibc-locale/glibc-binary-localedata-en-ie+euro.iso-8859-15: PKGSIZE changed from 321960 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glibc-locale/glibc-binary-localedata-en-ie.iso-8859-1: PKGSIZE changed from 320537 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glibc-locale/glibc-binary-localedata-en-ie: PKGSIZE changed from 2937333 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glibc-locale/glibc-binary-localedata-en-il: PKGSIZE changed from 2937371 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glibc-locale/glibc-binary-localedata-en-in: PKGSIZE changed from 2937663 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glibc-locale/glibc-binary-localedata-en-ng: PKGSIZE changed from 2937264 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glibc-locale/glibc-binary-localedata-en-nz.iso-8859-1: PKGSIZE changed from 320608 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glibc-locale/glibc-binary-localedata-en-nz: PKGSIZE changed from 2937404 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glibc-locale/glibc-binary-localedata-en-ph.iso-8859-1: PKGSIZE changed from 320930 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glibc-locale/glibc-binary-localedata-en-ph: PKGSIZE changed from 2937724 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glibc-locale/glibc-binary-localedata-en-sc: PKGSIZE changed from 2937439 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glibc-locale/glibc-binary-localedata-en-sg.iso-8859-1: PKGSIZE changed from 320711 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glibc-locale/glibc-binary-localedata-en-sg: PKGSIZE changed from 2937505 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glibc-locale/glibc-binary-localedata-en-us.iso-8859-1: PKGSIZE changed from 320678 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glibc-locale/glibc-binary-localedata-en-us: PKGSIZE changed from 2937472 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glibc-locale/glibc-binary-localedata-en-za.iso-8859-1: PKGSIZE changed from 320618 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glibc-locale/glibc-binary-localedata-en-za: PKGSIZE changed from 2937412 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glibc-locale/glibc-binary-localedata-en-zm: PKGSIZE changed from 2937446 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glibc-locale/glibc-binary-localedata-en-zw.iso-8859-1: PKGSIZE changed from 320481 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glibc-locale/glibc-binary-localedata-en-zw: PKGSIZE changed from 2937275 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glibc-locale/glibc-binary-localedata-eo: PKGSIZE changed from 2894618 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glibc-locale/glibc-binary-localedata-es-ar.iso-8859-1: PKGSIZE changed from 320538 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glibc-locale/glibc-binary-localedata-es-ar: PKGSIZE changed from 2937343 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glibc-locale/glibc-binary-localedata-es-bo.iso-8859-1: PKGSIZE changed from 320539 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glibc-locale/glibc-binary-localedata-es-bo: PKGSIZE changed from 2937344 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glibc-locale/glibc-binary-localedata-es-cl.iso-8859-1: PKGSIZE changed from 320526 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glibc-locale/glibc-binary-localedata-es-cl: PKGSIZE changed from 2937331 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glibc-locale/glibc-binary-localedata-es-co.iso-8859-1: PKGSIZE changed from 320613 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glibc-locale/glibc-binary-localedata-es-co: PKGSIZE changed from 2937418 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glibc-locale/glibc-binary-localedata-es-cr.iso-8859-1: PKGSIZE changed from 320744 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glibc-locale/glibc-binary-localedata-es-cr: PKGSIZE changed from 2937555 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glibc-locale/glibc-binary-localedata-es-cu: PKGSIZE changed from 2937357 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glibc-locale/glibc-binary-localedata-es-do.iso-8859-1: PKGSIZE changed from 320576 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glibc-locale/glibc-binary-localedata-es-do: PKGSIZE changed from 2937381 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glibc-locale/glibc-binary-localedata-es-ec.iso-8859-1: PKGSIZE changed from 320531 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glibc-locale/glibc-binary-localedata-es-ec: PKGSIZE changed from 2937336 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glibc-locale/glibc-binary-localedata-es-es+euro.iso-8859-15: PKGSIZE changed from 321954 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glibc-locale/glibc-binary-localedata-es-es.iso-8859-1: PKGSIZE changed from 320543 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glibc-locale/glibc-binary-localedata-es-es: PKGSIZE changed from 2937348 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glibc-locale/glibc-binary-localedata-es-gt.iso-8859-1: PKGSIZE changed from 320539 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glibc-locale/glibc-binary-localedata-es-gt: PKGSIZE changed from 2937344 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glibc-locale/glibc-binary-localedata-es-hn.iso-8859-1: PKGSIZE changed from 320537 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glibc-locale/glibc-binary-localedata-es-hn: PKGSIZE changed from 2937342 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glibc-locale/glibc-binary-localedata-es-mx.iso-8859-1: PKGSIZE changed from 320536 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glibc-locale/glibc-binary-localedata-es-mx: PKGSIZE changed from 2937349 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glibc-locale/glibc-binary-localedata-es-ni.iso-8859-1: PKGSIZE changed from 320630 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glibc-locale/glibc-binary-localedata-es-ni: PKGSIZE changed from 2937433 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glibc-locale/glibc-binary-localedata-es-pa.iso-8859-1: PKGSIZE changed from 320537 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glibc-locale/glibc-binary-localedata-es-pa: PKGSIZE changed from 2937342 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glibc-locale/glibc-binary-localedata-es-pe.iso-8859-1: PKGSIZE changed from 320596 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glibc-locale/glibc-binary-localedata-es-pe: PKGSIZE changed from 2937401 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glibc-locale/glibc-binary-localedata-es-pr.iso-8859-1: PKGSIZE changed from 320553 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glibc-locale/glibc-binary-localedata-es-pr: PKGSIZE changed from 2937356 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glibc-locale/glibc-binary-localedata-es-py.iso-8859-1: PKGSIZE changed from 320545 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glibc-locale/glibc-binary-localedata-es-py: PKGSIZE changed from 2937350 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glibc-locale/glibc-binary-localedata-es-sv.iso-8859-1: PKGSIZE changed from 320543 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glibc-locale/glibc-binary-localedata-es-sv: PKGSIZE changed from 2937348 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glibc-locale/glibc-binary-localedata-es-us.iso-8859-1: PKGSIZE changed from 320552 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glibc-locale/glibc-binary-localedata-es-us: PKGSIZE changed from 2937357 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glibc-locale/glibc-binary-localedata-es-uy.iso-8859-1: PKGSIZE changed from 320523 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glibc-locale/glibc-binary-localedata-es-uy: PKGSIZE changed from 2937328 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glibc-locale/glibc-binary-localedata-es-ve.iso-8859-1: PKGSIZE changed from 320622 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glibc-locale/glibc-binary-localedata-es-ve: PKGSIZE changed from 2937427 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glibc-locale/glibc-binary-localedata-et-ee.iso-8859-1: PKGSIZE changed from 320692 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glibc-locale/glibc-binary-localedata-et-ee.iso-8859-15: PKGSIZE changed from 322030 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glibc-locale/glibc-binary-localedata-et-ee: PKGSIZE changed from 2937438 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glibc-locale/glibc-binary-localedata-eu-es+euro.iso-8859-15: PKGSIZE changed from 322116 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glibc-locale/glibc-binary-localedata-eu-es.iso-8859-1: PKGSIZE changed from 320680 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glibc-locale/glibc-binary-localedata-eu-es: PKGSIZE changed from 2937480 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glibc-locale/glibc-binary-localedata-fa-ir: PKGSIZE changed from 2945176 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glibc-locale/glibc-binary-localedata-ff-sn: PKGSIZE changed from 2937383 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glibc-locale/glibc-binary-localedata-fi-fi+euro.iso-8859-15: PKGSIZE changed from 322483 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glibc-locale/glibc-binary-localedata-fi-fi.iso-8859-1: PKGSIZE changed from 321060 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glibc-locale/glibc-binary-localedata-fi-fi: PKGSIZE changed from 2939452 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glibc-locale/glibc-binary-localedata-fil-ph: PKGSIZE changed from 2937994 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glibc-locale/glibc-binary-localedata-fo-fo.iso-8859-1: PKGSIZE changed from 321009 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glibc-locale/glibc-binary-localedata-fo-fo: PKGSIZE changed from 2937957 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glibc-locale/glibc-binary-localedata-fr-be+euro.iso-8859-15: PKGSIZE changed from 321923 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glibc-locale/glibc-binary-localedata-fr-be.iso-8859-1: PKGSIZE changed from 320496 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glibc-locale/glibc-binary-localedata-fr-be: PKGSIZE changed from 2937313 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glibc-locale/glibc-binary-localedata-fr-ca.iso-8859-1: PKGSIZE changed from 320493 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glibc-locale/glibc-binary-localedata-fr-ca: PKGSIZE changed from 2937314 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glibc-locale/glibc-binary-localedata-fr-ch.iso-8859-1: PKGSIZE changed from 320588 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glibc-locale/glibc-binary-localedata-fr-ch: PKGSIZE changed from 2937341 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glibc-locale/glibc-binary-localedata-fr-fr+euro.iso-8859-15: PKGSIZE changed from 322126 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glibc-locale/glibc-binary-localedata-fr-fr.iso-8859-1: PKGSIZE changed from 320655 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glibc-locale/glibc-binary-localedata-fr-fr: PKGSIZE changed from 2937470 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glibc-locale/glibc-binary-localedata-fr-lu+euro.iso-8859-15: PKGSIZE changed from 321931 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glibc-locale/glibc-binary-localedata-fr-lu.iso-8859-1: PKGSIZE changed from 320504 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glibc-locale/glibc-binary-localedata-fr-lu: PKGSIZE changed from 2937325 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glibc-locale/glibc-binary-localedata-fur-it: PKGSIZE changed from 2937177 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glibc-locale/glibc-binary-localedata-fy-de: PKGSIZE changed from 2937420 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glibc-locale/glibc-binary-localedata-fy-nl: PKGSIZE changed from 2937446 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glibc-locale/glibc-binary-localedata-ga-ie+euro.iso-8859-15: PKGSIZE changed from 322438 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glibc-locale/glibc-binary-localedata-ga-ie.iso-8859-1: PKGSIZE changed from 320994 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glibc-locale/glibc-binary-localedata-ga-ie: PKGSIZE changed from 2937830 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glibc-locale/glibc-binary-localedata-gd-gb.iso-8859-15: PKGSIZE changed from 322913 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glibc-locale/glibc-binary-localedata-gd-gb: PKGSIZE changed from 2938326 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glibc-locale/glibc-binary-localedata-gez-er+abegede: PKGSIZE changed from 2949866 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glibc-locale/glibc-binary-localedata-gez-er: PKGSIZE changed from 2949319 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glibc-locale/glibc-binary-localedata-gez-et+abegede: PKGSIZE changed from 2950038 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glibc-locale/glibc-binary-localedata-gez-et: PKGSIZE changed from 2949491 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glibc-locale/glibc-binary-localedata-gl-es+euro.iso-8859-15: PKGSIZE changed from 321918 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glibc-locale/glibc-binary-localedata-gl-es.iso-8859-1: PKGSIZE changed from 320520 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glibc-locale/glibc-binary-localedata-gl-es: PKGSIZE changed from 2937329 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glibc-locale/glibc-binary-localedata-gu-in: PKGSIZE changed from 2941170 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glibc-locale/glibc-binary-localedata-gv-gb.iso-8859-1: PKGSIZE changed from 321647 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glibc-locale/glibc-binary-localedata-gv-gb: PKGSIZE changed from 2938451 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glibc-locale/glibc-binary-localedata-ha-ng: PKGSIZE changed from 2939236 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glibc-locale/glibc-binary-localedata-hak-tw: PKGSIZE changed from 2896607 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glibc-locale/glibc-binary-localedata-he-il.iso-8859-8: PKGSIZE changed from 319654 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glibc-locale/glibc-binary-localedata-he-il: PKGSIZE changed from 2937475 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glibc-locale/glibc-binary-localedata-hi-in: PKGSIZE changed from 2941012 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glibc-locale/glibc-binary-localedata-hif-fj: PKGSIZE changed from 2937711 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glibc-locale/glibc-binary-localedata-hne-in: PKGSIZE changed from 2940703 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glibc-locale/glibc-binary-localedata-hr-hr.iso-8859-2: PKGSIZE changed from 323509 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glibc-locale/glibc-binary-localedata-hr-hr: PKGSIZE changed from 2938873 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glibc-locale/glibc-binary-localedata-hsb-de.iso-8859-2: PKGSIZE changed from 322684 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glibc-locale/glibc-binary-localedata-hsb-de: PKGSIZE changed from 2895642 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glibc-locale/glibc-binary-localedata-ht-ht: PKGSIZE changed from 2937104 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glibc-locale/glibc-binary-localedata-hu-hu.iso-8859-2: PKGSIZE changed from 336559 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glibc-locale/glibc-binary-localedata-hu-hu: PKGSIZE changed from 2952393 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glibc-locale/glibc-binary-localedata-hy-am.armscii-8: PKGSIZE changed from 321231 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glibc-locale/glibc-binary-localedata-hy-am: PKGSIZE changed from 2937891 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glibc-locale/glibc-binary-localedata-ia-fr: PKGSIZE changed from 2937409 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glibc-locale/glibc-binary-localedata-id-id.iso-8859-1: PKGSIZE changed from 320444 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glibc-locale/glibc-binary-localedata-id-id: PKGSIZE changed from 2937242 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glibc-locale/glibc-binary-localedata-ig-ng: PKGSIZE changed from 2942538 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glibc-locale/glibc-binary-localedata-ik-ca: PKGSIZE changed from 2939444 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glibc-locale/glibc-binary-localedata-is-is.iso-8859-1: PKGSIZE changed from 320504 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glibc-locale/glibc-binary-localedata-is-is: PKGSIZE changed from 2937432 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glibc-locale/glibc-binary-localedata-it-ch.iso-8859-1: PKGSIZE changed from 320665 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glibc-locale/glibc-binary-localedata-it-ch: PKGSIZE changed from 2937404 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glibc-locale/glibc-binary-localedata-it-it+euro.iso-8859-15: PKGSIZE changed from 322070 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glibc-locale/glibc-binary-localedata-it-it.iso-8859-1: PKGSIZE changed from 320647 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glibc-locale/glibc-binary-localedata-it-it: PKGSIZE changed from 2937448 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glibc-locale/glibc-binary-localedata-iu-ca: PKGSIZE changed from 2937201 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glibc-locale/glibc-binary-localedata-ja-jp.euc-jp: PKGSIZE changed from 1006088 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glibc-locale/glibc-binary-localedata-ja-jp: PKGSIZE changed from 1064685 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glibc-locale/glibc-binary-localedata-ka-ge.georgian-ps: PKGSIZE changed from 324410 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glibc-locale/glibc-binary-localedata-ka-ge: PKGSIZE changed from 2938214 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glibc-locale/glibc-binary-localedata-kab-dz: PKGSIZE changed from 2937212 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glibc-locale/glibc-binary-localedata-kk-kz.pt154: PKGSIZE changed from 323189 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glibc-locale/glibc-binary-localedata-kk-kz: PKGSIZE changed from 2937563 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glibc-locale/glibc-binary-localedata-kl-gl.iso-8859-1: PKGSIZE changed from 321370 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glibc-locale/glibc-binary-localedata-kl-gl: PKGSIZE changed from 2938304 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glibc-locale/glibc-binary-localedata-km-kh: PKGSIZE changed from 382181 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glibc-locale/glibc-binary-localedata-kn-in: PKGSIZE changed from 2940976 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glibc-locale/glibc-binary-localedata-ko-kr.euc-kr: PKGSIZE changed from 1164470 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glibc-locale/glibc-binary-localedata-ko-kr: PKGSIZE changed from 1337221 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glibc-locale/glibc-binary-localedata-kok-in: PKGSIZE changed from 2941614 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glibc-locale/glibc-binary-localedata-ks-in+devanagari: PKGSIZE changed from 2938590 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glibc-locale/glibc-binary-localedata-ks-in: PKGSIZE changed from 2938246 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glibc-locale/glibc-binary-localedata-ku-tr.iso-8859-9: PKGSIZE changed from 202026 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glibc-locale/glibc-binary-localedata-ku-tr: PKGSIZE changed from 2806577 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glibc-locale/glibc-binary-localedata-kw-gb.iso-8859-1: PKGSIZE changed from 321003 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glibc-locale/glibc-binary-localedata-kw-gb: PKGSIZE changed from 2937803 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glibc-locale/glibc-binary-localedata-ky-kg: PKGSIZE changed from 2937615 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glibc-locale/glibc-binary-localedata-lb-lu: PKGSIZE changed from 2937540 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glibc-locale/glibc-binary-localedata-lg-ug.iso-8859-10: PKGSIZE changed from 322636 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glibc-locale/glibc-binary-localedata-lg-ug: PKGSIZE changed from 2937508 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glibc-locale/glibc-binary-localedata-li-be: PKGSIZE changed from 2937561 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glibc-locale/glibc-binary-localedata-li-nl: PKGSIZE changed from 2937572 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glibc-locale/glibc-binary-localedata-lij-it: PKGSIZE changed from 2937332 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glibc-locale/glibc-binary-localedata-ln-cd: PKGSIZE changed from 2938911 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glibc-locale/glibc-binary-localedata-lo-la: PKGSIZE changed from 386792 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glibc-locale/glibc-binary-localedata-lt-lt.iso-8859-13: PKGSIZE changed from 322662 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glibc-locale/glibc-binary-localedata-lt-lt: PKGSIZE changed from 2937695 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glibc-locale/glibc-binary-localedata-lv-lv.iso-8859-13: PKGSIZE changed from 322517 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glibc-locale/glibc-binary-localedata-lv-lv: PKGSIZE changed from 2937444 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glibc-locale/glibc-binary-localedata-lzh-tw: PKGSIZE changed from 2897018 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glibc-locale/glibc-binary-localedata-mag-in: PKGSIZE changed from 2941054 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glibc-locale/glibc-binary-localedata-mai-in: PKGSIZE changed from 2940944 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glibc-locale/glibc-binary-localedata-mai-np: PKGSIZE changed from 2938248 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glibc-locale/glibc-binary-localedata-mfe-mu: PKGSIZE changed from 2894732 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glibc-locale/glibc-binary-localedata-mg-mg.iso-8859-15: PKGSIZE changed from 322084 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glibc-locale/glibc-binary-localedata-mg-mg: PKGSIZE changed from 2937472 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glibc-locale/glibc-binary-localedata-mhr-ru: PKGSIZE changed from 2937553 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glibc-locale/glibc-binary-localedata-mi-nz.iso-8859-13: PKGSIZE changed from 324074 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glibc-locale/glibc-binary-localedata-mi-nz: PKGSIZE changed from 2939053 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glibc-locale/glibc-binary-localedata-miq-ni: PKGSIZE changed from 2938927 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glibc-locale/glibc-binary-localedata-mjw-in: PKGSIZE changed from 2937530 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glibc-locale/glibc-binary-localedata-mk-mk.iso-8859-5: PKGSIZE changed from 321013 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glibc-locale/glibc-binary-localedata-mk-mk: PKGSIZE changed from 2937725 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glibc-locale/glibc-binary-localedata-ml-in: PKGSIZE changed from 2943133 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glibc-locale/glibc-binary-localedata-mn-mn: PKGSIZE changed from 2941283 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glibc-locale/glibc-binary-localedata-mni-in: PKGSIZE changed from 2940967 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glibc-locale/glibc-binary-localedata-mnw-mm: PKGSIZE changed from 2900230 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glibc-locale/glibc-binary-localedata-mr-in: PKGSIZE changed from 2941615 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glibc-locale/glibc-binary-localedata-ms-my.iso-8859-1: PKGSIZE changed from 320773 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glibc-locale/glibc-binary-localedata-ms-my: PKGSIZE changed from 2937567 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glibc-locale/glibc-binary-localedata-mt-mt.iso-8859-3: PKGSIZE changed from 322930 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glibc-locale/glibc-binary-localedata-mt-mt: PKGSIZE changed from 2938164 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glibc-locale/glibc-binary-localedata-my-mm: PKGSIZE changed from 2899917 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glibc-locale/glibc-binary-localedata-nan-tw+latin: PKGSIZE changed from 2937748 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glibc-locale/glibc-binary-localedata-nan-tw: PKGSIZE changed from 2896611 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glibc-locale/glibc-binary-localedata-nb-no.iso-8859-1: PKGSIZE changed from 321176 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glibc-locale/glibc-binary-localedata-nb-no: PKGSIZE changed from 2937917 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glibc-locale/glibc-binary-localedata-nds-de: PKGSIZE changed from 2937526 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glibc-locale/glibc-binary-localedata-nds-nl: PKGSIZE changed from 2937451 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glibc-locale/glibc-binary-localedata-ne-np: PKGSIZE changed from 2938757 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glibc-locale/glibc-binary-localedata-nhn-mx: PKGSIZE changed from 2937471 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glibc-locale/glibc-binary-localedata-niu-nu: PKGSIZE changed from 2937489 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glibc-locale/glibc-binary-localedata-niu-nz: PKGSIZE changed from 2937498 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glibc-locale/glibc-binary-localedata-nl-aw: PKGSIZE changed from 2937429 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glibc-locale/glibc-binary-localedata-nl-be+euro.iso-8859-15: PKGSIZE changed from 321988 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glibc-locale/glibc-binary-localedata-nl-be.iso-8859-1: PKGSIZE changed from 320567 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glibc-locale/glibc-binary-localedata-nl-be: PKGSIZE changed from 2937367 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glibc-locale/glibc-binary-localedata-nl-nl+euro.iso-8859-15: PKGSIZE changed from 322052 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glibc-locale/glibc-binary-localedata-nl-nl.iso-8859-1: PKGSIZE changed from 320629 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glibc-locale/glibc-binary-localedata-nl-nl: PKGSIZE changed from 2937429 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glibc-locale/glibc-binary-localedata-nn-no.iso-8859-1: PKGSIZE changed from 321251 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glibc-locale/glibc-binary-localedata-nn-no: PKGSIZE changed from 2937985 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glibc-locale/glibc-binary-localedata-nr-za: PKGSIZE changed from 2937640 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glibc-locale/glibc-binary-localedata-nso-za: PKGSIZE changed from 2895023 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glibc-locale/glibc-binary-localedata-oc-fr.iso-8859-1: PKGSIZE changed from 320807 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glibc-locale/glibc-binary-localedata-oc-fr: PKGSIZE changed from 2937629 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glibc-locale/glibc-binary-localedata-om-et: PKGSIZE changed from 2952491 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glibc-locale/glibc-binary-localedata-om-ke.iso-8859-1: PKGSIZE changed from 323692 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glibc-locale/glibc-binary-localedata-om-ke: PKGSIZE changed from 2940698 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glibc-locale/glibc-binary-localedata-or-in: PKGSIZE changed from 2942928 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glibc-locale/glibc-binary-localedata-os-ru: PKGSIZE changed from 2937561 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glibc-locale/glibc-binary-localedata-pa-in: PKGSIZE changed from 2940623 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glibc-locale/glibc-binary-localedata-pa-pk: PKGSIZE changed from 2937746 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glibc-locale/glibc-binary-localedata-pap-aw: PKGSIZE changed from 2937348 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glibc-locale/glibc-binary-localedata-pap-cw: PKGSIZE changed from 2937363 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glibc-locale/glibc-binary-localedata-pl-pl.iso-8859-2: PKGSIZE changed from 321868 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glibc-locale/glibc-binary-localedata-pl-pl: PKGSIZE changed from 2937334 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glibc-locale/glibc-binary-localedata-ps-af: PKGSIZE changed from 2898735 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glibc-locale/glibc-binary-localedata-pt-br.iso-8859-1: PKGSIZE changed from 320531 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glibc-locale/glibc-binary-localedata-pt-br: PKGSIZE changed from 2937337 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glibc-locale/glibc-binary-localedata-pt-pt+euro.iso-8859-15: PKGSIZE changed from 321956 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glibc-locale/glibc-binary-localedata-pt-pt.iso-8859-1: PKGSIZE changed from 320538 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glibc-locale/glibc-binary-localedata-pt-pt: PKGSIZE changed from 2937344 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glibc-locale/glibc-binary-localedata-quz-pe: PKGSIZE changed from 2937488 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glibc-locale/glibc-binary-localedata-raj-in: PKGSIZE changed from 2940769 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glibc-locale/glibc-binary-localedata-ro-ro.iso-8859-2: PKGSIZE changed from 322150 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glibc-locale/glibc-binary-localedata-ro-ro: PKGSIZE changed from 2937646 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glibc-locale/glibc-binary-localedata-ru-ru.iso-8859-5: PKGSIZE changed from 320903 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glibc-locale/glibc-binary-localedata-ru-ru.koi8-r: PKGSIZE changed from 324271 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glibc-locale/glibc-binary-localedata-ru-ru: PKGSIZE changed from 2937577 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glibc-locale/glibc-binary-localedata-ru-ua.koi8-u: PKGSIZE changed from 325028 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glibc-locale/glibc-binary-localedata-ru-ua: PKGSIZE changed from 2937530 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glibc-locale/glibc-binary-localedata-rw-rw: PKGSIZE changed from 2937601 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glibc-locale/glibc-binary-localedata-sa-in: PKGSIZE changed from 2938741 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glibc-locale/glibc-binary-localedata-sah-ru: PKGSIZE changed from 2939127 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glibc-locale/glibc-binary-localedata-sat-in: PKGSIZE changed from 2941265 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glibc-locale/glibc-binary-localedata-sc-it: PKGSIZE changed from 2937881 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glibc-locale/glibc-binary-localedata-sd-in+devanagari: PKGSIZE changed from 2938779 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glibc-locale/glibc-binary-localedata-sd-in: PKGSIZE changed from 2938016 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glibc-locale/glibc-binary-localedata-se-no: PKGSIZE changed from 2938092 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glibc-locale/glibc-binary-localedata-sgs-lt: PKGSIZE changed from 2937422 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glibc-locale/glibc-binary-localedata-shn-mm: PKGSIZE changed from 2944437 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glibc-locale/glibc-binary-localedata-shs-ca: PKGSIZE changed from 2938701 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glibc-locale/glibc-binary-localedata-si-lk: PKGSIZE changed from 2938499 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glibc-locale/glibc-binary-localedata-sid-et: PKGSIZE changed from 2949319 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glibc-locale/glibc-binary-localedata-sk-sk.iso-8859-2: PKGSIZE changed from 322337 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glibc-locale/glibc-binary-localedata-sk-sk: PKGSIZE changed from 2939080 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glibc-locale/glibc-binary-localedata-sl-si.iso-8859-2: PKGSIZE changed from 320251 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glibc-locale/glibc-binary-localedata-sl-si: PKGSIZE changed from 455591 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glibc-locale/glibc-binary-localedata-sm-ws: PKGSIZE changed from 2937499 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glibc-locale/glibc-binary-localedata-so-dj.iso-8859-1: PKGSIZE changed from 321732 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glibc-locale/glibc-binary-localedata-so-dj: PKGSIZE changed from 2938530 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glibc-locale/glibc-binary-localedata-so-et: PKGSIZE changed from 2950348 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glibc-locale/glibc-binary-localedata-so-ke.iso-8859-1: PKGSIZE changed from 321647 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glibc-locale/glibc-binary-localedata-so-ke: PKGSIZE changed from 2938445 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glibc-locale/glibc-binary-localedata-so-so.iso-8859-1: PKGSIZE changed from 321742 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glibc-locale/glibc-binary-localedata-so-so: PKGSIZE changed from 2938540 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glibc-locale/glibc-binary-localedata-sq-al.iso-8859-1: PKGSIZE changed from 324798 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glibc-locale/glibc-binary-localedata-sq-al: PKGSIZE changed from 2941796 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glibc-locale/glibc-binary-localedata-sq-mk: PKGSIZE changed from 2941791 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glibc-locale/glibc-binary-localedata-sr-me: PKGSIZE changed from 2896562 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glibc-locale/glibc-binary-localedata-sr-rs+latin: PKGSIZE changed from 2896242 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glibc-locale/glibc-binary-localedata-sr-rs: PKGSIZE changed from 2940938 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glibc-locale/glibc-binary-localedata-ss-za: PKGSIZE changed from 2937760 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glibc-locale/glibc-binary-localedata-st-za.iso-8859-1: PKGSIZE changed from 320837 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glibc-locale/glibc-binary-localedata-st-za: PKGSIZE changed from 2937635 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glibc-locale/glibc-binary-localedata-sv-fi+euro.iso-8859-15: PKGSIZE changed from 321932 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glibc-locale/glibc-binary-localedata-sv-fi.iso-8859-1: PKGSIZE changed from 320553 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glibc-locale/glibc-binary-localedata-sv-fi: PKGSIZE changed from 2937361 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glibc-locale/glibc-binary-localedata-sv-se.iso-8859-1: PKGSIZE changed from 320522 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glibc-locale/glibc-binary-localedata-sv-se: PKGSIZE changed from 2937326 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glibc-locale/glibc-binary-localedata-sw-ke: PKGSIZE changed from 2937517 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glibc-locale/glibc-binary-localedata-sw-tz: PKGSIZE changed from 2937519 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glibc-locale/glibc-binary-localedata-szl-pl: PKGSIZE changed from 2937478 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glibc-locale/glibc-binary-localedata-ta-in: PKGSIZE changed from 2940984 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glibc-locale/glibc-binary-localedata-ta-lk: PKGSIZE changed from 2940749 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glibc-locale/glibc-binary-localedata-tcy-in: PKGSIZE changed from 2940537 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glibc-locale/glibc-binary-localedata-te-in: PKGSIZE changed from 2941206 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glibc-locale/glibc-binary-localedata-tg-tj.koi8-t: PKGSIZE changed from 322488 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glibc-locale/glibc-binary-localedata-tg-tj: PKGSIZE changed from 2937648 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glibc-locale/glibc-binary-localedata-th-th.tis-620: PKGSIZE changed from 341237 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glibc-locale/glibc-binary-localedata-th-th: PKGSIZE changed from 394747 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glibc-locale/glibc-binary-localedata-the-np: PKGSIZE changed from 2938517 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glibc-locale/glibc-binary-localedata-ti-er: PKGSIZE changed from 2949423 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glibc-locale/glibc-binary-localedata-ti-et: PKGSIZE changed from 2949536 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glibc-locale/glibc-binary-localedata-tig-er: PKGSIZE changed from 2949491 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glibc-locale/glibc-binary-localedata-tk-tm: PKGSIZE changed from 2939145 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glibc-locale/glibc-binary-localedata-tl-ph.iso-8859-1: PKGSIZE changed from 321126 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glibc-locale/glibc-binary-localedata-tl-ph: PKGSIZE changed from 2938008 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glibc-locale/glibc-binary-localedata-tn-za: PKGSIZE changed from 2937807 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glibc-locale/glibc-binary-localedata-to-to: PKGSIZE changed from 2937783 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glibc-locale/glibc-binary-localedata-tpi-pg: PKGSIZE changed from 2937290 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glibc-locale/glibc-binary-localedata-tr-cy.iso-8859-9: PKGSIZE changed from 202200 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glibc-locale/glibc-binary-localedata-tr-cy: PKGSIZE changed from 2806734 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glibc-locale/glibc-binary-localedata-tr-tr.iso-8859-9: PKGSIZE changed from 202179 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glibc-locale/glibc-binary-localedata-tr-tr: PKGSIZE changed from 2806715 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glibc-locale/glibc-binary-localedata-ts-za: PKGSIZE changed from 2937874 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glibc-locale/glibc-binary-localedata-tt-ru+iqtelif: PKGSIZE changed from 2806906 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glibc-locale/glibc-binary-localedata-tt-ru: PKGSIZE changed from 2937654 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glibc-locale/glibc-binary-localedata-ug-cn: PKGSIZE changed from 2895470 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glibc-locale/glibc-binary-localedata-uk-ua.koi8-u: PKGSIZE changed from 285733 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glibc-locale/glibc-binary-localedata-uk-ua: PKGSIZE changed from 2897630 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glibc-locale/glibc-binary-localedata-unm-us: PKGSIZE changed from 2937532 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glibc-locale/glibc-binary-localedata-ur-in: PKGSIZE changed from 2937893 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glibc-locale/glibc-binary-localedata-ur-pk: PKGSIZE changed from 2937746 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glibc-locale/glibc-binary-localedata-uz-uz+cyrillic: PKGSIZE changed from 2941543 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glibc-locale/glibc-binary-localedata-uz-uz.iso-8859-1: PKGSIZE changed from 324511 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glibc-locale/glibc-binary-localedata-uz-uz: PKGSIZE changed from 2941341 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glibc-locale/glibc-binary-localedata-ve-za: PKGSIZE changed from 2937734 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glibc-locale/glibc-binary-localedata-vi-vn: PKGSIZE changed from 2937993 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glibc-locale/glibc-binary-localedata-wa-be+euro.iso-8859-15: PKGSIZE changed from 322201 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glibc-locale/glibc-binary-localedata-wa-be.iso-8859-1: PKGSIZE changed from 320756 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glibc-locale/glibc-binary-localedata-wa-be: PKGSIZE changed from 2937606 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glibc-locale/glibc-binary-localedata-wae-ch: PKGSIZE changed from 2937708 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glibc-locale/glibc-binary-localedata-wal-et: PKGSIZE changed from 2949447 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glibc-locale/glibc-binary-localedata-wo-sn: PKGSIZE changed from 2937319 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glibc-locale/glibc-binary-localedata-xh-za.iso-8859-1: PKGSIZE changed from 321082 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glibc-locale/glibc-binary-localedata-xh-za: PKGSIZE changed from 2937876 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glibc-locale/glibc-binary-localedata-yi-us.cp1255: PKGSIZE changed from 325456 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glibc-locale/glibc-binary-localedata-yi-us: PKGSIZE changed from 2939713 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glibc-locale/glibc-binary-localedata-yo-ng: PKGSIZE changed from 2940000 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glibc-locale/glibc-binary-localedata-yue-hk: PKGSIZE changed from 2937826 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glibc-locale/glibc-binary-localedata-yuw-pg: PKGSIZE changed from 2937342 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glibc-locale/glibc-binary-localedata-zh-cn.gb18030: PKGSIZE changed from 2874632 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glibc-locale/glibc-binary-localedata-zh-cn.gb2312: PKGSIZE changed from 759674 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glibc-locale/glibc-binary-localedata-zh-cn.gbk: PKGSIZE changed from 1193256 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glibc-locale/glibc-binary-localedata-zh-cn: PKGSIZE changed from 3152620 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glibc-locale/glibc-binary-localedata-zh-hk.big5-hkscs: PKGSIZE changed from 1116958 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glibc-locale/glibc-binary-localedata-zh-hk: PKGSIZE changed from 2937958 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glibc-locale/glibc-binary-localedata-zh-sg.gb2312: PKGSIZE changed from 759135 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glibc-locale/glibc-binary-localedata-zh-sg.gbk: PKGSIZE changed from 1204193 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glibc-locale/glibc-binary-localedata-zh-sg: PKGSIZE changed from 2937931 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glibc-locale/glibc-binary-localedata-zh-tw.big5: PKGSIZE changed from 944561 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glibc-locale/glibc-binary-localedata-zh-tw.euc-tw: PKGSIZE changed from 1224449 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glibc-locale/glibc-binary-localedata-zh-tw: PKGSIZE changed from 2938331 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glibc-locale/glibc-binary-localedata-zu-za.iso-8859-1: PKGSIZE changed from 320750 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glibc-locale/glibc-binary-localedata-zu-za: PKGSIZE changed from 2937548 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glibc-locale/glibc-charmap-ansi-x3.110-1983: PKGSIZE changed from 4752 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glibc-locale/glibc-charmap-ansi-x3.4-1968: PKGSIZE changed from 1600 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glibc-locale/glibc-charmap-armscii-8: PKGSIZE changed from 2179 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glibc-locale/glibc-charmap-asmo-449: PKGSIZE changed from 1588 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glibc-locale/glibc-charmap-big5-hkscs: PKGSIZE changed from 110198 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glibc-locale/glibc-charmap-big5: PKGSIZE changed from 77396 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glibc-locale/glibc-charmap-brf: PKGSIZE changed from 1166 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glibc-locale/glibc-charmap-bs-4730: PKGSIZE changed from 1564 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glibc-locale/glibc-charmap-bs-viewdata: PKGSIZE changed from 1575 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glibc-locale/glibc-charmap-cp10007: PKGSIZE changed from 2712 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glibc-locale/glibc-charmap-cp1125: PKGSIZE changed from 2755 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glibc-locale/glibc-charmap-cp1250: PKGSIZE changed from 2833 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glibc-locale/glibc-charmap-cp1251: PKGSIZE changed from 2838 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glibc-locale/glibc-charmap-cp1252: PKGSIZE changed from 2872 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glibc-locale/glibc-charmap-cp1253: PKGSIZE changed from 2700 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glibc-locale/glibc-charmap-cp1254: PKGSIZE changed from 2860 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glibc-locale/glibc-charmap-cp1255: PKGSIZE changed from 2743 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glibc-locale/glibc-charmap-cp1256: PKGSIZE changed from 2966 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glibc-locale/glibc-charmap-cp1257: PKGSIZE changed from 2813 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glibc-locale/glibc-charmap-cp1258: PKGSIZE changed from 2728 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glibc-locale/glibc-charmap-cp737: PKGSIZE changed from 2897 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glibc-locale/glibc-charmap-cp770: PKGSIZE changed from 2808 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glibc-locale/glibc-charmap-cp771: PKGSIZE changed from 2633 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glibc-locale/glibc-charmap-cp772: PKGSIZE changed from 2679 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glibc-locale/glibc-charmap-cp773: PKGSIZE changed from 2741 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glibc-locale/glibc-charmap-cp774: PKGSIZE changed from 2811 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glibc-locale/glibc-charmap-cp775: PKGSIZE changed from 2982 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glibc-locale/glibc-charmap-cp949: PKGSIZE changed from 129053 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glibc-locale/glibc-charmap-csa-z243.4-1985-1: PKGSIZE changed from 1560 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glibc-locale/glibc-charmap-csa-z243.4-1985-2: PKGSIZE changed from 1562 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glibc-locale/glibc-charmap-csa-z243.4-1985-gr: PKGSIZE changed from 3129 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glibc-locale/glibc-charmap-csn-369103: PKGSIZE changed from 3049 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glibc-locale/glibc-charmap-cwi: PKGSIZE changed from 3015 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glibc-locale/glibc-charmap-dec-mcs: PKGSIZE changed from 2948 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glibc-locale/glibc-charmap-din-66003: PKGSIZE changed from 1560 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glibc-locale/glibc-charmap-ds-2089: PKGSIZE changed from 1574 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glibc-locale/glibc-charmap-ebcdic-at-de-a: PKGSIZE changed from 2066 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glibc-locale/glibc-charmap-ebcdic-at-de: PKGSIZE changed from 2130 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glibc-locale/glibc-charmap-ebcdic-ca-fr: PKGSIZE changed from 2319 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glibc-locale/glibc-charmap-ebcdic-dk-no-a: PKGSIZE changed from 2066 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glibc-locale/glibc-charmap-ebcdic-dk-no: PKGSIZE changed from 2126 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glibc-locale/glibc-charmap-ebcdic-es-a: PKGSIZE changed from 2070 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glibc-locale/glibc-charmap-ebcdic-es-s: PKGSIZE changed from 2120 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glibc-locale/glibc-charmap-ebcdic-es: PKGSIZE changed from 2121 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glibc-locale/glibc-charmap-ebcdic-fi-se-a: PKGSIZE changed from 2071 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glibc-locale/glibc-charmap-ebcdic-fi-se: PKGSIZE changed from 2126 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glibc-locale/glibc-charmap-ebcdic-fr: PKGSIZE changed from 2130 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glibc-locale/glibc-charmap-ebcdic-is-friss: PKGSIZE changed from 1794 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glibc-locale/glibc-charmap-ebcdic-it: PKGSIZE changed from 2125 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glibc-locale/glibc-charmap-ebcdic-pt: PKGSIZE changed from 1993 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glibc-locale/glibc-charmap-ebcdic-uk: PKGSIZE changed from 2129 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glibc-locale/glibc-charmap-ebcdic-us: PKGSIZE changed from 2123 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glibc-locale/glibc-charmap-ecma-cyrillic: PKGSIZE changed from 2998 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glibc-locale/glibc-charmap-es: PKGSIZE changed from 1550 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glibc-locale/glibc-charmap-es2: PKGSIZE changed from 1552 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glibc-locale/glibc-charmap-euc-jisx0213: PKGSIZE changed from 69860 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glibc-locale/glibc-charmap-euc-jp-ms: PKGSIZE changed from 86324 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glibc-locale/glibc-charmap-euc-jp: PKGSIZE changed from 73802 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glibc-locale/glibc-charmap-euc-kr: PKGSIZE changed from 58543 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glibc-locale/glibc-charmap-euc-tw: PKGSIZE changed from 348518 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glibc-locale/glibc-charmap-gb-1988-80: PKGSIZE changed from 1566 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glibc-locale/glibc-charmap-gb18030: PKGSIZE changed from 646644 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glibc-locale/glibc-charmap-gb2312: PKGSIZE changed from 44796 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glibc-locale/glibc-charmap-gbk: PKGSIZE changed from 119347 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glibc-locale/glibc-charmap-georgian-academy: PKGSIZE changed from 2943 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glibc-locale/glibc-charmap-georgian-ps: PKGSIZE changed from 2947 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glibc-locale/glibc-charmap-gost-19768-74: PKGSIZE changed from 2695 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glibc-locale/glibc-charmap-greek-ccitt: PKGSIZE changed from 1589 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glibc-locale/glibc-charmap-greek7-old: PKGSIZE changed from 1617 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glibc-locale/glibc-charmap-greek7: PKGSIZE changed from 1593 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glibc-locale/glibc-charmap-hp-greek8: PKGSIZE changed from 2577 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glibc-locale/glibc-charmap-hp-roman8: PKGSIZE changed from 3193 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glibc-locale/glibc-charmap-hp-roman9: PKGSIZE changed from 3091 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glibc-locale/glibc-charmap-hp-thai8: PKGSIZE changed from 2951 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glibc-locale/glibc-charmap-hp-turkish8: PKGSIZE changed from 3008 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glibc-locale/glibc-charmap-ibm037: PKGSIZE changed from 3156 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glibc-locale/glibc-charmap-ibm038: PKGSIZE changed from 2152 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glibc-locale/glibc-charmap-ibm1004: PKGSIZE changed from 2852 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glibc-locale/glibc-charmap-ibm1026: PKGSIZE changed from 3155 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glibc-locale/glibc-charmap-ibm1047: PKGSIZE changed from 3177 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glibc-locale/glibc-charmap-ibm1124: PKGSIZE changed from 2227 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glibc-locale/glibc-charmap-ibm1129: PKGSIZE changed from 2417 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glibc-locale/glibc-charmap-ibm1132: PKGSIZE changed from 2028 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glibc-locale/glibc-charmap-ibm1133: PKGSIZE changed from 1996 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glibc-locale/glibc-charmap-ibm1160: PKGSIZE changed from 2386 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glibc-locale/glibc-charmap-ibm1161: PKGSIZE changed from 2196 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glibc-locale/glibc-charmap-ibm1162: PKGSIZE changed from 2349 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glibc-locale/glibc-charmap-ibm1163: PKGSIZE changed from 2416 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glibc-locale/glibc-charmap-ibm1164: PKGSIZE changed from 2419 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glibc-locale/glibc-charmap-ibm256: PKGSIZE changed from 3137 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glibc-locale/glibc-charmap-ibm273: PKGSIZE changed from 3149 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glibc-locale/glibc-charmap-ibm274: PKGSIZE changed from 2151 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glibc-locale/glibc-charmap-ibm275: PKGSIZE changed from 2123 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glibc-locale/glibc-charmap-ibm277: PKGSIZE changed from 3153 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glibc-locale/glibc-charmap-ibm278: PKGSIZE changed from 3164 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glibc-locale/glibc-charmap-ibm280: PKGSIZE changed from 3157 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glibc-locale/glibc-charmap-ibm281: PKGSIZE changed from 2145 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glibc-locale/glibc-charmap-ibm284: PKGSIZE changed from 3151 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glibc-locale/glibc-charmap-ibm285: PKGSIZE changed from 3151 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glibc-locale/glibc-charmap-ibm290: PKGSIZE changed from 2490 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glibc-locale/glibc-charmap-ibm297: PKGSIZE changed from 3162 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glibc-locale/glibc-charmap-ibm420: PKGSIZE changed from 2982 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glibc-locale/glibc-charmap-ibm423: PKGSIZE changed from 2947 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glibc-locale/glibc-charmap-ibm424: PKGSIZE changed from 2767 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glibc-locale/glibc-charmap-ibm437: PKGSIZE changed from 2985 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glibc-locale/glibc-charmap-ibm500: PKGSIZE changed from 3162 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glibc-locale/glibc-charmap-ibm850: PKGSIZE changed from 2959 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glibc-locale/glibc-charmap-ibm851: PKGSIZE changed from 2881 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glibc-locale/glibc-charmap-ibm852: PKGSIZE changed from 2930 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glibc-locale/glibc-charmap-ibm855: PKGSIZE changed from 2794 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glibc-locale/glibc-charmap-ibm856: PKGSIZE changed from 2152 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glibc-locale/glibc-charmap-ibm857: PKGSIZE changed from 2911 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glibc-locale/glibc-charmap-ibm858: PKGSIZE changed from 3351 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glibc-locale/glibc-charmap-ibm860: PKGSIZE changed from 2976 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glibc-locale/glibc-charmap-ibm861: PKGSIZE changed from 2998 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glibc-locale/glibc-charmap-ibm862: PKGSIZE changed from 2986 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glibc-locale/glibc-charmap-ibm863: PKGSIZE changed from 3011 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glibc-locale/glibc-charmap-ibm864: PKGSIZE changed from 2795 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glibc-locale/glibc-charmap-ibm865: PKGSIZE changed from 3002 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glibc-locale/glibc-charmap-ibm866: PKGSIZE changed from 2682 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glibc-locale/glibc-charmap-ibm866nav: PKGSIZE changed from 2864 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glibc-locale/glibc-charmap-ibm868: PKGSIZE changed from 2655 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glibc-locale/glibc-charmap-ibm869: PKGSIZE changed from 2839 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glibc-locale/glibc-charmap-ibm870: PKGSIZE changed from 3103 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glibc-locale/glibc-charmap-ibm871: PKGSIZE changed from 3149 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glibc-locale/glibc-charmap-ibm874: PKGSIZE changed from 2483 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glibc-locale/glibc-charmap-ibm875: PKGSIZE changed from 3016 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glibc-locale/glibc-charmap-ibm880: PKGSIZE changed from 2926 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glibc-locale/glibc-charmap-ibm891: PKGSIZE changed from 1566 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glibc-locale/glibc-charmap-ibm903: PKGSIZE changed from 1566 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glibc-locale/glibc-charmap-ibm904: PKGSIZE changed from 1602 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glibc-locale/glibc-charmap-ibm905: PKGSIZE changed from 3028 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glibc-locale/glibc-charmap-ibm918: PKGSIZE changed from 2827 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glibc-locale/glibc-charmap-ibm922: PKGSIZE changed from 2361 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glibc-locale/glibc-charmap-iec-p27-1: PKGSIZE changed from 3200 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glibc-locale/glibc-charmap-inis-8: PKGSIZE changed from 1070 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glibc-locale/glibc-charmap-inis-cyrillic: PKGSIZE changed from 1434 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glibc-locale/glibc-charmap-inis: PKGSIZE changed from 1404 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glibc-locale/glibc-charmap-invariant: PKGSIZE changed from 1384 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glibc-locale/glibc-charmap-isiri-3342: PKGSIZE changed from 2988 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glibc-locale/glibc-charmap-iso-10367-box: PKGSIZE changed from 2424 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glibc-locale/glibc-charmap-iso-10646: PKGSIZE changed from 19204 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glibc-locale/glibc-charmap-iso-11548-1: PKGSIZE changed from 1720 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glibc-locale/glibc-charmap-iso-2033-1983: PKGSIZE changed from 840 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glibc-locale/glibc-charmap-iso-5427-ext: PKGSIZE changed from 1110 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glibc-locale/glibc-charmap-iso-5427: PKGSIZE changed from 1553 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glibc-locale/glibc-charmap-iso-5428: PKGSIZE changed from 1507 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glibc-locale/glibc-charmap-iso-646.basic: PKGSIZE changed from 926 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glibc-locale/glibc-charmap-iso-646.irv: PKGSIZE changed from 1571 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glibc-locale/glibc-charmap-iso-6937-2-25: PKGSIZE changed from 2416 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glibc-locale/glibc-charmap-iso-6937-2-add: PKGSIZE changed from 4636 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glibc-locale/glibc-charmap-iso-6937: PKGSIZE changed from 4638 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glibc-locale/glibc-charmap-iso-8859-1+gl: PKGSIZE changed from 4234 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glibc-locale/glibc-charmap-iso-8859-1: PKGSIZE changed from 3139 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glibc-locale/glibc-charmap-iso-8859-10: PKGSIZE changed from 3056 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glibc-locale/glibc-charmap-iso-8859-11: PKGSIZE changed from 2978 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glibc-locale/glibc-charmap-iso-8859-13: PKGSIZE changed from 3003 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glibc-locale/glibc-charmap-iso-8859-14: PKGSIZE changed from 2902 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glibc-locale/glibc-charmap-iso-8859-15: PKGSIZE changed from 2966 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glibc-locale/glibc-charmap-iso-8859-16: PKGSIZE changed from 2984 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glibc-locale/glibc-charmap-iso-8859-2: PKGSIZE changed from 3066 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glibc-locale/glibc-charmap-iso-8859-3: PKGSIZE changed from 3026 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glibc-locale/glibc-charmap-iso-8859-4: PKGSIZE changed from 3101 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glibc-locale/glibc-charmap-iso-8859-5: PKGSIZE changed from 2991 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glibc-locale/glibc-charmap-iso-8859-6: PKGSIZE changed from 2637 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glibc-locale/glibc-charmap-iso-8859-7: PKGSIZE changed from 3074 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glibc-locale/glibc-charmap-iso-8859-8: PKGSIZE changed from 2770 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glibc-locale/glibc-charmap-iso-8859-9: PKGSIZE changed from 3103 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glibc-locale/glibc-charmap-iso-8859-9e: PKGSIZE changed from 3023 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glibc-locale/glibc-charmap-iso-8859-supp: PKGSIZE changed from 3043 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glibc-locale/glibc-charmap-iso-ir-197: PKGSIZE changed from 2932 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glibc-locale/glibc-charmap-iso-ir-209: PKGSIZE changed from 2881 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glibc-locale/glibc-charmap-iso-ir-90: PKGSIZE changed from 4581 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glibc-locale/glibc-charmap-it: PKGSIZE changed from 1544 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glibc-locale/glibc-charmap-jis-c6220-1969-jp: PKGSIZE changed from 2560 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glibc-locale/glibc-charmap-jis-c6220-1969-ro: PKGSIZE changed from 1569 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glibc-locale/glibc-charmap-jis-c6229-1984-a: PKGSIZE changed from 2399 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glibc-locale/glibc-charmap-jis-c6229-1984-b-add: PKGSIZE changed from 1858 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glibc-locale/glibc-charmap-jis-c6229-1984-b: PKGSIZE changed from 1563 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glibc-locale/glibc-charmap-jis-c6229-1984-hand-add: PKGSIZE changed from 1810 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glibc-locale/glibc-charmap-jis-c6229-1984-hand: PKGSIZE changed from 2402 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glibc-locale/glibc-charmap-jis-c6229-1984-kana: PKGSIZE changed from 2402 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glibc-locale/glibc-charmap-jis-x0201: PKGSIZE changed from 2624 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glibc-locale/glibc-charmap-johab: PKGSIZE changed from 124176 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glibc-locale/glibc-charmap-jus-i.b1.002: PKGSIZE changed from 1552 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glibc-locale/glibc-charmap-jus-i.b1.003-mac: PKGSIZE changed from 1553 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glibc-locale/glibc-charmap-jus-i.b1.003-serb: PKGSIZE changed from 1574 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glibc-locale/glibc-charmap-koi-8: PKGSIZE changed from 2109 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glibc-locale/glibc-charmap-koi8-r: PKGSIZE changed from 2869 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glibc-locale/glibc-charmap-koi8-ru: PKGSIZE changed from 2844 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glibc-locale/glibc-charmap-koi8-t: PKGSIZE changed from 2571 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glibc-locale/glibc-charmap-koi8-u: PKGSIZE changed from 2860 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glibc-locale/glibc-charmap-ksc5636: PKGSIZE changed from 1524 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glibc-locale/glibc-charmap-latin-greek-1: PKGSIZE changed from 1563 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glibc-locale/glibc-charmap-latin-greek: PKGSIZE changed from 1605 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glibc-locale/glibc-charmap-mac-centraleurope: PKGSIZE changed from 2719 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glibc-locale/glibc-charmap-mac-cyrillic: PKGSIZE changed from 2660 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glibc-locale/glibc-charmap-mac-is: PKGSIZE changed from 2975 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glibc-locale/glibc-charmap-mac-sami: PKGSIZE changed from 2884 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glibc-locale/glibc-charmap-mac-uk: PKGSIZE changed from 2684 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glibc-locale/glibc-charmap-macintosh: PKGSIZE changed from 3053 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glibc-locale/glibc-charmap-mik: PKGSIZE changed from 2906 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glibc-locale/glibc-charmap-msz-7795.3: PKGSIZE changed from 1559 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glibc-locale/glibc-charmap-nats-dano-add: PKGSIZE changed from 1716 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glibc-locale/glibc-charmap-nats-dano: PKGSIZE changed from 1590 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glibc-locale/glibc-charmap-nats-sefi-add: PKGSIZE changed from 1721 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glibc-locale/glibc-charmap-nats-sefi: PKGSIZE changed from 1571 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glibc-locale/glibc-charmap-nc-nc00-10: PKGSIZE changed from 1579 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glibc-locale/glibc-charmap-nextstep: PKGSIZE changed from 2972 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glibc-locale/glibc-charmap-nf-z-62-010-1973: PKGSIZE changed from 1568 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glibc-locale/glibc-charmap-nf-z-62-010: PKGSIZE changed from 1563 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glibc-locale/glibc-charmap-ns-4551-1: PKGSIZE changed from 1557 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glibc-locale/glibc-charmap-ns-4551-2: PKGSIZE changed from 1561 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glibc-locale/glibc-charmap-pt: PKGSIZE changed from 1547 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glibc-locale/glibc-charmap-pt154: PKGSIZE changed from 2833 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glibc-locale/glibc-charmap-pt2: PKGSIZE changed from 1545 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glibc-locale/glibc-charmap-rk1048: PKGSIZE changed from 2834 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glibc-locale/glibc-charmap-sami-ws2: PKGSIZE changed from 3003 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glibc-locale/glibc-charmap-sami: PKGSIZE changed from 2443 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glibc-locale/glibc-charmap-sen-850200-b: PKGSIZE changed from 1584 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glibc-locale/glibc-charmap-sen-850200-c: PKGSIZE changed from 1559 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glibc-locale/glibc-charmap-shift-jis: PKGSIZE changed from 42081 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glibc-locale/glibc-charmap-shift-jisx0213: PKGSIZE changed from 69772 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glibc-locale/glibc-charmap-t.101-g2: PKGSIZE changed from 4729 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glibc-locale/glibc-charmap-t.61-7bit: PKGSIZE changed from 1486 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glibc-locale/glibc-charmap-t.61-8bit: PKGSIZE changed from 4304 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glibc-locale/glibc-charmap-tcvn5712-1: PKGSIZE changed from 3126 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glibc-locale/glibc-charmap-tis-620: PKGSIZE changed from 2542 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glibc-locale/glibc-charmap-tscii: PKGSIZE changed from 3576 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glibc-locale/glibc-charmap-utf-8: PKGSIZE changed from 434115 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glibc-locale/glibc-charmap-videotex-suppl: PKGSIZE changed from 4580 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glibc-locale/glibc-charmap-viscii: PKGSIZE changed from 2636 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glibc-locale/glibc-charmap-windows-31j: PKGSIZE changed from 58773 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glibc-locale/glibc-gconv-ansi-x3.110: PKGSIZE changed from 17740 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glibc-locale/glibc-gconv-armscii-8: PKGSIZE changed from 9548 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glibc-locale/glibc-gconv-asmo-449: PKGSIZE changed from 9544 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glibc-locale/glibc-gconv-big5: PKGSIZE changed from 83268 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glibc-locale/glibc-gconv-big5hkscs: PKGSIZE changed from 234828 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glibc-locale/glibc-gconv-brf: PKGSIZE changed from 9540 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glibc-locale/glibc-gconv-cp10007: PKGSIZE changed from 9544 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glibc-locale/glibc-gconv-cp1125: PKGSIZE changed from 9544 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glibc-locale/glibc-gconv-cp1250: PKGSIZE changed from 9544 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glibc-locale/glibc-gconv-cp1251: PKGSIZE changed from 9544 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glibc-locale/glibc-gconv-cp1252: PKGSIZE changed from 9544 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glibc-locale/glibc-gconv-cp1253: PKGSIZE changed from 9544 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glibc-locale/glibc-gconv-cp1254: PKGSIZE changed from 9544 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glibc-locale/glibc-gconv-cp1255: PKGSIZE changed from 13640 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glibc-locale/glibc-gconv-cp1256: PKGSIZE changed from 9544 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glibc-locale/glibc-gconv-cp1257: PKGSIZE changed from 9544 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glibc-locale/glibc-gconv-cp1258: PKGSIZE changed from 13640 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glibc-locale/glibc-gconv-cp737: PKGSIZE changed from 9544 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glibc-locale/glibc-gconv-cp770: PKGSIZE changed from 9544 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glibc-locale/glibc-gconv-cp771: PKGSIZE changed from 9544 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glibc-locale/glibc-gconv-cp772: PKGSIZE changed from 9544 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glibc-locale/glibc-gconv-cp773: PKGSIZE changed from 9544 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glibc-locale/glibc-gconv-cp774: PKGSIZE changed from 9544 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glibc-locale/glibc-gconv-cp775: PKGSIZE changed from 9544 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glibc-locale/glibc-gconv-cp932: PKGSIZE changed from 95560 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glibc-locale/glibc-gconv-csn-369103: PKGSIZE changed from 9548 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glibc-locale/glibc-gconv-cwi: PKGSIZE changed from 9540 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glibc-locale/glibc-gconv-dec-mcs: PKGSIZE changed from 9544 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glibc-locale/glibc-gconv-ebcdic-at-de-a: PKGSIZE changed from 9552 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glibc-locale/glibc-gconv-ebcdic-at-de: PKGSIZE changed from 9548 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glibc-locale/glibc-gconv-ebcdic-ca-fr: PKGSIZE changed from 9548 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glibc-locale/glibc-gconv-ebcdic-dk-no-a: PKGSIZE changed from 9552 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glibc-locale/glibc-gconv-ebcdic-dk-no: PKGSIZE changed from 9548 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glibc-locale/glibc-gconv-ebcdic-es-a: PKGSIZE changed from 9548 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glibc-locale/glibc-gconv-ebcdic-es-s: PKGSIZE changed from 9548 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glibc-locale/glibc-gconv-ebcdic-es: PKGSIZE changed from 9548 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glibc-locale/glibc-gconv-ebcdic-fi-se-a: PKGSIZE changed from 9552 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glibc-locale/glibc-gconv-ebcdic-fi-se: PKGSIZE changed from 9548 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glibc-locale/glibc-gconv-ebcdic-fr: PKGSIZE changed from 9548 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glibc-locale/glibc-gconv-ebcdic-is-friss: PKGSIZE changed from 9552 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glibc-locale/glibc-gconv-ebcdic-it: PKGSIZE changed from 9548 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glibc-locale/glibc-gconv-ebcdic-pt: PKGSIZE changed from 9548 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glibc-locale/glibc-gconv-ebcdic-uk: PKGSIZE changed from 9548 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glibc-locale/glibc-gconv-ebcdic-us: PKGSIZE changed from 9548 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glibc-locale/glibc-gconv-ecma-cyrillic: PKGSIZE changed from 9552 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glibc-locale/glibc-gconv-euc-cn: PKGSIZE changed from 13640 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glibc-locale/glibc-gconv-euc-jisx0213: PKGSIZE changed from 13644 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glibc-locale/glibc-gconv-euc-jp-ms: PKGSIZE changed from 83276 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glibc-locale/glibc-gconv-euc-jp: PKGSIZE changed from 9544 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glibc-locale/glibc-gconv-euc-kr: PKGSIZE changed from 9544 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glibc-locale/glibc-gconv-euc-tw: PKGSIZE changed from 17736 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glibc-locale/glibc-gconv-gb18030: PKGSIZE changed from 173384 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glibc-locale/glibc-gconv-gbbig5: PKGSIZE changed from 54600 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glibc-locale/glibc-gconv-gbgbk: PKGSIZE changed from 9544 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glibc-locale/glibc-gconv-gbk: PKGSIZE changed from 111940 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glibc-locale/glibc-gconv-georgian-academy: PKGSIZE changed from 9552 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glibc-locale/glibc-gconv-georgian-ps: PKGSIZE changed from 9548 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glibc-locale/glibc-gconv-gost-19768-74: PKGSIZE changed from 9552 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glibc-locale/glibc-gconv-greek-ccitt: PKGSIZE changed from 9548 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glibc-locale/glibc-gconv-greek7-old: PKGSIZE changed from 9548 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glibc-locale/glibc-gconv-greek7: PKGSIZE changed from 9544 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glibc-locale/glibc-gconv-hp-greek8: PKGSIZE changed from 9548 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glibc-locale/glibc-gconv-hp-roman8: PKGSIZE changed from 9548 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glibc-locale/glibc-gconv-hp-roman9: PKGSIZE changed from 9548 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glibc-locale/glibc-gconv-hp-thai8: PKGSIZE changed from 9544 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glibc-locale/glibc-gconv-hp-turkish8: PKGSIZE changed from 9548 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glibc-locale/glibc-gconv-ibm037: PKGSIZE changed from 9544 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glibc-locale/glibc-gconv-ibm038: PKGSIZE changed from 9544 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glibc-locale/glibc-gconv-ibm1004: PKGSIZE changed from 9544 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glibc-locale/glibc-gconv-ibm1008-420: PKGSIZE changed from 5452 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glibc-locale/glibc-gconv-ibm1008: PKGSIZE changed from 9544 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glibc-locale/glibc-gconv-ibm1025: PKGSIZE changed from 9544 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glibc-locale/glibc-gconv-ibm1026: PKGSIZE changed from 9544 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glibc-locale/glibc-gconv-ibm1046: PKGSIZE changed from 9544 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glibc-locale/glibc-gconv-ibm1047: PKGSIZE changed from 9544 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glibc-locale/glibc-gconv-ibm1097: PKGSIZE changed from 9544 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glibc-locale/glibc-gconv-ibm1112: PKGSIZE changed from 9544 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glibc-locale/glibc-gconv-ibm1122: PKGSIZE changed from 9544 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glibc-locale/glibc-gconv-ibm1123: PKGSIZE changed from 9544 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glibc-locale/glibc-gconv-ibm1124: PKGSIZE changed from 9544 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glibc-locale/glibc-gconv-ibm1129: PKGSIZE changed from 9544 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glibc-locale/glibc-gconv-ibm1130: PKGSIZE changed from 9544 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glibc-locale/glibc-gconv-ibm1132: PKGSIZE changed from 9544 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glibc-locale/glibc-gconv-ibm1133: PKGSIZE changed from 9544 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glibc-locale/glibc-gconv-ibm1137: PKGSIZE changed from 9544 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glibc-locale/glibc-gconv-ibm1140: PKGSIZE changed from 9544 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glibc-locale/glibc-gconv-ibm1141: PKGSIZE changed from 9544 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glibc-locale/glibc-gconv-ibm1142: PKGSIZE changed from 9544 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glibc-locale/glibc-gconv-ibm1143: PKGSIZE changed from 9544 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glibc-locale/glibc-gconv-ibm1144: PKGSIZE changed from 9544 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glibc-locale/glibc-gconv-ibm1145: PKGSIZE changed from 9544 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glibc-locale/glibc-gconv-ibm1146: PKGSIZE changed from 9544 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glibc-locale/glibc-gconv-ibm1147: PKGSIZE changed from 9544 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glibc-locale/glibc-gconv-ibm1148: PKGSIZE changed from 9544 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glibc-locale/glibc-gconv-ibm1149: PKGSIZE changed from 9544 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glibc-locale/glibc-gconv-ibm1153: PKGSIZE changed from 9544 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glibc-locale/glibc-gconv-ibm1154: PKGSIZE changed from 9544 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glibc-locale/glibc-gconv-ibm1155: PKGSIZE changed from 9544 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glibc-locale/glibc-gconv-ibm1156: PKGSIZE changed from 9544 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glibc-locale/glibc-gconv-ibm1157: PKGSIZE changed from 9544 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glibc-locale/glibc-gconv-ibm1158: PKGSIZE changed from 9544 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glibc-locale/glibc-gconv-ibm1160: PKGSIZE changed from 9544 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glibc-locale/glibc-gconv-ibm1161: PKGSIZE changed from 9544 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glibc-locale/glibc-gconv-ibm1162: PKGSIZE changed from 9544 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glibc-locale/glibc-gconv-ibm1163: PKGSIZE changed from 9544 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glibc-locale/glibc-gconv-ibm1164: PKGSIZE changed from 9544 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glibc-locale/glibc-gconv-ibm1166: PKGSIZE changed from 9544 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glibc-locale/glibc-gconv-ibm1167: PKGSIZE changed from 9544 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glibc-locale/glibc-gconv-ibm12712: PKGSIZE changed from 9544 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glibc-locale/glibc-gconv-ibm1364: PKGSIZE changed from 148808 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glibc-locale/glibc-gconv-ibm1371: PKGSIZE changed from 124232 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glibc-locale/glibc-gconv-ibm1388: PKGSIZE changed from 169288 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glibc-locale/glibc-gconv-ibm1390: PKGSIZE changed from 226632 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glibc-locale/glibc-gconv-ibm1399: PKGSIZE changed from 226632 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glibc-locale/glibc-gconv-ibm16804: PKGSIZE changed from 9544 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glibc-locale/glibc-gconv-ibm256: PKGSIZE changed from 9544 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glibc-locale/glibc-gconv-ibm273: PKGSIZE changed from 9544 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glibc-locale/glibc-gconv-ibm274: PKGSIZE changed from 9544 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glibc-locale/glibc-gconv-ibm275: PKGSIZE changed from 9544 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glibc-locale/glibc-gconv-ibm277: PKGSIZE changed from 9544 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glibc-locale/glibc-gconv-ibm278: PKGSIZE changed from 9544 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glibc-locale/glibc-gconv-ibm280: PKGSIZE changed from 9544 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glibc-locale/glibc-gconv-ibm281: PKGSIZE changed from 9544 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glibc-locale/glibc-gconv-ibm284: PKGSIZE changed from 9544 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glibc-locale/glibc-gconv-ibm285: PKGSIZE changed from 9544 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glibc-locale/glibc-gconv-ibm290: PKGSIZE changed from 9544 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glibc-locale/glibc-gconv-ibm297: PKGSIZE changed from 9544 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glibc-locale/glibc-gconv-ibm420: PKGSIZE changed from 9544 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glibc-locale/glibc-gconv-ibm423: PKGSIZE changed from 9544 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glibc-locale/glibc-gconv-ibm424: PKGSIZE changed from 9544 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glibc-locale/glibc-gconv-ibm437: PKGSIZE changed from 9544 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glibc-locale/glibc-gconv-ibm4517: PKGSIZE changed from 9544 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glibc-locale/glibc-gconv-ibm4899: PKGSIZE changed from 9544 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glibc-locale/glibc-gconv-ibm4909: PKGSIZE changed from 9544 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glibc-locale/glibc-gconv-ibm4971: PKGSIZE changed from 9544 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glibc-locale/glibc-gconv-ibm500: PKGSIZE changed from 9544 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glibc-locale/glibc-gconv-ibm5347: PKGSIZE changed from 9544 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glibc-locale/glibc-gconv-ibm803: PKGSIZE changed from 9544 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glibc-locale/glibc-gconv-ibm850: PKGSIZE changed from 9544 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glibc-locale/glibc-gconv-ibm851: PKGSIZE changed from 9544 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glibc-locale/glibc-gconv-ibm852: PKGSIZE changed from 9544 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glibc-locale/glibc-gconv-ibm855: PKGSIZE changed from 9544 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glibc-locale/glibc-gconv-ibm856: PKGSIZE changed from 9544 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glibc-locale/glibc-gconv-ibm857: PKGSIZE changed from 9544 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glibc-locale/glibc-gconv-ibm858: PKGSIZE changed from 9544 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glibc-locale/glibc-gconv-ibm860: PKGSIZE changed from 9544 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glibc-locale/glibc-gconv-ibm861: PKGSIZE changed from 9544 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glibc-locale/glibc-gconv-ibm862: PKGSIZE changed from 9544 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glibc-locale/glibc-gconv-ibm863: PKGSIZE changed from 9544 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glibc-locale/glibc-gconv-ibm864: PKGSIZE changed from 9544 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glibc-locale/glibc-gconv-ibm865: PKGSIZE changed from 9544 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glibc-locale/glibc-gconv-ibm866: PKGSIZE changed from 9544 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glibc-locale/glibc-gconv-ibm866nav: PKGSIZE changed from 9548 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glibc-locale/glibc-gconv-ibm868: PKGSIZE changed from 9544 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glibc-locale/glibc-gconv-ibm869: PKGSIZE changed from 9544 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glibc-locale/glibc-gconv-ibm870: PKGSIZE changed from 9544 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glibc-locale/glibc-gconv-ibm871: PKGSIZE changed from 9544 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glibc-locale/glibc-gconv-ibm874: PKGSIZE changed from 9544 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glibc-locale/glibc-gconv-ibm875: PKGSIZE changed from 9544 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glibc-locale/glibc-gconv-ibm880: PKGSIZE changed from 9544 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glibc-locale/glibc-gconv-ibm891: PKGSIZE changed from 9544 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glibc-locale/glibc-gconv-ibm901: PKGSIZE changed from 9544 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glibc-locale/glibc-gconv-ibm902: PKGSIZE changed from 9544 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glibc-locale/glibc-gconv-ibm903: PKGSIZE changed from 9544 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glibc-locale/glibc-gconv-ibm9030: PKGSIZE changed from 9544 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glibc-locale/glibc-gconv-ibm904: PKGSIZE changed from 9544 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glibc-locale/glibc-gconv-ibm905: PKGSIZE changed from 9544 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glibc-locale/glibc-gconv-ibm9066: PKGSIZE changed from 9544 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glibc-locale/glibc-gconv-ibm918: PKGSIZE changed from 9544 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glibc-locale/glibc-gconv-ibm921: PKGSIZE changed from 9544 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glibc-locale/glibc-gconv-ibm922: PKGSIZE changed from 9544 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glibc-locale/glibc-gconv-ibm930: PKGSIZE changed from 91464 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glibc-locale/glibc-gconv-ibm932: PKGSIZE changed from 66888 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glibc-locale/glibc-gconv-ibm933: PKGSIZE changed from 111944 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glibc-locale/glibc-gconv-ibm935: PKGSIZE changed from 79176 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glibc-locale/glibc-gconv-ibm937: PKGSIZE changed from 111944 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glibc-locale/glibc-gconv-ibm939: PKGSIZE changed from 91464 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glibc-locale/glibc-gconv-ibm943: PKGSIZE changed from 66888 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glibc-locale/glibc-gconv-ibm9448: PKGSIZE changed from 9544 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glibc-locale/glibc-gconv-iec-p27-1: PKGSIZE changed from 9548 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glibc-locale/glibc-gconv-inis-8: PKGSIZE changed from 9544 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glibc-locale/glibc-gconv-inis-cyrillic: PKGSIZE changed from 9552 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glibc-locale/glibc-gconv-inis: PKGSIZE changed from 9540 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glibc-locale/glibc-gconv-isiri-3342: PKGSIZE changed from 9548 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glibc-locale/glibc-gconv-iso-10367-box: PKGSIZE changed from 9552 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glibc-locale/glibc-gconv-iso-11548-1: PKGSIZE changed from 9548 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glibc-locale/glibc-gconv-iso-2022-cn-ext: PKGSIZE changed from 30032 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glibc-locale/glibc-gconv-iso-2022-cn: PKGSIZE changed from 25932 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glibc-locale/glibc-gconv-iso-2022-jp-3: PKGSIZE changed from 21840 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glibc-locale/glibc-gconv-iso-2022-jp: PKGSIZE changed from 34124 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glibc-locale/glibc-gconv-iso-2022-kr: PKGSIZE changed from 9548 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glibc-locale/glibc-gconv-iso-2033: PKGSIZE changed from 9544 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glibc-locale/glibc-gconv-iso-5427-ext: PKGSIZE changed from 9548 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glibc-locale/glibc-gconv-iso-5427: PKGSIZE changed from 9544 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glibc-locale/glibc-gconv-iso-5428: PKGSIZE changed from 9544 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glibc-locale/glibc-gconv-iso-6937-2: PKGSIZE changed from 17740 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glibc-locale/glibc-gconv-iso-6937: PKGSIZE changed from 17736 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glibc-locale/glibc-gconv-iso-ir-197: PKGSIZE changed from 9548 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glibc-locale/glibc-gconv-iso-ir-209: PKGSIZE changed from 9548 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glibc-locale/glibc-gconv-iso646: PKGSIZE changed from 17736 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glibc-locale/glibc-gconv-iso8859-1: PKGSIZE changed from 9548 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glibc-locale/glibc-gconv-iso8859-10: PKGSIZE changed from 9548 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glibc-locale/glibc-gconv-iso8859-11: PKGSIZE changed from 9548 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glibc-locale/glibc-gconv-iso8859-13: PKGSIZE changed from 9548 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glibc-locale/glibc-gconv-iso8859-14: PKGSIZE changed from 9548 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glibc-locale/glibc-gconv-iso8859-15: PKGSIZE changed from 9548 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glibc-locale/glibc-gconv-iso8859-16: PKGSIZE changed from 9548 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glibc-locale/glibc-gconv-iso8859-2: PKGSIZE changed from 9548 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glibc-locale/glibc-gconv-iso8859-3: PKGSIZE changed from 9548 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glibc-locale/glibc-gconv-iso8859-4: PKGSIZE changed from 9548 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glibc-locale/glibc-gconv-iso8859-5: PKGSIZE changed from 9548 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glibc-locale/glibc-gconv-iso8859-6: PKGSIZE changed from 9548 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glibc-locale/glibc-gconv-iso8859-7: PKGSIZE changed from 9548 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glibc-locale/glibc-gconv-iso8859-8: PKGSIZE changed from 9548 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glibc-locale/glibc-gconv-iso8859-9: PKGSIZE changed from 9548 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glibc-locale/glibc-gconv-iso8859-9e: PKGSIZE changed from 9548 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glibc-locale/glibc-gconv-johab: PKGSIZE changed from 13640 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glibc-locale/glibc-gconv-koi-8: PKGSIZE changed from 9544 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glibc-locale/glibc-gconv-koi8-r: PKGSIZE changed from 9544 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glibc-locale/glibc-gconv-koi8-ru: PKGSIZE changed from 9544 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glibc-locale/glibc-gconv-koi8-t: PKGSIZE changed from 9544 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glibc-locale/glibc-gconv-koi8-u: PKGSIZE changed from 9544 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glibc-locale/glibc-gconv-latin-greek-1: PKGSIZE changed from 9552 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glibc-locale/glibc-gconv-latin-greek: PKGSIZE changed from 9548 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glibc-locale/glibc-gconv-libcns: PKGSIZE changed from 464200 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glibc-locale/glibc-gconv-libgb: PKGSIZE changed from 66888 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glibc-locale/glibc-gconv-libisoir165: PKGSIZE changed from 58700 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glibc-locale/glibc-gconv-libjis: PKGSIZE changed from 99656 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glibc-locale/glibc-gconv-libjisx0213: PKGSIZE changed from 120140 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glibc-locale/glibc-gconv-libksc: PKGSIZE changed from 46408 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glibc-locale/glibc-gconv-mac-centraleurope: PKGSIZE changed from 9556 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glibc-locale/glibc-gconv-mac-is: PKGSIZE changed from 9544 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glibc-locale/glibc-gconv-mac-sami: PKGSIZE changed from 9544 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glibc-locale/glibc-gconv-mac-uk: PKGSIZE changed from 9544 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glibc-locale/glibc-gconv-macintosh: PKGSIZE changed from 9548 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glibc-locale/glibc-gconv-mik: PKGSIZE changed from 9540 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glibc-locale/glibc-gconv-nats-dano: PKGSIZE changed from 9548 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glibc-locale/glibc-gconv-nats-sefi: PKGSIZE changed from 9548 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glibc-locale/glibc-gconv-pt154: PKGSIZE changed from 9544 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glibc-locale/glibc-gconv-rk1048: PKGSIZE changed from 9544 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glibc-locale/glibc-gconv-sami-ws2: PKGSIZE changed from 9544 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glibc-locale/glibc-gconv-shift-jisx0213: PKGSIZE changed from 13648 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glibc-locale/glibc-gconv-sjis: PKGSIZE changed from 91460 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glibc-locale/glibc-gconv-t.61: PKGSIZE changed from 17732 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glibc-locale/glibc-gconv-tcvn5712-1: PKGSIZE changed from 13644 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glibc-locale/glibc-gconv-tis-620: PKGSIZE changed from 9544 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glibc-locale/glibc-gconv-tscii: PKGSIZE changed from 13640 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glibc-locale/glibc-gconv-uhc: PKGSIZE changed from 66884 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glibc-locale/glibc-gconv-unicode: PKGSIZE changed from 9544 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glibc-locale/glibc-gconv-utf-16: PKGSIZE changed from 13640 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glibc-locale/glibc-gconv-utf-32: PKGSIZE changed from 9544 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glibc-locale/glibc-gconv-utf-7: PKGSIZE changed from 13640 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glibc-locale/glibc-gconv-viscii: PKGSIZE changed from 9544 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glibc-locale/glibc-gconv: PKGSIZE changed from 56353 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glibc-locale/glibc-locale-dbg: PKGSIZE changed from 7469468 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glibc-locale/glibc-locale-locale.alias: PKGSIZE changed from 2998 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glibc-locale/glibc-localedata-aa-dj: PKGSIZE changed from 5186 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glibc-locale/glibc-localedata-aa-er+saaho: PKGSIZE changed from 4199 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glibc-locale/glibc-localedata-aa-er: PKGSIZE changed from 4535 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glibc-locale/glibc-localedata-aa-et: PKGSIZE changed from 4633 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glibc-locale/glibc-localedata-af-za: PKGSIZE changed from 6903 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glibc-locale/glibc-localedata-agr-pe: PKGSIZE changed from 4701 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glibc-locale/glibc-localedata-ak-gh: PKGSIZE changed from 4256 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glibc-locale/glibc-localedata-am-et: PKGSIZE changed from 29942 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glibc-locale/glibc-localedata-an-es: PKGSIZE changed from 2670 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glibc-locale/glibc-localedata-anp-in: PKGSIZE changed from 6084 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glibc-locale/glibc-localedata-ar-ae: PKGSIZE changed from 5510 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glibc-locale/glibc-localedata-ar-bh: PKGSIZE changed from 5458 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glibc-locale/glibc-localedata-ar-dz: PKGSIZE changed from 5673 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glibc-locale/glibc-localedata-ar-eg: PKGSIZE changed from 5575 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glibc-locale/glibc-localedata-ar-in: PKGSIZE changed from 4672 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glibc-locale/glibc-localedata-ar-iq: PKGSIZE changed from 5904 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glibc-locale/glibc-localedata-ar-jo: PKGSIZE changed from 5974 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glibc-locale/glibc-localedata-ar-kw: PKGSIZE changed from 5447 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glibc-locale/glibc-localedata-ar-lb: PKGSIZE changed from 5952 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glibc-locale/glibc-localedata-ar-ly: PKGSIZE changed from 5471 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glibc-locale/glibc-localedata-ar-ma: PKGSIZE changed from 5629 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glibc-locale/glibc-localedata-ar-om: PKGSIZE changed from 5432 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glibc-locale/glibc-localedata-ar-qa: PKGSIZE changed from 5421 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glibc-locale/glibc-localedata-ar-sa: PKGSIZE changed from 7987 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glibc-locale/glibc-localedata-ar-sd: PKGSIZE changed from 5686 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glibc-locale/glibc-localedata-ar-ss: PKGSIZE changed from 5701 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glibc-locale/glibc-localedata-ar-sy: PKGSIZE changed from 5994 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glibc-locale/glibc-localedata-ar-tn: PKGSIZE changed from 5638 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glibc-locale/glibc-localedata-ar-ye: PKGSIZE changed from 5420 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glibc-locale/glibc-localedata-as-in: PKGSIZE changed from 4838 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glibc-locale/glibc-localedata-ast-es: PKGSIZE changed from 3526 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glibc-locale/glibc-localedata-ayc-pe: PKGSIZE changed from 4777 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glibc-locale/glibc-localedata-az-az: PKGSIZE changed from 6119 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glibc-locale/glibc-localedata-az-ir: PKGSIZE changed from 9873 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glibc-locale/glibc-localedata-be-by+latin: PKGSIZE changed from 3636 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glibc-locale/glibc-localedata-be-by: PKGSIZE changed from 7244 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glibc-locale/glibc-localedata-bem-zm: PKGSIZE changed from 3169 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glibc-locale/glibc-localedata-ber-dz: PKGSIZE changed from 6526 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glibc-locale/glibc-localedata-ber-ma: PKGSIZE changed from 5466 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glibc-locale/glibc-localedata-bg-bg: PKGSIZE changed from 12556 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glibc-locale/glibc-localedata-bhb-in: PKGSIZE changed from 3632 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glibc-locale/glibc-localedata-bho-in: PKGSIZE changed from 4848 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glibc-locale/glibc-localedata-bho-np: PKGSIZE changed from 1872 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glibc-locale/glibc-localedata-bi-vu: PKGSIZE changed from 3351 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glibc-locale/glibc-localedata-bn-bd: PKGSIZE changed from 5993 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glibc-locale/glibc-localedata-bn-in: PKGSIZE changed from 5724 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glibc-locale/glibc-localedata-bo-cn: PKGSIZE changed from 5961 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glibc-locale/glibc-localedata-bo-in: PKGSIZE changed from 1986 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glibc-locale/glibc-localedata-br-fr+euro: PKGSIZE changed from 1698 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glibc-locale/glibc-localedata-br-fr: PKGSIZE changed from 3866 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glibc-locale/glibc-localedata-brx-in: PKGSIZE changed from 5365 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glibc-locale/glibc-localedata-bs-ba: PKGSIZE changed from 3591 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glibc-locale/glibc-localedata-byn-er: PKGSIZE changed from 5536 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glibc-locale/glibc-localedata-ca-ad: PKGSIZE changed from 1939 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glibc-locale/glibc-localedata-ca-es+euro: PKGSIZE changed from 1755 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glibc-locale/glibc-localedata-ca-es+valencia: PKGSIZE changed from 1839 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glibc-locale/glibc-localedata-ca-es: PKGSIZE changed from 4079 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glibc-locale/glibc-localedata-ca-fr: PKGSIZE changed from 1911 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glibc-locale/glibc-localedata-ca-it: PKGSIZE changed from 1937 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glibc-locale/glibc-localedata-ce-ru: PKGSIZE changed from 4718 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glibc-locale/glibc-localedata-chr-us: PKGSIZE changed from 3520 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glibc-locale/glibc-localedata-ckb-iq: PKGSIZE changed from 6357 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glibc-locale/glibc-localedata-cmn-tw: PKGSIZE changed from 5141 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glibc-locale/glibc-localedata-cns11643-stroke: PKGSIZE changed from 4523368 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glibc-locale/glibc-localedata-crh-ua: PKGSIZE changed from 5205 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glibc-locale/glibc-localedata-cs-cz: PKGSIZE changed from 10517 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glibc-locale/glibc-localedata-csb-pl: PKGSIZE changed from 5660 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glibc-locale/glibc-localedata-cv-ru: PKGSIZE changed from 5339 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glibc-locale/glibc-localedata-cy-gb: PKGSIZE changed from 6734 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glibc-locale/glibc-localedata-da-dk: PKGSIZE changed from 7619 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glibc-locale/glibc-localedata-de-at+euro: PKGSIZE changed from 1942 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glibc-locale/glibc-localedata-de-at: PKGSIZE changed from 3228 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glibc-locale/glibc-localedata-de-be+euro: PKGSIZE changed from 1721 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glibc-locale/glibc-localedata-de-be: PKGSIZE changed from 3258 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glibc-locale/glibc-localedata-de-ch: PKGSIZE changed from 3253 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glibc-locale/glibc-localedata-de-de+euro: PKGSIZE changed from 1731 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glibc-locale/glibc-localedata-de-de: PKGSIZE changed from 4402 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glibc-locale/glibc-localedata-de-it: PKGSIZE changed from 2637 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glibc-locale/glibc-localedata-de-li: PKGSIZE changed from 1824 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glibc-locale/glibc-localedata-de-lu+euro: PKGSIZE changed from 1728 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glibc-locale/glibc-localedata-de-lu: PKGSIZE changed from 3311 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glibc-locale/glibc-localedata-doi-in: PKGSIZE changed from 5022 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glibc-locale/glibc-localedata-dsb-de: PKGSIZE changed from 6379 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glibc-locale/glibc-localedata-dv-mv: PKGSIZE changed from 5651 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glibc-locale/glibc-localedata-dz-bt: PKGSIZE changed from 108898 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glibc-locale/glibc-localedata-el-cy: PKGSIZE changed from 5415 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glibc-locale/glibc-localedata-el-gr+euro: PKGSIZE changed from 1628 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glibc-locale/glibc-localedata-el-gr: PKGSIZE changed from 6491 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glibc-locale/glibc-localedata-en-ag: PKGSIZE changed from 3154 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glibc-locale/glibc-localedata-en-au: PKGSIZE changed from 3464 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glibc-locale/glibc-localedata-en-bw: PKGSIZE changed from 2421 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glibc-locale/glibc-localedata-en-ca: PKGSIZE changed from 4099 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glibc-locale/glibc-localedata-en-dk: PKGSIZE changed from 3713 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glibc-locale/glibc-localedata-en-gb: PKGSIZE changed from 3626 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glibc-locale/glibc-localedata-en-hk: PKGSIZE changed from 4662 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glibc-locale/glibc-localedata-en-ie+euro: PKGSIZE changed from 1724 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glibc-locale/glibc-localedata-en-ie: PKGSIZE changed from 3402 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glibc-locale/glibc-localedata-en-il: PKGSIZE changed from 2621 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glibc-locale/glibc-localedata-en-in: PKGSIZE changed from 3836 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glibc-locale/glibc-localedata-en-ng: PKGSIZE changed from 5920 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glibc-locale/glibc-localedata-en-nz: PKGSIZE changed from 3463 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glibc-locale/glibc-localedata-en-ph: PKGSIZE changed from 4737 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glibc-locale/glibc-localedata-en-sc: PKGSIZE changed from 2548 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glibc-locale/glibc-localedata-en-sg: PKGSIZE changed from 4553 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glibc-locale/glibc-localedata-en-us: PKGSIZE changed from 3688 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glibc-locale/glibc-localedata-en-za: PKGSIZE changed from 7988 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glibc-locale/glibc-localedata-en-zm: PKGSIZE changed from 2713 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glibc-locale/glibc-localedata-en-zw: PKGSIZE changed from 2430 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glibc-locale/glibc-localedata-eo: PKGSIZE changed from 4380 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glibc-locale/glibc-localedata-es-ar: PKGSIZE changed from 3351 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glibc-locale/glibc-localedata-es-bo: PKGSIZE changed from 3126 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glibc-locale/glibc-localedata-es-cl: PKGSIZE changed from 2553 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glibc-locale/glibc-localedata-es-co: PKGSIZE changed from 3150 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glibc-locale/glibc-localedata-es-cr: PKGSIZE changed from 3264 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glibc-locale/glibc-localedata-es-cu: PKGSIZE changed from 2736 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glibc-locale/glibc-localedata-es-do: PKGSIZE changed from 3223 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glibc-locale/glibc-localedata-es-ec: PKGSIZE changed from 2559 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glibc-locale/glibc-localedata-es-es+euro: PKGSIZE changed from 1718 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glibc-locale/glibc-localedata-es-es: PKGSIZE changed from 4485 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glibc-locale/glibc-localedata-es-gt: PKGSIZE changed from 3179 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glibc-locale/glibc-localedata-es-hn: PKGSIZE changed from 3170 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glibc-locale/glibc-localedata-es-mx: PKGSIZE changed from 3183 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glibc-locale/glibc-localedata-es-ni: PKGSIZE changed from 2994 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glibc-locale/glibc-localedata-es-pa: PKGSIZE changed from 3174 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glibc-locale/glibc-localedata-es-pe: PKGSIZE changed from 3110 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glibc-locale/glibc-localedata-es-pr: PKGSIZE changed from 2982 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glibc-locale/glibc-localedata-es-py: PKGSIZE changed from 3113 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glibc-locale/glibc-localedata-es-sv: PKGSIZE changed from 3185 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glibc-locale/glibc-localedata-es-us: PKGSIZE changed from 3379 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glibc-locale/glibc-localedata-es-uy: PKGSIZE changed from 3121 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glibc-locale/glibc-localedata-es-ve: PKGSIZE changed from 3135 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glibc-locale/glibc-localedata-et-ee: PKGSIZE changed from 5227 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glibc-locale/glibc-localedata-eu-es+euro: PKGSIZE changed from 2101 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glibc-locale/glibc-localedata-eu-es: PKGSIZE changed from 3526 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glibc-locale/glibc-localedata-fa-ir: PKGSIZE changed from 13697 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glibc-locale/glibc-localedata-ff-sn: PKGSIZE changed from 3175 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glibc-locale/glibc-localedata-fi-fi+euro: PKGSIZE changed from 1741 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glibc-locale/glibc-localedata-fi-fi: PKGSIZE changed from 9093 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glibc-locale/glibc-localedata-fil-ph: PKGSIZE changed from 4412 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glibc-locale/glibc-localedata-fo-fo: PKGSIZE changed from 3133 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glibc-locale/glibc-localedata-fr-be+euro: PKGSIZE changed from 1721 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glibc-locale/glibc-localedata-fr-be: PKGSIZE changed from 3292 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glibc-locale/glibc-localedata-fr-ca: PKGSIZE changed from 3114 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glibc-locale/glibc-localedata-fr-ch: PKGSIZE changed from 2799 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glibc-locale/glibc-localedata-fr-fr+euro: PKGSIZE changed from 1743 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glibc-locale/glibc-localedata-fr-fr: PKGSIZE changed from 3718 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glibc-locale/glibc-localedata-fr-lu+euro: PKGSIZE changed from 1728 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glibc-locale/glibc-localedata-fr-lu: PKGSIZE changed from 3303 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glibc-locale/glibc-localedata-fur-it: PKGSIZE changed from 2914 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glibc-locale/glibc-localedata-fy-de: PKGSIZE changed from 2591 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glibc-locale/glibc-localedata-fy-nl: PKGSIZE changed from 2672 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glibc-locale/glibc-localedata-ga-ie+euro: PKGSIZE changed from 1718 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glibc-locale/glibc-localedata-ga-ie: PKGSIZE changed from 3759 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glibc-locale/glibc-localedata-gd-gb: PKGSIZE changed from 4054 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glibc-locale/glibc-localedata-gez-er+abegede: PKGSIZE changed from 27651 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glibc-locale/glibc-localedata-gez-er: PKGSIZE changed from 5239 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glibc-locale/glibc-localedata-gez-et+abegede: PKGSIZE changed from 2679 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glibc-locale/glibc-localedata-gez-et: PKGSIZE changed from 5375 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glibc-locale/glibc-localedata-gl-es+euro: PKGSIZE changed from 1738 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glibc-locale/glibc-localedata-gl-es: PKGSIZE changed from 3436 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glibc-locale/glibc-localedata-gu-in: PKGSIZE changed from 5668 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glibc-locale/glibc-localedata-gv-gb: PKGSIZE changed from 3817 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glibc-locale/glibc-localedata-ha-ng: PKGSIZE changed from 7795 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glibc-locale/glibc-localedata-hak-tw: PKGSIZE changed from 5043 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glibc-locale/glibc-localedata-he-il: PKGSIZE changed from 4379 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glibc-locale/glibc-localedata-hi-in: PKGSIZE changed from 6738 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glibc-locale/glibc-localedata-hif-fj: PKGSIZE changed from 3954 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glibc-locale/glibc-localedata-hne-in: PKGSIZE changed from 5004 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glibc-locale/glibc-localedata-hr-hr: PKGSIZE changed from 8447 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glibc-locale/glibc-localedata-hsb-de: PKGSIZE changed from 5832 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glibc-locale/glibc-localedata-ht-ht: PKGSIZE changed from 4253 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glibc-locale/glibc-localedata-hu-hu: PKGSIZE changed from 22457 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glibc-locale/glibc-localedata-hy-am: PKGSIZE changed from 6870 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glibc-locale/glibc-localedata-i18n-ctype: PKGSIZE changed from 165653 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glibc-locale/glibc-localedata-i18n: PKGSIZE changed from 13706 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glibc-locale/glibc-localedata-ia-fr: PKGSIZE changed from 2705 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glibc-locale/glibc-localedata-id-id: PKGSIZE changed from 3506 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glibc-locale/glibc-localedata-ig-ng: PKGSIZE changed from 11613 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glibc-locale/glibc-localedata-ik-ca: PKGSIZE changed from 6624 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glibc-locale/glibc-localedata-is-is: PKGSIZE changed from 6808 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glibc-locale/glibc-localedata-iso14651-t1-common: PKGSIZE changed from 3386286 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glibc-locale/glibc-localedata-iso14651-t1-pinyin: PKGSIZE changed from 1111538 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glibc-locale/glibc-localedata-iso14651-t1: PKGSIZE changed from 649 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glibc-locale/glibc-localedata-it-ch: PKGSIZE changed from 2581 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glibc-locale/glibc-localedata-it-it+euro: PKGSIZE changed from 1718 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glibc-locale/glibc-localedata-it-it: PKGSIZE changed from 3397 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glibc-locale/glibc-localedata-iu-ca: PKGSIZE changed from 3560 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glibc-locale/glibc-localedata-ja-jp: PKGSIZE changed from 220701 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glibc-locale/glibc-localedata-ka-ge: PKGSIZE changed from 4305 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glibc-locale/glibc-localedata-kab-dz: PKGSIZE changed from 3378 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glibc-locale/glibc-localedata-kk-kz: PKGSIZE changed from 6326 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glibc-locale/glibc-localedata-kl-gl: PKGSIZE changed from 3443 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glibc-locale/glibc-localedata-km-kh: PKGSIZE changed from 39247 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glibc-locale/glibc-localedata-kn-in: PKGSIZE changed from 5781 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glibc-locale/glibc-localedata-ko-kr: PKGSIZE changed from 53842 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glibc-locale/glibc-localedata-kok-in: PKGSIZE changed from 5678 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glibc-locale/glibc-localedata-ks-in+devanagari: PKGSIZE changed from 5524 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glibc-locale/glibc-localedata-ks-in: PKGSIZE changed from 5468 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glibc-locale/glibc-localedata-ku-tr: PKGSIZE changed from 4536 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glibc-locale/glibc-localedata-kw-gb: PKGSIZE changed from 3837 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glibc-locale/glibc-localedata-ky-kg: PKGSIZE changed from 5895 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glibc-locale/glibc-localedata-lb-lu: PKGSIZE changed from 4004 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glibc-locale/glibc-localedata-lg-ug: PKGSIZE changed from 8122 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glibc-locale/glibc-localedata-li-be: PKGSIZE changed from 1900 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glibc-locale/glibc-localedata-li-nl: PKGSIZE changed from 2537 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glibc-locale/glibc-localedata-lij-it: PKGSIZE changed from 2710 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glibc-locale/glibc-localedata-ln-cd: PKGSIZE changed from 4813 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glibc-locale/glibc-localedata-lo-la: PKGSIZE changed from 31046 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glibc-locale/glibc-localedata-lt-lt: PKGSIZE changed from 6986 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glibc-locale/glibc-localedata-lv-lv: PKGSIZE changed from 5353 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glibc-locale/glibc-localedata-lzh-tw: PKGSIZE changed from 6137 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glibc-locale/glibc-localedata-mag-in: PKGSIZE changed from 5012 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glibc-locale/glibc-localedata-mai-in: PKGSIZE changed from 4457 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glibc-locale/glibc-localedata-mai-np: PKGSIZE changed from 1862 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glibc-locale/glibc-localedata-mfe-mu: PKGSIZE changed from 3590 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glibc-locale/glibc-localedata-mg-mg: PKGSIZE changed from 3666 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glibc-locale/glibc-localedata-mhr-ru: PKGSIZE changed from 4393 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glibc-locale/glibc-localedata-mi-nz: PKGSIZE changed from 4088 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glibc-locale/glibc-localedata-miq-ni: PKGSIZE changed from 5117 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glibc-locale/glibc-localedata-mjw-in: PKGSIZE changed from 3865 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glibc-locale/glibc-localedata-mk-mk: PKGSIZE changed from 4649 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glibc-locale/glibc-localedata-ml-in: PKGSIZE changed from 12246 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glibc-locale/glibc-localedata-mn-mn: PKGSIZE changed from 7195 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glibc-locale/glibc-localedata-mni-in: PKGSIZE changed from 5179 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glibc-locale/glibc-localedata-mnw-mm: PKGSIZE changed from 9597 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glibc-locale/glibc-localedata-mr-in: PKGSIZE changed from 7965 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glibc-locale/glibc-localedata-ms-my: PKGSIZE changed from 4960 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glibc-locale/glibc-localedata-mt-mt: PKGSIZE changed from 7801 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glibc-locale/glibc-localedata-my-mm: PKGSIZE changed from 8225 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glibc-locale/glibc-localedata-nan-tw+latin: PKGSIZE changed from 3763 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glibc-locale/glibc-localedata-nan-tw: PKGSIZE changed from 5058 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glibc-locale/glibc-localedata-nb-no: PKGSIZE changed from 8027 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glibc-locale/glibc-localedata-nds-de: PKGSIZE changed from 2694 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glibc-locale/glibc-localedata-nds-nl: PKGSIZE changed from 2624 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glibc-locale/glibc-localedata-ne-np: PKGSIZE changed from 5545 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glibc-locale/glibc-localedata-nhn-mx: PKGSIZE changed from 2980 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glibc-locale/glibc-localedata-niu-nu: PKGSIZE changed from 4143 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glibc-locale/glibc-localedata-niu-nz: PKGSIZE changed from 2566 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glibc-locale/glibc-localedata-nl-aw: PKGSIZE changed from 2830 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glibc-locale/glibc-localedata-nl-be+euro: PKGSIZE changed from 1723 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glibc-locale/glibc-localedata-nl-be: PKGSIZE changed from 2806 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glibc-locale/glibc-localedata-nl-nl+euro: PKGSIZE changed from 1738 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glibc-locale/glibc-localedata-nl-nl: PKGSIZE changed from 3514 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glibc-locale/glibc-localedata-nn-no: PKGSIZE changed from 3796 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glibc-locale/glibc-localedata-nr-za: PKGSIZE changed from 7129 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glibc-locale/glibc-localedata-nso-za: PKGSIZE changed from 6642 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glibc-locale/glibc-localedata-oc-fr: PKGSIZE changed from 3013 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glibc-locale/glibc-localedata-om-et: PKGSIZE changed from 5014 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glibc-locale/glibc-localedata-om-ke: PKGSIZE changed from 7226 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glibc-locale/glibc-localedata-or-in: PKGSIZE changed from 9684 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glibc-locale/glibc-localedata-os-ru: PKGSIZE changed from 5014 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glibc-locale/glibc-localedata-pa-in: PKGSIZE changed from 5406 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glibc-locale/glibc-localedata-pa-pk: PKGSIZE changed from 4909 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glibc-locale/glibc-localedata-pap-aw: PKGSIZE changed from 3473 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glibc-locale/glibc-localedata-pap-cw: PKGSIZE changed from 3516 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glibc-locale/glibc-localedata-pl-pl: PKGSIZE changed from 5957 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glibc-locale/glibc-localedata-posix: PKGSIZE changed from 8720 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glibc-locale/glibc-localedata-ps-af: PKGSIZE changed from 10615 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glibc-locale/glibc-localedata-pt-br: PKGSIZE changed from 3309 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glibc-locale/glibc-localedata-pt-pt+euro: PKGSIZE changed from 1736 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glibc-locale/glibc-localedata-pt-pt: PKGSIZE changed from 3586 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glibc-locale/glibc-localedata-quz-pe: PKGSIZE changed from 3307 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glibc-locale/glibc-localedata-raj-in: PKGSIZE changed from 5015 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glibc-locale/glibc-localedata-ro-ro: PKGSIZE changed from 10670 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glibc-locale/glibc-localedata-ru-ru: PKGSIZE changed from 6110 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glibc-locale/glibc-localedata-ru-ua: PKGSIZE changed from 2616 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glibc-locale/glibc-localedata-rw-rw: PKGSIZE changed from 3391 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glibc-locale/glibc-localedata-sa-in: PKGSIZE changed from 7161 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glibc-locale/glibc-localedata-sah-ru: PKGSIZE changed from 10180 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glibc-locale/glibc-localedata-sat-in: PKGSIZE changed from 5373 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glibc-locale/glibc-localedata-sc-it: PKGSIZE changed from 3213 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glibc-locale/glibc-localedata-sd-in+devanagari: PKGSIZE changed from 5383 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glibc-locale/glibc-localedata-sd-in: PKGSIZE changed from 5064 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glibc-locale/glibc-localedata-se-no: PKGSIZE changed from 10617 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glibc-locale/glibc-localedata-sgs-lt: PKGSIZE changed from 3218 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glibc-locale/glibc-localedata-shn-mm: PKGSIZE changed from 10419 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glibc-locale/glibc-localedata-shs-ca: PKGSIZE changed from 3916 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glibc-locale/glibc-localedata-si-lk: PKGSIZE changed from 7250 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glibc-locale/glibc-localedata-sid-et: PKGSIZE changed from 4611 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glibc-locale/glibc-localedata-sk-sk: PKGSIZE changed from 4053 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glibc-locale/glibc-localedata-sl-si: PKGSIZE changed from 80645 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glibc-locale/glibc-localedata-sm-ws: PKGSIZE changed from 3796 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glibc-locale/glibc-localedata-so-dj: PKGSIZE changed from 4759 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glibc-locale/glibc-localedata-so-et: PKGSIZE changed from 4726 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glibc-locale/glibc-localedata-so-ke: PKGSIZE changed from 4664 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glibc-locale/glibc-localedata-so-so: PKGSIZE changed from 5676 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glibc-locale/glibc-localedata-sq-al: PKGSIZE changed from 10065 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glibc-locale/glibc-localedata-sq-mk: PKGSIZE changed from 2555 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glibc-locale/glibc-localedata-sr-me: PKGSIZE changed from 4419 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glibc-locale/glibc-localedata-sr-rs+latin: PKGSIZE changed from 3416 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glibc-locale/glibc-localedata-sr-rs: PKGSIZE changed from 6858 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glibc-locale/glibc-localedata-ss-za: PKGSIZE changed from 7187 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glibc-locale/glibc-localedata-st-za: PKGSIZE changed from 6936 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glibc-locale/glibc-localedata-sv-fi+euro: PKGSIZE changed from 1723 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glibc-locale/glibc-localedata-sv-fi: PKGSIZE changed from 2815 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glibc-locale/glibc-localedata-sv-se: PKGSIZE changed from 8067 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glibc-locale/glibc-localedata-sw-ke: PKGSIZE changed from 2769 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glibc-locale/glibc-localedata-sw-tz: PKGSIZE changed from 2899 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glibc-locale/glibc-localedata-szl-pl: PKGSIZE changed from 5134 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glibc-locale/glibc-localedata-ta-in: PKGSIZE changed from 5826 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glibc-locale/glibc-localedata-ta-lk: PKGSIZE changed from 3808 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glibc-locale/glibc-localedata-tcy-in: PKGSIZE changed from 5267 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glibc-locale/glibc-localedata-te-in: PKGSIZE changed from 6008 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glibc-locale/glibc-localedata-tg-tj: PKGSIZE changed from 7342 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glibc-locale/glibc-localedata-th-th: PKGSIZE changed from 43739 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glibc-locale/glibc-localedata-the-np: PKGSIZE changed from 5196 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glibc-locale/glibc-localedata-ti-er: PKGSIZE changed from 6256 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glibc-locale/glibc-localedata-ti-et: PKGSIZE changed from 29667 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glibc-locale/glibc-localedata-tig-er: PKGSIZE changed from 5398 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glibc-locale/glibc-localedata-tk-tm: PKGSIZE changed from 12311 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glibc-locale/glibc-localedata-tl-ph: PKGSIZE changed from 3073 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glibc-locale/glibc-localedata-tn-za: PKGSIZE changed from 7146 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glibc-locale/glibc-localedata-to-to: PKGSIZE changed from 4100 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glibc-locale/glibc-localedata-tpi-pg: PKGSIZE changed from 4120 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glibc-locale/glibc-localedata-tr-cy: PKGSIZE changed from 2030 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glibc-locale/glibc-localedata-tr-tr: PKGSIZE changed from 170309 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glibc-locale/glibc-localedata-translit-circle: PKGSIZE changed from 15157 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glibc-locale/glibc-localedata-translit-cjk-compat: PKGSIZE changed from 69632 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glibc-locale/glibc-localedata-translit-cjk-variants: PKGSIZE changed from 162821 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glibc-locale/glibc-localedata-translit-combining: PKGSIZE changed from 87439 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glibc-locale/glibc-localedata-translit-compat: PKGSIZE changed from 50357 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glibc-locale/glibc-localedata-translit-font: PKGSIZE changed from 67678 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glibc-locale/glibc-localedata-translit-fraction: PKGSIZE changed from 3028 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glibc-locale/glibc-localedata-translit-hangul: PKGSIZE changed from 619216 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glibc-locale/glibc-localedata-translit-narrow: PKGSIZE changed from 6590 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glibc-locale/glibc-localedata-translit-neutral: PKGSIZE changed from 21385 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glibc-locale/glibc-localedata-translit-small: PKGSIZE changed from 3468 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glibc-locale/glibc-localedata-translit-wide: PKGSIZE changed from 5410 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glibc-locale/glibc-localedata-ts-za: PKGSIZE changed from 7081 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glibc-locale/glibc-localedata-tt-ru+iqtelif: PKGSIZE changed from 4184 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glibc-locale/glibc-localedata-tt-ru: PKGSIZE changed from 8903 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glibc-locale/glibc-localedata-ug-cn: PKGSIZE changed from 5653 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glibc-locale/glibc-localedata-uk-ua: PKGSIZE changed from 38003 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glibc-locale/glibc-localedata-unm-us: PKGSIZE changed from 3224 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glibc-locale/glibc-localedata-ur-in: PKGSIZE changed from 4909 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glibc-locale/glibc-localedata-ur-pk: PKGSIZE changed from 5331 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glibc-locale/glibc-localedata-uz-uz+cyrillic: PKGSIZE changed from 8340 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glibc-locale/glibc-localedata-uz-uz: PKGSIZE changed from 11593 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glibc-locale/glibc-localedata-ve-za: PKGSIZE changed from 7163 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glibc-locale/glibc-localedata-vi-vn: PKGSIZE changed from 6618 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glibc-locale/glibc-localedata-wa-be+euro: PKGSIZE changed from 1723 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glibc-locale/glibc-localedata-wa-be: PKGSIZE changed from 3860 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glibc-locale/glibc-localedata-wae-ch: PKGSIZE changed from 5689 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glibc-locale/glibc-localedata-wal-et: PKGSIZE changed from 5360 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glibc-locale/glibc-localedata-wo-sn: PKGSIZE changed from 3634 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glibc-locale/glibc-localedata-xh-za: PKGSIZE changed from 6932 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glibc-locale/glibc-localedata-yi-us: PKGSIZE changed from 8910 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glibc-locale/glibc-localedata-yo-ng: PKGSIZE changed from 9975 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glibc-locale/glibc-localedata-yue-hk: PKGSIZE changed from 4021 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glibc-locale/glibc-localedata-yuw-pg: PKGSIZE changed from 3513 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glibc-locale/glibc-localedata-zh-cn: PKGSIZE changed from 4748 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glibc-locale/glibc-localedata-zh-hk: PKGSIZE changed from 5291 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glibc-locale/glibc-localedata-zh-sg: PKGSIZE changed from 5276 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glibc-locale/glibc-localedata-zh-tw: PKGSIZE changed from 4552 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glibc-locale/glibc-localedata-zu-za: PKGSIZE changed from 6634 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glibc-locale/localedef: PKGSIZE changed from 207108 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glibc-mtrace/glibc-mtrace: PKGSIZE changed from 6475 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glibc/catchsegv: PKGSIZE changed from 3285 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glibc/glibc-dbg: PKGSIZE changed from 21232868 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glibc/glibc-dev: PKGSIZE changed from 2139099 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glibc/glibc-extra-nss: PKGSIZE changed from 13729 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glibc/glibc-extra-nss: latest.pkg_postinst changed from "#!/bin/sh set -e if [ x"$D" = "x" ]; then if [ -x /sbin/ldconfig ]; then /sbin/ldconfig ; fi fi " to "#!/bin/sh if [ x"$D" = "x" ]; then if [ -x /sbin/ldconfig ]; then /sbin/ldconfig ; fi fi " packages/armv7vet2hf-neon-poky-linux-gnueabi/glibc/glibc-pcprofile: PKGSIZE changed from 5452 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glibc/glibc-pcprofile: latest.pkg_postinst changed from "#!/bin/sh set -e if [ x"$D" = "x" ]; then if [ -x /sbin/ldconfig ]; then /sbin/ldconfig ; fi fi " to "#!/bin/sh if [ x"$D" = "x" ]; then if [ -x /sbin/ldconfig ]; then /sbin/ldconfig ; fi fi " packages/armv7vet2hf-neon-poky-linux-gnueabi/glibc/glibc-src: PKGSIZE changed from 13170432 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glibc/glibc-staticdev: PKGSIZE changed from 23735032 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glibc/glibc-thread-db: PKGSIZE changed from 22207 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glibc/glibc-thread-db: latest.pkg_postinst changed from "#!/bin/sh set -e if [ x"$D" = "x" ]; then if [ -x /sbin/ldconfig ]; then /sbin/ldconfig ; fi fi " to "#!/bin/sh if [ x"$D" = "x" ]; then if [ -x /sbin/ldconfig ]; then /sbin/ldconfig ; fi fi " packages/armv7vet2hf-neon-poky-linux-gnueabi/glibc/glibc-utils: PKGSIZE changed from 197120 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glibc/glibc: PKGSIZE changed from 1715425 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glibc/glibc: latest.pkg_postinst changed from "#!/bin/sh set -e if [ x"$D" = "x" ]; then if [ -x /sbin/ldconfig ]; then /sbin/ldconfig ; fi fi " to "#!/bin/sh if [ x"$D" = "x" ]; then if [ -x /sbin/ldconfig ]; then /sbin/ldconfig ; fi fi " packages/armv7vet2hf-neon-poky-linux-gnueabi/glibc/ldconfig: PKGSIZE changed from 419756 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glibc/ldd: PKGSIZE changed from 5342 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glibc/libmemusage: PKGSIZE changed from 13748 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glibc/libmemusage: latest.pkg_postinst changed from "#!/bin/sh set -e if [ x"$D" = "x" ]; then if [ -x /sbin/ldconfig ]; then /sbin/ldconfig ; fi fi " to "#!/bin/sh if [ x"$D" = "x" ]; then if [ -x /sbin/ldconfig ]; then /sbin/ldconfig ; fi fi " packages/armv7vet2hf-neon-poky-linux-gnueabi/glibc/libnss-db: PKGSIZE changed from 35917 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glibc/libnss-db: latest.pkg_postinst changed from "#!/bin/sh set -e if [ x"$D" = "x" ]; then if [ -x /sbin/ldconfig ]; then /sbin/ldconfig ; fi fi " to "#!/bin/sh if [ x"$D" = "x" ]; then if [ -x /sbin/ldconfig ]; then /sbin/ldconfig ; fi fi " packages/armv7vet2hf-neon-poky-linux-gnueabi/glibc/libsegfault: PKGSIZE changed from 9548 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glibc/libsegfault: latest.pkg_postinst changed from "#!/bin/sh set -e if [ x"$D" = "x" ]; then if [ -x /sbin/ldconfig ]; then /sbin/ldconfig ; fi fi " to "#!/bin/sh if [ x"$D" = "x" ]; then if [ -x /sbin/ldconfig ]; then /sbin/ldconfig ; fi fi " packages/armv7vet2hf-neon-poky-linux-gnueabi/glibc/libsotruss: PKGSIZE changed from 9548 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glibc/nscd: PKGSIZE changed from 106474 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glibc/nscd: latest.pkg_postinst changed from "set -e if [ -z "$D" ]; then if command -v systemd-tmpfiles >/dev/null; then systemd-tmpfiles --create /etc/tmpfiles.d/nscd.conf elif [ -e /etc/init.d/populate-volatile.sh ]; then /etc/init.d/populate-volatile.sh update fi fi " to " if [ -z "$D" ]; then if command -v systemd-tmpfiles >/dev/null; then systemd-tmpfiles --create /etc/tmpfiles.d/nscd.conf elif [ -e /etc/init.d/populate-volatile.sh ]; then /etc/init.d/populate-volatile.sh update fi fi " packages/armv7vet2hf-neon-poky-linux-gnueabi/glibc/sln: PKGSIZE changed from 337632 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/glibc/tzcode: PKGSIZE changed from 71586 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/gmp/gmp-dbg: PKGSIZE changed from 2081268 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/gmp/gmp-dev: PKGSIZE changed from 214304 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/gmp/gmp-doc: PKGSIZE changed from 525119 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/gmp/gmp-src: PKGSIZE changed from 2260479 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/gmp/gmp: PKGSIZE changed from 292212 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/gmp/gmp: latest.pkg_postinst changed from "#!/bin/sh set -e if [ x"$D" = "x" ]; then if [ -x /sbin/ldconfig ]; then /sbin/ldconfig ; fi fi " to "#!/bin/sh if [ x"$D" = "x" ]; then if [ -x /sbin/ldconfig ]; then /sbin/ldconfig ; fi fi " packages/armv7vet2hf-neon-poky-linux-gnueabi/gmp/libgmpxx: PKGSIZE changed from 17825 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/gmp/libgmpxx: latest.pkg_postinst changed from "#!/bin/sh set -e if [ x"$D" = "x" ]; then if [ -x /sbin/ldconfig ]; then /sbin/ldconfig ; fi fi " to "#!/bin/sh if [ x"$D" = "x" ]; then if [ -x /sbin/ldconfig ]; then /sbin/ldconfig ; fi fi " packages/armv7vet2hf-neon-poky-linux-gnueabi/gnome-desktop-testing/gnome-desktop-testing-dbg: PKGSIZE changed from 66616 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/gnome-desktop-testing/gnome-desktop-testing-doc: PKGSIZE changed from 5166 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/gnome-desktop-testing/gnome-desktop-testing-src: PKGSIZE changed from 30254 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/gnome-desktop-testing/gnome-desktop-testing: PKGSIZE changed from 22288 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/gnu-config/gnu-config: PKGSIZE changed from 91330 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/gnupg/gnupg-dbg: PKGSIZE changed from 19410124 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/gnupg/gnupg-doc: PKGSIZE changed from 1126343 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/gnupg/gnupg-gpg: PKGSIZE changed from 1004828 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/gnupg/gnupg-locale-ca: PKGSIZE changed from 43561 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/gnupg/gnupg-locale-cs: PKGSIZE changed from 230386 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/gnupg/gnupg-locale-da: PKGSIZE changed from 132337 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/gnupg/gnupg-locale-de: PKGSIZE changed from 247373 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/gnupg/gnupg-locale-el: PKGSIZE changed from 57704 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/gnupg/gnupg-locale-en+boldquot: PKGSIZE changed from 225448 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/gnupg/gnupg-locale-en+quot: PKGSIZE changed from 222936 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/gnupg/gnupg-locale-eo: PKGSIZE changed from 28340 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/gnupg/gnupg-locale-es: PKGSIZE changed from 219477 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/gnupg/gnupg-locale-et: PKGSIZE changed from 41767 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/gnupg/gnupg-locale-fi: PKGSIZE changed from 43309 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/gnupg/gnupg-locale-fr: PKGSIZE changed from 205495 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/gnupg/gnupg-locale-gl: PKGSIZE changed from 43261 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/gnupg/gnupg-locale-hu: PKGSIZE changed from 44688 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/gnupg/gnupg-locale-id: PKGSIZE changed from 41595 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/gnupg/gnupg-locale-it: PKGSIZE changed from 241034 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/gnupg/gnupg-locale-ja: PKGSIZE changed from 254096 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/gnupg/gnupg-locale-nb: PKGSIZE changed from 214424 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/gnupg/gnupg-locale-pl: PKGSIZE changed from 233014 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/gnupg/gnupg-locale-pt: PKGSIZE changed from 36612 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/gnupg/gnupg-locale-ro: PKGSIZE changed from 83262 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/gnupg/gnupg-locale-ru: PKGSIZE changed from 295395 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/gnupg/gnupg-locale-sk: PKGSIZE changed from 44228 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/gnupg/gnupg-locale-sv: PKGSIZE changed from 132622 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/gnupg/gnupg-locale-tr: PKGSIZE changed from 131135 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/gnupg/gnupg-locale-uk: PKGSIZE changed from 301346 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/gnupg/gnupg-locale-zh-cn: PKGSIZE changed from 221826 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/gnupg/gnupg-locale-zh-tw: PKGSIZE changed from 178487 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/gnupg/gnupg-src: PKGSIZE changed from 8554391 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/gnupg/gnupg: PKGSIZE changed from 3047324 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/gnutls/gnutls-bin: PKGSIZE changed from 808968 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/gnutls/gnutls-dbg: PKGSIZE changed from 10389056 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/gnutls/gnutls-dev: PKGSIZE changed from 486765 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/gnutls/gnutls-doc: PKGSIZE changed from 4356110 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/gnutls/gnutls-locale-cs: PKGSIZE changed from 34151 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/gnutls/gnutls-locale-de: PKGSIZE changed from 24988 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/gnutls/gnutls-locale-eo: PKGSIZE changed from 33110 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/gnutls/gnutls-locale-es: PKGSIZE changed from 24527 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/gnutls/gnutls-locale-fi: PKGSIZE changed from 24153 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/gnutls/gnutls-locale-fr: PKGSIZE changed from 35159 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/gnutls/gnutls-locale-it: PKGSIZE changed from 34940 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/gnutls/gnutls-locale-ms: PKGSIZE changed from 19867 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/gnutls/gnutls-locale-nl: PKGSIZE changed from 24388 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/gnutls/gnutls-locale-pl: PKGSIZE changed from 34025 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/gnutls/gnutls-locale-pt-br: PKGSIZE changed from 34575 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/gnutls/gnutls-locale-sr: PKGSIZE changed from 41709 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/gnutls/gnutls-locale-sv: PKGSIZE changed from 23808 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/gnutls/gnutls-locale-uk: PKGSIZE changed from 43946 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/gnutls/gnutls-locale-vi: PKGSIZE changed from 26073 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/gnutls/gnutls-locale-zh-cn: PKGSIZE changed from 22411 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/gnutls/gnutls-openssl: PKGSIZE changed from 54607 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/gnutls/gnutls-openssl: latest.pkg_postinst changed from "#!/bin/sh set -e if [ x"$D" = "x" ]; then if [ -x /sbin/ldconfig ]; then /sbin/ldconfig ; fi fi " to "#!/bin/sh if [ x"$D" = "x" ]; then if [ -x /sbin/ldconfig ]; then /sbin/ldconfig ; fi fi " packages/armv7vet2hf-neon-poky-linux-gnueabi/gnutls/gnutls-src: PKGSIZE changed from 8876529 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/gnutls/gnutls-xx: PKGSIZE changed from 42409 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/gnutls/gnutls-xx: latest.pkg_postinst changed from "#!/bin/sh set -e if [ x"$D" = "x" ]; then if [ -x /sbin/ldconfig ]; then /sbin/ldconfig ; fi fi " to "#!/bin/sh if [ x"$D" = "x" ]; then if [ -x /sbin/ldconfig ]; then /sbin/ldconfig ; fi fi " packages/armv7vet2hf-neon-poky-linux-gnueabi/gnutls/gnutls: PKGSIZE changed from 1452992 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/gnutls/gnutls: latest.pkg_postinst changed from "#!/bin/sh set -e if [ x"$D" = "x" ]; then if [ -x /sbin/ldconfig ]; then /sbin/ldconfig ; fi fi " to "#!/bin/sh if [ x"$D" = "x" ]; then if [ -x /sbin/ldconfig ]; then /sbin/ldconfig ; fi fi " packages/armv7vet2hf-neon-poky-linux-gnueabi/gobject-introspection/gobject-introspection-dbg: PKGSIZE changed from 1617836 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/gobject-introspection/gobject-introspection-dev: PKGSIZE changed from 12235224 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/gobject-introspection/gobject-introspection-doc: PKGSIZE changed from 10235 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/gobject-introspection/gobject-introspection-src: PKGSIZE changed from 1450840 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/gobject-introspection/gobject-introspection: PKGSIZE changed from 1673875 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/gobject-introspection/gobject-introspection: latest.pkg_postinst changed from "#!/bin/sh set -e if [ x"$D" = "x" ]; then if [ -x /sbin/ldconfig ]; then /sbin/ldconfig ; fi fi " to "#!/bin/sh if [ x"$D" = "x" ]; then if [ -x /sbin/ldconfig ]; then /sbin/ldconfig ; fi fi " packages/armv7vet2hf-neon-poky-linux-gnueabi/gpgme/gpgme-cpp: PKGSIZE changed from 259516 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/gpgme/gpgme-cpp: latest.pkg_postinst changed from "#!/bin/sh set -e if [ x"$D" = "x" ]; then if [ -x /sbin/ldconfig ]; then /sbin/ldconfig ; fi fi " to "#!/bin/sh if [ x"$D" = "x" ]; then if [ -x /sbin/ldconfig ]; then /sbin/ldconfig ; fi fi " packages/armv7vet2hf-neon-poky-linux-gnueabi/gpgme/gpgme-dbg: PKGSIZE changed from 9528268 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/gpgme/gpgme-dev: PKGSIZE changed from 246337 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/gpgme/gpgme-doc: PKGSIZE changed from 463562 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/gpgme/gpgme-src: PKGSIZE changed from 3490205 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/gpgme/gpgme: PKGSIZE changed from 310259 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/gpgme/gpgme: latest.pkg_postinst changed from "#!/bin/sh set -e if [ x"$D" = "x" ]; then if [ -x /sbin/ldconfig ]; then /sbin/ldconfig ; fi fi " to "#!/bin/sh if [ x"$D" = "x" ]; then if [ -x /sbin/ldconfig ]; then /sbin/ldconfig ; fi fi " packages/armv7vet2hf-neon-poky-linux-gnueabi/gpgme/python3-gpg: PKGSIZE changed from 1077840 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/grep/grep-dbg: PKGSIZE changed from 801808 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/grep/grep-doc: PKGSIZE changed from 160744 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/grep/grep-locale-af: PKGSIZE changed from 1171 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/grep/grep-locale-be: PKGSIZE changed from 1439 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/grep/grep-locale-bg: PKGSIZE changed from 21962 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/grep/grep-locale-ca: PKGSIZE changed from 13160 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/grep/grep-locale-cs: PKGSIZE changed from 17326 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/grep/grep-locale-da: PKGSIZE changed from 14102 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/grep/grep-locale-de: PKGSIZE changed from 17307 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/grep/grep-locale-el: PKGSIZE changed from 3746 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/grep/grep-locale-eo: PKGSIZE changed from 15965 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/grep/grep-locale-es: PKGSIZE changed from 7632 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/grep/grep-locale-et: PKGSIZE changed from 15667 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/grep/grep-locale-eu: PKGSIZE changed from 1278 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/grep/grep-locale-fi: PKGSIZE changed from 16299 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/grep/grep-locale-fr: PKGSIZE changed from 15020 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/grep/grep-locale-ga: PKGSIZE changed from 11119 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/grep/grep-locale-gl: PKGSIZE changed from 16427 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/grep/grep-locale-he: PKGSIZE changed from 1138 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/grep/grep-locale-hr: PKGSIZE changed from 14704 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/grep/grep-locale-hu: PKGSIZE changed from 13340 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/grep/grep-locale-id: PKGSIZE changed from 14407 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/grep/grep-locale-it: PKGSIZE changed from 16247 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/grep/grep-locale-ja: PKGSIZE changed from 12063 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/grep/grep-locale-ko: PKGSIZE changed from 15609 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/grep/grep-locale-ky: PKGSIZE changed from 1518 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/grep/grep-locale-lt: PKGSIZE changed from 1384 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/grep/grep-locale-nb: PKGSIZE changed from 15906 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/grep/grep-locale-nl: PKGSIZE changed from 16783 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/grep/grep-locale-pa: PKGSIZE changed from 5084 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/grep/grep-locale-pl: PKGSIZE changed from 16369 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/grep/grep-locale-pt-br: PKGSIZE changed from 17204 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/grep/grep-locale-pt: PKGSIZE changed from 16235 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/grep/grep-locale-ro: PKGSIZE changed from 14904 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/grep/grep-locale-ru: PKGSIZE changed from 21067 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/grep/grep-locale-sk: PKGSIZE changed from 6725 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/grep/grep-locale-sl: PKGSIZE changed from 10821 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/grep/grep-locale-sr: PKGSIZE changed from 20688 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/grep/grep-locale-sv: PKGSIZE changed from 16199 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/grep/grep-locale-th: PKGSIZE changed from 17694 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/grep/grep-locale-tr: PKGSIZE changed from 1249 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/grep/grep-locale-uk: PKGSIZE changed from 22125 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/grep/grep-locale-vi: PKGSIZE changed from 16508 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/grep/grep-locale-zh-cn: PKGSIZE changed from 15844 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/grep/grep-locale-zh-tw: PKGSIZE changed from 15694 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/grep/grep-src: PKGSIZE changed from 1507739 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/grep/grep: PKGSIZE changed from 149124 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/grep/grep: latest.pkg_postinst changed from "#!/bin/sh set -e update-alternatives --install /bin/grep grep /bin/grep.grep 100 update-alternatives --install /bin/egrep egrep /bin/egrep.grep 100 update-alternatives --install /bin/fgrep fgrep /bin/fgrep.grep 100 " to "#!/bin/sh update-alternatives --install /bin/grep grep /bin/grep.grep 100 update-alternatives --install /bin/egrep egrep /bin/egrep.grep 100 update-alternatives --install /bin/fgrep fgrep /bin/fgrep.grep 100 " packages/armv7vet2hf-neon-poky-linux-gnueabi/grep/grep: latest.pkg_prerm changed from "#!/bin/sh set -e update-alternatives --remove grep /bin/grep.grep update-alternatives --remove egrep /bin/egrep.grep update-alternatives --remove fgrep /bin/fgrep.grep " to "#!/bin/sh update-alternatives --remove grep /bin/grep.grep update-alternatives --remove egrep /bin/egrep.grep update-alternatives --remove fgrep /bin/fgrep.grep " packages/armv7vet2hf-neon-poky-linux-gnueabi/gst-examples/gst-examples-dbg: PKGSIZE changed from 252544 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/gst-examples/gst-examples-src: PKGSIZE changed from 312476 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/gst-examples/gst-examples: PKGSIZE changed from 85025 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/gstreamer1.0-plugins-bad/gstreamer1.0-plugins-bad-accurip: PKGSIZE changed from 9564 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/gstreamer1.0-plugins-bad/gstreamer1.0-plugins-bad-adpcmdec: PKGSIZE changed from 13680 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/gstreamer1.0-plugins-bad/gstreamer1.0-plugins-bad-adpcmenc: PKGSIZE changed from 13732 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/gstreamer1.0-plugins-bad/gstreamer1.0-plugins-bad-aiff: PKGSIZE changed from 42472 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/gstreamer1.0-plugins-bad/gstreamer1.0-plugins-bad-apps: PKGSIZE changed from 17808 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/gstreamer1.0-plugins-bad/gstreamer1.0-plugins-bad-asfmux: PKGSIZE changed from 54868 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/gstreamer1.0-plugins-bad/gstreamer1.0-plugins-bad-audiobuffersplit: PKGSIZE changed from 26028 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/gstreamer1.0-plugins-bad/gstreamer1.0-plugins-bad-audiofxbad: PKGSIZE changed from 9584 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/gstreamer1.0-plugins-bad/gstreamer1.0-plugins-bad-audiolatency: PKGSIZE changed from 13736 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/gstreamer1.0-plugins-bad/gstreamer1.0-plugins-bad-audiomixmatrix: PKGSIZE changed from 17780 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/gstreamer1.0-plugins-bad/gstreamer1.0-plugins-bad-audiovisualizers: PKGSIZE changed from 26192 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/gstreamer1.0-plugins-bad/gstreamer1.0-plugins-bad-autoconvert: PKGSIZE changed from 26116 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/gstreamer1.0-plugins-bad/gstreamer1.0-plugins-bad-bayer: PKGSIZE changed from 21868 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/gstreamer1.0-plugins-bad/gstreamer1.0-plugins-bad-bluez: PKGSIZE changed from 66960 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/gstreamer1.0-plugins-bad/gstreamer1.0-plugins-bad-bz2: PKGSIZE changed from 13748 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/gstreamer1.0-plugins-bad/gstreamer1.0-plugins-bad-camerabin: PKGSIZE changed from 62976 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/gstreamer1.0-plugins-bad/gstreamer1.0-plugins-bad-closedcaption: PKGSIZE changed from 137204 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/gstreamer1.0-plugins-bad/gstreamer1.0-plugins-bad-coloreffects: PKGSIZE changed from 22000 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/gstreamer1.0-plugins-bad/gstreamer1.0-plugins-bad-curl: PKGSIZE changed from 87468 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/gstreamer1.0-plugins-bad/gstreamer1.0-plugins-bad-dash: PKGSIZE changed from 157268 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/gstreamer1.0-plugins-bad/gstreamer1.0-plugins-bad-dbg: PKGSIZE changed from 21042768 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/gstreamer1.0-plugins-bad/gstreamer1.0-plugins-bad-debugutilsbad: PKGSIZE changed from 59232 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/gstreamer1.0-plugins-bad/gstreamer1.0-plugins-bad-decklink: PKGSIZE changed from 112208 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/gstreamer1.0-plugins-bad/gstreamer1.0-plugins-bad-dev: PKGSIZE changed from 2115115 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/gstreamer1.0-plugins-bad/gstreamer1.0-plugins-bad-dtls: PKGSIZE changed from 75604 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/gstreamer1.0-plugins-bad/gstreamer1.0-plugins-bad-dvb: PKGSIZE changed from 92676 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/gstreamer1.0-plugins-bad/gstreamer1.0-plugins-bad-dvbsubenc: PKGSIZE changed from 58788 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/gstreamer1.0-plugins-bad/gstreamer1.0-plugins-bad-dvbsuboverlay: PKGSIZE changed from 46588 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/gstreamer1.0-plugins-bad/gstreamer1.0-plugins-bad-dvdspu: PKGSIZE changed from 38340 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/gstreamer1.0-plugins-bad/gstreamer1.0-plugins-bad-faceoverlay: PKGSIZE changed from 13684 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/gstreamer1.0-plugins-bad/gstreamer1.0-plugins-bad-fbdevsink: PKGSIZE changed from 9548 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/gstreamer1.0-plugins-bad/gstreamer1.0-plugins-bad-festival: PKGSIZE changed from 13680 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/gstreamer1.0-plugins-bad/gstreamer1.0-plugins-bad-fieldanalysis: PKGSIZE changed from 26024 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/gstreamer1.0-plugins-bad/gstreamer1.0-plugins-bad-freeverb: PKGSIZE changed from 18054 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/gstreamer1.0-plugins-bad/gstreamer1.0-plugins-bad-frei0r: PKGSIZE changed from 34208 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/gstreamer1.0-plugins-bad/gstreamer1.0-plugins-bad-gaudieffects: PKGSIZE changed from 26472 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/gstreamer1.0-plugins-bad/gstreamer1.0-plugins-bad-gdp: PKGSIZE changed from 34280 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/gstreamer1.0-plugins-bad/gstreamer1.0-plugins-bad-geometrictransform: PKGSIZE changed from 38316 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/gstreamer1.0-plugins-bad/gstreamer1.0-plugins-bad-hls: PKGSIZE changed from 75276 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/gstreamer1.0-plugins-bad/gstreamer1.0-plugins-bad-id3tag: PKGSIZE changed from 30060 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/gstreamer1.0-plugins-bad/gstreamer1.0-plugins-bad-inter: PKGSIZE changed from 34352 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/gstreamer1.0-plugins-bad/gstreamer1.0-plugins-bad-interlace: PKGSIZE changed from 30116 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/gstreamer1.0-plugins-bad/gstreamer1.0-plugins-bad-ipcpipeline: PKGSIZE changed from 67016 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/gstreamer1.0-plugins-bad/gstreamer1.0-plugins-bad-ivfparse: PKGSIZE changed from 9584 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/gstreamer1.0-plugins-bad/gstreamer1.0-plugins-bad-ivtc: PKGSIZE changed from 17896 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/gstreamer1.0-plugins-bad/gstreamer1.0-plugins-bad-jp2kdecimator: PKGSIZE changed from 30120 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/gstreamer1.0-plugins-bad/gstreamer1.0-plugins-bad-jpegformat: PKGSIZE changed from 26052 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/gstreamer1.0-plugins-bad/gstreamer1.0-plugins-bad-legacyrawparse: PKGSIZE changed from 17852 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/gstreamer1.0-plugins-bad/gstreamer1.0-plugins-bad-locale-af: PKGSIZE changed from 554 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/gstreamer1.0-plugins-bad/gstreamer1.0-plugins-bad-locale-ast: PKGSIZE changed from 4148 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/gstreamer1.0-plugins-bad/gstreamer1.0-plugins-bad-locale-az: PKGSIZE changed from 620 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/gstreamer1.0-plugins-bad/gstreamer1.0-plugins-bad-locale-bg: PKGSIZE changed from 5044 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/gstreamer1.0-plugins-bad/gstreamer1.0-plugins-bad-locale-ca: PKGSIZE changed from 1628 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/gstreamer1.0-plugins-bad/gstreamer1.0-plugins-bad-locale-cs: PKGSIZE changed from 4078 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/gstreamer1.0-plugins-bad/gstreamer1.0-plugins-bad-locale-da: PKGSIZE changed from 3707 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/gstreamer1.0-plugins-bad/gstreamer1.0-plugins-bad-locale-de: PKGSIZE changed from 4082 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/gstreamer1.0-plugins-bad/gstreamer1.0-plugins-bad-locale-el: PKGSIZE changed from 1983 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/gstreamer1.0-plugins-bad/gstreamer1.0-plugins-bad-locale-en-gb: PKGSIZE changed from 560 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/gstreamer1.0-plugins-bad/gstreamer1.0-plugins-bad-locale-eo: PKGSIZE changed from 1304 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/gstreamer1.0-plugins-bad/gstreamer1.0-plugins-bad-locale-es: PKGSIZE changed from 1595 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/gstreamer1.0-plugins-bad/gstreamer1.0-plugins-bad-locale-eu: PKGSIZE changed from 1296 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/gstreamer1.0-plugins-bad/gstreamer1.0-plugins-bad-locale-fi: PKGSIZE changed from 1244 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/gstreamer1.0-plugins-bad/gstreamer1.0-plugins-bad-locale-fr: PKGSIZE changed from 3989 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/gstreamer1.0-plugins-bad/gstreamer1.0-plugins-bad-locale-fur: PKGSIZE changed from 3882 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/gstreamer1.0-plugins-bad/gstreamer1.0-plugins-bad-locale-gl: PKGSIZE changed from 1677 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/gstreamer1.0-plugins-bad/gstreamer1.0-plugins-bad-locale-hr: PKGSIZE changed from 4015 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/gstreamer1.0-plugins-bad/gstreamer1.0-plugins-bad-locale-hu: PKGSIZE changed from 3989 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/gstreamer1.0-plugins-bad/gstreamer1.0-plugins-bad-locale-id: PKGSIZE changed from 3638 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/gstreamer1.0-plugins-bad/gstreamer1.0-plugins-bad-locale-it: PKGSIZE changed from 4016 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/gstreamer1.0-plugins-bad/gstreamer1.0-plugins-bad-locale-ja: PKGSIZE changed from 1866 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/gstreamer1.0-plugins-bad/gstreamer1.0-plugins-bad-locale-ky: PKGSIZE changed from 954 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/gstreamer1.0-plugins-bad/gstreamer1.0-plugins-bad-locale-lt: PKGSIZE changed from 1063 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/gstreamer1.0-plugins-bad/gstreamer1.0-plugins-bad-locale-lv: PKGSIZE changed from 2610 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/gstreamer1.0-plugins-bad/gstreamer1.0-plugins-bad-locale-mt: PKGSIZE changed from 1228 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/gstreamer1.0-plugins-bad/gstreamer1.0-plugins-bad-locale-nb: PKGSIZE changed from 3662 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/gstreamer1.0-plugins-bad/gstreamer1.0-plugins-bad-locale-nl: PKGSIZE changed from 3856 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/gstreamer1.0-plugins-bad/gstreamer1.0-plugins-bad-locale-or: PKGSIZE changed from 654 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/gstreamer1.0-plugins-bad/gstreamer1.0-plugins-bad-locale-pl: PKGSIZE changed from 3982 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/gstreamer1.0-plugins-bad/gstreamer1.0-plugins-bad-locale-pt-br: PKGSIZE changed from 4013 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/gstreamer1.0-plugins-bad/gstreamer1.0-plugins-bad-locale-ro: PKGSIZE changed from 1416 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/gstreamer1.0-plugins-bad/gstreamer1.0-plugins-bad-locale-ru: PKGSIZE changed from 4919 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/gstreamer1.0-plugins-bad/gstreamer1.0-plugins-bad-locale-sk: PKGSIZE changed from 3023 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/gstreamer1.0-plugins-bad/gstreamer1.0-plugins-bad-locale-sl: PKGSIZE changed from 1681 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/gstreamer1.0-plugins-bad/gstreamer1.0-plugins-bad-locale-sq: PKGSIZE changed from 940 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/gstreamer1.0-plugins-bad/gstreamer1.0-plugins-bad-locale-sr: PKGSIZE changed from 4933 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/gstreamer1.0-plugins-bad/gstreamer1.0-plugins-bad-locale-sv: PKGSIZE changed from 3820 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/gstreamer1.0-plugins-bad/gstreamer1.0-plugins-bad-locale-tr: PKGSIZE changed from 3748 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/gstreamer1.0-plugins-bad/gstreamer1.0-plugins-bad-locale-uk: PKGSIZE changed from 5293 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/gstreamer1.0-plugins-bad/gstreamer1.0-plugins-bad-locale-vi: PKGSIZE changed from 4293 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/gstreamer1.0-plugins-bad/gstreamer1.0-plugins-bad-locale-zh-cn: PKGSIZE changed from 3472 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/gstreamer1.0-plugins-bad/gstreamer1.0-plugins-bad-midi: PKGSIZE changed from 26016 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/gstreamer1.0-plugins-bad/gstreamer1.0-plugins-bad-mpegpsdemux: PKGSIZE changed from 67092 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/gstreamer1.0-plugins-bad/gstreamer1.0-plugins-bad-mpegpsmux: PKGSIZE changed from 38308 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/gstreamer1.0-plugins-bad/gstreamer1.0-plugins-bad-mpegtsdemux: PKGSIZE changed from 153180 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/gstreamer1.0-plugins-bad/gstreamer1.0-plugins-bad-mpegtsmux: PKGSIZE changed from 71184 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/gstreamer1.0-plugins-bad/gstreamer1.0-plugins-bad-mxf: PKGSIZE changed from 235272 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/gstreamer1.0-plugins-bad/gstreamer1.0-plugins-bad-netsim: PKGSIZE changed from 21944 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/gstreamer1.0-plugins-bad/gstreamer1.0-plugins-bad-pcapparse: PKGSIZE changed from 17848 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/gstreamer1.0-plugins-bad/gstreamer1.0-plugins-bad-pnm: PKGSIZE changed from 17868 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/gstreamer1.0-plugins-bad/gstreamer1.0-plugins-bad-proxy: PKGSIZE changed from 13676 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/gstreamer1.0-plugins-bad/gstreamer1.0-plugins-bad-removesilence: PKGSIZE changed from 13684 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/gstreamer1.0-plugins-bad/gstreamer1.0-plugins-bad-rfbsrc: PKGSIZE changed from 34120 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/gstreamer1.0-plugins-bad/gstreamer1.0-plugins-bad-rist: PKGSIZE changed from 67344 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/gstreamer1.0-plugins-bad/gstreamer1.0-plugins-bad-rsvg: PKGSIZE changed from 17880 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/gstreamer1.0-plugins-bad/gstreamer1.0-plugins-bad-rtmp2: PKGSIZE changed from 112044 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/gstreamer1.0-plugins-bad/gstreamer1.0-plugins-bad-rtpmanagerbad: PKGSIZE changed from 25988 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/gstreamer1.0-plugins-bad/gstreamer1.0-plugins-bad-rtponvif: PKGSIZE changed from 21996 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/gstreamer1.0-plugins-bad/gstreamer1.0-plugins-bad-sbc: PKGSIZE changed from 17844 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/gstreamer1.0-plugins-bad/gstreamer1.0-plugins-bad-sdpelem: PKGSIZE changed from 30108 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/gstreamer1.0-plugins-bad/gstreamer1.0-plugins-bad-segmentclip: PKGSIZE changed from 17904 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/gstreamer1.0-plugins-bad/gstreamer1.0-plugins-bad-shm: PKGSIZE changed from 34156 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/gstreamer1.0-plugins-bad/gstreamer1.0-plugins-bad-siren: PKGSIZE changed from 56768 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/gstreamer1.0-plugins-bad/gstreamer1.0-plugins-bad-smooth: PKGSIZE changed from 9472 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/gstreamer1.0-plugins-bad/gstreamer1.0-plugins-bad-smoothstreaming: PKGSIZE changed from 34256 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/gstreamer1.0-plugins-bad/gstreamer1.0-plugins-bad-sndfile: PKGSIZE changed from 26004 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/gstreamer1.0-plugins-bad/gstreamer1.0-plugins-bad-speed: PKGSIZE changed from 17824 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/gstreamer1.0-plugins-bad/gstreamer1.0-plugins-bad-src: PKGSIZE changed from 13430448 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/gstreamer1.0-plugins-bad/gstreamer1.0-plugins-bad-subenc: PKGSIZE changed from 13800 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/gstreamer1.0-plugins-bad/gstreamer1.0-plugins-bad-switchbin: PKGSIZE changed from 17776 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/gstreamer1.0-plugins-bad/gstreamer1.0-plugins-bad-timecode: PKGSIZE changed from 46680 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/gstreamer1.0-plugins-bad/gstreamer1.0-plugins-bad-transcode: PKGSIZE changed from 35711 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/gstreamer1.0-plugins-bad/gstreamer1.0-plugins-bad-ttmlsubs: PKGSIZE changed from 83528 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/gstreamer1.0-plugins-bad/gstreamer1.0-plugins-bad-uvch264: PKGSIZE changed from 67196 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/gstreamer1.0-plugins-bad/gstreamer1.0-plugins-bad-videofiltersbad: PKGSIZE changed from 13616 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/gstreamer1.0-plugins-bad/gstreamer1.0-plugins-bad-videoframe-audiolevel: PKGSIZE changed from 22008 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/gstreamer1.0-plugins-bad/gstreamer1.0-plugins-bad-videoparsersbad: PKGSIZE changed from 178644 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/gstreamer1.0-plugins-bad/gstreamer1.0-plugins-bad-videosignal: PKGSIZE changed from 21856 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/gstreamer1.0-plugins-bad/gstreamer1.0-plugins-bad-vmnc: PKGSIZE changed from 17772 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/gstreamer1.0-plugins-bad/gstreamer1.0-plugins-bad-vulkan: PKGSIZE changed from 129236 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/gstreamer1.0-plugins-bad/gstreamer1.0-plugins-bad-waylandsink: PKGSIZE changed from 46636 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/gstreamer1.0-plugins-bad/gstreamer1.0-plugins-bad-webp: PKGSIZE changed from 17844 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/gstreamer1.0-plugins-bad/gstreamer1.0-plugins-bad-y4mdec: PKGSIZE changed from 21920 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/gstreamer1.0-plugins-bad/gstreamer1.0-plugins-bad: PKGSIZE changed from 167536 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/gstreamer1.0-plugins-bad/libgstadaptivedemux-1.0: PKGSIZE changed from 83343 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/gstreamer1.0-plugins-bad/libgstadaptivedemux-1.0: latest.pkg_postinst changed from "#!/bin/sh set -e if [ x"$D" = "x" ]; then if [ -x /sbin/ldconfig ]; then /sbin/ldconfig ; fi fi " to "#!/bin/sh if [ x"$D" = "x" ]; then if [ -x /sbin/ldconfig ]; then /sbin/ldconfig ; fi fi " packages/armv7vet2hf-neon-poky-linux-gnueabi/gstreamer1.0-plugins-bad/libgstbadaudio-1.0: PKGSIZE changed from 50650 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/gstreamer1.0-plugins-bad/libgstbadaudio-1.0: latest.pkg_postinst changed from "#!/bin/sh set -e if [ x"$D" = "x" ]; then if [ -x /sbin/ldconfig ]; then /sbin/ldconfig ; fi fi " to "#!/bin/sh if [ x"$D" = "x" ]; then if [ -x /sbin/ldconfig ]; then /sbin/ldconfig ; fi fi " packages/armv7vet2hf-neon-poky-linux-gnueabi/gstreamer1.0-plugins-bad/libgstbasecamerabinsrc-1.0: PKGSIZE changed from 21858 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/gstreamer1.0-plugins-bad/libgstbasecamerabinsrc-1.0: latest.pkg_postinst changed from "#!/bin/sh set -e if [ x"$D" = "x" ]; then if [ -x /sbin/ldconfig ]; then /sbin/ldconfig ; fi fi " to "#!/bin/sh if [ x"$D" = "x" ]; then if [ -x /sbin/ldconfig ]; then /sbin/ldconfig ; fi fi " packages/armv7vet2hf-neon-poky-linux-gnueabi/gstreamer1.0-plugins-bad/libgstcodecparsers-1.0: PKGSIZE changed from 362790 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/gstreamer1.0-plugins-bad/libgstcodecparsers-1.0: latest.pkg_postinst changed from "#!/bin/sh set -e if [ x"$D" = "x" ]; then if [ -x /sbin/ldconfig ]; then /sbin/ldconfig ; fi fi " to "#!/bin/sh if [ x"$D" = "x" ]; then if [ -x /sbin/ldconfig ]; then /sbin/ldconfig ; fi fi " packages/armv7vet2hf-neon-poky-linux-gnueabi/gstreamer1.0-plugins-bad/libgstcodecs-1.0: PKGSIZE changed from 62800 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/gstreamer1.0-plugins-bad/libgstcodecs-1.0: latest.pkg_postinst changed from "#!/bin/sh set -e if [ x"$D" = "x" ]; then if [ -x /sbin/ldconfig ]; then /sbin/ldconfig ; fi fi " to "#!/bin/sh if [ x"$D" = "x" ]; then if [ -x /sbin/ldconfig ]; then /sbin/ldconfig ; fi fi " packages/armv7vet2hf-neon-poky-linux-gnueabi/gstreamer1.0-plugins-bad/libgstinsertbin-1.0: PKGSIZE changed from 17659 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/gstreamer1.0-plugins-bad/libgstinsertbin-1.0: latest.pkg_postinst changed from "#!/bin/sh set -e if [ x"$D" = "x" ]; then if [ -x /sbin/ldconfig ]; then /sbin/ldconfig ; fi fi " to "#!/bin/sh if [ x"$D" = "x" ]; then if [ -x /sbin/ldconfig ]; then /sbin/ldconfig ; fi fi " packages/armv7vet2hf-neon-poky-linux-gnueabi/gstreamer1.0-plugins-bad/libgstisoff-1.0: PKGSIZE changed from 13643 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/gstreamer1.0-plugins-bad/libgstisoff-1.0: latest.pkg_postinst changed from "#!/bin/sh set -e if [ x"$D" = "x" ]; then if [ -x /sbin/ldconfig ]; then /sbin/ldconfig ; fi fi " to "#!/bin/sh if [ x"$D" = "x" ]; then if [ -x /sbin/ldconfig ]; then /sbin/ldconfig ; fi fi " packages/armv7vet2hf-neon-poky-linux-gnueabi/gstreamer1.0-plugins-bad/libgstmpegts-1.0: PKGSIZE changed from 128388 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/gstreamer1.0-plugins-bad/libgstmpegts-1.0: latest.pkg_postinst changed from "#!/bin/sh set -e if [ x"$D" = "x" ]; then if [ -x /sbin/ldconfig ]; then /sbin/ldconfig ; fi fi " to "#!/bin/sh if [ x"$D" = "x" ]; then if [ -x /sbin/ldconfig ]; then /sbin/ldconfig ; fi fi " packages/armv7vet2hf-neon-poky-linux-gnueabi/gstreamer1.0-plugins-bad/libgstphotography-1.0: PKGSIZE changed from 21741 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/gstreamer1.0-plugins-bad/libgstphotography-1.0: latest.pkg_postinst changed from "#!/bin/sh set -e if [ x"$D" = "x" ]; then if [ -x /sbin/ldconfig ]; then /sbin/ldconfig ; fi fi " to "#!/bin/sh if [ x"$D" = "x" ]; then if [ -x /sbin/ldconfig ]; then /sbin/ldconfig ; fi fi " packages/armv7vet2hf-neon-poky-linux-gnueabi/gstreamer1.0-plugins-bad/libgstplayer-1.0: PKGSIZE changed from 83332 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/gstreamer1.0-plugins-bad/libgstplayer-1.0: latest.pkg_postinst changed from "#!/bin/sh set -e if [ x"$D" = "x" ]; then if [ -x /sbin/ldconfig ]; then /sbin/ldconfig ; fi fi " to "#!/bin/sh if [ x"$D" = "x" ]; then if [ -x /sbin/ldconfig ]; then /sbin/ldconfig ; fi fi " packages/armv7vet2hf-neon-poky-linux-gnueabi/gstreamer1.0-plugins-bad/libgstsctp-1.0: PKGSIZE changed from 5290 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/gstreamer1.0-plugins-bad/libgstsctp-1.0: latest.pkg_postinst changed from "#!/bin/sh set -e if [ x"$D" = "x" ]; then if [ -x /sbin/ldconfig ]; then /sbin/ldconfig ; fi fi " to "#!/bin/sh if [ x"$D" = "x" ]; then if [ -x /sbin/ldconfig ]; then /sbin/ldconfig ; fi fi " packages/armv7vet2hf-neon-poky-linux-gnueabi/gstreamer1.0-plugins-bad/libgsttranscoder-1.0: PKGSIZE changed from 30052 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/gstreamer1.0-plugins-bad/libgsttranscoder-1.0: latest.pkg_postinst changed from "#!/bin/sh set -e if [ x"$D" = "x" ]; then if [ -x /sbin/ldconfig ]; then /sbin/ldconfig ; fi fi " to "#!/bin/sh if [ x"$D" = "x" ]; then if [ -x /sbin/ldconfig ]; then /sbin/ldconfig ; fi fi " packages/armv7vet2hf-neon-poky-linux-gnueabi/gstreamer1.0-plugins-bad/libgsturidownloader-1.0: PKGSIZE changed from 21835 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/gstreamer1.0-plugins-bad/libgsturidownloader-1.0: latest.pkg_postinst changed from "#!/bin/sh set -e if [ x"$D" = "x" ]; then if [ -x /sbin/ldconfig ]; then /sbin/ldconfig ; fi fi " to "#!/bin/sh if [ x"$D" = "x" ]; then if [ -x /sbin/ldconfig ]; then /sbin/ldconfig ; fi fi " packages/armv7vet2hf-neon-poky-linux-gnueabi/gstreamer1.0-plugins-bad/libgstvulkan-1.0: PKGSIZE changed from 175928 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/gstreamer1.0-plugins-bad/libgstvulkan-1.0: latest.pkg_postinst changed from "#!/bin/sh set -e if [ x"$D" = "x" ]; then if [ -x /sbin/ldconfig ]; then /sbin/ldconfig ; fi fi " to "#!/bin/sh if [ x"$D" = "x" ]; then if [ -x /sbin/ldconfig ]; then /sbin/ldconfig ; fi fi " packages/armv7vet2hf-neon-poky-linux-gnueabi/gstreamer1.0-plugins-bad/libgstwayland-1.0: PKGSIZE changed from 9501 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/gstreamer1.0-plugins-bad/libgstwayland-1.0: latest.pkg_postinst changed from "#!/bin/sh set -e if [ x"$D" = "x" ]; then if [ -x /sbin/ldconfig ]; then /sbin/ldconfig ; fi fi " to "#!/bin/sh if [ x"$D" = "x" ]; then if [ -x /sbin/ldconfig ]; then /sbin/ldconfig ; fi fi " packages/armv7vet2hf-neon-poky-linux-gnueabi/gstreamer1.0-plugins-bad/libgstwebrtc-1.0: PKGSIZE changed from 34128 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/gstreamer1.0-plugins-bad/libgstwebrtc-1.0: latest.pkg_postinst changed from "#!/bin/sh set -e if [ x"$D" = "x" ]; then if [ -x /sbin/ldconfig ]; then /sbin/ldconfig ; fi fi " to "#!/bin/sh if [ x"$D" = "x" ]; then if [ -x /sbin/ldconfig ]; then /sbin/ldconfig ; fi fi " packages/armv7vet2hf-neon-poky-linux-gnueabi/gstreamer1.0-plugins-base/gstreamer1.0-plugins-base-adder: PKGSIZE changed from 38304 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/gstreamer1.0-plugins-base/gstreamer1.0-plugins-base-alsa: PKGSIZE changed from 75228 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/gstreamer1.0-plugins-base/gstreamer1.0-plugins-base-app: PKGSIZE changed from 5304 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/gstreamer1.0-plugins-base/gstreamer1.0-plugins-base-apps: PKGSIZE changed from 69912 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/gstreamer1.0-plugins-base/gstreamer1.0-plugins-base-audioconvert: PKGSIZE changed from 21876 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/gstreamer1.0-plugins-base/gstreamer1.0-plugins-base-audiomixer: PKGSIZE changed from 30188 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/gstreamer1.0-plugins-base/gstreamer1.0-plugins-base-audiorate: PKGSIZE changed from 17828 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/gstreamer1.0-plugins-base/gstreamer1.0-plugins-base-audioresample: PKGSIZE changed from 26024 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/gstreamer1.0-plugins-base/gstreamer1.0-plugins-base-audiotestsrc: PKGSIZE changed from 34248 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/gstreamer1.0-plugins-base/gstreamer1.0-plugins-base-compositor: PKGSIZE changed from 46448 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/gstreamer1.0-plugins-base/gstreamer1.0-plugins-base-dbg: PKGSIZE changed from 15685532 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/gstreamer1.0-plugins-base/gstreamer1.0-plugins-base-dev: PKGSIZE changed from 5403454 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/gstreamer1.0-plugins-base/gstreamer1.0-plugins-base-doc: PKGSIZE changed from 4712 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/gstreamer1.0-plugins-base/gstreamer1.0-plugins-base-encoding: PKGSIZE changed from 63196 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/gstreamer1.0-plugins-base/gstreamer1.0-plugins-base-gio: PKGSIZE changed from 34156 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/gstreamer1.0-plugins-base/gstreamer1.0-plugins-base-locale-af: PKGSIZE changed from 514 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/gstreamer1.0-plugins-base/gstreamer1.0-plugins-base-locale-az: PKGSIZE changed from 575 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/gstreamer1.0-plugins-base/gstreamer1.0-plugins-base-locale-bg: PKGSIZE changed from 22566 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/gstreamer1.0-plugins-base/gstreamer1.0-plugins-base-locale-ca: PKGSIZE changed from 12237 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/gstreamer1.0-plugins-base/gstreamer1.0-plugins-base-locale-cs: PKGSIZE changed from 18470 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/gstreamer1.0-plugins-base/gstreamer1.0-plugins-base-locale-da: PKGSIZE changed from 17879 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/gstreamer1.0-plugins-base/gstreamer1.0-plugins-base-locale-de: PKGSIZE changed from 18776 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/gstreamer1.0-plugins-base/gstreamer1.0-plugins-base-locale-el: PKGSIZE changed from 15696 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/gstreamer1.0-plugins-base/gstreamer1.0-plugins-base-locale-en-gb: PKGSIZE changed from 518 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/gstreamer1.0-plugins-base/gstreamer1.0-plugins-base-locale-eo: PKGSIZE changed from 3165 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/gstreamer1.0-plugins-base/gstreamer1.0-plugins-base-locale-es: PKGSIZE changed from 12252 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/gstreamer1.0-plugins-base/gstreamer1.0-plugins-base-locale-eu: PKGSIZE changed from 7920 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/gstreamer1.0-plugins-base/gstreamer1.0-plugins-base-locale-fi: PKGSIZE changed from 11259 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/gstreamer1.0-plugins-base/gstreamer1.0-plugins-base-locale-fr: PKGSIZE changed from 18741 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/gstreamer1.0-plugins-base/gstreamer1.0-plugins-base-locale-fur: PKGSIZE changed from 11661 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/gstreamer1.0-plugins-base/gstreamer1.0-plugins-base-locale-gl: PKGSIZE changed from 12944 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/gstreamer1.0-plugins-base/gstreamer1.0-plugins-base-locale-hr: PKGSIZE changed from 18390 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/gstreamer1.0-plugins-base/gstreamer1.0-plugins-base-locale-hu: PKGSIZE changed from 18173 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/gstreamer1.0-plugins-base/gstreamer1.0-plugins-base-locale-id: PKGSIZE changed from 17254 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/gstreamer1.0-plugins-base/gstreamer1.0-plugins-base-locale-it: PKGSIZE changed from 19047 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/gstreamer1.0-plugins-base/gstreamer1.0-plugins-base-locale-ja: PKGSIZE changed from 9915 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/gstreamer1.0-plugins-base/gstreamer1.0-plugins-base-locale-lt: PKGSIZE changed from 6088 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/gstreamer1.0-plugins-base/gstreamer1.0-plugins-base-locale-lv: PKGSIZE changed from 14346 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/gstreamer1.0-plugins-base/gstreamer1.0-plugins-base-locale-nb: PKGSIZE changed from 16968 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/gstreamer1.0-plugins-base/gstreamer1.0-plugins-base-locale-nl: PKGSIZE changed from 17221 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/gstreamer1.0-plugins-base/gstreamer1.0-plugins-base-locale-or: PKGSIZE changed from 608 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/gstreamer1.0-plugins-base/gstreamer1.0-plugins-base-locale-pl: PKGSIZE changed from 18682 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/gstreamer1.0-plugins-base/gstreamer1.0-plugins-base-locale-pt-br: PKGSIZE changed from 18512 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/gstreamer1.0-plugins-base/gstreamer1.0-plugins-base-locale-ro: PKGSIZE changed from 7603 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/gstreamer1.0-plugins-base/gstreamer1.0-plugins-base-locale-ru: PKGSIZE changed from 23576 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/gstreamer1.0-plugins-base/gstreamer1.0-plugins-base-locale-sk: PKGSIZE changed from 16765 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/gstreamer1.0-plugins-base/gstreamer1.0-plugins-base-locale-sl: PKGSIZE changed from 12447 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/gstreamer1.0-plugins-base/gstreamer1.0-plugins-base-locale-sq: PKGSIZE changed from 527 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/gstreamer1.0-plugins-base/gstreamer1.0-plugins-base-locale-sr: PKGSIZE changed from 22575 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/gstreamer1.0-plugins-base/gstreamer1.0-plugins-base-locale-sv: PKGSIZE changed from 17860 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/gstreamer1.0-plugins-base/gstreamer1.0-plugins-base-locale-tr: PKGSIZE changed from 18421 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/gstreamer1.0-plugins-base/gstreamer1.0-plugins-base-locale-uk: PKGSIZE changed from 24530 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/gstreamer1.0-plugins-base/gstreamer1.0-plugins-base-locale-vi: PKGSIZE changed from 19803 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/gstreamer1.0-plugins-base/gstreamer1.0-plugins-base-locale-zh-cn: PKGSIZE changed from 16837 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/gstreamer1.0-plugins-base/gstreamer1.0-plugins-base-ogg: PKGSIZE changed from 186156 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/gstreamer1.0-plugins-base/gstreamer1.0-plugins-base-opengl: PKGSIZE changed from 211292 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/gstreamer1.0-plugins-base/gstreamer1.0-plugins-base-overlaycomposition: PKGSIZE changed from 21904 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/gstreamer1.0-plugins-base/gstreamer1.0-plugins-base-pango: PKGSIZE changed from 67108 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/gstreamer1.0-plugins-base/gstreamer1.0-plugins-base-pbtypes: PKGSIZE changed from 5308 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/gstreamer1.0-plugins-base/gstreamer1.0-plugins-base-playback: PKGSIZE changed from 432844 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/gstreamer1.0-plugins-base/gstreamer1.0-plugins-base-rawparse: PKGSIZE changed from 46716 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/gstreamer1.0-plugins-base/gstreamer1.0-plugins-base-src: PKGSIZE changed from 12959287 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/gstreamer1.0-plugins-base/gstreamer1.0-plugins-base-subparse: PKGSIZE changed from 65240 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/gstreamer1.0-plugins-base/gstreamer1.0-plugins-base-tcp: PKGSIZE changed from 83468 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/gstreamer1.0-plugins-base/gstreamer1.0-plugins-base-theora: PKGSIZE changed from 46664 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/gstreamer1.0-plugins-base/gstreamer1.0-plugins-base-typefindfunctions: PKGSIZE changed from 77364 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/gstreamer1.0-plugins-base/gstreamer1.0-plugins-base-videoconvert: PKGSIZE changed from 17780 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/gstreamer1.0-plugins-base/gstreamer1.0-plugins-base-videorate: PKGSIZE changed from 38308 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/gstreamer1.0-plugins-base/gstreamer1.0-plugins-base-videoscale: PKGSIZE changed from 25936 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/gstreamer1.0-plugins-base/gstreamer1.0-plugins-base-videotestsrc: PKGSIZE changed from 42372 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/gstreamer1.0-plugins-base/gstreamer1.0-plugins-base-volume: PKGSIZE changed from 21848 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/gstreamer1.0-plugins-base/gstreamer1.0-plugins-base-vorbis: PKGSIZE changed from 42508 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/gstreamer1.0-plugins-base/gstreamer1.0-plugins-base-ximagesink: PKGSIZE changed from 42360 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/gstreamer1.0-plugins-base/gstreamer1.0-plugins-base-xvimagesink: PKGSIZE changed from 50540 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/gstreamer1.0-plugins-base/gstreamer1.0-plugins-base: PKGSIZE changed from 381412 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/gstreamer1.0-plugins-base/libgstallocators-1.0: PKGSIZE changed from 13604 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/gstreamer1.0-plugins-base/libgstallocators-1.0: latest.pkg_postinst changed from "#!/bin/sh set -e if [ x"$D" = "x" ]; then if [ -x /sbin/ldconfig ]; then /sbin/ldconfig ; fi fi " to "#!/bin/sh if [ x"$D" = "x" ]; then if [ -x /sbin/ldconfig ]; then /sbin/ldconfig ; fi fi " packages/armv7vet2hf-neon-poky-linux-gnueabi/gstreamer1.0-plugins-base/libgstapp-1.0: PKGSIZE changed from 46549 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/gstreamer1.0-plugins-base/libgstapp-1.0: latest.pkg_postinst changed from "#!/bin/sh set -e if [ x"$D" = "x" ]; then if [ -x /sbin/ldconfig ]; then /sbin/ldconfig ; fi fi " to "#!/bin/sh if [ x"$D" = "x" ]; then if [ -x /sbin/ldconfig ]; then /sbin/ldconfig ; fi fi " packages/armv7vet2hf-neon-poky-linux-gnueabi/gstreamer1.0-plugins-base/libgstaudio-1.0: PKGSIZE changed from 357967 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/gstreamer1.0-plugins-base/libgstaudio-1.0: latest.pkg_postinst changed from "#!/bin/sh set -e if [ x"$D" = "x" ]; then if [ -x /sbin/ldconfig ]; then /sbin/ldconfig ; fi fi " to "#!/bin/sh if [ x"$D" = "x" ]; then if [ -x /sbin/ldconfig ]; then /sbin/ldconfig ; fi fi " packages/armv7vet2hf-neon-poky-linux-gnueabi/gstreamer1.0-plugins-base/libgstfft-1.0: PKGSIZE changed from 29973 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/gstreamer1.0-plugins-base/libgstfft-1.0: latest.pkg_postinst changed from "#!/bin/sh set -e if [ x"$D" = "x" ]; then if [ -x /sbin/ldconfig ]; then /sbin/ldconfig ; fi fi " to "#!/bin/sh if [ x"$D" = "x" ]; then if [ -x /sbin/ldconfig ]; then /sbin/ldconfig ; fi fi " packages/armv7vet2hf-neon-poky-linux-gnueabi/gstreamer1.0-plugins-base/libgstgl-1.0: PKGSIZE changed from 309284 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/gstreamer1.0-plugins-base/libgstgl-1.0: latest.pkg_postinst changed from "#!/bin/sh set -e if [ x"$D" = "x" ]; then if [ -x /sbin/ldconfig ]; then /sbin/ldconfig ; fi fi " to "#!/bin/sh if [ x"$D" = "x" ]; then if [ -x /sbin/ldconfig ]; then /sbin/ldconfig ; fi fi " packages/armv7vet2hf-neon-poky-linux-gnueabi/gstreamer1.0-plugins-base/libgstpbutils-1.0: PKGSIZE changed from 173513 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/gstreamer1.0-plugins-base/libgstpbutils-1.0: latest.pkg_postinst changed from "#!/bin/sh set -e if [ x"$D" = "x" ]; then if [ -x /sbin/ldconfig ]; then /sbin/ldconfig ; fi fi " to "#!/bin/sh if [ x"$D" = "x" ]; then if [ -x /sbin/ldconfig ]; then /sbin/ldconfig ; fi fi " packages/armv7vet2hf-neon-poky-linux-gnueabi/gstreamer1.0-plugins-base/libgstriff-1.0: PKGSIZE changed from 46374 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/gstreamer1.0-plugins-base/libgstriff-1.0: latest.pkg_postinst changed from "#!/bin/sh set -e if [ x"$D" = "x" ]; then if [ -x /sbin/ldconfig ]; then /sbin/ldconfig ; fi fi " to "#!/bin/sh if [ x"$D" = "x" ]; then if [ -x /sbin/ldconfig ]; then /sbin/ldconfig ; fi fi " packages/armv7vet2hf-neon-poky-linux-gnueabi/gstreamer1.0-plugins-base/libgstrtp-1.0: PKGSIZE changed from 103805 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/gstreamer1.0-plugins-base/libgstrtp-1.0: latest.pkg_postinst changed from "#!/bin/sh set -e if [ x"$D" = "x" ]; then if [ -x /sbin/ldconfig ]; then /sbin/ldconfig ; fi fi " to "#!/bin/sh if [ x"$D" = "x" ]; then if [ -x /sbin/ldconfig ]; then /sbin/ldconfig ; fi fi " packages/armv7vet2hf-neon-poky-linux-gnueabi/gstreamer1.0-plugins-base/libgstrtsp-1.0: PKGSIZE changed from 99734 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/gstreamer1.0-plugins-base/libgstrtsp-1.0: latest.pkg_postinst changed from "#!/bin/sh set -e if [ x"$D" = "x" ]; then if [ -x /sbin/ldconfig ]; then /sbin/ldconfig ; fi fi " to "#!/bin/sh if [ x"$D" = "x" ]; then if [ -x /sbin/ldconfig ]; then /sbin/ldconfig ; fi fi " packages/armv7vet2hf-neon-poky-linux-gnueabi/gstreamer1.0-plugins-base/libgstsdp-1.0: PKGSIZE changed from 62761 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/gstreamer1.0-plugins-base/libgstsdp-1.0: latest.pkg_postinst changed from "#!/bin/sh set -e if [ x"$D" = "x" ]; then if [ -x /sbin/ldconfig ]; then /sbin/ldconfig ; fi fi " to "#!/bin/sh if [ x"$D" = "x" ]; then if [ -x /sbin/ldconfig ]; then /sbin/ldconfig ; fi fi " packages/armv7vet2hf-neon-poky-linux-gnueabi/gstreamer1.0-plugins-base/libgsttag-1.0: PKGSIZE changed from 230425 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/gstreamer1.0-plugins-base/libgsttag-1.0: latest.pkg_postinst changed from "#!/bin/sh set -e if [ x"$D" = "x" ]; then if [ -x /sbin/ldconfig ]; then /sbin/ldconfig ; fi fi " to "#!/bin/sh if [ x"$D" = "x" ]; then if [ -x /sbin/ldconfig ]; then /sbin/ldconfig ; fi fi " packages/armv7vet2hf-neon-poky-linux-gnueabi/gstreamer1.0-plugins-base/libgstvideo-1.0: PKGSIZE changed from 505435 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/gstreamer1.0-plugins-base/libgstvideo-1.0: latest.pkg_postinst changed from "#!/bin/sh set -e if [ x"$D" = "x" ]; then if [ -x /sbin/ldconfig ]; then /sbin/ldconfig ; fi fi " to "#!/bin/sh if [ x"$D" = "x" ]; then if [ -x /sbin/ldconfig ]; then /sbin/ldconfig ; fi fi " packages/armv7vet2hf-neon-poky-linux-gnueabi/gstreamer1.0-plugins-good/gstreamer1.0-plugins-good-alaw: PKGSIZE changed from 13748 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/gstreamer1.0-plugins-good/gstreamer1.0-plugins-good-alpha: PKGSIZE changed from 34232 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/gstreamer1.0-plugins-good/gstreamer1.0-plugins-good-alphacolor: PKGSIZE changed from 13680 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/gstreamer1.0-plugins-good/gstreamer1.0-plugins-good-apetag: PKGSIZE changed from 13640 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/gstreamer1.0-plugins-good/gstreamer1.0-plugins-good-audiofx: PKGSIZE changed from 99820 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/gstreamer1.0-plugins-good/gstreamer1.0-plugins-good-audioparsers: PKGSIZE changed from 96160 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/gstreamer1.0-plugins-good/gstreamer1.0-plugins-good-auparse: PKGSIZE changed from 21924 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/gstreamer1.0-plugins-good/gstreamer1.0-plugins-good-autodetect: PKGSIZE changed from 17896 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/gstreamer1.0-plugins-good/gstreamer1.0-plugins-good-avi: PKGSIZE changed from 136856 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/gstreamer1.0-plugins-good/gstreamer1.0-plugins-good-cairo: PKGSIZE changed from 13676 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/gstreamer1.0-plugins-good/gstreamer1.0-plugins-good-cutter: PKGSIZE changed from 17824 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/gstreamer1.0-plugins-good/gstreamer1.0-plugins-good-dbg: PKGSIZE changed from 17202132 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/gstreamer1.0-plugins-good/gstreamer1.0-plugins-good-debug: PKGSIZE changed from 47008 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/gstreamer1.0-plugins-good/gstreamer1.0-plugins-good-deinterlace: PKGSIZE changed from 99800 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/gstreamer1.0-plugins-good/gstreamer1.0-plugins-good-dtmf: PKGSIZE changed from 38440 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/gstreamer1.0-plugins-good/gstreamer1.0-plugins-good-effectv: PKGSIZE changed from 39100 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/gstreamer1.0-plugins-good/gstreamer1.0-plugins-good-equalizer: PKGSIZE changed from 23482 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/gstreamer1.0-plugins-good/gstreamer1.0-plugins-good-flac: PKGSIZE changed from 54796 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/gstreamer1.0-plugins-good/gstreamer1.0-plugins-good-flv: PKGSIZE changed from 103984 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/gstreamer1.0-plugins-good/gstreamer1.0-plugins-good-flxdec: PKGSIZE changed from 26016 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/gstreamer1.0-plugins-good/gstreamer1.0-plugins-good-gdkpixbuf: PKGSIZE changed from 34320 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/gstreamer1.0-plugins-good/gstreamer1.0-plugins-good-goom: PKGSIZE changed from 73108 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/gstreamer1.0-plugins-good/gstreamer1.0-plugins-good-goom2k1: PKGSIZE changed from 13684 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/gstreamer1.0-plugins-good/gstreamer1.0-plugins-good-icydemux: PKGSIZE changed from 17788 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/gstreamer1.0-plugins-good/gstreamer1.0-plugins-good-id3demux: PKGSIZE changed from 9548 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/gstreamer1.0-plugins-good/gstreamer1.0-plugins-good-imagefreeze: PKGSIZE changed from 30120 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/gstreamer1.0-plugins-good/gstreamer1.0-plugins-good-interleave: PKGSIZE changed from 38380 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/gstreamer1.0-plugins-good/gstreamer1.0-plugins-good-isomp4: PKGSIZE changed from 412072 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/gstreamer1.0-plugins-good/gstreamer1.0-plugins-good-jpeg: PKGSIZE changed from 34292 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/gstreamer1.0-plugins-good/gstreamer1.0-plugins-good-lame: PKGSIZE changed from 21868 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/gstreamer1.0-plugins-good/gstreamer1.0-plugins-good-level: PKGSIZE changed from 21920 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/gstreamer1.0-plugins-good/gstreamer1.0-plugins-good-locale-af: PKGSIZE changed from 518 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/gstreamer1.0-plugins-good/gstreamer1.0-plugins-good-locale-az: PKGSIZE changed from 578 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/gstreamer1.0-plugins-good/gstreamer1.0-plugins-good-locale-bg: PKGSIZE changed from 15327 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/gstreamer1.0-plugins-good/gstreamer1.0-plugins-good-locale-ca: PKGSIZE changed from 7836 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/gstreamer1.0-plugins-good/gstreamer1.0-plugins-good-locale-cs: PKGSIZE changed from 12133 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/gstreamer1.0-plugins-good/gstreamer1.0-plugins-good-locale-da: PKGSIZE changed from 12588 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/gstreamer1.0-plugins-good/gstreamer1.0-plugins-good-locale-de: PKGSIZE changed from 13771 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/gstreamer1.0-plugins-good/gstreamer1.0-plugins-good-locale-el: PKGSIZE changed from 20199 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/gstreamer1.0-plugins-good/gstreamer1.0-plugins-good-locale-en-gb: PKGSIZE changed from 522 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/gstreamer1.0-plugins-good/gstreamer1.0-plugins-good-locale-eo: PKGSIZE changed from 1095 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/gstreamer1.0-plugins-good/gstreamer1.0-plugins-good-locale-es: PKGSIZE changed from 8122 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/gstreamer1.0-plugins-good/gstreamer1.0-plugins-good-locale-eu: PKGSIZE changed from 6501 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/gstreamer1.0-plugins-good/gstreamer1.0-plugins-good-locale-fi: PKGSIZE changed from 6829 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/gstreamer1.0-plugins-good/gstreamer1.0-plugins-good-locale-fr: PKGSIZE changed from 12864 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/gstreamer1.0-plugins-good/gstreamer1.0-plugins-good-locale-fur: PKGSIZE changed from 11174 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/gstreamer1.0-plugins-good/gstreamer1.0-plugins-good-locale-gl: PKGSIZE changed from 9512 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/gstreamer1.0-plugins-good/gstreamer1.0-plugins-good-locale-hr: PKGSIZE changed from 13096 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/gstreamer1.0-plugins-good/gstreamer1.0-plugins-good-locale-hu: PKGSIZE changed from 12281 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/gstreamer1.0-plugins-good/gstreamer1.0-plugins-good-locale-id: PKGSIZE changed from 10923 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/gstreamer1.0-plugins-good/gstreamer1.0-plugins-good-locale-it: PKGSIZE changed from 13848 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/gstreamer1.0-plugins-good/gstreamer1.0-plugins-good-locale-ja: PKGSIZE changed from 10528 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/gstreamer1.0-plugins-good/gstreamer1.0-plugins-good-locale-ky: PKGSIZE changed from 458 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/gstreamer1.0-plugins-good/gstreamer1.0-plugins-good-locale-lt: PKGSIZE changed from 6378 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/gstreamer1.0-plugins-good/gstreamer1.0-plugins-good-locale-lv: PKGSIZE changed from 9059 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/gstreamer1.0-plugins-good/gstreamer1.0-plugins-good-locale-mt: PKGSIZE changed from 5456 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/gstreamer1.0-plugins-good/gstreamer1.0-plugins-good-locale-nb: PKGSIZE changed from 11106 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/gstreamer1.0-plugins-good/gstreamer1.0-plugins-good-locale-nl: PKGSIZE changed from 11579 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/gstreamer1.0-plugins-good/gstreamer1.0-plugins-good-locale-or: PKGSIZE changed from 622 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/gstreamer1.0-plugins-good/gstreamer1.0-plugins-good-locale-pl: PKGSIZE changed from 13439 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/gstreamer1.0-plugins-good/gstreamer1.0-plugins-good-locale-pt-br: PKGSIZE changed from 12140 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/gstreamer1.0-plugins-good/gstreamer1.0-plugins-good-locale-ro: PKGSIZE changed from 6936 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/gstreamer1.0-plugins-good/gstreamer1.0-plugins-good-locale-ru: PKGSIZE changed from 17437 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/gstreamer1.0-plugins-good/gstreamer1.0-plugins-good-locale-sk: PKGSIZE changed from 11183 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/gstreamer1.0-plugins-good/gstreamer1.0-plugins-good-locale-sl: PKGSIZE changed from 8986 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/gstreamer1.0-plugins-good/gstreamer1.0-plugins-good-locale-sq: PKGSIZE changed from 538 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/gstreamer1.0-plugins-good/gstreamer1.0-plugins-good-locale-sr: PKGSIZE changed from 15110 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/gstreamer1.0-plugins-good/gstreamer1.0-plugins-good-locale-sv: PKGSIZE changed from 13058 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/gstreamer1.0-plugins-good/gstreamer1.0-plugins-good-locale-tr: PKGSIZE changed from 12492 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/gstreamer1.0-plugins-good/gstreamer1.0-plugins-good-locale-uk: PKGSIZE changed from 17783 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/gstreamer1.0-plugins-good/gstreamer1.0-plugins-good-locale-vi: PKGSIZE changed from 13518 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/gstreamer1.0-plugins-good/gstreamer1.0-plugins-good-locale-zh-cn: PKGSIZE changed from 11901 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/gstreamer1.0-plugins-good/gstreamer1.0-plugins-good-locale-zh-hk: PKGSIZE changed from 1181 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/gstreamer1.0-plugins-good/gstreamer1.0-plugins-good-locale-zh-tw: PKGSIZE changed from 1180 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/gstreamer1.0-plugins-good/gstreamer1.0-plugins-good-matroska: PKGSIZE changed from 264008 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/gstreamer1.0-plugins-good/gstreamer1.0-plugins-good-monoscope: PKGSIZE changed from 17828 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/gstreamer1.0-plugins-good/gstreamer1.0-plugins-good-mpg123: PKGSIZE changed from 17736 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/gstreamer1.0-plugins-good/gstreamer1.0-plugins-good-mulaw: PKGSIZE changed from 13748 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/gstreamer1.0-plugins-good/gstreamer1.0-plugins-good-multifile: PKGSIZE changed from 145232 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/gstreamer1.0-plugins-good/gstreamer1.0-plugins-good-multipart: PKGSIZE changed from 26092 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/gstreamer1.0-plugins-good/gstreamer1.0-plugins-good-navigationtest: PKGSIZE changed from 9588 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/gstreamer1.0-plugins-good/gstreamer1.0-plugins-good-ossaudio: PKGSIZE changed from 25968 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/gstreamer1.0-plugins-good/gstreamer1.0-plugins-good-png: PKGSIZE changed from 21940 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/gstreamer1.0-plugins-good/gstreamer1.0-plugins-good-pulseaudio: PKGSIZE changed from 87388 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/gstreamer1.0-plugins-good/gstreamer1.0-plugins-good-replaygain: PKGSIZE changed from 30208 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/gstreamer1.0-plugins-good/gstreamer1.0-plugins-good-rtp: PKGSIZE changed from 434048 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/gstreamer1.0-plugins-good/gstreamer1.0-plugins-good-rtpmanager: PKGSIZE changed from 326200 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/gstreamer1.0-plugins-good/gstreamer1.0-plugins-good-rtsp: PKGSIZE changed from 149116 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/gstreamer1.0-plugins-good/gstreamer1.0-plugins-good-shapewipe: PKGSIZE changed from 26056 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/gstreamer1.0-plugins-good/gstreamer1.0-plugins-good-smpte: PKGSIZE changed from 54796 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/gstreamer1.0-plugins-good/gstreamer1.0-plugins-good-soup: PKGSIZE changed from 54720 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/gstreamer1.0-plugins-good/gstreamer1.0-plugins-good-spectrum: PKGSIZE changed from 17756 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/gstreamer1.0-plugins-good/gstreamer1.0-plugins-good-speex: PKGSIZE changed from 30132 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/gstreamer1.0-plugins-good/gstreamer1.0-plugins-good-src: PKGSIZE changed from 10938744 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/gstreamer1.0-plugins-good/gstreamer1.0-plugins-good-taglib: PKGSIZE changed from 34332 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/gstreamer1.0-plugins-good/gstreamer1.0-plugins-good-udp: PKGSIZE changed from 58836 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/gstreamer1.0-plugins-good/gstreamer1.0-plugins-good-video4linux2: PKGSIZE changed from 230988 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/gstreamer1.0-plugins-good/gstreamer1.0-plugins-good-videobox: PKGSIZE changed from 38308 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/gstreamer1.0-plugins-good/gstreamer1.0-plugins-good-videocrop: PKGSIZE changed from 26092 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/gstreamer1.0-plugins-good/gstreamer1.0-plugins-good-videofilter: PKGSIZE changed from 38568 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/gstreamer1.0-plugins-good/gstreamer1.0-plugins-good-videomixer: PKGSIZE changed from 62916 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/gstreamer1.0-plugins-good/gstreamer1.0-plugins-good-wavenc: PKGSIZE changed from 26120 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/gstreamer1.0-plugins-good/gstreamer1.0-plugins-good-wavparse: PKGSIZE changed from 50560 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/gstreamer1.0-plugins-good/gstreamer1.0-plugins-good-ximagesrc: PKGSIZE changed from 30036 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/gstreamer1.0-plugins-good/gstreamer1.0-plugins-good-y4menc: PKGSIZE changed from 9580 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/gstreamer1.0/gstreamer1.0-dbg: PKGSIZE changed from 14295438 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/gstreamer1.0/gstreamer1.0-dev: PKGSIZE changed from 5805019 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/gstreamer1.0/gstreamer1.0-doc: PKGSIZE changed from 24577 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/gstreamer1.0/gstreamer1.0-locale-af: PKGSIZE changed from 14251 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/gstreamer1.0/gstreamer1.0-locale-ast: PKGSIZE changed from 28821 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/gstreamer1.0/gstreamer1.0-locale-az: PKGSIZE changed from 1642 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/gstreamer1.0/gstreamer1.0-locale-be: PKGSIZE changed from 4802 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/gstreamer1.0/gstreamer1.0-locale-bg: PKGSIZE changed from 49588 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/gstreamer1.0/gstreamer1.0-locale-ca: PKGSIZE changed from 32826 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/gstreamer1.0/gstreamer1.0-locale-cs: PKGSIZE changed from 38278 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/gstreamer1.0/gstreamer1.0-locale-da: PKGSIZE changed from 37542 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/gstreamer1.0/gstreamer1.0-locale-de: PKGSIZE changed from 38658 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/gstreamer1.0/gstreamer1.0-locale-el: PKGSIZE changed from 42820 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/gstreamer1.0/gstreamer1.0-locale-en-gb: PKGSIZE changed from 10801 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/gstreamer1.0/gstreamer1.0-locale-eo: PKGSIZE changed from 4150 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/gstreamer1.0/gstreamer1.0-locale-es: PKGSIZE changed from 32994 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/gstreamer1.0/gstreamer1.0-locale-eu: PKGSIZE changed from 28562 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/gstreamer1.0/gstreamer1.0-locale-fi: PKGSIZE changed from 31585 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/gstreamer1.0/gstreamer1.0-locale-fr: PKGSIZE changed from 39089 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/gstreamer1.0/gstreamer1.0-locale-fur: PKGSIZE changed from 16452 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/gstreamer1.0/gstreamer1.0-locale-gl: PKGSIZE changed from 34502 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/gstreamer1.0/gstreamer1.0-locale-hr: PKGSIZE changed from 38301 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/gstreamer1.0/gstreamer1.0-locale-hu: PKGSIZE changed from 38574 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/gstreamer1.0/gstreamer1.0-locale-id: PKGSIZE changed from 35647 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/gstreamer1.0/gstreamer1.0-locale-it: PKGSIZE changed from 39296 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/gstreamer1.0/gstreamer1.0-locale-ja: PKGSIZE changed from 15984 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/gstreamer1.0/gstreamer1.0-locale-lt: PKGSIZE changed from 30378 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/gstreamer1.0/gstreamer1.0-locale-nb: PKGSIZE changed from 36169 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/gstreamer1.0/gstreamer1.0-locale-nl: PKGSIZE changed from 37439 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/gstreamer1.0/gstreamer1.0-locale-pl: PKGSIZE changed from 38524 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/gstreamer1.0/gstreamer1.0-locale-pt-br: PKGSIZE changed from 37692 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/gstreamer1.0/gstreamer1.0-locale-ro: PKGSIZE changed from 31773 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/gstreamer1.0/gstreamer1.0-locale-ru: PKGSIZE changed from 49437 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/gstreamer1.0/gstreamer1.0-locale-rw: PKGSIZE changed from 648 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/gstreamer1.0/gstreamer1.0-locale-sk: PKGSIZE changed from 36854 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/gstreamer1.0/gstreamer1.0-locale-sl: PKGSIZE changed from 34556 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/gstreamer1.0/gstreamer1.0-locale-sq: PKGSIZE changed from 11935 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/gstreamer1.0/gstreamer1.0-locale-sr: PKGSIZE changed from 48148 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/gstreamer1.0/gstreamer1.0-locale-sv: PKGSIZE changed from 38060 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/gstreamer1.0/gstreamer1.0-locale-tr: PKGSIZE changed from 38026 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/gstreamer1.0/gstreamer1.0-locale-uk: PKGSIZE changed from 50487 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/gstreamer1.0/gstreamer1.0-locale-vi: PKGSIZE changed from 41591 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/gstreamer1.0/gstreamer1.0-locale-zh-cn: PKGSIZE changed from 35156 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/gstreamer1.0/gstreamer1.0-locale-zh-tw: PKGSIZE changed from 31556 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/gstreamer1.0/gstreamer1.0-ptest: PKGSIZE changed from 2739244 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/gstreamer1.0/gstreamer1.0-src: PKGSIZE changed from 9117004 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/gstreamer1.0/gstreamer1.0: PKGSIZE changed from 2285410 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/gstreamer1.0/gstreamer1.0: latest.pkg_postinst changed from "#!/bin/sh set -e if [ x"$D" = "x" ]; then if [ -x /sbin/ldconfig ]; then /sbin/ldconfig ; fi fi " to "#!/bin/sh if [ x"$D" = "x" ]; then if [ -x /sbin/ldconfig ]; then /sbin/ldconfig ; fi fi " packages/armv7vet2hf-neon-poky-linux-gnueabi/gtk+3/gtk+3-dbg: PKGSIZE changed from 27217908 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/gtk+3/gtk+3-demo: PKGSIZE changed from 3546746 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/gtk+3/gtk+3-dev: PKGSIZE changed from 14306955 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/gtk+3/gtk+3-doc: PKGSIZE changed from 23728 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/gtk+3/gtk+3-locale-af: PKGSIZE changed from 150700 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/gtk+3/gtk+3-locale-am: PKGSIZE changed from 6658 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/gtk+3/gtk+3-locale-an: PKGSIZE changed from 217184 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/gtk+3/gtk+3-locale-ang: PKGSIZE changed from 3883 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/gtk+3/gtk+3-locale-ar: PKGSIZE changed from 239713 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/gtk+3/gtk+3-locale-as: PKGSIZE changed from 367855 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/gtk+3/gtk+3-locale-ast: PKGSIZE changed from 227360 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/gtk+3/gtk+3-locale-az-ir: PKGSIZE changed from 948 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/gtk+3/gtk+3-locale-az: PKGSIZE changed from 90337 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/gtk+3/gtk+3-locale-be+latin: PKGSIZE changed from 181038 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/gtk+3/gtk+3-locale-be: PKGSIZE changed from 399804 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/gtk+3/gtk+3-locale-bg: PKGSIZE changed from 351321 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/gtk+3/gtk+3-locale-bn-in: PKGSIZE changed from 329734 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/gtk+3/gtk+3-locale-bn: PKGSIZE changed from 319284 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/gtk+3/gtk+3-locale-br: PKGSIZE changed from 49359 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/gtk+3/gtk+3-locale-bs: PKGSIZE changed from 244537 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/gtk+3/gtk+3-locale-ca+valencia: PKGSIZE changed from 301457 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/gtk+3/gtk+3-locale-ca: PKGSIZE changed from 324660 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/gtk+3/gtk+3-locale-ckb: PKGSIZE changed from 39941 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/gtk+3/gtk+3-locale-crh: PKGSIZE changed from 216178 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/gtk+3/gtk+3-locale-cs: PKGSIZE changed from 317070 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/gtk+3/gtk+3-locale-cy: PKGSIZE changed from 166888 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/gtk+3/gtk+3-locale-da: PKGSIZE changed from 306968 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/gtk+3/gtk+3-locale-de: PKGSIZE changed from 322503 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/gtk+3/gtk+3-locale-dz: PKGSIZE changed from 268843 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/gtk+3/gtk+3-locale-el: PKGSIZE changed from 382149 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/gtk+3/gtk+3-locale-en+shaw: PKGSIZE changed from 279615 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/gtk+3/gtk+3-locale-en-ca: PKGSIZE changed from 147868 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/gtk+3/gtk+3-locale-en-gb: PKGSIZE changed from 301347 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/gtk+3/gtk+3-locale-en: PKGSIZE changed from 3548 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/gtk+3/gtk+3-locale-eo: PKGSIZE changed from 148089 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/gtk+3/gtk+3-locale-es: PKGSIZE changed from 326159 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/gtk+3/gtk+3-locale-et: PKGSIZE changed from 122004 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/gtk+3/gtk+3-locale-eu: PKGSIZE changed from 318868 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/gtk+3/gtk+3-locale-fa: PKGSIZE changed from 155069 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/gtk+3/gtk+3-locale-fi: PKGSIZE changed from 222540 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/gtk+3/gtk+3-locale-fr: PKGSIZE changed from 336748 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/gtk+3/gtk+3-locale-fur: PKGSIZE changed from 173330 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/gtk+3/gtk+3-locale-ga: PKGSIZE changed from 61886 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/gtk+3/gtk+3-locale-gd: PKGSIZE changed from 318352 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/gtk+3/gtk+3-locale-gl: PKGSIZE changed from 322030 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/gtk+3/gtk+3-locale-gu: PKGSIZE changed from 361620 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/gtk+3/gtk+3-locale-he: PKGSIZE changed from 293040 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/gtk+3/gtk+3-locale-hi: PKGSIZE changed from 360758 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/gtk+3/gtk+3-locale-hr: PKGSIZE changed from 310486 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/gtk+3/gtk+3-locale-hu: PKGSIZE changed from 321749 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/gtk+3/gtk+3-locale-hy: PKGSIZE changed from 249960 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/gtk+3/gtk+3-locale-ia: PKGSIZE changed from 63045 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/gtk+3/gtk+3-locale-id: PKGSIZE changed from 305726 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/gtk+3/gtk+3-locale-io: PKGSIZE changed from 16033 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/gtk+3/gtk+3-locale-is: PKGSIZE changed from 128812 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/gtk+3/gtk+3-locale-it: PKGSIZE changed from 323206 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/gtk+3/gtk+3-locale-ja: PKGSIZE changed from 273891 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/gtk+3/gtk+3-locale-ka: PKGSIZE changed from 214493 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/gtk+3/gtk+3-locale-kg: PKGSIZE changed from 65624 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/gtk+3/gtk+3-locale-kk: PKGSIZE changed from 149240 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/gtk+3/gtk+3-locale-km: PKGSIZE changed from 401013 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/gtk+3/gtk+3-locale-kn: PKGSIZE changed from 217510 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/gtk+3/gtk+3-locale-ko: PKGSIZE changed from 318480 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/gtk+3/gtk+3-locale-ku: PKGSIZE changed from 54122 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/gtk+3/gtk+3-locale-ky: PKGSIZE changed from 12868 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/gtk+3/gtk+3-locale-lg: PKGSIZE changed from 45949 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/gtk+3/gtk+3-locale-li: PKGSIZE changed from 65836 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/gtk+3/gtk+3-locale-lt: PKGSIZE changed from 314573 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/gtk+3/gtk+3-locale-lv: PKGSIZE changed from 312691 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/gtk+3/gtk+3-locale-mai: PKGSIZE changed from 275428 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/gtk+3/gtk+3-locale-mi: PKGSIZE changed from 4510 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/gtk+3/gtk+3-locale-mk: PKGSIZE changed from 171719 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/gtk+3/gtk+3-locale-ml: PKGSIZE changed from 352739 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/gtk+3/gtk+3-locale-mn: PKGSIZE changed from 109898 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/gtk+3/gtk+3-locale-mr: PKGSIZE changed from 378843 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/gtk+3/gtk+3-locale-ms: PKGSIZE changed from 303386 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/gtk+3/gtk+3-locale-my: PKGSIZE changed from 324741 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/gtk+3/gtk+3-locale-nb: PKGSIZE changed from 231536 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/gtk+3/gtk+3-locale-nds: PKGSIZE changed from 61101 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/gtk+3/gtk+3-locale-ne: PKGSIZE changed from 276079 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/gtk+3/gtk+3-locale-nl: PKGSIZE changed from 315206 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/gtk+3/gtk+3-locale-nn: PKGSIZE changed from 128002 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/gtk+3/gtk+3-locale-nso: PKGSIZE changed from 98774 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/gtk+3/gtk+3-locale-oc: PKGSIZE changed from 296889 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/gtk+3/gtk+3-locale-or: PKGSIZE changed from 342071 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/gtk+3/gtk+3-locale-pa: PKGSIZE changed from 411038 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/gtk+3/gtk+3-locale-pl: PKGSIZE changed from 326288 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/gtk+3/gtk+3-locale-ps: PKGSIZE changed from 52548 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/gtk+3/gtk+3-locale-pt-br: PKGSIZE changed from 319669 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/gtk+3/gtk+3-locale-pt: PKGSIZE changed from 319278 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/gtk+3/gtk+3-locale-ro: PKGSIZE changed from 323119 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/gtk+3/gtk+3-locale-ru: PKGSIZE changed from 391513 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/gtk+3/gtk+3-locale-rw: PKGSIZE changed from 5124 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/gtk+3/gtk+3-locale-si: PKGSIZE changed from 59538 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/gtk+3/gtk+3-locale-sk: PKGSIZE changed from 314999 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/gtk+3/gtk+3-locale-sl: PKGSIZE changed from 311492 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/gtk+3/gtk+3-locale-sq: PKGSIZE changed from 189132 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/gtk+3/gtk+3-locale-sr+ije: PKGSIZE changed from 113105 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/gtk+3/gtk+3-locale-sr+latin: PKGSIZE changed from 290887 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/gtk+3/gtk+3-locale-sr: PKGSIZE changed from 395749 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/gtk+3/gtk+3-locale-sv: PKGSIZE changed from 311692 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/gtk+3/gtk+3-locale-ta: PKGSIZE changed from 409610 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/gtk+3/gtk+3-locale-te: PKGSIZE changed from 386067 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/gtk+3/gtk+3-locale-tg: PKGSIZE changed from 330079 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/gtk+3/gtk+3-locale-th: PKGSIZE changed from 142556 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/gtk+3/gtk+3-locale-tk: PKGSIZE changed from 2813 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/gtk+3/gtk+3-locale-tr: PKGSIZE changed from 315169 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/gtk+3/gtk+3-locale-tt: PKGSIZE changed from 16882 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/gtk+3/gtk+3-locale-ug: PKGSIZE changed from 304176 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/gtk+3/gtk+3-locale-uk: PKGSIZE changed from 400729 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/gtk+3/gtk+3-locale-ur: PKGSIZE changed from 1409 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/gtk+3/gtk+3-locale-uz+cyrillic: PKGSIZE changed from 65190 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/gtk+3/gtk+3-locale-uz: PKGSIZE changed from 54933 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/gtk+3/gtk+3-locale-vi: PKGSIZE changed from 305390 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/gtk+3/gtk+3-locale-wa: PKGSIZE changed from 50041 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/gtk+3/gtk+3-locale-xh: PKGSIZE changed from 110802 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/gtk+3/gtk+3-locale-yi: PKGSIZE changed from 88686 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/gtk+3/gtk+3-locale-zh-cn: PKGSIZE changed from 279969 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/gtk+3/gtk+3-locale-zh-hk: PKGSIZE changed from 245072 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/gtk+3/gtk+3-locale-zh-tw: PKGSIZE changed from 293162 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/gtk+3/gtk+3-src: PKGSIZE changed from 72607329 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/gtk+3/gtk+3: PKGSIZE changed from 7941356 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/gtk+3/gtk+3: latest.pkg_postinst changed from "#!/bin/sh set -e update-alternatives --install /usr/bin/gtk-update-icon-cache gtk-update-icon-cache /usr/bin/gtk-update-icon-cache-3.0 30 glib-compile-schemas $D/usr/share/glib-2.0/schemas if [ x"$D" = "x" ]; then if [ -x /sbin/ldconfig ]; then /sbin/ldconfig ; fi fi " to "#!/bin/sh update-alternatives --install /usr/bin/gtk-update-icon-cache gtk-update-icon-cache /usr/bin/gtk-update-icon-cache-3.0 30 glib-compile-schemas $D/usr/share/glib-2.0/schemas if [ x"$D" = "x" ]; then if [ -x /sbin/ldconfig ]; then /sbin/ldconfig ; fi fi " packages/armv7vet2hf-neon-poky-linux-gnueabi/gtk+3/gtk+3: latest.pkg_postrm changed from "#!/bin/sh set -e glib-compile-schemas $D/usr/share/glib-2.0/schemas " to "#!/bin/sh glib-compile-schemas $D/usr/share/glib-2.0/schemas " packages/armv7vet2hf-neon-poky-linux-gnueabi/gtk+3/gtk+3: latest.pkg_prerm changed from "#!/bin/sh set -e update-alternatives --remove gtk-update-icon-cache /usr/bin/gtk-update-icon-cache-3.0 " to "#!/bin/sh update-alternatives --remove gtk-update-icon-cache /usr/bin/gtk-update-icon-cache-3.0 " packages/armv7vet2hf-neon-poky-linux-gnueabi/gtk+3/gtk3-immodule-am-et: PKGSIZE changed from 18712 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/gtk+3/gtk3-immodule-am-et: latest.pkg_postinst changed from "#!/bin/sh set -e if [ "x$D" != "x" ]; then $INTERCEPT_DIR/postinst_intercept update_gtk_immodules_cache gtk3-immodule-am-et \ mlprefix= \ binprefix= \ libdir=/usr/lib \ libexecdir=/usr/libexec \ base_libdir=/lib \ bindir=/usr/bin else if [ ! -z `which gtk-query-immodules-2.0` ]; then gtk-query-immodules-2.0 > /usr/lib/gtk-2.0/2.10.0/immodules.cache fi if [ ! -z `which gtk-query-immodules-3.0` ]; then mkdir -p /usr/lib/gtk-3.0/3.0.0 gtk-query-immodules-3.0 > /usr/lib/gtk-3.0/3.0.0/immodules.cache fi fi " to "#!/bin/sh if [ "x$D" != "x" ]; then $INTERCEPT_DIR/postinst_intercept update_gtk_immodules_cache gtk3-immodule-am-et \ mlprefix= \ binprefix= \ libdir=/usr/lib \ libexecdir=/usr/libexec \ base_libdir=/lib \ bindir=/usr/bin else if [ ! -z `which gtk-query-immodules-2.0` ]; then gtk-query-immodules-2.0 > /usr/lib/gtk-2.0/2.10.0/immodules.cache fi if [ ! -z `which gtk-query-immodules-3.0` ]; then mkdir -p /usr/lib/gtk-3.0/3.0.0 gtk-query-immodules-3.0 > /usr/lib/gtk-3.0/3.0.0/immodules.cache fi fi " packages/armv7vet2hf-neon-poky-linux-gnueabi/gtk+3/gtk3-immodule-am-et: latest.pkg_postrm changed from "#!/bin/sh set -e if [ "x$D" != "x" ]; then $INTERCEPT_DIR/postinst_intercept update_gtk_immodules_cache gtk3-immodule-am-et \ mlprefix= \ binprefix= \ libdir=/usr/lib \ libexecdir=/usr/libexec \ base_libdir=/lib \ bindir=/usr/bin else if [ ! -z `which gtk-query-immodules-2.0` ]; then gtk-query-immodules-2.0 > /usr/lib/gtk-2.0/2.10.0/immodules.cache fi if [ ! -z `which gtk-query-immodules-3.0` ]; then gtk-query-immodules-3.0 > /usr/lib/gtk-3.0/3.0.0/immodules.cache fi fi " to "#!/bin/sh if [ "x$D" != "x" ]; then $INTERCEPT_DIR/postinst_intercept update_gtk_immodules_cache gtk3-immodule-am-et \ mlprefix= \ binprefix= \ libdir=/usr/lib \ libexecdir=/usr/libexec \ base_libdir=/lib \ bindir=/usr/bin else if [ ! -z `which gtk-query-immodules-2.0` ]; then gtk-query-immodules-2.0 > /usr/lib/gtk-2.0/2.10.0/immodules.cache fi if [ ! -z `which gtk-query-immodules-3.0` ]; then gtk-query-immodules-3.0 > /usr/lib/gtk-3.0/3.0.0/immodules.cache fi fi " packages/armv7vet2hf-neon-poky-linux-gnueabi/gtk+3/gtk3-immodule-cedilla: PKGSIZE changed from 5488 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/gtk+3/gtk3-immodule-cedilla: latest.pkg_postinst changed from "#!/bin/sh set -e if [ "x$D" != "x" ]; then $INTERCEPT_DIR/postinst_intercept update_gtk_immodules_cache gtk3-immodule-cedilla \ mlprefix= \ binprefix= \ libdir=/usr/lib \ libexecdir=/usr/libexec \ base_libdir=/lib \ bindir=/usr/bin else if [ ! -z `which gtk-query-immodules-2.0` ]; then gtk-query-immodules-2.0 > /usr/lib/gtk-2.0/2.10.0/immodules.cache fi if [ ! -z `which gtk-query-immodules-3.0` ]; then mkdir -p /usr/lib/gtk-3.0/3.0.0 gtk-query-immodules-3.0 > /usr/lib/gtk-3.0/3.0.0/immodules.cache fi fi " to "#!/bin/sh if [ "x$D" != "x" ]; then $INTERCEPT_DIR/postinst_intercept update_gtk_immodules_cache gtk3-immodule-cedilla \ mlprefix= \ binprefix= \ libdir=/usr/lib \ libexecdir=/usr/libexec \ base_libdir=/lib \ bindir=/usr/bin else if [ ! -z `which gtk-query-immodules-2.0` ]; then gtk-query-immodules-2.0 > /usr/lib/gtk-2.0/2.10.0/immodules.cache fi if [ ! -z `which gtk-query-immodules-3.0` ]; then mkdir -p /usr/lib/gtk-3.0/3.0.0 gtk-query-immodules-3.0 > /usr/lib/gtk-3.0/3.0.0/immodules.cache fi fi " packages/armv7vet2hf-neon-poky-linux-gnueabi/gtk+3/gtk3-immodule-cedilla: latest.pkg_postrm changed from "#!/bin/sh set -e if [ "x$D" != "x" ]; then $INTERCEPT_DIR/postinst_intercept update_gtk_immodules_cache gtk3-immodule-cedilla \ mlprefix= \ binprefix= \ libdir=/usr/lib \ libexecdir=/usr/libexec \ base_libdir=/lib \ bindir=/usr/bin else if [ ! -z `which gtk-query-immodules-2.0` ]; then gtk-query-immodules-2.0 > /usr/lib/gtk-2.0/2.10.0/immodules.cache fi if [ ! -z `which gtk-query-immodules-3.0` ]; then gtk-query-immodules-3.0 > /usr/lib/gtk-3.0/3.0.0/immodules.cache fi fi " to "#!/bin/sh if [ "x$D" != "x" ]; then $INTERCEPT_DIR/postinst_intercept update_gtk_immodules_cache gtk3-immodule-cedilla \ mlprefix= \ binprefix= \ libdir=/usr/lib \ libexecdir=/usr/libexec \ base_libdir=/lib \ bindir=/usr/bin else if [ ! -z `which gtk-query-immodules-2.0` ]; then gtk-query-immodules-2.0 > /usr/lib/gtk-2.0/2.10.0/immodules.cache fi if [ ! -z `which gtk-query-immodules-3.0` ]; then gtk-query-immodules-3.0 > /usr/lib/gtk-3.0/3.0.0/immodules.cache fi fi " packages/armv7vet2hf-neon-poky-linux-gnueabi/gtk+3/gtk3-immodule-cyrillic-translit: PKGSIZE changed from 7032 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/gtk+3/gtk3-immodule-cyrillic-translit: latest.pkg_postinst changed from "#!/bin/sh set -e if [ "x$D" != "x" ]; then $INTERCEPT_DIR/postinst_intercept update_gtk_immodules_cache gtk3-immodule-cyrillic-translit \ mlprefix= \ binprefix= \ libdir=/usr/lib \ libexecdir=/usr/libexec \ base_libdir=/lib \ bindir=/usr/bin else if [ ! -z `which gtk-query-immodules-2.0` ]; then gtk-query-immodules-2.0 > /usr/lib/gtk-2.0/2.10.0/immodules.cache fi if [ ! -z `which gtk-query-immodules-3.0` ]; then mkdir -p /usr/lib/gtk-3.0/3.0.0 gtk-query-immodules-3.0 > /usr/lib/gtk-3.0/3.0.0/immodules.cache fi fi " to "#!/bin/sh if [ "x$D" != "x" ]; then $INTERCEPT_DIR/postinst_intercept update_gtk_immodules_cache gtk3-immodule-cyrillic-translit \ mlprefix= \ binprefix= \ libdir=/usr/lib \ libexecdir=/usr/libexec \ base_libdir=/lib \ bindir=/usr/bin else if [ ! -z `which gtk-query-immodules-2.0` ]; then gtk-query-immodules-2.0 > /usr/lib/gtk-2.0/2.10.0/immodules.cache fi if [ ! -z `which gtk-query-immodules-3.0` ]; then mkdir -p /usr/lib/gtk-3.0/3.0.0 gtk-query-immodules-3.0 > /usr/lib/gtk-3.0/3.0.0/immodules.cache fi fi " packages/armv7vet2hf-neon-poky-linux-gnueabi/gtk+3/gtk3-immodule-cyrillic-translit: latest.pkg_postrm changed from "#!/bin/sh set -e if [ "x$D" != "x" ]; then $INTERCEPT_DIR/postinst_intercept update_gtk_immodules_cache gtk3-immodule-cyrillic-translit \ mlprefix= \ binprefix= \ libdir=/usr/lib \ libexecdir=/usr/libexec \ base_libdir=/lib \ bindir=/usr/bin else if [ ! -z `which gtk-query-immodules-2.0` ]; then gtk-query-immodules-2.0 > /usr/lib/gtk-2.0/2.10.0/immodules.cache fi if [ ! -z `which gtk-query-immodules-3.0` ]; then gtk-query-immodules-3.0 > /usr/lib/gtk-3.0/3.0.0/immodules.cache fi fi " to "#!/bin/sh if [ "x$D" != "x" ]; then $INTERCEPT_DIR/postinst_intercept update_gtk_immodules_cache gtk3-immodule-cyrillic-translit \ mlprefix= \ binprefix= \ libdir=/usr/lib \ libexecdir=/usr/libexec \ base_libdir=/lib \ bindir=/usr/bin else if [ ! -z `which gtk-query-immodules-2.0` ]; then gtk-query-immodules-2.0 > /usr/lib/gtk-2.0/2.10.0/immodules.cache fi if [ ! -z `which gtk-query-immodules-3.0` ]; then gtk-query-immodules-3.0 > /usr/lib/gtk-3.0/3.0.0/immodules.cache fi fi " packages/armv7vet2hf-neon-poky-linux-gnueabi/gtk+3/gtk3-immodule-inuktitut: PKGSIZE changed from 7456 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/gtk+3/gtk3-immodule-inuktitut: latest.pkg_postinst changed from "#!/bin/sh set -e if [ "x$D" != "x" ]; then $INTERCEPT_DIR/postinst_intercept update_gtk_immodules_cache gtk3-immodule-inuktitut \ mlprefix= \ binprefix= \ libdir=/usr/lib \ libexecdir=/usr/libexec \ base_libdir=/lib \ bindir=/usr/bin else if [ ! -z `which gtk-query-immodules-2.0` ]; then gtk-query-immodules-2.0 > /usr/lib/gtk-2.0/2.10.0/immodules.cache fi if [ ! -z `which gtk-query-immodules-3.0` ]; then mkdir -p /usr/lib/gtk-3.0/3.0.0 gtk-query-immodules-3.0 > /usr/lib/gtk-3.0/3.0.0/immodules.cache fi fi " to "#!/bin/sh if [ "x$D" != "x" ]; then $INTERCEPT_DIR/postinst_intercept update_gtk_immodules_cache gtk3-immodule-inuktitut \ mlprefix= \ binprefix= \ libdir=/usr/lib \ libexecdir=/usr/libexec \ base_libdir=/lib \ bindir=/usr/bin else if [ ! -z `which gtk-query-immodules-2.0` ]; then gtk-query-immodules-2.0 > /usr/lib/gtk-2.0/2.10.0/immodules.cache fi if [ ! -z `which gtk-query-immodules-3.0` ]; then mkdir -p /usr/lib/gtk-3.0/3.0.0 gtk-query-immodules-3.0 > /usr/lib/gtk-3.0/3.0.0/immodules.cache fi fi " packages/armv7vet2hf-neon-poky-linux-gnueabi/gtk+3/gtk3-immodule-inuktitut: latest.pkg_postrm changed from "#!/bin/sh set -e if [ "x$D" != "x" ]; then $INTERCEPT_DIR/postinst_intercept update_gtk_immodules_cache gtk3-immodule-inuktitut \ mlprefix= \ binprefix= \ libdir=/usr/lib \ libexecdir=/usr/libexec \ base_libdir=/lib \ bindir=/usr/bin else if [ ! -z `which gtk-query-immodules-2.0` ]; then gtk-query-immodules-2.0 > /usr/lib/gtk-2.0/2.10.0/immodules.cache fi if [ ! -z `which gtk-query-immodules-3.0` ]; then gtk-query-immodules-3.0 > /usr/lib/gtk-3.0/3.0.0/immodules.cache fi fi " to "#!/bin/sh if [ "x$D" != "x" ]; then $INTERCEPT_DIR/postinst_intercept update_gtk_immodules_cache gtk3-immodule-inuktitut \ mlprefix= \ binprefix= \ libdir=/usr/lib \ libexecdir=/usr/libexec \ base_libdir=/lib \ bindir=/usr/bin else if [ ! -z `which gtk-query-immodules-2.0` ]; then gtk-query-immodules-2.0 > /usr/lib/gtk-2.0/2.10.0/immodules.cache fi if [ ! -z `which gtk-query-immodules-3.0` ]; then gtk-query-immodules-3.0 > /usr/lib/gtk-3.0/3.0.0/immodules.cache fi fi " packages/armv7vet2hf-neon-poky-linux-gnueabi/gtk+3/gtk3-immodule-ipa: PKGSIZE changed from 6132 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/gtk+3/gtk3-immodule-ipa: latest.pkg_postinst changed from "#!/bin/sh set -e if [ "x$D" != "x" ]; then $INTERCEPT_DIR/postinst_intercept update_gtk_immodules_cache gtk3-immodule-ipa \ mlprefix= \ binprefix= \ libdir=/usr/lib \ libexecdir=/usr/libexec \ base_libdir=/lib \ bindir=/usr/bin else if [ ! -z `which gtk-query-immodules-2.0` ]; then gtk-query-immodules-2.0 > /usr/lib/gtk-2.0/2.10.0/immodules.cache fi if [ ! -z `which gtk-query-immodules-3.0` ]; then mkdir -p /usr/lib/gtk-3.0/3.0.0 gtk-query-immodules-3.0 > /usr/lib/gtk-3.0/3.0.0/immodules.cache fi fi " to "#!/bin/sh if [ "x$D" != "x" ]; then $INTERCEPT_DIR/postinst_intercept update_gtk_immodules_cache gtk3-immodule-ipa \ mlprefix= \ binprefix= \ libdir=/usr/lib \ libexecdir=/usr/libexec \ base_libdir=/lib \ bindir=/usr/bin else if [ ! -z `which gtk-query-immodules-2.0` ]; then gtk-query-immodules-2.0 > /usr/lib/gtk-2.0/2.10.0/immodules.cache fi if [ ! -z `which gtk-query-immodules-3.0` ]; then mkdir -p /usr/lib/gtk-3.0/3.0.0 gtk-query-immodules-3.0 > /usr/lib/gtk-3.0/3.0.0/immodules.cache fi fi " packages/armv7vet2hf-neon-poky-linux-gnueabi/gtk+3/gtk3-immodule-ipa: latest.pkg_postrm changed from "#!/bin/sh set -e if [ "x$D" != "x" ]; then $INTERCEPT_DIR/postinst_intercept update_gtk_immodules_cache gtk3-immodule-ipa \ mlprefix= \ binprefix= \ libdir=/usr/lib \ libexecdir=/usr/libexec \ base_libdir=/lib \ bindir=/usr/bin else if [ ! -z `which gtk-query-immodules-2.0` ]; then gtk-query-immodules-2.0 > /usr/lib/gtk-2.0/2.10.0/immodules.cache fi if [ ! -z `which gtk-query-immodules-3.0` ]; then gtk-query-immodules-3.0 > /usr/lib/gtk-3.0/3.0.0/immodules.cache fi fi " to "#!/bin/sh if [ "x$D" != "x" ]; then $INTERCEPT_DIR/postinst_intercept update_gtk_immodules_cache gtk3-immodule-ipa \ mlprefix= \ binprefix= \ libdir=/usr/lib \ libexecdir=/usr/libexec \ base_libdir=/lib \ bindir=/usr/bin else if [ ! -z `which gtk-query-immodules-2.0` ]; then gtk-query-immodules-2.0 > /usr/lib/gtk-2.0/2.10.0/immodules.cache fi if [ ! -z `which gtk-query-immodules-3.0` ]; then gtk-query-immodules-3.0 > /usr/lib/gtk-3.0/3.0.0/immodules.cache fi fi " packages/armv7vet2hf-neon-poky-linux-gnueabi/gtk+3/gtk3-immodule-multipress: PKGSIZE changed from 9552 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/gtk+3/gtk3-immodule-multipress: latest.pkg_postinst changed from "#!/bin/sh set -e if [ "x$D" != "x" ]; then $INTERCEPT_DIR/postinst_intercept update_gtk_immodules_cache gtk3-immodule-multipress \ mlprefix= \ binprefix= \ libdir=/usr/lib \ libexecdir=/usr/libexec \ base_libdir=/lib \ bindir=/usr/bin else if [ ! -z `which gtk-query-immodules-2.0` ]; then gtk-query-immodules-2.0 > /usr/lib/gtk-2.0/2.10.0/immodules.cache fi if [ ! -z `which gtk-query-immodules-3.0` ]; then mkdir -p /usr/lib/gtk-3.0/3.0.0 gtk-query-immodules-3.0 > /usr/lib/gtk-3.0/3.0.0/immodules.cache fi fi " to "#!/bin/sh if [ "x$D" != "x" ]; then $INTERCEPT_DIR/postinst_intercept update_gtk_immodules_cache gtk3-immodule-multipress \ mlprefix= \ binprefix= \ libdir=/usr/lib \ libexecdir=/usr/libexec \ base_libdir=/lib \ bindir=/usr/bin else if [ ! -z `which gtk-query-immodules-2.0` ]; then gtk-query-immodules-2.0 > /usr/lib/gtk-2.0/2.10.0/immodules.cache fi if [ ! -z `which gtk-query-immodules-3.0` ]; then mkdir -p /usr/lib/gtk-3.0/3.0.0 gtk-query-immodules-3.0 > /usr/lib/gtk-3.0/3.0.0/immodules.cache fi fi " packages/armv7vet2hf-neon-poky-linux-gnueabi/gtk+3/gtk3-immodule-multipress: latest.pkg_postrm changed from "#!/bin/sh set -e if [ "x$D" != "x" ]; then $INTERCEPT_DIR/postinst_intercept update_gtk_immodules_cache gtk3-immodule-multipress \ mlprefix= \ binprefix= \ libdir=/usr/lib \ libexecdir=/usr/libexec \ base_libdir=/lib \ bindir=/usr/bin else if [ ! -z `which gtk-query-immodules-2.0` ]; then gtk-query-immodules-2.0 > /usr/lib/gtk-2.0/2.10.0/immodules.cache fi if [ ! -z `which gtk-query-immodules-3.0` ]; then gtk-query-immodules-3.0 > /usr/lib/gtk-3.0/3.0.0/immodules.cache fi fi " to "#!/bin/sh if [ "x$D" != "x" ]; then $INTERCEPT_DIR/postinst_intercept update_gtk_immodules_cache gtk3-immodule-multipress \ mlprefix= \ binprefix= \ libdir=/usr/lib \ libexecdir=/usr/libexec \ base_libdir=/lib \ bindir=/usr/bin else if [ ! -z `which gtk-query-immodules-2.0` ]; then gtk-query-immodules-2.0 > /usr/lib/gtk-2.0/2.10.0/immodules.cache fi if [ ! -z `which gtk-query-immodules-3.0` ]; then gtk-query-immodules-3.0 > /usr/lib/gtk-3.0/3.0.0/immodules.cache fi fi " packages/armv7vet2hf-neon-poky-linux-gnueabi/gtk+3/gtk3-immodule-thai: PKGSIZE changed from 9508 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/gtk+3/gtk3-immodule-thai: latest.pkg_postinst changed from "#!/bin/sh set -e if [ "x$D" != "x" ]; then $INTERCEPT_DIR/postinst_intercept update_gtk_immodules_cache gtk3-immodule-thai \ mlprefix= \ binprefix= \ libdir=/usr/lib \ libexecdir=/usr/libexec \ base_libdir=/lib \ bindir=/usr/bin else if [ ! -z `which gtk-query-immodules-2.0` ]; then gtk-query-immodules-2.0 > /usr/lib/gtk-2.0/2.10.0/immodules.cache fi if [ ! -z `which gtk-query-immodules-3.0` ]; then mkdir -p /usr/lib/gtk-3.0/3.0.0 gtk-query-immodules-3.0 > /usr/lib/gtk-3.0/3.0.0/immodules.cache fi fi " to "#!/bin/sh if [ "x$D" != "x" ]; then $INTERCEPT_DIR/postinst_intercept update_gtk_immodules_cache gtk3-immodule-thai \ mlprefix= \ binprefix= \ libdir=/usr/lib \ libexecdir=/usr/libexec \ base_libdir=/lib \ bindir=/usr/bin else if [ ! -z `which gtk-query-immodules-2.0` ]; then gtk-query-immodules-2.0 > /usr/lib/gtk-2.0/2.10.0/immodules.cache fi if [ ! -z `which gtk-query-immodules-3.0` ]; then mkdir -p /usr/lib/gtk-3.0/3.0.0 gtk-query-immodules-3.0 > /usr/lib/gtk-3.0/3.0.0/immodules.cache fi fi " packages/armv7vet2hf-neon-poky-linux-gnueabi/gtk+3/gtk3-immodule-thai: latest.pkg_postrm changed from "#!/bin/sh set -e if [ "x$D" != "x" ]; then $INTERCEPT_DIR/postinst_intercept update_gtk_immodules_cache gtk3-immodule-thai \ mlprefix= \ binprefix= \ libdir=/usr/lib \ libexecdir=/usr/libexec \ base_libdir=/lib \ bindir=/usr/bin else if [ ! -z `which gtk-query-immodules-2.0` ]; then gtk-query-immodules-2.0 > /usr/lib/gtk-2.0/2.10.0/immodules.cache fi if [ ! -z `which gtk-query-immodules-3.0` ]; then gtk-query-immodules-3.0 > /usr/lib/gtk-3.0/3.0.0/immodules.cache fi fi " to "#!/bin/sh if [ "x$D" != "x" ]; then $INTERCEPT_DIR/postinst_intercept update_gtk_immodules_cache gtk3-immodule-thai \ mlprefix= \ binprefix= \ libdir=/usr/lib \ libexecdir=/usr/libexec \ base_libdir=/lib \ bindir=/usr/bin else if [ ! -z `which gtk-query-immodules-2.0` ]; then gtk-query-immodules-2.0 > /usr/lib/gtk-2.0/2.10.0/immodules.cache fi if [ ! -z `which gtk-query-immodules-3.0` ]; then gtk-query-immodules-3.0 > /usr/lib/gtk-3.0/3.0.0/immodules.cache fi fi " packages/armv7vet2hf-neon-poky-linux-gnueabi/gtk+3/gtk3-immodule-ti-er: PKGSIZE changed from 18700 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/gtk+3/gtk3-immodule-ti-er: latest.pkg_postinst changed from "#!/bin/sh set -e if [ "x$D" != "x" ]; then $INTERCEPT_DIR/postinst_intercept update_gtk_immodules_cache gtk3-immodule-ti-er \ mlprefix= \ binprefix= \ libdir=/usr/lib \ libexecdir=/usr/libexec \ base_libdir=/lib \ bindir=/usr/bin else if [ ! -z `which gtk-query-immodules-2.0` ]; then gtk-query-immodules-2.0 > /usr/lib/gtk-2.0/2.10.0/immodules.cache fi if [ ! -z `which gtk-query-immodules-3.0` ]; then mkdir -p /usr/lib/gtk-3.0/3.0.0 gtk-query-immodules-3.0 > /usr/lib/gtk-3.0/3.0.0/immodules.cache fi fi " to "#!/bin/sh if [ "x$D" != "x" ]; then $INTERCEPT_DIR/postinst_intercept update_gtk_immodules_cache gtk3-immodule-ti-er \ mlprefix= \ binprefix= \ libdir=/usr/lib \ libexecdir=/usr/libexec \ base_libdir=/lib \ bindir=/usr/bin else if [ ! -z `which gtk-query-immodules-2.0` ]; then gtk-query-immodules-2.0 > /usr/lib/gtk-2.0/2.10.0/immodules.cache fi if [ ! -z `which gtk-query-immodules-3.0` ]; then mkdir -p /usr/lib/gtk-3.0/3.0.0 gtk-query-immodules-3.0 > /usr/lib/gtk-3.0/3.0.0/immodules.cache fi fi " packages/armv7vet2hf-neon-poky-linux-gnueabi/gtk+3/gtk3-immodule-ti-er: latest.pkg_postrm changed from "#!/bin/sh set -e if [ "x$D" != "x" ]; then $INTERCEPT_DIR/postinst_intercept update_gtk_immodules_cache gtk3-immodule-ti-er \ mlprefix= \ binprefix= \ libdir=/usr/lib \ libexecdir=/usr/libexec \ base_libdir=/lib \ bindir=/usr/bin else if [ ! -z `which gtk-query-immodules-2.0` ]; then gtk-query-immodules-2.0 > /usr/lib/gtk-2.0/2.10.0/immodules.cache fi if [ ! -z `which gtk-query-immodules-3.0` ]; then gtk-query-immodules-3.0 > /usr/lib/gtk-3.0/3.0.0/immodules.cache fi fi " to "#!/bin/sh if [ "x$D" != "x" ]; then $INTERCEPT_DIR/postinst_intercept update_gtk_immodules_cache gtk3-immodule-ti-er \ mlprefix= \ binprefix= \ libdir=/usr/lib \ libexecdir=/usr/libexec \ base_libdir=/lib \ bindir=/usr/bin else if [ ! -z `which gtk-query-immodules-2.0` ]; then gtk-query-immodules-2.0 > /usr/lib/gtk-2.0/2.10.0/immodules.cache fi if [ ! -z `which gtk-query-immodules-3.0` ]; then gtk-query-immodules-3.0 > /usr/lib/gtk-3.0/3.0.0/immodules.cache fi fi " packages/armv7vet2hf-neon-poky-linux-gnueabi/gtk+3/gtk3-immodule-ti-et: PKGSIZE changed from 18700 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/gtk+3/gtk3-immodule-ti-et: latest.pkg_postinst changed from "#!/bin/sh set -e if [ "x$D" != "x" ]; then $INTERCEPT_DIR/postinst_intercept update_gtk_immodules_cache gtk3-immodule-ti-et \ mlprefix= \ binprefix= \ libdir=/usr/lib \ libexecdir=/usr/libexec \ base_libdir=/lib \ bindir=/usr/bin else if [ ! -z `which gtk-query-immodules-2.0` ]; then gtk-query-immodules-2.0 > /usr/lib/gtk-2.0/2.10.0/immodules.cache fi if [ ! -z `which gtk-query-immodules-3.0` ]; then mkdir -p /usr/lib/gtk-3.0/3.0.0 gtk-query-immodules-3.0 > /usr/lib/gtk-3.0/3.0.0/immodules.cache fi fi " to "#!/bin/sh if [ "x$D" != "x" ]; then $INTERCEPT_DIR/postinst_intercept update_gtk_immodules_cache gtk3-immodule-ti-et \ mlprefix= \ binprefix= \ libdir=/usr/lib \ libexecdir=/usr/libexec \ base_libdir=/lib \ bindir=/usr/bin else if [ ! -z `which gtk-query-immodules-2.0` ]; then gtk-query-immodules-2.0 > /usr/lib/gtk-2.0/2.10.0/immodules.cache fi if [ ! -z `which gtk-query-immodules-3.0` ]; then mkdir -p /usr/lib/gtk-3.0/3.0.0 gtk-query-immodules-3.0 > /usr/lib/gtk-3.0/3.0.0/immodules.cache fi fi " packages/armv7vet2hf-neon-poky-linux-gnueabi/gtk+3/gtk3-immodule-ti-et: latest.pkg_postrm changed from "#!/bin/sh set -e if [ "x$D" != "x" ]; then $INTERCEPT_DIR/postinst_intercept update_gtk_immodules_cache gtk3-immodule-ti-et \ mlprefix= \ binprefix= \ libdir=/usr/lib \ libexecdir=/usr/libexec \ base_libdir=/lib \ bindir=/usr/bin else if [ ! -z `which gtk-query-immodules-2.0` ]; then gtk-query-immodules-2.0 > /usr/lib/gtk-2.0/2.10.0/immodules.cache fi if [ ! -z `which gtk-query-immodules-3.0` ]; then gtk-query-immodules-3.0 > /usr/lib/gtk-3.0/3.0.0/immodules.cache fi fi " to "#!/bin/sh if [ "x$D" != "x" ]; then $INTERCEPT_DIR/postinst_intercept update_gtk_immodules_cache gtk3-immodule-ti-et \ mlprefix= \ binprefix= \ libdir=/usr/lib \ libexecdir=/usr/libexec \ base_libdir=/lib \ bindir=/usr/bin else if [ ! -z `which gtk-query-immodules-2.0` ]; then gtk-query-immodules-2.0 > /usr/lib/gtk-2.0/2.10.0/immodules.cache fi if [ ! -z `which gtk-query-immodules-3.0` ]; then gtk-query-immodules-3.0 > /usr/lib/gtk-3.0/3.0.0/immodules.cache fi fi " packages/armv7vet2hf-neon-poky-linux-gnueabi/gtk+3/gtk3-immodule-viqr: PKGSIZE changed from 7344 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/gtk+3/gtk3-immodule-viqr: latest.pkg_postinst changed from "#!/bin/sh set -e if [ "x$D" != "x" ]; then $INTERCEPT_DIR/postinst_intercept update_gtk_immodules_cache gtk3-immodule-viqr \ mlprefix= \ binprefix= \ libdir=/usr/lib \ libexecdir=/usr/libexec \ base_libdir=/lib \ bindir=/usr/bin else if [ ! -z `which gtk-query-immodules-2.0` ]; then gtk-query-immodules-2.0 > /usr/lib/gtk-2.0/2.10.0/immodules.cache fi if [ ! -z `which gtk-query-immodules-3.0` ]; then mkdir -p /usr/lib/gtk-3.0/3.0.0 gtk-query-immodules-3.0 > /usr/lib/gtk-3.0/3.0.0/immodules.cache fi fi " to "#!/bin/sh if [ "x$D" != "x" ]; then $INTERCEPT_DIR/postinst_intercept update_gtk_immodules_cache gtk3-immodule-viqr \ mlprefix= \ binprefix= \ libdir=/usr/lib \ libexecdir=/usr/libexec \ base_libdir=/lib \ bindir=/usr/bin else if [ ! -z `which gtk-query-immodules-2.0` ]; then gtk-query-immodules-2.0 > /usr/lib/gtk-2.0/2.10.0/immodules.cache fi if [ ! -z `which gtk-query-immodules-3.0` ]; then mkdir -p /usr/lib/gtk-3.0/3.0.0 gtk-query-immodules-3.0 > /usr/lib/gtk-3.0/3.0.0/immodules.cache fi fi " packages/armv7vet2hf-neon-poky-linux-gnueabi/gtk+3/gtk3-immodule-viqr: latest.pkg_postrm changed from "#!/bin/sh set -e if [ "x$D" != "x" ]; then $INTERCEPT_DIR/postinst_intercept update_gtk_immodules_cache gtk3-immodule-viqr \ mlprefix= \ binprefix= \ libdir=/usr/lib \ libexecdir=/usr/libexec \ base_libdir=/lib \ bindir=/usr/bin else if [ ! -z `which gtk-query-immodules-2.0` ]; then gtk-query-immodules-2.0 > /usr/lib/gtk-2.0/2.10.0/immodules.cache fi if [ ! -z `which gtk-query-immodules-3.0` ]; then gtk-query-immodules-3.0 > /usr/lib/gtk-3.0/3.0.0/immodules.cache fi fi " to "#!/bin/sh if [ "x$D" != "x" ]; then $INTERCEPT_DIR/postinst_intercept update_gtk_immodules_cache gtk3-immodule-viqr \ mlprefix= \ binprefix= \ libdir=/usr/lib \ libexecdir=/usr/libexec \ base_libdir=/lib \ bindir=/usr/bin else if [ ! -z `which gtk-query-immodules-2.0` ]; then gtk-query-immodules-2.0 > /usr/lib/gtk-2.0/2.10.0/immodules.cache fi if [ ! -z `which gtk-query-immodules-3.0` ]; then gtk-query-immodules-3.0 > /usr/lib/gtk-3.0/3.0.0/immodules.cache fi fi " packages/armv7vet2hf-neon-poky-linux-gnueabi/gtk+3/gtk3-immodule-wayland: PKGSIZE changed from 13640 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/gtk+3/gtk3-immodule-wayland: latest.pkg_postinst changed from "#!/bin/sh set -e if [ "x$D" != "x" ]; then $INTERCEPT_DIR/postinst_intercept update_gtk_immodules_cache gtk3-immodule-wayland \ mlprefix= \ binprefix= \ libdir=/usr/lib \ libexecdir=/usr/libexec \ base_libdir=/lib \ bindir=/usr/bin else if [ ! -z `which gtk-query-immodules-2.0` ]; then gtk-query-immodules-2.0 > /usr/lib/gtk-2.0/2.10.0/immodules.cache fi if [ ! -z `which gtk-query-immodules-3.0` ]; then mkdir -p /usr/lib/gtk-3.0/3.0.0 gtk-query-immodules-3.0 > /usr/lib/gtk-3.0/3.0.0/immodules.cache fi fi " to "#!/bin/sh if [ "x$D" != "x" ]; then $INTERCEPT_DIR/postinst_intercept update_gtk_immodules_cache gtk3-immodule-wayland \ mlprefix= \ binprefix= \ libdir=/usr/lib \ libexecdir=/usr/libexec \ base_libdir=/lib \ bindir=/usr/bin else if [ ! -z `which gtk-query-immodules-2.0` ]; then gtk-query-immodules-2.0 > /usr/lib/gtk-2.0/2.10.0/immodules.cache fi if [ ! -z `which gtk-query-immodules-3.0` ]; then mkdir -p /usr/lib/gtk-3.0/3.0.0 gtk-query-immodules-3.0 > /usr/lib/gtk-3.0/3.0.0/immodules.cache fi fi " packages/armv7vet2hf-neon-poky-linux-gnueabi/gtk+3/gtk3-immodule-wayland: latest.pkg_postrm changed from "#!/bin/sh set -e if [ "x$D" != "x" ]; then $INTERCEPT_DIR/postinst_intercept update_gtk_immodules_cache gtk3-immodule-wayland \ mlprefix= \ binprefix= \ libdir=/usr/lib \ libexecdir=/usr/libexec \ base_libdir=/lib \ bindir=/usr/bin else if [ ! -z `which gtk-query-immodules-2.0` ]; then gtk-query-immodules-2.0 > /usr/lib/gtk-2.0/2.10.0/immodules.cache fi if [ ! -z `which gtk-query-immodules-3.0` ]; then gtk-query-immodules-3.0 > /usr/lib/gtk-3.0/3.0.0/immodules.cache fi fi " to "#!/bin/sh if [ "x$D" != "x" ]; then $INTERCEPT_DIR/postinst_intercept update_gtk_immodules_cache gtk3-immodule-wayland \ mlprefix= \ binprefix= \ libdir=/usr/lib \ libexecdir=/usr/libexec \ base_libdir=/lib \ bindir=/usr/bin else if [ ! -z `which gtk-query-immodules-2.0` ]; then gtk-query-immodules-2.0 > /usr/lib/gtk-2.0/2.10.0/immodules.cache fi if [ ! -z `which gtk-query-immodules-3.0` ]; then gtk-query-immodules-3.0 > /usr/lib/gtk-3.0/3.0.0/immodules.cache fi fi " packages/armv7vet2hf-neon-poky-linux-gnueabi/gtk+3/gtk3-immodule-waylandgtk: PKGSIZE changed from 13652 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/gtk+3/gtk3-immodule-waylandgtk: latest.pkg_postinst changed from "#!/bin/sh set -e if [ "x$D" != "x" ]; then $INTERCEPT_DIR/postinst_intercept update_gtk_immodules_cache gtk3-immodule-waylandgtk \ mlprefix= \ binprefix= \ libdir=/usr/lib \ libexecdir=/usr/libexec \ base_libdir=/lib \ bindir=/usr/bin else if [ ! -z `which gtk-query-immodules-2.0` ]; then gtk-query-immodules-2.0 > /usr/lib/gtk-2.0/2.10.0/immodules.cache fi if [ ! -z `which gtk-query-immodules-3.0` ]; then mkdir -p /usr/lib/gtk-3.0/3.0.0 gtk-query-immodules-3.0 > /usr/lib/gtk-3.0/3.0.0/immodules.cache fi fi " to "#!/bin/sh if [ "x$D" != "x" ]; then $INTERCEPT_DIR/postinst_intercept update_gtk_immodules_cache gtk3-immodule-waylandgtk \ mlprefix= \ binprefix= \ libdir=/usr/lib \ libexecdir=/usr/libexec \ base_libdir=/lib \ bindir=/usr/bin else if [ ! -z `which gtk-query-immodules-2.0` ]; then gtk-query-immodules-2.0 > /usr/lib/gtk-2.0/2.10.0/immodules.cache fi if [ ! -z `which gtk-query-immodules-3.0` ]; then mkdir -p /usr/lib/gtk-3.0/3.0.0 gtk-query-immodules-3.0 > /usr/lib/gtk-3.0/3.0.0/immodules.cache fi fi " packages/armv7vet2hf-neon-poky-linux-gnueabi/gtk+3/gtk3-immodule-waylandgtk: latest.pkg_postrm changed from "#!/bin/sh set -e if [ "x$D" != "x" ]; then $INTERCEPT_DIR/postinst_intercept update_gtk_immodules_cache gtk3-immodule-waylandgtk \ mlprefix= \ binprefix= \ libdir=/usr/lib \ libexecdir=/usr/libexec \ base_libdir=/lib \ bindir=/usr/bin else if [ ! -z `which gtk-query-immodules-2.0` ]; then gtk-query-immodules-2.0 > /usr/lib/gtk-2.0/2.10.0/immodules.cache fi if [ ! -z `which gtk-query-immodules-3.0` ]; then gtk-query-immodules-3.0 > /usr/lib/gtk-3.0/3.0.0/immodules.cache fi fi " to "#!/bin/sh if [ "x$D" != "x" ]; then $INTERCEPT_DIR/postinst_intercept update_gtk_immodules_cache gtk3-immodule-waylandgtk \ mlprefix= \ binprefix= \ libdir=/usr/lib \ libexecdir=/usr/libexec \ base_libdir=/lib \ bindir=/usr/bin else if [ ! -z `which gtk-query-immodules-2.0` ]; then gtk-query-immodules-2.0 > /usr/lib/gtk-2.0/2.10.0/immodules.cache fi if [ ! -z `which gtk-query-immodules-3.0` ]; then gtk-query-immodules-3.0 > /usr/lib/gtk-3.0/3.0.0/immodules.cache fi fi " packages/armv7vet2hf-neon-poky-linux-gnueabi/gtk+3/gtk3-immodule-xim: PKGSIZE changed from 21796 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/gtk+3/gtk3-immodule-xim: latest.pkg_postinst changed from "#!/bin/sh set -e if [ "x$D" != "x" ]; then $INTERCEPT_DIR/postinst_intercept update_gtk_immodules_cache gtk3-immodule-xim \ mlprefix= \ binprefix= \ libdir=/usr/lib \ libexecdir=/usr/libexec \ base_libdir=/lib \ bindir=/usr/bin else if [ ! -z `which gtk-query-immodules-2.0` ]; then gtk-query-immodules-2.0 > /usr/lib/gtk-2.0/2.10.0/immodules.cache fi if [ ! -z `which gtk-query-immodules-3.0` ]; then mkdir -p /usr/lib/gtk-3.0/3.0.0 gtk-query-immodules-3.0 > /usr/lib/gtk-3.0/3.0.0/immodules.cache fi fi " to "#!/bin/sh if [ "x$D" != "x" ]; then $INTERCEPT_DIR/postinst_intercept update_gtk_immodules_cache gtk3-immodule-xim \ mlprefix= \ binprefix= \ libdir=/usr/lib \ libexecdir=/usr/libexec \ base_libdir=/lib \ bindir=/usr/bin else if [ ! -z `which gtk-query-immodules-2.0` ]; then gtk-query-immodules-2.0 > /usr/lib/gtk-2.0/2.10.0/immodules.cache fi if [ ! -z `which gtk-query-immodules-3.0` ]; then mkdir -p /usr/lib/gtk-3.0/3.0.0 gtk-query-immodules-3.0 > /usr/lib/gtk-3.0/3.0.0/immodules.cache fi fi " packages/armv7vet2hf-neon-poky-linux-gnueabi/gtk+3/gtk3-immodule-xim: latest.pkg_postrm changed from "#!/bin/sh set -e if [ "x$D" != "x" ]; then $INTERCEPT_DIR/postinst_intercept update_gtk_immodules_cache gtk3-immodule-xim \ mlprefix= \ binprefix= \ libdir=/usr/lib \ libexecdir=/usr/libexec \ base_libdir=/lib \ bindir=/usr/bin else if [ ! -z `which gtk-query-immodules-2.0` ]; then gtk-query-immodules-2.0 > /usr/lib/gtk-2.0/2.10.0/immodules.cache fi if [ ! -z `which gtk-query-immodules-3.0` ]; then gtk-query-immodules-3.0 > /usr/lib/gtk-3.0/3.0.0/immodules.cache fi fi " to "#!/bin/sh if [ "x$D" != "x" ]; then $INTERCEPT_DIR/postinst_intercept update_gtk_immodules_cache gtk3-immodule-xim \ mlprefix= \ binprefix= \ libdir=/usr/lib \ libexecdir=/usr/libexec \ base_libdir=/lib \ bindir=/usr/bin else if [ ! -z `which gtk-query-immodules-2.0` ]; then gtk-query-immodules-2.0 > /usr/lib/gtk-2.0/2.10.0/immodules.cache fi if [ ! -z `which gtk-query-immodules-3.0` ]; then gtk-query-immodules-3.0 > /usr/lib/gtk-3.0/3.0.0/immodules.cache fi fi " packages/armv7vet2hf-neon-poky-linux-gnueabi/gtk+3/gtk3-printbackend-file: PKGSIZE changed from 17744 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/gtk+3/gtk3-printbackend-lpr: PKGSIZE changed from 13584 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/gtk-doc/gtk-doc-dev: PKGSIZE changed from 24848 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/gtk-doc/gtk-doc: PKGSIZE changed from 566409 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/gzip/gzip-dbg: PKGSIZE changed from 230792 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/gzip/gzip-doc: PKGSIZE changed from 73771 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/gzip/gzip-ptest: PKGSIZE changed from 189704 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/gzip/gzip-src: PKGSIZE changed from 572999 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/gzip/gzip: PKGSIZE changed from 100268 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/gzip/gzip: latest.pkg_postinst changed from "#!/bin/sh set -e update-alternatives --install /bin/gunzip gunzip /bin/gunzip.gzip 100 update-alternatives --install /bin/gzip gzip /bin/gzip.gzip 100 update-alternatives --install /bin/zcat zcat /bin/zcat.gzip 100 " to "#!/bin/sh update-alternatives --install /bin/gunzip gunzip /bin/gunzip.gzip 100 update-alternatives --install /bin/gzip gzip /bin/gzip.gzip 100 update-alternatives --install /bin/zcat zcat /bin/zcat.gzip 100 " packages/armv7vet2hf-neon-poky-linux-gnueabi/gzip/gzip: latest.pkg_prerm changed from "#!/bin/sh set -e update-alternatives --remove gunzip /bin/gunzip.gzip update-alternatives --remove gzip /bin/gzip.gzip update-alternatives --remove zcat /bin/zcat.gzip " to "#!/bin/sh update-alternatives --remove gunzip /bin/gunzip.gzip update-alternatives --remove gzip /bin/gzip.gzip update-alternatives --remove zcat /bin/zcat.gzip " packages/armv7vet2hf-neon-poky-linux-gnueabi/harfbuzz/harfbuzz-bin: PKGSIZE changed from 141136 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/harfbuzz/harfbuzz-dbg: PKGSIZE changed from 35405708 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/harfbuzz/harfbuzz-dev: PKGSIZE changed from 1287071 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/harfbuzz/harfbuzz-icu-dev: PKGSIZE changed from 295 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/harfbuzz/harfbuzz-icu: PKGSIZE changed from 9500 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/harfbuzz/harfbuzz-icu: latest.pkg_postinst changed from "#!/bin/sh set -e if [ x"$D" = "x" ]; then if [ -x /sbin/ldconfig ]; then /sbin/ldconfig ; fi fi " to "#!/bin/sh if [ x"$D" = "x" ]; then if [ -x /sbin/ldconfig ]; then /sbin/ldconfig ; fi fi " packages/armv7vet2hf-neon-poky-linux-gnueabi/harfbuzz/harfbuzz-src: PKGSIZE changed from 3708956 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/harfbuzz/harfbuzz-subset: PKGSIZE changed from 497059 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/harfbuzz/harfbuzz-subset: latest.pkg_postinst changed from "#!/bin/sh set -e if [ x"$D" = "x" ]; then if [ -x /sbin/ldconfig ]; then /sbin/ldconfig ; fi fi " to "#!/bin/sh if [ x"$D" = "x" ]; then if [ -x /sbin/ldconfig ]; then /sbin/ldconfig ; fi fi " packages/armv7vet2hf-neon-poky-linux-gnueabi/harfbuzz/harfbuzz: PKGSIZE changed from 836968 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/harfbuzz/harfbuzz: latest.pkg_postinst changed from "#!/bin/sh set -e if [ x"$D" = "x" ]; then if [ -x /sbin/ldconfig ]; then /sbin/ldconfig ; fi fi " to "#!/bin/sh if [ x"$D" = "x" ]; then if [ -x /sbin/ldconfig ]; then /sbin/ldconfig ; fi fi " packages/armv7vet2hf-neon-poky-linux-gnueabi/icu/icu-dbg: PKGSIZE changed from 31227232 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/icu/icu-dev: PKGSIZE changed from 4736314 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/icu/icu-doc: PKGSIZE changed from 62525 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/icu/icu-src: PKGSIZE changed from 19597873 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/icu/icu: PKGSIZE changed from 491721 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/icu/icu: latest.pkg_postinst changed from "#!/bin/sh set -e if [ x"$D" = "x" ]; then if [ -x /sbin/ldconfig ]; then /sbin/ldconfig ; fi fi " to "#!/bin/sh if [ x"$D" = "x" ]; then if [ -x /sbin/ldconfig ]; then /sbin/ldconfig ; fi fi " packages/armv7vet2hf-neon-poky-linux-gnueabi/icu/libicudata: PKGSIZE changed from 28669186 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/icu/libicudata: latest.pkg_postinst changed from "#!/bin/sh set -e if [ x"$D" = "x" ]; then if [ -x /sbin/ldconfig ]; then /sbin/ldconfig ; fi fi " to "#!/bin/sh if [ x"$D" = "x" ]; then if [ -x /sbin/ldconfig ]; then /sbin/ldconfig ; fi fi " packages/armv7vet2hf-neon-poky-linux-gnueabi/icu/libicui18n: PKGSIZE changed from 2037314 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/icu/libicui18n: latest.pkg_postinst changed from "#!/bin/sh set -e if [ x"$D" = "x" ]; then if [ -x /sbin/ldconfig ]; then /sbin/ldconfig ; fi fi " to "#!/bin/sh if [ x"$D" = "x" ]; then if [ -x /sbin/ldconfig ]; then /sbin/ldconfig ; fi fi " packages/armv7vet2hf-neon-poky-linux-gnueabi/icu/libicuio: PKGSIZE changed from 34208 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/icu/libicuio: latest.pkg_postinst changed from "#!/bin/sh set -e if [ x"$D" = "x" ]; then if [ -x /sbin/ldconfig ]; then /sbin/ldconfig ; fi fi " to "#!/bin/sh if [ x"$D" = "x" ]; then if [ -x /sbin/ldconfig ]; then /sbin/ldconfig ; fi fi " packages/armv7vet2hf-neon-poky-linux-gnueabi/icu/libicutu: PKGSIZE changed from 137336 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/icu/libicutu: latest.pkg_postinst changed from "#!/bin/sh set -e if [ x"$D" = "x" ]; then if [ -x /sbin/ldconfig ]; then /sbin/ldconfig ; fi fi " to "#!/bin/sh if [ x"$D" = "x" ]; then if [ -x /sbin/ldconfig ]; then /sbin/ldconfig ; fi fi " packages/armv7vet2hf-neon-poky-linux-gnueabi/icu/libicuuc: PKGSIZE changed from 1312192 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/icu/libicuuc: latest.pkg_postinst changed from "#!/bin/sh set -e if [ x"$D" = "x" ]; then if [ -x /sbin/ldconfig ]; then /sbin/ldconfig ; fi fi " to "#!/bin/sh if [ x"$D" = "x" ]; then if [ -x /sbin/ldconfig ]; then /sbin/ldconfig ; fi fi " packages/armv7vet2hf-neon-poky-linux-gnueabi/init-system-helpers/init-system-helpers-invoke-rc.d: PKGSIZE changed from 16507 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/init-system-helpers/init-system-helpers-service: PKGSIZE changed from 9104 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/initscripts/initscripts-functions: PKGSIZE changed from 2141 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/initscripts/initscripts: PKGSIZE changed from 28776 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/initscripts/initscripts: latest.pkg_postinst changed from "set -e if type systemctl >/dev/null 2>/dev/null; then if [ -n "$D" ]; then OPTS="--root=$D" fi for SERVICE in banner bootmisc checkfs checkroot devpts dmesg hostname mountall mountnfs populate-volatile read-only-rootfs-hook rmnologin sysfs urandom; do systemctl $OPTS mask $SERVICE.service done fi # Delete any old volatile cache script, as directories may have moved if [ -z "$D" ]; then rm -f "/etc/volatile.cache" fi " to " if type systemctl >/dev/null 2>/dev/null; then if [ -n "$D" ]; then OPTS="--root=$D" fi for SERVICE in banner bootmisc checkfs checkroot devpts dmesg hostname mountall mountnfs populate-volatile read-only-rootfs-hook rmnologin sysfs urandom; do systemctl $OPTS mask $SERVICE.service done fi # Delete any old volatile cache script, as directories may have moved if [ -z "$D" ]; then rm -f "/etc/volatile.cache" fi " packages/armv7vet2hf-neon-poky-linux-gnueabi/iproute2/iproute2-bash-completion: PKGSIZE changed from 52569 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/iproute2/iproute2-dbg: PKGSIZE changed from 7446628 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/iproute2/iproute2-dev: PKGSIZE changed from 1271 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/iproute2/iproute2-devlink: PKGSIZE changed from 120492 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/iproute2/iproute2-genl: PKGSIZE changed from 58844 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/iproute2/iproute2-ifstat: PKGSIZE changed from 54720 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/iproute2/iproute2-ip: PKGSIZE changed from 462872 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/iproute2/iproute2-ip: latest.pkg_postinst changed from "#!/bin/sh set -e update-alternatives --install /sbin/ip ip /sbin/ip.iproute2 100 " to "#!/bin/sh update-alternatives --install /sbin/ip ip /sbin/ip.iproute2 100 " packages/armv7vet2hf-neon-poky-linux-gnueabi/iproute2/iproute2-ip: latest.pkg_prerm changed from "#!/bin/sh set -e update-alternatives --remove ip /sbin/ip.iproute2 " to "#!/bin/sh update-alternatives --remove ip /sbin/ip.iproute2 " packages/armv7vet2hf-neon-poky-linux-gnueabi/iproute2/iproute2-lnstat: PKGSIZE changed from 13888 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/iproute2/iproute2-nstat: PKGSIZE changed from 50624 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/iproute2/iproute2-rtacct: PKGSIZE changed from 29108 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/iproute2/iproute2-src: PKGSIZE changed from 3370588 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/iproute2/iproute2-ss: PKGSIZE changed from 119648 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/iproute2/iproute2-tc: PKGSIZE changed from 414383 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/iproute2/iproute2-tc: latest.pkg_postinst changed from "#!/bin/sh set -e update-alternatives --install /sbin/tc tc /sbin/tc.iproute2 100 " to "#!/bin/sh update-alternatives --install /sbin/tc tc /sbin/tc.iproute2 100 " packages/armv7vet2hf-neon-poky-linux-gnueabi/iproute2/iproute2-tc: latest.pkg_prerm changed from "#!/bin/sh set -e update-alternatives --remove tc /sbin/tc.iproute2 " to "#!/bin/sh update-alternatives --remove tc /sbin/tc.iproute2 " packages/armv7vet2hf-neon-poky-linux-gnueabi/iproute2/iproute2-tipc: PKGSIZE changed from 87644 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/iproute2/iproute2: PKGSIZE changed from 146331 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/iptables/iptables-apply: PKGSIZE changed from 7071 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/iptables/iptables-dbg: PKGSIZE changed from 2600780 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/iptables/iptables-dev: PKGSIZE changed from 33265 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/iptables/iptables-doc: PKGSIZE changed from 147316 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/iptables/iptables-module-ip6t-ah: PKGSIZE changed from 5512 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/iptables/iptables-module-ip6t-dnat: PKGSIZE changed from 9716 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/iptables/iptables-module-ip6t-dnpt: PKGSIZE changed from 5516 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/iptables/iptables-module-ip6t-dst: PKGSIZE changed from 5512 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/iptables/iptables-module-ip6t-eui64: PKGSIZE changed from 5356 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/iptables/iptables-module-ip6t-frag: PKGSIZE changed from 5512 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/iptables/iptables-module-ip6t-hbh: PKGSIZE changed from 5512 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/iptables/iptables-module-ip6t-hl: PKGSIZE changed from 11028 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/iptables/iptables-module-ip6t-icmp6: PKGSIZE changed from 9612 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/iptables/iptables-module-ip6t-ipv6header: PKGSIZE changed from 9616 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/iptables/iptables-module-ip6t-log: PKGSIZE changed from 9612 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/iptables/iptables-module-ip6t-masquerade: PKGSIZE changed from 5524 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/iptables/iptables-module-ip6t-mh: PKGSIZE changed from 9608 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/iptables/iptables-module-ip6t-netmap: PKGSIZE changed from 5520 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/iptables/iptables-module-ip6t-redirect: PKGSIZE changed from 5520 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/iptables/iptables-module-ip6t-reject: PKGSIZE changed from 5520 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/iptables/iptables-module-ip6t-rt: PKGSIZE changed from 9608 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/iptables/iptables-module-ip6t-snat: PKGSIZE changed from 9612 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/iptables/iptables-module-ip6t-snpt: PKGSIZE changed from 5516 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/iptables/iptables-module-ip6t-srh: PKGSIZE changed from 13804 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/iptables/iptables-module-ipt-ah: PKGSIZE changed from 5512 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/iptables/iptables-module-ipt-clusterip: PKGSIZE changed from 5520 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/iptables/iptables-module-ipt-dnat: PKGSIZE changed from 9716 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/iptables/iptables-module-ipt-ecn: PKGSIZE changed from 5516 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/iptables/iptables-module-ipt-icmp: PKGSIZE changed from 9608 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/iptables/iptables-module-ipt-log: PKGSIZE changed from 9612 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/iptables/iptables-module-ipt-masquerade: PKGSIZE changed from 5524 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/iptables/iptables-module-ipt-netmap: PKGSIZE changed from 5520 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/iptables/iptables-module-ipt-realm: PKGSIZE changed from 5512 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/iptables/iptables-module-ipt-redirect: PKGSIZE changed from 5520 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/iptables/iptables-module-ipt-reject: PKGSIZE changed from 9616 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/iptables/iptables-module-ipt-snat: PKGSIZE changed from 9612 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/iptables/iptables-module-ipt-ttl: PKGSIZE changed from 11028 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/iptables/iptables-module-ipt-ulog: PKGSIZE changed from 5516 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/iptables/iptables-module-xt-addrtype: PKGSIZE changed from 9712 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/iptables/iptables-module-xt-audit: PKGSIZE changed from 5516 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/iptables/iptables-module-xt-bpf: PKGSIZE changed from 9708 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/iptables/iptables-module-xt-cgroup: PKGSIZE changed from 5712 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/iptables/iptables-module-xt-checksum: PKGSIZE changed from 5520 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/iptables/iptables-module-xt-classify: PKGSIZE changed from 5624 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/iptables/iptables-module-xt-cluster: PKGSIZE changed from 5516 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/iptables/iptables-module-xt-comment: PKGSIZE changed from 5516 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/iptables/iptables-module-xt-connbytes: PKGSIZE changed from 5516 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/iptables/iptables-module-xt-connlimit: PKGSIZE changed from 5816 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/iptables/iptables-module-xt-connmark: PKGSIZE changed from 15440 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/iptables/iptables-module-xt-connsecmark: PKGSIZE changed from 5524 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/iptables/iptables-module-xt-conntrack: PKGSIZE changed from 22918 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/iptables/iptables-module-xt-cpu: PKGSIZE changed from 5512 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/iptables/iptables-module-xt-ct: PKGSIZE changed from 10243 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/iptables/iptables-module-xt-dccp: PKGSIZE changed from 9608 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/iptables/iptables-module-xt-devgroup: PKGSIZE changed from 5516 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/iptables/iptables-module-xt-dscp: PKGSIZE changed from 11232 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/iptables/iptables-module-xt-ecn: PKGSIZE changed from 5512 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/iptables/iptables-module-xt-esp: PKGSIZE changed from 5512 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/iptables/iptables-module-xt-hashlimit: PKGSIZE changed from 22624 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/iptables/iptables-module-xt-helper: PKGSIZE changed from 5512 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/iptables/iptables-module-xt-hmark: PKGSIZE changed from 9716 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/iptables/iptables-module-xt-idletimer: PKGSIZE changed from 5624 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/iptables/iptables-module-xt-ipcomp: PKGSIZE changed from 5512 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/iptables/iptables-module-xt-iprange: PKGSIZE changed from 9812 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/iptables/iptables-module-xt-ipvs: PKGSIZE changed from 9708 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/iptables/iptables-module-xt-led: PKGSIZE changed from 5516 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/iptables/iptables-module-xt-length: PKGSIZE changed from 5512 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/iptables/iptables-module-xt-limit: PKGSIZE changed from 9708 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/iptables/iptables-module-xt-mac: PKGSIZE changed from 5512 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/iptables/iptables-module-xt-mark: PKGSIZE changed from 15600 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/iptables/iptables-module-xt-multiport: PKGSIZE changed from 9912 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/iptables/iptables-module-xt-nfacct: PKGSIZE changed from 5612 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/iptables/iptables-module-xt-nflog: PKGSIZE changed from 5516 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/iptables/iptables-module-xt-nfqueue: PKGSIZE changed from 9928 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/iptables/iptables-module-xt-osf: PKGSIZE changed from 5512 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/iptables/iptables-module-xt-owner: PKGSIZE changed from 9808 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/iptables/iptables-module-xt-physdev: PKGSIZE changed from 5516 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/iptables/iptables-module-xt-pkttype: PKGSIZE changed from 5516 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/iptables/iptables-module-xt-policy: PKGSIZE changed from 9708 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/iptables/iptables-module-xt-quota: PKGSIZE changed from 5512 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/iptables/iptables-module-xt-rateest: PKGSIZE changed from 15132 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/iptables/iptables-module-xt-recent: PKGSIZE changed from 9808 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/iptables/iptables-module-xt-rpfilter: PKGSIZE changed from 5516 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/iptables/iptables-module-xt-sctp: PKGSIZE changed from 9608 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/iptables/iptables-module-xt-secmark: PKGSIZE changed from 5520 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/iptables/iptables-module-xt-set: PKGSIZE changed from 28124 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/iptables/iptables-module-xt-socket: PKGSIZE changed from 5812 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/iptables/iptables-module-xt-standard: PKGSIZE changed from 5468 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/iptables/iptables-module-xt-statistic: PKGSIZE changed from 5516 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/iptables/iptables-module-xt-string: PKGSIZE changed from 9708 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/iptables/iptables-module-xt-synproxy: PKGSIZE changed from 5520 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/iptables/iptables-module-xt-tcp: PKGSIZE changed from 9608 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/iptables/iptables-module-xt-tcpmss: PKGSIZE changed from 11132 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/iptables/iptables-module-xt-tcpoptstrip: PKGSIZE changed from 5524 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/iptables/iptables-module-xt-tee: PKGSIZE changed from 5620 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/iptables/iptables-module-xt-time: PKGSIZE changed from 9608 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/iptables/iptables-module-xt-tos: PKGSIZE changed from 15328 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/iptables/iptables-module-xt-tproxy: PKGSIZE changed from 5724 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/iptables/iptables-module-xt-trace: PKGSIZE changed from 5356 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/iptables/iptables-module-xt-u32: PKGSIZE changed from 9608 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/iptables/iptables-module-xt-udp: PKGSIZE changed from 5512 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/iptables/iptables-src: PKGSIZE changed from 1261551 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/iptables/iptables: PKGSIZE changed from 138732 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/iptables/iptables: latest.pkg_postinst changed from "#!/bin/sh set -e if [ x"$D" = "x" ]; then if [ -x /sbin/ldconfig ]; then /sbin/ldconfig ; fi fi " to "#!/bin/sh if [ x"$D" = "x" ]; then if [ -x /sbin/ldconfig ]; then /sbin/ldconfig ; fi fi " packages/armv7vet2hf-neon-poky-linux-gnueabi/iw/iw-dbg: PKGSIZE changed from 843524 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/iw/iw-doc: PKGSIZE changed from 608 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/iw/iw-src: PKGSIZE changed from 722271 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/iw/iw: PKGSIZE changed from 190476 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/json-c/json-c-dbg: PKGSIZE changed from 174356 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/json-c/json-c-dev: PKGSIZE changed from 104342 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/json-c/json-c-src: PKGSIZE changed from 235456 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/json-c/json-c-staticdev: PKGSIZE changed from 317914 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/json-c/json-c: PKGSIZE changed from 42542 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/json-c/json-c: latest.pkg_postinst changed from "#!/bin/sh set -e if [ x"$D" = "x" ]; then if [ -x /sbin/ldconfig ]; then /sbin/ldconfig ; fi fi " to "#!/bin/sh if [ x"$D" = "x" ]; then if [ -x /sbin/ldconfig ]; then /sbin/ldconfig ; fi fi " packages/armv7vet2hf-neon-poky-linux-gnueabi/json-glib/json-glib-bin: PKGSIZE changed from 19432 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/json-glib/json-glib-dbg: PKGSIZE changed from 960016 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/json-glib/json-glib-dev: PKGSIZE changed from 451229 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/json-glib/json-glib-locale-as: PKGSIZE changed from 7242 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/json-glib/json-glib-locale-be: PKGSIZE changed from 6917 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/json-glib/json-glib-locale-bg: PKGSIZE changed from 4478 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/json-glib/json-glib-locale-bn-in: PKGSIZE changed from 5333 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/json-glib/json-glib-locale-bs: PKGSIZE changed from 5141 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/json-glib/json-glib-locale-ca+valencia: PKGSIZE changed from 5612 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/json-glib/json-glib-locale-ca: PKGSIZE changed from 5695 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/json-glib/json-glib-locale-cs: PKGSIZE changed from 5506 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/json-glib/json-glib-locale-da: PKGSIZE changed from 5440 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/json-glib/json-glib-locale-de: PKGSIZE changed from 5647 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/json-glib/json-glib-locale-el: PKGSIZE changed from 7006 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/json-glib/json-glib-locale-en-gb: PKGSIZE changed from 5320 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/json-glib/json-glib-locale-eo: PKGSIZE changed from 3747 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/json-glib/json-glib-locale-es: PKGSIZE changed from 5520 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/json-glib/json-glib-locale-et: PKGSIZE changed from 3670 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/json-glib/json-glib-locale-eu: PKGSIZE changed from 5576 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/json-glib/json-glib-locale-fr: PKGSIZE changed from 5853 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/json-glib/json-glib-locale-fur: PKGSIZE changed from 5401 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/json-glib/json-glib-locale-gl: PKGSIZE changed from 5501 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/json-glib/json-glib-locale-he: PKGSIZE changed from 5028 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/json-glib/json-glib-locale-hi: PKGSIZE changed from 5374 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/json-glib/json-glib-locale-hr: PKGSIZE changed from 5395 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/json-glib/json-glib-locale-hu: PKGSIZE changed from 5693 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/json-glib/json-glib-locale-id: PKGSIZE changed from 5328 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/json-glib/json-glib-locale-it: PKGSIZE changed from 5470 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/json-glib/json-glib-locale-ja: PKGSIZE changed from 5214 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/json-glib/json-glib-locale-ko: PKGSIZE changed from 5727 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/json-glib/json-glib-locale-ky: PKGSIZE changed from 4515 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/json-glib/json-glib-locale-lt: PKGSIZE changed from 5530 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/json-glib/json-glib-locale-lv: PKGSIZE changed from 5429 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/json-glib/json-glib-locale-ml: PKGSIZE changed from 5788 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/json-glib/json-glib-locale-ms: PKGSIZE changed from 5255 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/json-glib/json-glib-locale-nb: PKGSIZE changed from 2942 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/json-glib/json-glib-locale-ne: PKGSIZE changed from 5965 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/json-glib/json-glib-locale-nl: PKGSIZE changed from 5479 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/json-glib/json-glib-locale-oc: PKGSIZE changed from 5631 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/json-glib/json-glib-locale-or: PKGSIZE changed from 5576 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/json-glib/json-glib-locale-pa: PKGSIZE changed from 4810 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/json-glib/json-glib-locale-pl: PKGSIZE changed from 5616 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/json-glib/json-glib-locale-pt-br: PKGSIZE changed from 5500 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/json-glib/json-glib-locale-pt: PKGSIZE changed from 5448 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/json-glib/json-glib-locale-ro: PKGSIZE changed from 5657 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/json-glib/json-glib-locale-ru: PKGSIZE changed from 6645 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/json-glib/json-glib-locale-sk: PKGSIZE changed from 5535 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/json-glib/json-glib-locale-sl: PKGSIZE changed from 5542 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/json-glib/json-glib-locale-sr+latin: PKGSIZE changed from 5398 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/json-glib/json-glib-locale-sr: PKGSIZE changed from 6819 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/json-glib/json-glib-locale-sv: PKGSIZE changed from 5419 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/json-glib/json-glib-locale-te: PKGSIZE changed from 5402 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/json-glib/json-glib-locale-tg: PKGSIZE changed from 6567 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/json-glib/json-glib-locale-tr: PKGSIZE changed from 5459 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/json-glib/json-glib-locale-ug: PKGSIZE changed from 4436 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/json-glib/json-glib-locale-uk: PKGSIZE changed from 6880 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/json-glib/json-glib-locale-vi: PKGSIZE changed from 4213 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/json-glib/json-glib-locale-zh-cn: PKGSIZE changed from 5154 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/json-glib/json-glib-locale-zh-hk: PKGSIZE changed from 5026 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/json-glib/json-glib-locale-zh-tw: PKGSIZE changed from 5187 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/json-glib/json-glib-ptest: PKGSIZE changed from 213945 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/json-glib/json-glib-src: PKGSIZE changed from 612723 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/json-glib/json-glib: PKGSIZE changed from 137727 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/json-glib/json-glib: latest.pkg_postinst changed from "#!/bin/sh set -e if [ x"$D" = "x" ]; then if [ -x /sbin/ldconfig ]; then /sbin/ldconfig ; fi fi " to "#!/bin/sh if [ x"$D" = "x" ]; then if [ -x /sbin/ldconfig ]; then /sbin/ldconfig ; fi fi " packages/armv7vet2hf-neon-poky-linux-gnueabi/kexec-tools/kdump: PKGSIZE changed from 3400 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/kexec-tools/kdump: latest.pkg_postinst changed from "#!/bin/sh set -e if true && type update-rc.d >/dev/null 2>/dev/null; then if [ -n "$D" ]; then OPT="-r $D" else OPT="-s" fi update-rc.d $OPT kdump start 56 2 3 4 5 . stop 56 0 1 6 . fi " to "#!/bin/sh if true && type update-rc.d >/dev/null 2>/dev/null; then if [ -n "$D" ]; then OPT="-r $D" else OPT="-s" fi update-rc.d $OPT kdump start 56 2 3 4 5 . stop 56 0 1 6 . fi " packages/armv7vet2hf-neon-poky-linux-gnueabi/kexec-tools/kdump: latest.pkg_postrm changed from "#!/bin/sh set -e if true && type update-rc.d >/dev/null 2>/dev/null; then if [ -n "$D" ]; then OPT="-f -r $D" else OPT="-f" fi update-rc.d $OPT kdump remove fi " to "#!/bin/sh if true && type update-rc.d >/dev/null 2>/dev/null; then if [ -n "$D" ]; then OPT="-f -r $D" else OPT="-f" fi update-rc.d $OPT kdump remove fi " packages/armv7vet2hf-neon-poky-linux-gnueabi/kexec-tools/kdump: latest.pkg_prerm changed from "#!/bin/sh set -e if true && [ -z "$D" -a -x "/etc/init.d/kdump" ]; then /etc/init.d/kdump stop || : fi " to "#!/bin/sh if true && [ -z "$D" -a -x "/etc/init.d/kdump" ]; then /etc/init.d/kdump stop || : fi " packages/armv7vet2hf-neon-poky-linux-gnueabi/kexec-tools/kexec-tools-dbg: PKGSIZE changed from 472652 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/kexec-tools/kexec-tools-doc: PKGSIZE changed from 9742 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/kexec-tools/kexec-tools-src: PKGSIZE changed from 538969 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/kexec-tools/kexec: PKGSIZE changed from 88248 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/kexec-tools/vmcore-dmesg: PKGSIZE changed from 22132 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/kmod/kmod-bash-completion: PKGSIZE changed from 3235 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/kmod/kmod-dbg: PKGSIZE changed from 823536 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/kmod/kmod-dev: PKGSIZE changed from 9698 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/kmod/kmod-src: PKGSIZE changed from 393638 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/kmod/kmod: PKGSIZE changed from 91814 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/kmod/kmod: latest.pkg_postinst changed from "#!/bin/sh set -e update-alternatives --install /sbin/insmod insmod /sbin/insmod.kmod 70 update-alternatives --install /sbin/modprobe modprobe /sbin/modprobe.kmod 70 update-alternatives --install /sbin/rmmod rmmod /sbin/rmmod.kmod 70 update-alternatives --install /sbin/modinfo modinfo /sbin/modinfo.kmod 70 update-alternatives --install /bin/lsmod bin-lsmod /bin/lsmod.kmod 70 update-alternatives --install /sbin/lsmod lsmod /bin/lsmod.kmod 70 update-alternatives --install /sbin/depmod depmod /sbin/depmod.kmod 70 " to "#!/bin/sh update-alternatives --install /sbin/insmod insmod /sbin/insmod.kmod 70 update-alternatives --install /sbin/modprobe modprobe /sbin/modprobe.kmod 70 update-alternatives --install /sbin/rmmod rmmod /sbin/rmmod.kmod 70 update-alternatives --install /sbin/modinfo modinfo /sbin/modinfo.kmod 70 update-alternatives --install /bin/lsmod bin-lsmod /bin/lsmod.kmod 70 update-alternatives --install /sbin/lsmod lsmod /bin/lsmod.kmod 70 update-alternatives --install /sbin/depmod depmod /sbin/depmod.kmod 70 " packages/armv7vet2hf-neon-poky-linux-gnueabi/kmod/kmod: latest.pkg_prerm changed from "#!/bin/sh set -e update-alternatives --remove insmod /sbin/insmod.kmod update-alternatives --remove modprobe /sbin/modprobe.kmod update-alternatives --remove rmmod /sbin/rmmod.kmod update-alternatives --remove modinfo /sbin/modinfo.kmod update-alternatives --remove bin-lsmod /bin/lsmod.kmod update-alternatives --remove lsmod /bin/lsmod.kmod update-alternatives --remove depmod /sbin/depmod.kmod " to "#!/bin/sh update-alternatives --remove insmod /sbin/insmod.kmod update-alternatives --remove modprobe /sbin/modprobe.kmod update-alternatives --remove rmmod /sbin/rmmod.kmod update-alternatives --remove modinfo /sbin/modinfo.kmod update-alternatives --remove bin-lsmod /bin/lsmod.kmod update-alternatives --remove lsmod /bin/lsmod.kmod update-alternatives --remove depmod /sbin/depmod.kmod " packages/armv7vet2hf-neon-poky-linux-gnueabi/kmod/libkmod: PKGSIZE changed from 50616 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/kmod/libkmod: latest.pkg_postinst changed from "#!/bin/sh set -e if [ x"$D" = "x" ]; then if [ -x /sbin/ldconfig ]; then /sbin/ldconfig ; fi fi " to "#!/bin/sh if [ x"$D" = "x" ]; then if [ -x /sbin/ldconfig ]; then /sbin/ldconfig ; fi fi " packages/armv7vet2hf-neon-poky-linux-gnueabi/l3afpad/l3afpad-dbg: PKGSIZE changed from 273476 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/l3afpad/l3afpad-locale-bg: PKGSIZE changed from 4443 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/l3afpad/l3afpad-locale-br: PKGSIZE changed from 3518 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/l3afpad/l3afpad-locale-ca: PKGSIZE changed from 3423 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/l3afpad/l3afpad-locale-cs: PKGSIZE changed from 3884 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/l3afpad/l3afpad-locale-da: PKGSIZE changed from 3333 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/l3afpad/l3afpad-locale-de: PKGSIZE changed from 3603 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/l3afpad/l3afpad-locale-el: PKGSIZE changed from 4361 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/l3afpad/l3afpad-locale-eo: PKGSIZE changed from 3363 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/l3afpad/l3afpad-locale-es: PKGSIZE changed from 3812 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/l3afpad/l3afpad-locale-et: PKGSIZE changed from 3742 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/l3afpad/l3afpad-locale-eu: PKGSIZE changed from 3460 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/l3afpad/l3afpad-locale-fi: PKGSIZE changed from 3433 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/l3afpad/l3afpad-locale-fr: PKGSIZE changed from 3762 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/l3afpad/l3afpad-locale-ga: PKGSIZE changed from 3430 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/l3afpad/l3afpad-locale-gl: PKGSIZE changed from 3783 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/l3afpad/l3afpad-locale-he: PKGSIZE changed from 3579 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/l3afpad/l3afpad-locale-hu: PKGSIZE changed from 4214 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/l3afpad/l3afpad-locale-id: PKGSIZE changed from 3335 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/l3afpad/l3afpad-locale-it: PKGSIZE changed from 3491 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/l3afpad/l3afpad-locale-ja: PKGSIZE changed from 4121 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/l3afpad/l3afpad-locale-ko: PKGSIZE changed from 3133 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/l3afpad/l3afpad-locale-lt: PKGSIZE changed from 3447 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/l3afpad/l3afpad-locale-lv: PKGSIZE changed from 3575 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/l3afpad/l3afpad-locale-nl: PKGSIZE changed from 3543 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/l3afpad/l3afpad-locale-nn: PKGSIZE changed from 3610 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/l3afpad/l3afpad-locale-pl: PKGSIZE changed from 3516 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/l3afpad/l3afpad-locale-pt-br: PKGSIZE changed from 3499 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/l3afpad/l3afpad-locale-pt: PKGSIZE changed from 3431 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/l3afpad/l3afpad-locale-ru: PKGSIZE changed from 4472 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/l3afpad/l3afpad-locale-sk: PKGSIZE changed from 3509 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/l3afpad/l3afpad-locale-sl: PKGSIZE changed from 3612 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/l3afpad/l3afpad-locale-sr: PKGSIZE changed from 4173 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/l3afpad/l3afpad-locale-sv: PKGSIZE changed from 3325 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/l3afpad/l3afpad-locale-ta: PKGSIZE changed from 4496 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/l3afpad/l3afpad-locale-tr: PKGSIZE changed from 3439 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/l3afpad/l3afpad-locale-uk: PKGSIZE changed from 4236 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/l3afpad/l3afpad-locale-vi: PKGSIZE changed from 3606 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/l3afpad/l3afpad-locale-zh-cn: PKGSIZE changed from 3449 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/l3afpad/l3afpad-locale-zh-tw: PKGSIZE changed from 3434 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/l3afpad/l3afpad-src: PKGSIZE changed from 180937 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/l3afpad/l3afpad: PKGSIZE changed from 152045 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/l3afpad/l3afpad: latest.pkg_postinst changed from "#!/bin/sh set -e if [ "x$D" != "x" ]; then $INTERCEPT_DIR/postinst_intercept update_desktop_database l3afpad \ mlprefix= \ desktop_dir=/usr/share/applications else update-desktop-database $D/usr/share/applications fi " to "#!/bin/sh if [ "x$D" != "x" ]; then $INTERCEPT_DIR/postinst_intercept update_desktop_database l3afpad \ mlprefix= \ desktop_dir=/usr/share/applications else update-desktop-database $D/usr/share/applications fi " packages/armv7vet2hf-neon-poky-linux-gnueabi/l3afpad/l3afpad: latest.pkg_postrm changed from "#!/bin/sh set -e if [ "x$D" != "x" ]; then $INTERCEPT_DIR/postinst_intercept update_desktop_database l3afpad \ mlprefix= \ desktop_dir=/usr/share/applications else update-desktop-database $D/usr/share/applications fi " to "#!/bin/sh if [ "x$D" != "x" ]; then $INTERCEPT_DIR/postinst_intercept update_desktop_database l3afpad \ mlprefix= \ desktop_dir=/usr/share/applications else update-desktop-database $D/usr/share/applications fi " packages/armv7vet2hf-neon-poky-linux-gnueabi/lame/lame-dbg: PKGSIZE changed from 1020488 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/lame/lame-doc: PKGSIZE changed from 264229 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/lame/lame-src: PKGSIZE changed from 1266337 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/lame/lame: PKGSIZE changed from 75288 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/lame/libmp3lame-dev: PKGSIZE changed from 50072 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/lame/libmp3lame: PKGSIZE changed from 202063 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/lame/libmp3lame: latest.pkg_postinst changed from "#!/bin/sh set -e if [ x"$D" = "x" ]; then if [ -x /sbin/ldconfig ]; then /sbin/ldconfig ; fi fi " to "#!/bin/sh if [ x"$D" = "x" ]; then if [ -x /sbin/ldconfig ]; then /sbin/ldconfig ; fi fi " packages/armv7vet2hf-neon-poky-linux-gnueabi/less/less-dbg: PKGSIZE changed from 565772 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/less/less-doc: PKGSIZE changed from 86644 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/less/less-src: PKGSIZE changed from 678564 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/less/less: PKGSIZE changed from 157304 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/less/less: latest.pkg_postinst changed from "#!/bin/sh set -e update-alternatives --install /usr/bin/less less /usr/bin/less.less 100 " to "#!/bin/sh update-alternatives --install /usr/bin/less less /usr/bin/less.less 100 " packages/armv7vet2hf-neon-poky-linux-gnueabi/less/less: latest.pkg_prerm changed from "#!/bin/sh set -e update-alternatives --remove less /usr/bin/less.less " to "#!/bin/sh update-alternatives --remove less /usr/bin/less.less " packages/armv7vet2hf-neon-poky-linux-gnueabi/libaio/libaio-dbg: PKGSIZE changed from 24928 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/libaio/libaio-dev: PKGSIZE changed from 8952 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/libaio/libaio-src: PKGSIZE changed from 23817 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/libaio/libaio-staticdev: PKGSIZE changed from 53654 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/libaio/libaio: PKGSIZE changed from 5431 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/libaio/libaio: latest.pkg_postinst changed from "#!/bin/sh set -e if [ x"$D" = "x" ]; then if [ -x /sbin/ldconfig ]; then /sbin/ldconfig ; fi fi " to "#!/bin/sh if [ x"$D" = "x" ]; then if [ -x /sbin/ldconfig ]; then /sbin/ldconfig ; fi fi " packages/armv7vet2hf-neon-poky-linux-gnueabi/libarchive/bsdcpio: PKGSIZE changed from 30136 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/libarchive/bsdcpio: latest.pkg_postinst changed from "#!/bin/sh set -e update-alternatives --install /bin/cpio cpio /usr/bin/bsdcpio 80 " to "#!/bin/sh update-alternatives --install /bin/cpio cpio /usr/bin/bsdcpio 80 " packages/armv7vet2hf-neon-poky-linux-gnueabi/libarchive/bsdcpio: latest.pkg_prerm changed from "#!/bin/sh set -e update-alternatives --remove cpio /usr/bin/bsdcpio " to "#!/bin/sh update-alternatives --remove cpio /usr/bin/bsdcpio " packages/armv7vet2hf-neon-poky-linux-gnueabi/libarchive/bsdtar: PKGSIZE changed from 46520 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/libarchive/bsdtar: latest.pkg_postinst changed from "#!/bin/sh set -e update-alternatives --install /bin/tar tar /usr/bin/bsdtar 80 " to "#!/bin/sh update-alternatives --install /bin/tar tar /usr/bin/bsdtar 80 " packages/armv7vet2hf-neon-poky-linux-gnueabi/libarchive/bsdtar: latest.pkg_prerm changed from "#!/bin/sh set -e update-alternatives --remove tar /usr/bin/bsdtar " to "#!/bin/sh update-alternatives --remove tar /usr/bin/bsdtar " packages/armv7vet2hf-neon-poky-linux-gnueabi/libarchive/libarchive-dbg: PKGSIZE changed from 2641828 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/libarchive/libarchive-dev: PKGSIZE changed from 87251 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/libarchive/libarchive-doc: PKGSIZE changed from 360394 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/libarchive/libarchive-src: PKGSIZE changed from 3470278 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/libarchive/libarchive: PKGSIZE changed from 502632 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/libarchive/libarchive: latest.pkg_postinst changed from "#!/bin/sh set -e if [ x"$D" = "x" ]; then if [ -x /sbin/ldconfig ]; then /sbin/ldconfig ; fi fi " to "#!/bin/sh if [ x"$D" = "x" ]; then if [ -x /sbin/ldconfig ]; then /sbin/ldconfig ; fi fi " packages/armv7vet2hf-neon-poky-linux-gnueabi/libassuan/libassuan-dbg: PKGSIZE changed from 379636 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/libassuan/libassuan-dev: PKGSIZE changed from 30136 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/libassuan/libassuan-doc: PKGSIZE changed from 157451 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/libassuan/libassuan-src: PKGSIZE changed from 259667 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/libassuan/libassuan: PKGSIZE changed from 46522 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/libassuan/libassuan: latest.pkg_postinst changed from "#!/bin/sh set -e if [ x"$D" = "x" ]; then if [ -x /sbin/ldconfig ]; then /sbin/ldconfig ; fi fi " to "#!/bin/sh if [ x"$D" = "x" ]; then if [ -x /sbin/ldconfig ]; then /sbin/ldconfig ; fi fi " packages/armv7vet2hf-neon-poky-linux-gnueabi/libatomic-ops/libatomic-ops-dev: PKGSIZE changed from 625276 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/libatomic-ops/libatomic-ops-doc: PKGSIZE changed from 45986 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/libatomic-ops/libatomic-ops-src: PKGSIZE changed from 106007 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/libatomic-ops/libatomic-ops-staticdev: PKGSIZE changed from 33022 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/libcap-ng/libcap-ng-bin: PKGSIZE changed from 38420 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/libcap-ng/libcap-ng-dbg: PKGSIZE changed from 157896 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/libcap-ng/libcap-ng-dev: PKGSIZE changed from 4917 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/libcap-ng/libcap-ng-doc: PKGSIZE changed from 28267 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/libcap-ng/libcap-ng-src: PKGSIZE changed from 77348 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/libcap-ng/libcap-ng: PKGSIZE changed from 23114 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/libcap-ng/libcap-ng: latest.pkg_postinst changed from "#!/bin/sh set -e if [ x"$D" = "x" ]; then if [ -x /sbin/ldconfig ]; then /sbin/ldconfig ; fi fi " to "#!/bin/sh if [ x"$D" = "x" ]; then if [ -x /sbin/ldconfig ]; then /sbin/ldconfig ; fi fi " packages/armv7vet2hf-neon-poky-linux-gnueabi/libcap/libcap-bin: PKGSIZE changed from 55972 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/libcap/libcap-dbg: PKGSIZE changed from 223996 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/libcap/libcap-dev: PKGSIZE changed from 10787 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/libcap/libcap-doc: PKGSIZE changed from 64139 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/libcap/libcap-src: PKGSIZE changed from 174352 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/libcap/libcap-staticdev: PKGSIZE changed from 165878 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/libcap/libcap: PKGSIZE changed from 31304 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/libcap/libcap: latest.pkg_postinst changed from "#!/bin/sh set -e if [ x"$D" = "x" ]; then if [ -x /sbin/ldconfig ]; then /sbin/ldconfig ; fi fi " to "#!/bin/sh if [ x"$D" = "x" ]; then if [ -x /sbin/ldconfig ]; then /sbin/ldconfig ; fi fi " packages/armv7vet2hf-neon-poky-linux-gnueabi/libcheck/checkmk: PKGSIZE changed from 15200 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/libcheck/libcheck-dbg: PKGSIZE changed from 126768 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/libcheck/libcheck-dev: PKGSIZE changed from 77684 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/libcheck/libcheck-doc: PKGSIZE changed from 277124 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/libcheck/libcheck-src: PKGSIZE changed from 256430 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/libcheck/libcheck: PKGSIZE changed from 25929 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/libcheck/libcheck: latest.pkg_postinst changed from "#!/bin/sh set -e if [ x"$D" = "x" ]; then if [ -x /sbin/ldconfig ]; then /sbin/ldconfig ; fi fi " to "#!/bin/sh if [ x"$D" = "x" ]; then if [ -x /sbin/ldconfig ]; then /sbin/ldconfig ; fi fi " packages/armv7vet2hf-neon-poky-linux-gnueabi/libcomps/libcomps-dbg: PKGSIZE changed from 691012 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/libcomps/libcomps-dev: PKGSIZE changed from 127840 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/libcomps/libcomps-src: PKGSIZE changed from 820277 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/libcomps/libcomps: PKGSIZE changed from 188796 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/libcomps/libcomps: latest.pkg_postinst changed from "#!/bin/sh set -e if [ x"$D" = "x" ]; then if [ -x /sbin/ldconfig ]; then /sbin/ldconfig ; fi fi " to "#!/bin/sh if [ x"$D" = "x" ]; then if [ -x /sbin/ldconfig ]; then /sbin/ldconfig ; fi fi " packages/armv7vet2hf-neon-poky-linux-gnueabi/libcroco/libcroco-dbg: PKGSIZE changed from 669964 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/libcroco/libcroco-dev: PKGSIZE changed from 112192 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/libcroco/libcroco-src: PKGSIZE changed from 969434 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/libcroco/libcroco: PKGSIZE changed from 170777 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/libcroco/libcroco: latest.pkg_postinst changed from "#!/bin/sh set -e if [ x"$D" = "x" ]; then if [ -x /sbin/ldconfig ]; then /sbin/ldconfig ; fi fi " to "#!/bin/sh if [ x"$D" = "x" ]; then if [ -x /sbin/ldconfig ]; then /sbin/ldconfig ; fi fi " packages/armv7vet2hf-neon-poky-linux-gnueabi/libdaemon/libdaemon-dbg: PKGSIZE changed from 60664 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/libdaemon/libdaemon-dev: PKGSIZE changed from 19448 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/libdaemon/libdaemon-doc: PKGSIZE changed from 9868 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/libdaemon/libdaemon-src: PKGSIZE changed from 50625 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/libdaemon/libdaemon: PKGSIZE changed from 17698 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/libdaemon/libdaemon: latest.pkg_postinst changed from "#!/bin/sh set -e if [ x"$D" = "x" ]; then if [ -x /sbin/ldconfig ]; then /sbin/ldconfig ; fi fi " to "#!/bin/sh if [ x"$D" = "x" ]; then if [ -x /sbin/ldconfig ]; then /sbin/ldconfig ; fi fi " packages/armv7vet2hf-neon-poky-linux-gnueabi/libdmx/libdmx-dbg: PKGSIZE changed from 63096 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/libdmx/libdmx-dev: PKGSIZE changed from 6682 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/libdmx/libdmx-doc: PKGSIZE changed from 49515 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/libdmx/libdmx-src: PKGSIZE changed from 34729 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/libdmx/libdmx: PKGSIZE changed from 13615 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/libdmx/libdmx: latest.pkg_postinst changed from "#!/bin/sh set -e if [ x"$D" = "x" ]; then if [ -x /sbin/ldconfig ]; then /sbin/ldconfig ; fi fi " to "#!/bin/sh if [ x"$D" = "x" ]; then if [ -x /sbin/ldconfig ]; then /sbin/ldconfig ; fi fi " packages/armv7vet2hf-neon-poky-linux-gnueabi/libdnf/libdnf-dbg: PKGSIZE changed from 50648752 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/libdnf/libdnf-dev: PKGSIZE changed from 210605 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/libdnf/libdnf-doc: PKGSIZE changed from 2963 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/libdnf/libdnf-locale-as: PKGSIZE changed from 468 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/libdnf/libdnf-locale-bg: PKGSIZE changed from 814 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/libdnf/libdnf-locale-bn-in: PKGSIZE changed from 478 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/libdnf/libdnf-locale-bn: PKGSIZE changed from 3977 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/libdnf/libdnf-locale-ca: PKGSIZE changed from 2345 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/libdnf/libdnf-locale-cs: PKGSIZE changed from 3093 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/libdnf/libdnf-locale-da: PKGSIZE changed from 2683 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/libdnf/libdnf-locale-de: PKGSIZE changed from 11076 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/libdnf/libdnf-locale-el: PKGSIZE changed from 469 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/libdnf/libdnf-locale-es: PKGSIZE changed from 10916 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/libdnf/libdnf-locale-eu: PKGSIZE changed from 417 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/libdnf/libdnf-locale-fa: PKGSIZE changed from 469 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/libdnf/libdnf-locale-fi: PKGSIZE changed from 24808 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/libdnf/libdnf-locale-fil: PKGSIZE changed from 518 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/libdnf/libdnf-locale-fr: PKGSIZE changed from 26213 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/libdnf/libdnf-locale-fur: PKGSIZE changed from 2159 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/libdnf/libdnf-locale-gu: PKGSIZE changed from 487 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/libdnf/libdnf-locale-hi: PKGSIZE changed from 478 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/libdnf/libdnf-locale-hu: PKGSIZE changed from 5273 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/libdnf/libdnf-locale-ia: PKGSIZE changed from 464 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/libdnf/libdnf-locale-id: PKGSIZE changed from 1249 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/libdnf/libdnf-locale-is: PKGSIZE changed from 476 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/libdnf/libdnf-locale-it: PKGSIZE changed from 10867 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/libdnf/libdnf-locale-ja: PKGSIZE changed from 23514 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/libdnf/libdnf-locale-kn: PKGSIZE changed from 489 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/libdnf/libdnf-locale-ko: PKGSIZE changed from 26017 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/libdnf/libdnf-locale-mai: PKGSIZE changed from 478 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/libdnf/libdnf-locale-ml: PKGSIZE changed from 499 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/libdnf/libdnf-locale-mr: PKGSIZE changed from 490 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/libdnf/libdnf-locale-nb: PKGSIZE changed from 469 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/libdnf/libdnf-locale-nl: PKGSIZE changed from 24499 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/libdnf/libdnf-locale-or: PKGSIZE changed from 478 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/libdnf/libdnf-locale-pa: PKGSIZE changed from 818 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/libdnf/libdnf-locale-pl: PKGSIZE changed from 26183 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/libdnf/libdnf-locale-pt-br: PKGSIZE changed from 17683 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/libdnf/libdnf-locale-pt: PKGSIZE changed from 1406 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/libdnf/libdnf-locale-ru: PKGSIZE changed from 32163 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/libdnf/libdnf-locale-si: PKGSIZE changed from 361 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/libdnf/libdnf-locale-sk: PKGSIZE changed from 486 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/libdnf/libdnf-locale-sq: PKGSIZE changed from 470 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/libdnf/libdnf-locale-sr+latin: PKGSIZE changed from 546 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/libdnf/libdnf-locale-sr: PKGSIZE changed from 537 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/libdnf/libdnf-locale-sv: PKGSIZE changed from 25039 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/libdnf/libdnf-locale-ta: PKGSIZE changed from 490 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/libdnf/libdnf-locale-te: PKGSIZE changed from 500 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/libdnf/libdnf-locale-th: PKGSIZE changed from 484 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/libdnf/libdnf-locale-tr: PKGSIZE changed from 24929 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/libdnf/libdnf-locale-uk: PKGSIZE changed from 32660 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/libdnf/libdnf-locale-zh-cn: PKGSIZE changed from 14040 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/libdnf/libdnf-locale-zh-tw: PKGSIZE changed from 18914 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/libdnf/libdnf-src: PKGSIZE changed from 7259799 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/libdnf/libdnf: PKGSIZE changed from 3610430 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/libdnf/libdnf: latest.pkg_postinst changed from "#!/bin/sh set -e if [ x"$D" = "x" ]; then if [ -x /sbin/ldconfig ]; then /sbin/ldconfig ; fi fi " to "#!/bin/sh if [ x"$D" = "x" ]; then if [ -x /sbin/ldconfig ]; then /sbin/ldconfig ; fi fi " packages/armv7vet2hf-neon-poky-linux-gnueabi/libdrm/libdrm-amdgpu: PKGSIZE changed from 40569 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/libdrm/libdrm-amdgpu: latest.pkg_postinst changed from "#!/bin/sh set -e if [ x"$D" = "x" ]; then if [ -x /sbin/ldconfig ]; then /sbin/ldconfig ; fi fi " to "#!/bin/sh if [ x"$D" = "x" ]; then if [ -x /sbin/ldconfig ]; then /sbin/ldconfig ; fi fi " packages/armv7vet2hf-neon-poky-linux-gnueabi/libdrm/libdrm-dbg: PKGSIZE changed from 1636512 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/libdrm/libdrm-dev: PKGSIZE changed from 640774 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/libdrm/libdrm-etnaviv: PKGSIZE changed from 17731 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/libdrm/libdrm-etnaviv: latest.pkg_postinst changed from "#!/bin/sh set -e if [ x"$D" = "x" ]; then if [ -x /sbin/ldconfig ]; then /sbin/ldconfig ; fi fi " to "#!/bin/sh if [ x"$D" = "x" ]; then if [ -x /sbin/ldconfig ]; then /sbin/ldconfig ; fi fi " packages/armv7vet2hf-neon-poky-linux-gnueabi/libdrm/libdrm-freedreno: PKGSIZE changed from 21885 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/libdrm/libdrm-freedreno: latest.pkg_postinst changed from "#!/bin/sh set -e if [ x"$D" = "x" ]; then if [ -x /sbin/ldconfig ]; then /sbin/ldconfig ; fi fi " to "#!/bin/sh if [ x"$D" = "x" ]; then if [ -x /sbin/ldconfig ]; then /sbin/ldconfig ; fi fi " packages/armv7vet2hf-neon-poky-linux-gnueabi/libdrm/libdrm-intel: PKGSIZE changed from 113073 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/libdrm/libdrm-intel: latest.pkg_postinst changed from "#!/bin/sh set -e if [ x"$D" = "x" ]; then if [ -x /sbin/ldconfig ]; then /sbin/ldconfig ; fi fi " to "#!/bin/sh if [ x"$D" = "x" ]; then if [ -x /sbin/ldconfig ]; then /sbin/ldconfig ; fi fi " packages/armv7vet2hf-neon-poky-linux-gnueabi/libdrm/libdrm-kms: PKGSIZE changed from 9471 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/libdrm/libdrm-kms: latest.pkg_postinst changed from "#!/bin/sh set -e if [ x"$D" = "x" ]; then if [ -x /sbin/ldconfig ]; then /sbin/ldconfig ; fi fi " to "#!/bin/sh if [ x"$D" = "x" ]; then if [ -x /sbin/ldconfig ]; then /sbin/ldconfig ; fi fi " packages/armv7vet2hf-neon-poky-linux-gnueabi/libdrm/libdrm-nouveau: PKGSIZE changed from 21775 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/libdrm/libdrm-nouveau: latest.pkg_postinst changed from "#!/bin/sh set -e if [ x"$D" = "x" ]; then if [ -x /sbin/ldconfig ]; then /sbin/ldconfig ; fi fi " to "#!/bin/sh if [ x"$D" = "x" ]; then if [ -x /sbin/ldconfig ]; then /sbin/ldconfig ; fi fi " packages/armv7vet2hf-neon-poky-linux-gnueabi/libdrm/libdrm-omap: PKGSIZE changed from 9484 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/libdrm/libdrm-omap: latest.pkg_postinst changed from "#!/bin/sh set -e if [ x"$D" = "x" ]; then if [ -x /sbin/ldconfig ]; then /sbin/ldconfig ; fi fi " to "#!/bin/sh if [ x"$D" = "x" ]; then if [ -x /sbin/ldconfig ]; then /sbin/ldconfig ; fi fi " packages/armv7vet2hf-neon-poky-linux-gnueabi/libdrm/libdrm-radeon: PKGSIZE changed from 34114 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/libdrm/libdrm-radeon: latest.pkg_postinst changed from "#!/bin/sh set -e if [ x"$D" = "x" ]; then if [ -x /sbin/ldconfig ]; then /sbin/ldconfig ; fi fi " to "#!/bin/sh if [ x"$D" = "x" ]; then if [ -x /sbin/ldconfig ]; then /sbin/ldconfig ; fi fi " packages/armv7vet2hf-neon-poky-linux-gnueabi/libdrm/libdrm-src: PKGSIZE changed from 1665702 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/libdrm/libdrm-tests: PKGSIZE changed from 163564 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/libdrm/libdrm: PKGSIZE changed from 54627 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/libdrm/libdrm: latest.pkg_postinst changed from "#!/bin/sh set -e if [ x"$D" = "x" ]; then if [ -x /sbin/ldconfig ]; then /sbin/ldconfig ; fi fi " to "#!/bin/sh if [ x"$D" = "x" ]; then if [ -x /sbin/ldconfig ]; then /sbin/ldconfig ; fi fi " packages/armv7vet2hf-neon-poky-linux-gnueabi/libepoxy/libepoxy-dbg: PKGSIZE changed from 3245220 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/libepoxy/libepoxy-dev: PKGSIZE changed from 1665100 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/libepoxy/libepoxy-src: PKGSIZE changed from 5508415 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/libepoxy/libepoxy: PKGSIZE changed from 740481 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/libepoxy/libepoxy: latest.pkg_postinst changed from "#!/bin/sh set -e if [ x"$D" = "x" ]; then if [ -x /sbin/ldconfig ]; then /sbin/ldconfig ; fi fi " to "#!/bin/sh if [ x"$D" = "x" ]; then if [ -x /sbin/ldconfig ]; then /sbin/ldconfig ; fi fi " packages/armv7vet2hf-neon-poky-linux-gnueabi/liberror-perl/liberror-perl-doc: PKGSIZE changed from 26635 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/liberror-perl/liberror-perl-ptest: PKGSIZE changed from 15170 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/liberror-perl/liberror-perl-ptest: RDEPENDS: removed "perl" packages/armv7vet2hf-neon-poky-linux-gnueabi/liberror-perl/liberror-perl: PKGSIZE changed from 34221 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/libevdev/libevdev-dbg: PKGSIZE changed from 205472 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/libevdev/libevdev-dev: PKGSIZE changed from 97531 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/libevdev/libevdev-doc: PKGSIZE changed from 4459 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/libevdev/libevdev-src: PKGSIZE changed from 281150 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/libevdev/libevdev: PKGSIZE changed from 91961 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/libevdev/libevdev: latest.pkg_postinst changed from "#!/bin/sh set -e if [ x"$D" = "x" ]; then if [ -x /sbin/ldconfig ]; then /sbin/ldconfig ; fi fi " to "#!/bin/sh if [ x"$D" = "x" ]; then if [ -x /sbin/ldconfig ]; then /sbin/ldconfig ; fi fi " packages/armv7vet2hf-neon-poky-linux-gnueabi/libexif/libexif-dbg: PKGSIZE changed from 329444 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/libexif/libexif-dev: PKGSIZE changed from 59193 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/libexif/libexif-doc: PKGSIZE changed from 163941 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/libexif/libexif-locale-be: PKGSIZE changed from 13760 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/libexif/libexif-locale-bs: PKGSIZE changed from 113240 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/libexif/libexif-locale-cs: PKGSIZE changed from 57582 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/libexif/libexif-locale-da: PKGSIZE changed from 113443 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/libexif/libexif-locale-de: PKGSIZE changed from 117156 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/libexif/libexif-locale-en-au: PKGSIZE changed from 112312 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/libexif/libexif-locale-en-ca: PKGSIZE changed from 10496 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/libexif/libexif-locale-en-gb: PKGSIZE changed from 112326 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/libexif/libexif-locale-es: PKGSIZE changed from 119092 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/libexif/libexif-locale-fr: PKGSIZE changed from 120570 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/libexif/libexif-locale-it: PKGSIZE changed from 86628 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/libexif/libexif-locale-ja: PKGSIZE changed from 42801 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/libexif/libexif-locale-ms: PKGSIZE changed from 26877 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/libexif/libexif-locale-nl: PKGSIZE changed from 114934 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/libexif/libexif-locale-pl: PKGSIZE changed from 117279 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/libexif/libexif-locale-pt-br: PKGSIZE changed from 57630 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/libexif/libexif-locale-pt: PKGSIZE changed from 13493 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/libexif/libexif-locale-ru: PKGSIZE changed from 97333 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/libexif/libexif-locale-sk: PKGSIZE changed from 115760 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/libexif/libexif-locale-sq: PKGSIZE changed from 12699 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/libexif/libexif-locale-sr: PKGSIZE changed from 73300 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/libexif/libexif-locale-sv: PKGSIZE changed from 113775 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/libexif/libexif-locale-tr: PKGSIZE changed from 63618 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/libexif/libexif-locale-uk: PKGSIZE changed from 152786 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/libexif/libexif-locale-vi: PKGSIZE changed from 122358 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/libexif/libexif-locale-zh-cn: PKGSIZE changed from 20449 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/libexif/libexif-src: PKGSIZE changed from 453551 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/libexif/libexif: PKGSIZE changed from 185657 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/libexif/libexif: latest.pkg_postinst changed from "#!/bin/sh set -e if [ x"$D" = "x" ]; then if [ -x /sbin/ldconfig ]; then /sbin/ldconfig ; fi fi " to "#!/bin/sh if [ x"$D" = "x" ]; then if [ -x /sbin/ldconfig ]; then /sbin/ldconfig ; fi fi " packages/armv7vet2hf-neon-poky-linux-gnueabi/libfakekey/libfakekey-dbg: PKGSIZE changed from 40528 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/libfakekey/libfakekey-dev: PKGSIZE changed from 3113 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/libfakekey/libfakekey-src: PKGSIZE changed from 13282 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/libfakekey/libfakekey: PKGSIZE changed from 5383 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/libfakekey/libfakekey: latest.pkg_postinst changed from "#!/bin/sh set -e if [ x"$D" = "x" ]; then if [ -x /sbin/ldconfig ]; then /sbin/ldconfig ; fi fi " to "#!/bin/sh if [ x"$D" = "x" ]; then if [ -x /sbin/ldconfig ]; then /sbin/ldconfig ; fi fi " packages/armv7vet2hf-neon-poky-linux-gnueabi/libffi/libffi-dbg: PKGSIZE changed from 125100 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/libffi/libffi-dev: PKGSIZE changed from 18210 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/libffi/libffi-doc: PKGSIZE changed from 44031 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/libffi/libffi-src: PKGSIZE changed from 315556 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/libffi/libffi: PKGSIZE changed from 26083 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/libffi/libffi: latest.pkg_postinst changed from "#!/bin/sh set -e if [ x"$D" = "x" ]; then if [ -x /sbin/ldconfig ]; then /sbin/ldconfig ; fi fi " to "#!/bin/sh if [ x"$D" = "x" ]; then if [ -x /sbin/ldconfig ]; then /sbin/ldconfig ; fi fi " packages/armv7vet2hf-neon-poky-linux-gnueabi/libfm-extra/libfm-extra-dbg: PKGSIZE changed from 44804 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/libfm-extra/libfm-extra-dev: PKGSIZE changed from 7617 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/libfm-extra/libfm-extra-src: PKGSIZE changed from 54991 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/libfm-extra/libfm-extra: PKGSIZE changed from 17676 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/libfm-extra/libfm-extra: latest.pkg_postinst changed from "#!/bin/sh set -e if [ x"$D" = "x" ]; then if [ -x /sbin/ldconfig ]; then /sbin/ldconfig ; fi fi " to "#!/bin/sh if [ x"$D" = "x" ]; then if [ -x /sbin/ldconfig ]; then /sbin/ldconfig ; fi fi " packages/armv7vet2hf-neon-poky-linux-gnueabi/libfm/libfm-dbg: PKGSIZE changed from 2685236 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/libfm/libfm-dev: PKGSIZE changed from 233365 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/libfm/libfm-doc: PKGSIZE changed from 1944 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/libfm/libfm-gtk: PKGSIZE changed from 470514 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/libfm/libfm-gtk: latest.pkg_postinst changed from "#!/bin/sh set -e if [ "x$D" != "x" ]; then $INTERCEPT_DIR/postinst_intercept update_desktop_database libfm-gtk \ mlprefix= \ desktop_dir=/usr/share/applications else update-desktop-database $D/usr/share/applications fi if [ x"$D" = "x" ]; then if [ -x /sbin/ldconfig ]; then /sbin/ldconfig ; fi fi " to "#!/bin/sh if [ "x$D" != "x" ]; then $INTERCEPT_DIR/postinst_intercept update_desktop_database libfm-gtk \ mlprefix= \ desktop_dir=/usr/share/applications else update-desktop-database $D/usr/share/applications fi if [ x"$D" = "x" ]; then if [ -x /sbin/ldconfig ]; then /sbin/ldconfig ; fi fi " packages/armv7vet2hf-neon-poky-linux-gnueabi/libfm/libfm-gtk: latest.pkg_postrm changed from "#!/bin/sh set -e if [ "x$D" != "x" ]; then $INTERCEPT_DIR/postinst_intercept update_desktop_database libfm-gtk \ mlprefix= \ desktop_dir=/usr/share/applications else update-desktop-database $D/usr/share/applications fi " to "#!/bin/sh if [ "x$D" != "x" ]; then $INTERCEPT_DIR/postinst_intercept update_desktop_database libfm-gtk \ mlprefix= \ desktop_dir=/usr/share/applications else update-desktop-database $D/usr/share/applications fi " packages/armv7vet2hf-neon-poky-linux-gnueabi/libfm/libfm-locale-af: PKGSIZE changed from 436 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/libfm/libfm-locale-ar: PKGSIZE changed from 34902 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/libfm/libfm-locale-be: PKGSIZE changed from 15839 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/libfm/libfm-locale-bg: PKGSIZE changed from 39224 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/libfm/libfm-locale-bn-in: PKGSIZE changed from 853 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/libfm/libfm-locale-bn: PKGSIZE changed from 8188 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/libfm/libfm-locale-ca: PKGSIZE changed from 31510 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/libfm/libfm-locale-cs: PKGSIZE changed from 30193 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/libfm/libfm-locale-da: PKGSIZE changed from 29802 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/libfm/libfm-locale-de: PKGSIZE changed from 30894 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/libfm/libfm-locale-el: PKGSIZE changed from 33952 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/libfm/libfm-locale-en-gb: PKGSIZE changed from 24025 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/libfm/libfm-locale-es: PKGSIZE changed from 31268 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/libfm/libfm-locale-et: PKGSIZE changed from 29702 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/libfm/libfm-locale-eu: PKGSIZE changed from 30682 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/libfm/libfm-locale-fa: PKGSIZE changed from 17585 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/libfm/libfm-locale-fi: PKGSIZE changed from 30181 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/libfm/libfm-locale-fo: PKGSIZE changed from 8308 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/libfm/libfm-locale-fr: PKGSIZE changed from 32182 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/libfm/libfm-locale-gl: PKGSIZE changed from 31611 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/libfm/libfm-locale-he: PKGSIZE changed from 30731 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/libfm/libfm-locale-hr: PKGSIZE changed from 23648 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/libfm/libfm-locale-hu: PKGSIZE changed from 19706 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/libfm/libfm-locale-id: PKGSIZE changed from 29663 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/libfm/libfm-locale-is: PKGSIZE changed from 27671 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/libfm/libfm-locale-it: PKGSIZE changed from 30614 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/libfm/libfm-locale-ja: PKGSIZE changed from 34448 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/libfm/libfm-locale-kk: PKGSIZE changed from 37871 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/libfm/libfm-locale-ko: PKGSIZE changed from 32069 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/libfm/libfm-locale-lg: PKGSIZE changed from 33153 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/libfm/libfm-locale-lt: PKGSIZE changed from 31378 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/libfm/libfm-locale-ml: PKGSIZE changed from 436 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/libfm/libfm-locale-ms: PKGSIZE changed from 429 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/libfm/libfm-locale-nb: PKGSIZE changed from 29939 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/libfm/libfm-locale-nl: PKGSIZE changed from 31128 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/libfm/libfm-locale-nn: PKGSIZE changed from 436 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/libfm/libfm-locale-pa: PKGSIZE changed from 436 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/libfm/libfm-locale-pl: PKGSIZE changed from 31538 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/libfm/libfm-locale-ps: PKGSIZE changed from 436 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/libfm/libfm-locale-pt-br: PKGSIZE changed from 30905 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/libfm/libfm-locale-pt: PKGSIZE changed from 29952 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/libfm/libfm-locale-ro: PKGSIZE changed from 13484 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/libfm/libfm-locale-ru: PKGSIZE changed from 38745 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/libfm/libfm-locale-sk: PKGSIZE changed from 25491 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/libfm/libfm-locale-sl: PKGSIZE changed from 29577 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/libfm/libfm-locale-sr+latin: PKGSIZE changed from 30275 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/libfm/libfm-locale-sr: PKGSIZE changed from 39022 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/libfm/libfm-locale-sv: PKGSIZE changed from 29320 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/libfm/libfm-locale-te: PKGSIZE changed from 25805 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/libfm/libfm-locale-th: PKGSIZE changed from 429 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/libfm/libfm-locale-tr: PKGSIZE changed from 30610 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/libfm/libfm-locale-tt-ru: PKGSIZE changed from 9918 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/libfm/libfm-locale-ug: PKGSIZE changed from 21875 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/libfm/libfm-locale-uk: PKGSIZE changed from 37902 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/libfm/libfm-locale-ur-pk: PKGSIZE changed from 439 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/libfm/libfm-locale-ur: PKGSIZE changed from 436 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/libfm/libfm-locale-vi: PKGSIZE changed from 14038 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/libfm/libfm-locale-zh-cn: PKGSIZE changed from 28694 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/libfm/libfm-locale-zh-tw: PKGSIZE changed from 26875 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/libfm/libfm-mime: PKGSIZE changed from 1543 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/libfm/libfm-mime: latest.pkg_postinst changed from "#!/bin/sh set -e if [ "x$D" != "x" ]; then $INTERCEPT_DIR/postinst_intercept update_mime_database libfm-mime \ 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 if [ "x$D" != "x" ]; then $INTERCEPT_DIR/postinst_intercept update_mime_database libfm-mime \ mlprefix= \ mimedir=/usr/share/mime else echo "Updating MIME database... this may take a while." update-mime-database $D/usr/share/mime fi " 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 libfm-mime \ 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 " to "#!/bin/sh if [ "x$D" != "x" ]; then $INTERCEPT_DIR/postinst_intercept update_mime_database libfm-mime \ 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/libfm/libfm-src: PKGSIZE changed from 2624549 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/libfm/libfm: PKGSIZE changed from 227809 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/libfm/libfm: latest.pkg_postinst changed from "#!/bin/sh set -e if [ x"$D" = "x" ]; then if [ -x /sbin/ldconfig ]; then /sbin/ldconfig ; fi fi " to "#!/bin/sh if [ x"$D" = "x" ]; then if [ -x /sbin/ldconfig ]; then /sbin/ldconfig ; fi fi " packages/armv7vet2hf-neon-poky-linux-gnueabi/libfontenc/libfontenc-dbg: PKGSIZE changed from 47764 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/libfontenc/libfontenc-dev: PKGSIZE changed from 5226 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/libfontenc/libfontenc-src: PKGSIZE changed from 65146 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/libfontenc/libfontenc: PKGSIZE changed from 19767 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/libfontenc/libfontenc: latest.pkg_postinst changed from "#!/bin/sh set -e if [ x"$D" = "x" ]; then if [ -x /sbin/ldconfig ]; then /sbin/ldconfig ; fi fi " to "#!/bin/sh if [ x"$D" = "x" ]; then if [ -x /sbin/ldconfig ]; then /sbin/ldconfig ; fi fi " packages/armv7vet2hf-neon-poky-linux-gnueabi/libgcc/libgcc-dbg: PKGSIZE changed from 3079776 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/libgcc/libgcc-dev: PKGSIZE changed from 10752362 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/libgcc/libgcc-src: PKGSIZE changed from 40429 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/libgcc/libgcc: PKGSIZE changed from 103820 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/libgcc/libgcc: latest.pkg_postinst changed from "#!/bin/sh set -e if [ x"$D" = "x" ]; then if [ -x /sbin/ldconfig ]; then /sbin/ldconfig ; fi fi " to "#!/bin/sh if [ x"$D" = "x" ]; then if [ -x /sbin/ldconfig ]; then /sbin/ldconfig ; fi fi " packages/armv7vet2hf-neon-poky-linux-gnueabi/libgcrypt/dumpsexp-dev: PKGSIZE changed from 9608 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/libgcrypt/libgcrypt-dbg: PKGSIZE changed from 3638944 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/libgcrypt/libgcrypt-dev: PKGSIZE changed from 90221 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/libgcrypt/libgcrypt-doc: PKGSIZE changed from 338799 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/libgcrypt/libgcrypt-src: PKGSIZE changed from 2962530 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/libgcrypt/libgcrypt: PKGSIZE changed from 657803 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/libgcrypt/libgcrypt: latest.pkg_postinst changed from "#!/bin/sh set -e if [ x"$D" = "x" ]; then if [ -x /sbin/ldconfig ]; then /sbin/ldconfig ; fi fi " to "#!/bin/sh if [ x"$D" = "x" ]; then if [ -x /sbin/ldconfig ]; then /sbin/ldconfig ; fi fi " packages/armv7vet2hf-neon-poky-linux-gnueabi/libglu/libglu-dbg: PKGSIZE changed from 1969196 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/libglu/libglu-dev: PKGSIZE changed from 17427 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/libglu/libglu-src: PKGSIZE changed from 1661939 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/libglu/libglu: PKGSIZE changed from 267675 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/libglu/libglu: latest.pkg_postinst changed from "#!/bin/sh set -e if [ x"$D" = "x" ]; then if [ -x /sbin/ldconfig ]; then /sbin/ldconfig ; fi fi " to "#!/bin/sh if [ x"$D" = "x" ]; then if [ -x /sbin/ldconfig ]; then /sbin/ldconfig ; fi fi " packages/armv7vet2hf-neon-poky-linux-gnueabi/libgpg-error/libgpg-error-dbg: PKGSIZE changed from 576876 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/libgpg-error/libgpg-error-dev: PKGSIZE changed from 194751 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/libgpg-error/libgpg-error-doc: PKGSIZE changed from 101348 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/libgpg-error/libgpg-error-locale-cs: PKGSIZE changed from 22010 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/libgpg-error/libgpg-error-locale-da: PKGSIZE changed from 20822 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/libgpg-error/libgpg-error-locale-de: PKGSIZE changed from 35085 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/libgpg-error/libgpg-error-locale-eo: PKGSIZE changed from 16312 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/libgpg-error/libgpg-error-locale-es: PKGSIZE changed from 27013 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/libgpg-error/libgpg-error-locale-fr: PKGSIZE changed from 22649 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/libgpg-error/libgpg-error-locale-hu: PKGSIZE changed from 17540 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/libgpg-error/libgpg-error-locale-it: PKGSIZE changed from 21084 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/libgpg-error/libgpg-error-locale-ja: PKGSIZE changed from 38814 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/libgpg-error/libgpg-error-locale-nl: PKGSIZE changed from 20438 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/libgpg-error/libgpg-error-locale-pl: PKGSIZE changed from 34878 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/libgpg-error/libgpg-error-locale-pt: PKGSIZE changed from 21316 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/libgpg-error/libgpg-error-locale-ro: PKGSIZE changed from 14455 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/libgpg-error/libgpg-error-locale-ru: PKGSIZE changed from 39786 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/libgpg-error/libgpg-error-locale-sr: PKGSIZE changed from 21279 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/libgpg-error/libgpg-error-locale-sv: PKGSIZE changed from 17166 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/libgpg-error/libgpg-error-locale-uk: PKGSIZE changed from 45209 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/libgpg-error/libgpg-error-locale-vi: PKGSIZE changed from 18302 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/libgpg-error/libgpg-error-locale-zh-cn: PKGSIZE changed from 31390 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/libgpg-error/libgpg-error-locale-zh-tw: PKGSIZE changed from 31924 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/libgpg-error/libgpg-error-src: PKGSIZE changed from 698177 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/libgpg-error/libgpg-error: PKGSIZE changed from 117586 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/libgpg-error/libgpg-error: latest.pkg_postinst changed from "#!/bin/sh set -e if [ x"$D" = "x" ]; then if [ -x /sbin/ldconfig ]; then /sbin/ldconfig ; fi fi " to "#!/bin/sh if [ x"$D" = "x" ]; then if [ -x /sbin/ldconfig ]; then /sbin/ldconfig ; fi fi " packages/armv7vet2hf-neon-poky-linux-gnueabi/libgudev/libgudev-dbg: PKGSIZE changed from 102732 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/libgudev/libgudev-dev: PKGSIZE changed from 123630 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/libgudev/libgudev-src: PKGSIZE changed from 89948 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/libgudev/libgudev: PKGSIZE changed from 38397 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/libgudev/libgudev: latest.pkg_postinst changed from "#!/bin/sh set -e if [ x"$D" = "x" ]; then if [ -x /sbin/ldconfig ]; then /sbin/ldconfig ; fi fi " to "#!/bin/sh if [ x"$D" = "x" ]; then if [ -x /sbin/ldconfig ]; then /sbin/ldconfig ; fi fi " packages/armv7vet2hf-neon-poky-linux-gnueabi/libical/libical-dbg: PKGSIZE changed from 3160792 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/libical/libical-dev: PKGSIZE changed from 874098 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/libical/libical-src: PKGSIZE changed from 3038813 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/libical/libical: PKGSIZE changed from 828111 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/libical/libical: latest.pkg_postinst changed from "#!/bin/sh set -e if [ x"$D" = "x" ]; then if [ -x /sbin/ldconfig ]; then /sbin/ldconfig ; fi fi " to "#!/bin/sh if [ x"$D" = "x" ]; then if [ -x /sbin/ldconfig ]; then /sbin/ldconfig ; fi fi " packages/armv7vet2hf-neon-poky-linux-gnueabi/libice/libice-dbg: PKGSIZE changed from 293876 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/libice/libice-dev: PKGSIZE changed from 36035 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/libice/libice-doc: PKGSIZE changed from 148348 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/libice/libice-src: PKGSIZE changed from 219079 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/libice/libice: PKGSIZE changed from 63175 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/libice/libice: latest.pkg_postinst changed from "#!/bin/sh set -e if [ x"$D" = "x" ]; then if [ -x /sbin/ldconfig ]; then /sbin/ldconfig ; fi fi " to "#!/bin/sh if [ x"$D" = "x" ]; then if [ -x /sbin/ldconfig ]; then /sbin/ldconfig ; fi fi " packages/armv7vet2hf-neon-poky-linux-gnueabi/libidn2/libidn2-bin: PKGSIZE changed from 50852 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/libidn2/libidn2-dbg: PKGSIZE changed from 186416 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/libidn2/libidn2-dev: PKGSIZE changed from 14133 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/libidn2/libidn2-doc: PKGSIZE changed from 71956 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/libidn2/libidn2-locale-cs: PKGSIZE changed from 4999 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/libidn2/libidn2-locale-da: PKGSIZE changed from 4754 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/libidn2/libidn2-locale-de: PKGSIZE changed from 5158 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/libidn2/libidn2-locale-eo: PKGSIZE changed from 4804 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/libidn2/libidn2-locale-es: PKGSIZE changed from 1352 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/libidn2/libidn2-locale-fi: PKGSIZE changed from 1020 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/libidn2/libidn2-locale-fr: PKGSIZE changed from 5103 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/libidn2/libidn2-locale-fur: PKGSIZE changed from 4542 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/libidn2/libidn2-locale-hr: PKGSIZE changed from 1079 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/libidn2/libidn2-locale-hu: PKGSIZE changed from 5273 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/libidn2/libidn2-locale-id: PKGSIZE changed from 968 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/libidn2/libidn2-locale-it: PKGSIZE changed from 937 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/libidn2/libidn2-locale-ja: PKGSIZE changed from 669 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/libidn2/libidn2-locale-nl: PKGSIZE changed from 988 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/libidn2/libidn2-locale-pl: PKGSIZE changed from 4978 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/libidn2/libidn2-locale-pt-br: PKGSIZE changed from 5027 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/libidn2/libidn2-locale-ro: PKGSIZE changed from 5050 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/libidn2/libidn2-locale-ru: PKGSIZE changed from 6292 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/libidn2/libidn2-locale-sr: PKGSIZE changed from 6100 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/libidn2/libidn2-locale-sv: PKGSIZE changed from 4859 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/libidn2/libidn2-locale-uk: PKGSIZE changed from 6375 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/libidn2/libidn2-locale-vi: PKGSIZE changed from 1090 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/libidn2/libidn2-locale-zh-cn: PKGSIZE changed from 4759 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/libidn2/libidn2-src: PKGSIZE changed from 692872 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/libidn2/libidn2: PKGSIZE changed from 120136 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/libidn2/libidn2: latest.pkg_postinst changed from "#!/bin/sh set -e if [ x"$D" = "x" ]; then if [ -x /sbin/ldconfig ]; then /sbin/ldconfig ; fi fi " to "#!/bin/sh if [ x"$D" = "x" ]; then if [ -x /sbin/ldconfig ]; then /sbin/ldconfig ; fi fi " packages/armv7vet2hf-neon-poky-linux-gnueabi/libinput/libinput-bin: PKGSIZE changed from 34392 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/libinput/libinput-dbg: PKGSIZE changed from 5217612 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/libinput/libinput-dev: PKGSIZE changed from 191967 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/libinput/libinput-doc: PKGSIZE changed from 42556 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/libinput/libinput-ptest: PKGSIZE changed from 710498 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/libinput/libinput-src: PKGSIZE changed from 3239478 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/libinput/libinput: PKGSIZE changed from 674574 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/libinput/libinput: latest.pkg_postinst changed from "#!/bin/sh set -e if [ x"$D" = "x" ]; then if [ -x /sbin/ldconfig ]; then /sbin/ldconfig ; fi fi " to "#!/bin/sh if [ x"$D" = "x" ]; then if [ -x /sbin/ldconfig ]; then /sbin/ldconfig ; fi fi " packages/armv7vet2hf-neon-poky-linux-gnueabi/libjitterentropy/libjitterentropy-dbg: PKGSIZE changed from 20164 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/libjitterentropy/libjitterentropy-dev: PKGSIZE changed from 15397 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/libjitterentropy/libjitterentropy-doc: PKGSIZE changed from 2689 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/libjitterentropy/libjitterentropy-src: PKGSIZE changed from 56322 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/libjitterentropy/libjitterentropy: PKGSIZE changed from 17685 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/libjitterentropy/libjitterentropy: latest.pkg_postinst changed from "#!/bin/sh set -e if [ x"$D" = "x" ]; then if [ -x /sbin/ldconfig ]; then /sbin/ldconfig ; fi fi " to "#!/bin/sh if [ x"$D" = "x" ]; then if [ -x /sbin/ldconfig ]; then /sbin/ldconfig ; fi fi " packages/armv7vet2hf-neon-poky-linux-gnueabi/libjpeg-turbo/jpeg-tools: PKGSIZE changed from 148072 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/libjpeg-turbo/libjpeg-turbo-dbg: PKGSIZE changed from 4070116 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/libjpeg-turbo/libjpeg-turbo-dev: PKGSIZE changed from 166094 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/libjpeg-turbo/libjpeg-turbo-doc: PKGSIZE changed from 380020 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/libjpeg-turbo/libjpeg-turbo-src: PKGSIZE changed from 2079360 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/libjpeg-turbo/libjpeg-turbo: PKGSIZE changed from 202101 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/libjpeg-turbo/libjpeg-turbo: latest.pkg_postinst changed from "#!/bin/sh set -e if [ x"$D" = "x" ]; then if [ -x /sbin/ldconfig ]; then /sbin/ldconfig ; fi fi " to "#!/bin/sh if [ x"$D" = "x" ]; then if [ -x /sbin/ldconfig ]; then /sbin/ldconfig ; fi fi " packages/armv7vet2hf-neon-poky-linux-gnueabi/libjpeg-turbo/libturbojpeg: PKGSIZE changed from 251425 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/libjpeg-turbo/libturbojpeg: latest.pkg_postinst changed from "#!/bin/sh set -e if [ x"$D" = "x" ]; then if [ -x /sbin/ldconfig ]; then /sbin/ldconfig ; fi fi " to "#!/bin/sh if [ x"$D" = "x" ]; then if [ -x /sbin/ldconfig ]; then /sbin/ldconfig ; fi fi " packages/armv7vet2hf-neon-poky-linux-gnueabi/libksba/libksba-dbg: PKGSIZE changed from 788676 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/libksba/libksba-dev: PKGSIZE changed from 30116 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/libksba/libksba-doc: PKGSIZE changed from 86566 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/libksba/libksba-src: PKGSIZE changed from 783100 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/libksba/libksba: PKGSIZE changed from 165245 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/libksba/libksba: latest.pkg_postinst changed from "#!/bin/sh set -e if [ x"$D" = "x" ]; then if [ -x /sbin/ldconfig ]; then /sbin/ldconfig ; fi fi " to "#!/bin/sh if [ x"$D" = "x" ]; then if [ -x /sbin/ldconfig ]; then /sbin/ldconfig ; fi fi " packages/armv7vet2hf-neon-poky-linux-gnueabi/libmatchbox/libmatchbox-dbg: PKGSIZE changed from 296316 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/libmatchbox/libmatchbox-dev: PKGSIZE changed from 76069 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/libmatchbox/libmatchbox-src: PKGSIZE changed from 286822 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/libmatchbox/libmatchbox: PKGSIZE changed from 62806 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/libmatchbox/libmatchbox: latest.pkg_postinst changed from "#!/bin/sh set -e if [ x"$D" = "x" ]; then if [ -x /sbin/ldconfig ]; then /sbin/ldconfig ; fi fi " to "#!/bin/sh if [ x"$D" = "x" ]; then if [ -x /sbin/ldconfig ]; then /sbin/ldconfig ; fi fi " packages/armv7vet2hf-neon-poky-linux-gnueabi/libmicrohttpd/libmicrohttpd-dbg: PKGSIZE changed from 412076 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/libmicrohttpd/libmicrohttpd-dev: PKGSIZE changed from 150069 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/libmicrohttpd/libmicrohttpd-doc: PKGSIZE changed from 404778 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/libmicrohttpd/libmicrohttpd-src: PKGSIZE changed from 1014155 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/libmicrohttpd/libmicrohttpd: PKGSIZE changed from 99712 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/libmicrohttpd/libmicrohttpd: latest.pkg_postinst changed from "#!/bin/sh set -e if [ x"$D" = "x" ]; then if [ -x /sbin/ldconfig ]; then /sbin/ldconfig ; fi fi " to "#!/bin/sh if [ x"$D" = "x" ]; then if [ -x /sbin/ldconfig ]; then /sbin/ldconfig ; fi fi " packages/armv7vet2hf-neon-poky-linux-gnueabi/libmnl/libmnl-dbg: PKGSIZE changed from 44564 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/libmnl/libmnl-dev: PKGSIZE changed from 8309 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/libmnl/libmnl-src: PKGSIZE changed from 74499 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/libmnl/libmnl: PKGSIZE changed from 13675 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/libmnl/libmnl: latest.pkg_postinst changed from "#!/bin/sh set -e if [ x"$D" = "x" ]; then if [ -x /sbin/ldconfig ]; then /sbin/ldconfig ; fi fi " to "#!/bin/sh if [ x"$D" = "x" ]; then if [ -x /sbin/ldconfig ]; then /sbin/ldconfig ; fi fi " packages/armv7vet2hf-neon-poky-linux-gnueabi/libmodulemd/libmodulemd-dbg: PKGSIZE changed from 1511268 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/libmodulemd/libmodulemd-dev: PKGSIZE changed from 980988 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/libmodulemd/libmodulemd-src: PKGSIZE changed from 1204472 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/libmodulemd/libmodulemd: PKGSIZE changed from 400333 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/libmodulemd/libmodulemd: latest.pkg_postinst changed from "#!/bin/sh set -e if [ x"$D" = "x" ]; then if [ -x /sbin/ldconfig ]; then /sbin/ldconfig ; fi fi " to "#!/bin/sh if [ x"$D" = "x" ]; then if [ -x /sbin/ldconfig ]; then /sbin/ldconfig ; fi fi " packages/armv7vet2hf-neon-poky-linux-gnueabi/libmpc/libmpc-dbg: PKGSIZE changed from 336260 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/libmpc/libmpc-dev: PKGSIZE changed from 13212 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/libmpc/libmpc-doc: PKGSIZE changed from 89253 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/libmpc/libmpc-src: PKGSIZE changed from 320670 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/libmpc/libmpc: PKGSIZE changed from 66815 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/libmpc/libmpc: latest.pkg_postinst changed from "#!/bin/sh set -e if [ x"$D" = "x" ]; then if [ -x /sbin/ldconfig ]; then /sbin/ldconfig ; fi fi " to "#!/bin/sh if [ x"$D" = "x" ]; then if [ -x /sbin/ldconfig ]; then /sbin/ldconfig ; fi fi " packages/armv7vet2hf-neon-poky-linux-gnueabi/libnewt/libnewt-dbg: PKGSIZE changed from 368620 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/libnewt/libnewt-dev: PKGSIZE changed from 16436 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/libnewt/libnewt-doc: PKGSIZE changed from 9005 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/libnewt/libnewt-locale-ar: PKGSIZE changed from 663 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/libnewt/libnewt-locale-as: PKGSIZE changed from 552 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/libnewt/libnewt-locale-ast: PKGSIZE changed from 567 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/libnewt/libnewt-locale-bal: PKGSIZE changed from 596 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/libnewt/libnewt-locale-bg: PKGSIZE changed from 581 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/libnewt/libnewt-locale-bn-in: PKGSIZE changed from 630 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/libnewt/libnewt-locale-bn: PKGSIZE changed from 606 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/libnewt/libnewt-locale-bs: PKGSIZE changed from 652 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/libnewt/libnewt-locale-ca: PKGSIZE changed from 593 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/libnewt/libnewt-locale-cs: PKGSIZE changed from 570 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/libnewt/libnewt-locale-cy: PKGSIZE changed from 621 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/libnewt/libnewt-locale-da: PKGSIZE changed from 564 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/libnewt/libnewt-locale-de: PKGSIZE changed from 569 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/libnewt/libnewt-locale-dz: PKGSIZE changed from 558 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/libnewt/libnewt-locale-el: PKGSIZE changed from 618 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/libnewt/libnewt-locale-eo: PKGSIZE changed from 660 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/libnewt/libnewt-locale-es: PKGSIZE changed from 574 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/libnewt/libnewt-locale-et: PKGSIZE changed from 627 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/libnewt/libnewt-locale-eu: PKGSIZE changed from 578 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/libnewt/libnewt-locale-fa: PKGSIZE changed from 639 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/libnewt/libnewt-locale-fi: PKGSIZE changed from 590 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/libnewt/libnewt-locale-fr: PKGSIZE changed from 575 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/libnewt/libnewt-locale-ga: PKGSIZE changed from 623 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/libnewt/libnewt-locale-gl: PKGSIZE changed from 578 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/libnewt/libnewt-locale-gu: PKGSIZE changed from 578 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/libnewt/libnewt-locale-he: PKGSIZE changed from 549 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/libnewt/libnewt-locale-hi: PKGSIZE changed from 652 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/libnewt/libnewt-locale-hr: PKGSIZE changed from 651 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/libnewt/libnewt-locale-hu: PKGSIZE changed from 544 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/libnewt/libnewt-locale-ia: PKGSIZE changed from 586 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/libnewt/libnewt-locale-id: PKGSIZE changed from 580 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/libnewt/libnewt-locale-it: PKGSIZE changed from 596 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/libnewt/libnewt-locale-ja: PKGSIZE changed from 582 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/libnewt/libnewt-locale-ka: PKGSIZE changed from 628 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/libnewt/libnewt-locale-km: PKGSIZE changed from 617 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/libnewt/libnewt-locale-kn: PKGSIZE changed from 615 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/libnewt/libnewt-locale-ko: PKGSIZE changed from 566 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/libnewt/libnewt-locale-ku: PKGSIZE changed from 512 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/libnewt/libnewt-locale-lt: PKGSIZE changed from 655 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/libnewt/libnewt-locale-lv: PKGSIZE changed from 652 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/libnewt/libnewt-locale-mg: PKGSIZE changed from 510 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/libnewt/libnewt-locale-mk: PKGSIZE changed from 608 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/libnewt/libnewt-locale-ml: PKGSIZE changed from 739 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/libnewt/libnewt-locale-mr: PKGSIZE changed from 639 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/libnewt/libnewt-locale-ms: PKGSIZE changed from 601 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/libnewt/libnewt-locale-nb: PKGSIZE changed from 585 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/libnewt/libnewt-locale-nds: PKGSIZE changed from 602 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/libnewt/libnewt-locale-ne: PKGSIZE changed from 631 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/libnewt/libnewt-locale-nl: PKGSIZE changed from 594 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/libnewt/libnewt-locale-nn: PKGSIZE changed from 564 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/libnewt/libnewt-locale-pa: PKGSIZE changed from 625 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/libnewt/libnewt-locale-pl: PKGSIZE changed from 616 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/libnewt/libnewt-locale-pt-br: PKGSIZE changed from 611 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/libnewt/libnewt-locale-pt: PKGSIZE changed from 592 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/libnewt/libnewt-locale-ro: PKGSIZE changed from 576 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/libnewt/libnewt-locale-ru: PKGSIZE changed from 683 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/libnewt/libnewt-locale-sk: PKGSIZE changed from 608 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/libnewt/libnewt-locale-sl: PKGSIZE changed from 626 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/libnewt/libnewt-locale-sq: PKGSIZE changed from 594 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/libnewt/libnewt-locale-sr+latin: PKGSIZE changed from 667 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/libnewt/libnewt-locale-sr: PKGSIZE changed from 675 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/libnewt/libnewt-locale-sv: PKGSIZE changed from 566 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/libnewt/libnewt-locale-ta: PKGSIZE changed from 623 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/libnewt/libnewt-locale-te: PKGSIZE changed from 625 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/libnewt/libnewt-locale-tg: PKGSIZE changed from 639 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/libnewt/libnewt-locale-th: PKGSIZE changed from 604 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/libnewt/libnewt-locale-tl: PKGSIZE changed from 507 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/libnewt/libnewt-locale-tr: PKGSIZE changed from 591 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/libnewt/libnewt-locale-uk: PKGSIZE changed from 658 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/libnewt/libnewt-locale-vi: PKGSIZE changed from 574 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/libnewt/libnewt-locale-wo: PKGSIZE changed from 523 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/libnewt/libnewt-locale-xh: PKGSIZE changed from 508 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/libnewt/libnewt-locale-zh-cn: PKGSIZE changed from 601 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/libnewt/libnewt-locale-zh-tw: PKGSIZE changed from 608 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/libnewt/libnewt-python: PKGSIZE changed from 58942 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/libnewt/libnewt-src: PKGSIZE changed from 261398 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/libnewt/libnewt-staticdev: PKGSIZE changed from 356182 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/libnewt/libnewt: PKGSIZE changed from 54906 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/libnewt/libnewt: latest.pkg_postinst changed from "#!/bin/sh set -e if [ x"$D" = "x" ]; then if [ -x /sbin/ldconfig ]; then /sbin/ldconfig ; fi fi " to "#!/bin/sh if [ x"$D" = "x" ]; then if [ -x /sbin/ldconfig ]; then /sbin/ldconfig ; fi fi " packages/armv7vet2hf-neon-poky-linux-gnueabi/libnewt/whiptail: PKGSIZE changed from 17808 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/libnl/libnl-cli: PKGSIZE changed from 498231 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/libnl/libnl-cli: latest.pkg_postinst changed from "#!/bin/sh set -e if [ x"$D" = "x" ]; then if [ -x /sbin/ldconfig ]; then /sbin/ldconfig ; fi fi " to "#!/bin/sh if [ x"$D" = "x" ]; then if [ -x /sbin/ldconfig ]; then /sbin/ldconfig ; fi fi " packages/armv7vet2hf-neon-poky-linux-gnueabi/libnl/libnl-dbg: PKGSIZE changed from 4609748 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/libnl/libnl-dev: PKGSIZE changed from 296070 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/libnl/libnl-doc: PKGSIZE changed from 7580 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/libnl/libnl-genl: PKGSIZE changed from 18192 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/libnl/libnl-genl: latest.pkg_postinst changed from "#!/bin/sh set -e if [ x"$D" = "x" ]; then if [ -x /sbin/ldconfig ]; then /sbin/ldconfig ; fi fi " to "#!/bin/sh if [ x"$D" = "x" ]; then if [ -x /sbin/ldconfig ]; then /sbin/ldconfig ; fi fi " packages/armv7vet2hf-neon-poky-linux-gnueabi/libnl/libnl-idiag: PKGSIZE changed from 26453 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/libnl/libnl-idiag: latest.pkg_postinst changed from "#!/bin/sh set -e if [ x"$D" = "x" ]; then if [ -x /sbin/ldconfig ]; then /sbin/ldconfig ; fi fi " to "#!/bin/sh if [ x"$D" = "x" ]; then if [ -x /sbin/ldconfig ]; then /sbin/ldconfig ; fi fi " packages/armv7vet2hf-neon-poky-linux-gnueabi/libnl/libnl-nf: PKGSIZE changed from 64858 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/libnl/libnl-nf: latest.pkg_postinst changed from "#!/bin/sh set -e if [ x"$D" = "x" ]; then if [ -x /sbin/ldconfig ]; then /sbin/ldconfig ; fi fi " to "#!/bin/sh if [ x"$D" = "x" ]; then if [ -x /sbin/ldconfig ]; then /sbin/ldconfig ; fi fi " packages/armv7vet2hf-neon-poky-linux-gnueabi/libnl/libnl-ptest: PKGSIZE changed from 187703 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/libnl/libnl-route: PKGSIZE changed from 338565 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/libnl/libnl-route: latest.pkg_postinst changed from "#!/bin/sh set -e if [ x"$D" = "x" ]; then if [ -x /sbin/ldconfig ]; then /sbin/ldconfig ; fi fi " to "#!/bin/sh if [ x"$D" = "x" ]; then if [ -x /sbin/ldconfig ]; then /sbin/ldconfig ; fi fi " packages/armv7vet2hf-neon-poky-linux-gnueabi/libnl/libnl-src: PKGSIZE changed from 2794067 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/libnl/libnl-xfrm: PKGSIZE changed from 51660 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/libnl/libnl-xfrm: latest.pkg_postinst changed from "#!/bin/sh set -e if [ x"$D" = "x" ]; then if [ -x /sbin/ldconfig ]; then /sbin/ldconfig ; fi fi " to "#!/bin/sh if [ x"$D" = "x" ]; then if [ -x /sbin/ldconfig ]; then /sbin/ldconfig ; fi fi " packages/armv7vet2hf-neon-poky-linux-gnueabi/libnl/libnl: PKGSIZE changed from 94293 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/libnl/libnl: latest.pkg_postinst changed from "#!/bin/sh set -e if [ x"$D" = "x" ]; then if [ -x /sbin/ldconfig ]; then /sbin/ldconfig ; fi fi " to "#!/bin/sh if [ x"$D" = "x" ]; then if [ -x /sbin/ldconfig ]; then /sbin/ldconfig ; fi fi " packages/armv7vet2hf-neon-poky-linux-gnueabi/libnsl2/libnsl2-dbg: PKGSIZE changed from 449580 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/libnsl2/libnsl2-dev: PKGSIZE changed from 108168 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/libnsl2/libnsl2-src: PKGSIZE changed from 269940 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/libnsl2/libnsl2: PKGSIZE changed from 54679 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/libnsl2/libnsl2: latest.pkg_postinst changed from "#!/bin/sh set -e if [ x"$D" = "x" ]; then if [ -x /sbin/ldconfig ]; then /sbin/ldconfig ; fi fi " to "#!/bin/sh if [ x"$D" = "x" ]; then if [ -x /sbin/ldconfig ]; then /sbin/ldconfig ; fi fi " packages/armv7vet2hf-neon-poky-linux-gnueabi/libnss-mdns/libnss-mdns-dbg: PKGSIZE changed from 255516 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/libnss-mdns/libnss-mdns-src: PKGSIZE changed from 29349 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/libnss-mdns/libnss-mdns: PKGSIZE changed from 57120 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/libnss-mdns/libnss-mdns: latest.pkg_postinst changed from "set -e sed ' /^hosts:/ !b /\/ b s/\([[:blank:]]\+\)dns\>/\1mdns4_minimal [NOTFOUND=return] dns/g ' -i $D/etc/nsswitch.conf if [ x"$D" = "x" ]; then if [ -x /sbin/ldconfig ]; then /sbin/ldconfig ; fi fi " to " sed ' /^hosts:/ !b /\/ b s/\([[:blank:]]\+\)dns\>/\1mdns4_minimal [NOTFOUND=return] dns/g ' -i $D/etc/nsswitch.conf if [ x"$D" = "x" ]; then if [ -x /sbin/ldconfig ]; then /sbin/ldconfig ; fi fi " packages/armv7vet2hf-neon-poky-linux-gnueabi/libnss-mdns/libnss-mdns: latest.pkg_prerm changed from "set -e sed ' /^hosts:/ !b s/[[:blank:]]\+mdns\(4\|6\)\?\(_minimal\( \[NOTFOUND=return\]\)\?\)\?//g ' -i $D/etc/nsswitch.conf " to " sed ' /^hosts:/ !b s/[[:blank:]]\+mdns\(4\|6\)\?\(_minimal\( \[NOTFOUND=return\]\)\?\)\?//g ' -i $D/etc/nsswitch.conf " packages/armv7vet2hf-neon-poky-linux-gnueabi/libogg/libogg-dbg: PKGSIZE changed from 44640 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/libogg/libogg-dev: PKGSIZE changed from 17914 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/libogg/libogg-doc: PKGSIZE changed from 391999 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/libogg/libogg-src: PKGSIZE changed from 129437 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/libogg/libogg: PKGSIZE changed from 21759 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/libogg/libogg: latest.pkg_postinst changed from "#!/bin/sh set -e if [ x"$D" = "x" ]; then if [ -x /sbin/ldconfig ]; then /sbin/ldconfig ; fi fi " to "#!/bin/sh if [ x"$D" = "x" ]; then if [ -x /sbin/ldconfig ]; then /sbin/ldconfig ; fi fi " packages/armv7vet2hf-neon-poky-linux-gnueabi/libpcap/libpcap-dbg: PKGSIZE changed from 867376 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/libpcap/libpcap-dev: PKGSIZE changed from 160600 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/libpcap/libpcap-doc: PKGSIZE changed from 240494 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/libpcap/libpcap-src: PKGSIZE changed from 1443400 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/libpcap/libpcap-staticdev: PKGSIZE changed from 1451344 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/libpcap/libpcap: PKGSIZE changed from 202261 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/libpcap/libpcap: latest.pkg_postinst changed from "#!/bin/sh set -e if [ x"$D" = "x" ]; then if [ -x /sbin/ldconfig ]; then /sbin/ldconfig ; fi fi " to "#!/bin/sh if [ x"$D" = "x" ]; then if [ -x /sbin/ldconfig ]; then /sbin/ldconfig ; fi fi " packages/armv7vet2hf-neon-poky-linux-gnueabi/libpciaccess/libpciaccess-dbg: PKGSIZE changed from 117836 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/libpciaccess/libpciaccess-dev: PKGSIZE changed from 15706 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/libpciaccess/libpciaccess-src: PKGSIZE changed from 123543 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/libpciaccess/libpciaccess: PKGSIZE changed from 25922 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/libpciaccess/libpciaccess: latest.pkg_postinst changed from "#!/bin/sh set -e if [ x"$D" = "x" ]; then if [ -x /sbin/ldconfig ]; then /sbin/ldconfig ; fi fi " to "#!/bin/sh if [ x"$D" = "x" ]; then if [ -x /sbin/ldconfig ]; then /sbin/ldconfig ; fi fi " packages/armv7vet2hf-neon-poky-linux-gnueabi/libpcre/libpcre-dbg: PKGSIZE changed from 2305004 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/libpcre/libpcre-dev: PKGSIZE changed from 84449 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/libpcre/libpcre-doc: PKGSIZE changed from 2301066 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/libpcre/libpcre-ptest: PKGSIZE changed from 1846238 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/libpcre/libpcre-src: PKGSIZE changed from 2247226 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/libpcre/libpcre: PKGSIZE changed from 324937 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/libpcre/libpcre: latest.pkg_postinst changed from "#!/bin/sh set -e if [ x"$D" = "x" ]; then if [ -x /sbin/ldconfig ]; then /sbin/ldconfig ; fi fi " to "#!/bin/sh if [ x"$D" = "x" ]; then if [ -x /sbin/ldconfig ]; then /sbin/ldconfig ; fi fi " packages/armv7vet2hf-neon-poky-linux-gnueabi/libpcre/libpcrecpp: PKGSIZE changed from 26019 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/libpcre/libpcrecpp: latest.pkg_postinst changed from "#!/bin/sh set -e if [ x"$D" = "x" ]; then if [ -x /sbin/ldconfig ]; then /sbin/ldconfig ; fi fi " to "#!/bin/sh if [ x"$D" = "x" ]; then if [ -x /sbin/ldconfig ]; then /sbin/ldconfig ; fi fi " packages/armv7vet2hf-neon-poky-linux-gnueabi/libpcre/libpcreposix: PKGSIZE changed from 9537 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/libpcre/libpcreposix: latest.pkg_postinst changed from "#!/bin/sh set -e if [ x"$D" = "x" ]; then if [ -x /sbin/ldconfig ]; then /sbin/ldconfig ; fi fi " to "#!/bin/sh if [ x"$D" = "x" ]; then if [ -x /sbin/ldconfig ]; then /sbin/ldconfig ; fi fi " packages/armv7vet2hf-neon-poky-linux-gnueabi/libpcre/pcregrep-doc: PKGSIZE changed from 35450 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/libpcre/pcregrep: PKGSIZE changed from 31308 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/libpcre/pcretest-doc: PKGSIZE changed from 49267 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/libpcre/pcretest: PKGSIZE changed from 54720 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/libpcre2/libpcre2-16: PKGSIZE changed from 259649 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/libpcre2/libpcre2-16: latest.pkg_postinst changed from "#!/bin/sh set -e if [ x"$D" = "x" ]; then if [ -x /sbin/ldconfig ]; then /sbin/ldconfig ; fi fi " to "#!/bin/sh if [ x"$D" = "x" ]; then if [ -x /sbin/ldconfig ]; then /sbin/ldconfig ; fi fi " packages/armv7vet2hf-neon-poky-linux-gnueabi/libpcre2/libpcre2-32: PKGSIZE changed from 247361 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/libpcre2/libpcre2-32: latest.pkg_postinst changed from "#!/bin/sh set -e if [ x"$D" = "x" ]; then if [ -x /sbin/ldconfig ]; then /sbin/ldconfig ; fi fi " to "#!/bin/sh if [ x"$D" = "x" ]; then if [ -x /sbin/ldconfig ]; then /sbin/ldconfig ; fi fi " packages/armv7vet2hf-neon-poky-linux-gnueabi/libpcre2/libpcre2-dbg: PKGSIZE changed from 2047688 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/libpcre2/libpcre2-dev: PKGSIZE changed from 55284 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/libpcre2/libpcre2-doc: PKGSIZE changed from 2495479 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/libpcre2/libpcre2-src: PKGSIZE changed from 2446824 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/libpcre2/libpcre2: PKGSIZE changed from 289667 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/libpcre2/libpcre2: latest.pkg_postinst changed from "#!/bin/sh set -e if [ x"$D" = "x" ]; then if [ -x /sbin/ldconfig ]; then /sbin/ldconfig ; fi fi " to "#!/bin/sh if [ x"$D" = "x" ]; then if [ -x /sbin/ldconfig ]; then /sbin/ldconfig ; fi fi " packages/armv7vet2hf-neon-poky-linux-gnueabi/libpcre2/pcre2grep-doc: PKGSIZE changed from 49380 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/libpcre2/pcre2grep: PKGSIZE changed from 35532 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/libpcre2/pcre2test-doc: PKGSIZE changed from 88918 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/libpcre2/pcre2test: PKGSIZE changed from 122348 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/libpng/libpng-dbg: PKGSIZE changed from 817572 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/libpng/libpng-dev: PKGSIZE changed from 173856 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/libpng/libpng-doc: PKGSIZE changed from 269456 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/libpng/libpng-src: PKGSIZE changed from 1419321 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/libpng/libpng-tools: PKGSIZE changed from 43852 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/libpng/libpng: PKGSIZE changed from 140603 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/libpng/libpng: latest.pkg_postinst changed from "#!/bin/sh set -e if [ x"$D" = "x" ]; then if [ -x /sbin/ldconfig ]; then /sbin/ldconfig ; fi fi " to "#!/bin/sh if [ x"$D" = "x" ]; then if [ -x /sbin/ldconfig ]; then /sbin/ldconfig ; fi fi " packages/armv7vet2hf-neon-poky-linux-gnueabi/libpsl/libpsl-bin: PKGSIZE changed from 13728 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/libpsl/libpsl-dbg: PKGSIZE changed from 81616 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/libpsl/libpsl-dev: PKGSIZE changed from 6039 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/libpsl/libpsl-doc: PKGSIZE changed from 3914 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/libpsl/libpsl-src: PKGSIZE changed from 374405 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/libpsl/libpsl: PKGSIZE changed from 62719 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/libpsl/libpsl: latest.pkg_postinst changed from "#!/bin/sh set -e if [ x"$D" = "x" ]; then if [ -x /sbin/ldconfig ]; then /sbin/ldconfig ; fi fi " to "#!/bin/sh if [ x"$D" = "x" ]; then if [ -x /sbin/ldconfig ]; then /sbin/ldconfig ; fi fi " packages/armv7vet2hf-neon-poky-linux-gnueabi/libpthread-stubs/libpthread-stubs-dev: PKGSIZE changed from 224 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/librepo/librepo-dbg: PKGSIZE changed from 724676 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/librepo/librepo-dev: PKGSIZE changed from 124414 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/librepo/librepo-src: PKGSIZE changed from 705712 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/librepo/librepo: PKGSIZE changed from 216060 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/librepo/librepo: latest.pkg_postinst changed from "#!/bin/sh set -e if [ x"$D" = "x" ]; then if [ -x /sbin/ldconfig ]; then /sbin/ldconfig ; fi fi " to "#!/bin/sh if [ x"$D" = "x" ]; then if [ -x /sbin/ldconfig ]; then /sbin/ldconfig ; fi fi " packages/armv7vet2hf-neon-poky-linux-gnueabi/librsvg/librsvg-dbg: PKGSIZE changed from 974144 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/librsvg/librsvg-dev: PKGSIZE changed from 62114 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/librsvg/librsvg-doc: PKGSIZE changed from 2064 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/librsvg/librsvg-gtk: PKGSIZE changed from 5514 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/librsvg/librsvg-gtk: latest.pkg_postinst changed from "#!/bin/sh set -e if [ "x$D" != "x" ]; then $INTERCEPT_DIR/postinst_intercept update_pixbuf_cache librsvg-2-gtk mlprefix= binprefix= libdir=/usr/lib \ bindir=/usr/bin base_libdir=/lib else # Update the pixbuf loaders in case they haven't been registered yet /usr/lib/gdk-pixbuf-2.0/gdk-pixbuf-query-loaders --update-cache if [ -x /usr/bin/gtk-update-icon-cache ] && [ -d /usr/share/icons ]; then for icondir in /usr/share/icons/*; do if [ -d ${icondir} ]; then gtk-update-icon-cache -t -q ${icondir} fi done fi fi " to "#!/bin/sh if [ "x$D" != "x" ]; then $INTERCEPT_DIR/postinst_intercept update_pixbuf_cache librsvg-2-gtk mlprefix= binprefix= libdir=/usr/lib \ bindir=/usr/bin base_libdir=/lib else # Update the pixbuf loaders in case they haven't been registered yet /usr/lib/gdk-pixbuf-2.0/gdk-pixbuf-query-loaders --update-cache if [ -x /usr/bin/gtk-update-icon-cache ] && [ -d /usr/share/icons ]; then for icondir in /usr/share/icons/*; do if [ -d ${icondir} ]; then gtk-update-icon-cache -t -q ${icondir} fi done fi fi " packages/armv7vet2hf-neon-poky-linux-gnueabi/librsvg/librsvg-gtk: latest.pkg_postrm changed from "#!/bin/sh set -e if [ "x$D" != "x" ]; then $INTERCEPT_DIR/postinst_intercept update_pixbuf_cache librsvg-2-gtk mlprefix= binprefix= libdir=/usr/lib \ bindir=/usr/bin base_libdir=/lib else # Update the pixbuf loaders in case they haven't been registered yet /usr/lib/gdk-pixbuf-2.0/gdk-pixbuf-query-loaders --update-cache if [ -x /usr/bin/gtk-update-icon-cache ] && [ -d /usr/share/icons ]; then for icondir in /usr/share/icons/*; do if [ -d ${icondir} ]; then gtk-update-icon-cache -t -q ${icondir} fi done fi fi " to "#!/bin/sh if [ "x$D" != "x" ]; then $INTERCEPT_DIR/postinst_intercept update_pixbuf_cache librsvg-2-gtk mlprefix= binprefix= libdir=/usr/lib \ bindir=/usr/bin base_libdir=/lib else # Update the pixbuf loaders in case they haven't been registered yet /usr/lib/gdk-pixbuf-2.0/gdk-pixbuf-query-loaders --update-cache if [ -x /usr/bin/gtk-update-icon-cache ] && [ -d /usr/share/icons ]; then for icondir in /usr/share/icons/*; do if [ -d ${icondir} ]; then gtk-update-icon-cache -t -q ${icondir} fi done fi fi " packages/armv7vet2hf-neon-poky-linux-gnueabi/librsvg/librsvg-src: PKGSIZE changed from 686803 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/librsvg/librsvg: PKGSIZE changed from 153600 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/librsvg/librsvg: latest.pkg_postinst changed from "#!/bin/sh set -e if [ x"$D" = "x" ]; then if [ -x /sbin/ldconfig ]; then /sbin/ldconfig ; fi fi " to "#!/bin/sh if [ x"$D" = "x" ]; then if [ -x /sbin/ldconfig ]; then /sbin/ldconfig ; fi fi " packages/armv7vet2hf-neon-poky-linux-gnueabi/librsvg/rsvg: PKGSIZE changed from 13708 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/libsamplerate0/libsamplerate0-dbg: PKGSIZE changed from 90668 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/libsamplerate0/libsamplerate0-dev: PKGSIZE changed from 4998 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/libsamplerate0/libsamplerate0-doc: PKGSIZE changed from 91581 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/libsamplerate0/libsamplerate0-src: PKGSIZE changed from 9945902 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/libsamplerate0/libsamplerate0: PKGSIZE changed from 1489622 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/libsamplerate0/libsamplerate0: latest.pkg_postinst changed from "#!/bin/sh set -e if [ x"$D" = "x" ]; then if [ -x /sbin/ldconfig ]; then /sbin/ldconfig ; fi fi " to "#!/bin/sh if [ x"$D" = "x" ]; then if [ -x /sbin/ldconfig ]; then /sbin/ldconfig ; fi fi " packages/armv7vet2hf-neon-poky-linux-gnueabi/libseccomp/libseccomp-dbg: PKGSIZE changed from 19471916 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/libseccomp/libseccomp-dev: PKGSIZE changed from 77418 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/libseccomp/libseccomp-doc: PKGSIZE changed from 70168 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/libseccomp/libseccomp-ptest: PKGSIZE changed from 6731593 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/libseccomp/libseccomp-src: PKGSIZE changed from 580191 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/libseccomp/libseccomp-staticdev: PKGSIZE changed from 596012 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/libseccomp/libseccomp: PKGSIZE changed from 117504 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/libseccomp/libseccomp: latest.pkg_postinst changed from "#!/bin/sh set -e if [ x"$D" = "x" ]; then if [ -x /sbin/ldconfig ]; then /sbin/ldconfig ; fi fi " to "#!/bin/sh if [ x"$D" = "x" ]; then if [ -x /sbin/ldconfig ]; then /sbin/ldconfig ; fi fi " packages/armv7vet2hf-neon-poky-linux-gnueabi/libsm/libsm-dbg: PKGSIZE changed from 111936 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/libsm/libsm-dev: PKGSIZE changed from 19283 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/libsm/libsm-doc: PKGSIZE changed from 211486 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/libsm/libsm-src: PKGSIZE changed from 87345 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/libsm/libsm: PKGSIZE changed from 21790 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/libsm/libsm: latest.pkg_postinst changed from "#!/bin/sh set -e if [ x"$D" = "x" ]; then if [ -x /sbin/ldconfig ]; then /sbin/ldconfig ; fi fi " to "#!/bin/sh if [ x"$D" = "x" ]; then if [ -x /sbin/ldconfig ]; then /sbin/ldconfig ; fi fi " packages/armv7vet2hf-neon-poky-linux-gnueabi/libsndfile1/libsndfile1-bin: PKGSIZE changed from 158104 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/libsndfile1/libsndfile1-dbg: PKGSIZE changed from 2089636 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/libsndfile1/libsndfile1-dev: PKGSIZE changed from 42108 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/libsndfile1/libsndfile1-doc: PKGSIZE changed from 195667 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/libsndfile1/libsndfile1-src: PKGSIZE changed from 1703263 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/libsndfile1/libsndfile1: PKGSIZE changed from 346200 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/libsndfile1/libsndfile1: latest.pkg_postinst changed from "#!/bin/sh set -e if [ x"$D" = "x" ]; then if [ -x /sbin/ldconfig ]; then /sbin/ldconfig ; fi fi " to "#!/bin/sh if [ x"$D" = "x" ]; then if [ -x /sbin/ldconfig ]; then /sbin/ldconfig ; fi fi " packages/armv7vet2hf-neon-poky-linux-gnueabi/libsolv/libsolv-dbg: PKGSIZE changed from 2540864 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/libsolv/libsolv-dev: PKGSIZE changed from 124918 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/libsolv/libsolv-doc: PKGSIZE changed from 281777 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/libsolv/libsolv-src: PKGSIZE changed from 1565954 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/libsolv/libsolv-tools: PKGSIZE changed from 122148 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/libsolv/libsolv: PKGSIZE changed from 358764 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/libsolv/libsolv: latest.pkg_postinst changed from "#!/bin/sh set -e if [ x"$D" = "x" ]; then if [ -x /sbin/ldconfig ]; then /sbin/ldconfig ; fi fi " to "#!/bin/sh if [ x"$D" = "x" ]; then if [ -x /sbin/ldconfig ]; then /sbin/ldconfig ; fi fi " packages/armv7vet2hf-neon-poky-linux-gnueabi/libsolv/libsolvext: PKGSIZE changed from 102020 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/libsolv/libsolvext: latest.pkg_postinst changed from "#!/bin/sh set -e if [ x"$D" = "x" ]; then if [ -x /sbin/ldconfig ]; then /sbin/ldconfig ; fi fi " to "#!/bin/sh if [ x"$D" = "x" ]; then if [ -x /sbin/ldconfig ]; then /sbin/ldconfig ; fi fi " packages/armv7vet2hf-neon-poky-linux-gnueabi/libsoup-2.4/libsoup-2.4-dbg: PKGSIZE changed from 1938788 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/libsoup-2.4/libsoup-2.4-dev: PKGSIZE changed from 1620071 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/libsoup-2.4/libsoup-2.4-locale-an: PKGSIZE changed from 3875 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/libsoup-2.4/libsoup-2.4-locale-as: PKGSIZE changed from 3614 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/libsoup-2.4/libsoup-2.4-locale-be: PKGSIZE changed from 4597 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/libsoup-2.4/libsoup-2.4-locale-bg: PKGSIZE changed from 4632 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/libsoup-2.4/libsoup-2.4-locale-bn-in: PKGSIZE changed from 3579 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/libsoup-2.4/libsoup-2.4-locale-bs: PKGSIZE changed from 2578 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/libsoup-2.4/libsoup-2.4-locale-ca+valencia: PKGSIZE changed from 4060 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/libsoup-2.4/libsoup-2.4-locale-ca: PKGSIZE changed from 4624 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/libsoup-2.4/libsoup-2.4-locale-cs: PKGSIZE changed from 4406 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/libsoup-2.4/libsoup-2.4-locale-da: PKGSIZE changed from 4151 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/libsoup-2.4/libsoup-2.4-locale-de: PKGSIZE changed from 4435 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/libsoup-2.4/libsoup-2.4-locale-el: PKGSIZE changed from 5102 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/libsoup-2.4/libsoup-2.4-locale-en-gb: PKGSIZE changed from 4019 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/libsoup-2.4/libsoup-2.4-locale-eo: PKGSIZE changed from 2241 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/libsoup-2.4/libsoup-2.4-locale-es: PKGSIZE changed from 4519 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/libsoup-2.4/libsoup-2.4-locale-et: PKGSIZE changed from 3669 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/libsoup-2.4/libsoup-2.4-locale-eu: PKGSIZE changed from 4285 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/libsoup-2.4/libsoup-2.4-locale-fa: PKGSIZE changed from 5030 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/libsoup-2.4/libsoup-2.4-locale-fi: PKGSIZE changed from 2575 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/libsoup-2.4/libsoup-2.4-locale-fr: PKGSIZE changed from 4579 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/libsoup-2.4/libsoup-2.4-locale-fur: PKGSIZE changed from 4325 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/libsoup-2.4/libsoup-2.4-locale-gd: PKGSIZE changed from 4237 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/libsoup-2.4/libsoup-2.4-locale-gl: PKGSIZE changed from 4476 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/libsoup-2.4/libsoup-2.4-locale-gu: PKGSIZE changed from 3555 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/libsoup-2.4/libsoup-2.4-locale-he: PKGSIZE changed from 3986 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/libsoup-2.4/libsoup-2.4-locale-hi: PKGSIZE changed from 3681 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/libsoup-2.4/libsoup-2.4-locale-hr: PKGSIZE changed from 4271 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/libsoup-2.4/libsoup-2.4-locale-hu: PKGSIZE changed from 4461 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/libsoup-2.4/libsoup-2.4-locale-id: PKGSIZE changed from 4179 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/libsoup-2.4/libsoup-2.4-locale-it: PKGSIZE changed from 4389 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/libsoup-2.4/libsoup-2.4-locale-ja: PKGSIZE changed from 5050 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/libsoup-2.4/libsoup-2.4-locale-kn: PKGSIZE changed from 4214 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/libsoup-2.4/libsoup-2.4-locale-ko: PKGSIZE changed from 4737 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/libsoup-2.4/libsoup-2.4-locale-lt: PKGSIZE changed from 4345 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/libsoup-2.4/libsoup-2.4-locale-lv: PKGSIZE changed from 4315 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/libsoup-2.4/libsoup-2.4-locale-ml: PKGSIZE changed from 3327 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/libsoup-2.4/libsoup-2.4-locale-mr: PKGSIZE changed from 3490 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/libsoup-2.4/libsoup-2.4-locale-ms: PKGSIZE changed from 4064 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/libsoup-2.4/libsoup-2.4-locale-nb: PKGSIZE changed from 3628 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/libsoup-2.4/libsoup-2.4-locale-ne: PKGSIZE changed from 5256 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/libsoup-2.4/libsoup-2.4-locale-nl: PKGSIZE changed from 4143 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/libsoup-2.4/libsoup-2.4-locale-oc: PKGSIZE changed from 3901 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/libsoup-2.4/libsoup-2.4-locale-or: PKGSIZE changed from 3761 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/libsoup-2.4/libsoup-2.4-locale-pa: PKGSIZE changed from 3555 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/libsoup-2.4/libsoup-2.4-locale-pl: PKGSIZE changed from 4469 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/libsoup-2.4/libsoup-2.4-locale-pt-br: PKGSIZE changed from 4521 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/libsoup-2.4/libsoup-2.4-locale-pt: PKGSIZE changed from 4229 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/libsoup-2.4/libsoup-2.4-locale-ro: PKGSIZE changed from 4385 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/libsoup-2.4/libsoup-2.4-locale-ru: PKGSIZE changed from 4864 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/libsoup-2.4/libsoup-2.4-locale-sk: PKGSIZE changed from 4564 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/libsoup-2.4/libsoup-2.4-locale-sl: PKGSIZE changed from 4390 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/libsoup-2.4/libsoup-2.4-locale-sr+latin: PKGSIZE changed from 3932 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/libsoup-2.4/libsoup-2.4-locale-sr: PKGSIZE changed from 5579 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/libsoup-2.4/libsoup-2.4-locale-sv: PKGSIZE changed from 4201 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/libsoup-2.4/libsoup-2.4-locale-ta: PKGSIZE changed from 4150 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/libsoup-2.4/libsoup-2.4-locale-te: PKGSIZE changed from 3726 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/libsoup-2.4/libsoup-2.4-locale-tg: PKGSIZE changed from 2561 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/libsoup-2.4/libsoup-2.4-locale-th: PKGSIZE changed from 5206 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/libsoup-2.4/libsoup-2.4-locale-tr: PKGSIZE changed from 4355 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/libsoup-2.4/libsoup-2.4-locale-ug: PKGSIZE changed from 2454 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/libsoup-2.4/libsoup-2.4-locale-uk: PKGSIZE changed from 5435 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/libsoup-2.4/libsoup-2.4-locale-uz+cyrillic: PKGSIZE changed from 1795 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/libsoup-2.4/libsoup-2.4-locale-vi: PKGSIZE changed from 4044 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/libsoup-2.4/libsoup-2.4-locale-zh-cn: PKGSIZE changed from 3978 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/libsoup-2.4/libsoup-2.4-locale-zh-hk: PKGSIZE changed from 2445 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/libsoup-2.4/libsoup-2.4-locale-zh-tw: PKGSIZE changed from 3902 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/libsoup-2.4/libsoup-2.4-src: PKGSIZE changed from 1800169 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/libsoup-2.4/libsoup-2.4: PKGSIZE changed from 499101 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/libsoup-2.4/libsoup-2.4: latest.pkg_postinst changed from "#!/bin/sh set -e if [ x"$D" = "x" ]; then if [ -x /sbin/ldconfig ]; then /sbin/ldconfig ; fi fi " to "#!/bin/sh if [ x"$D" = "x" ]; then if [ -x /sbin/ldconfig ]; then /sbin/ldconfig ; fi fi " packages/armv7vet2hf-neon-poky-linux-gnueabi/libtheora/libtheora-dbg: PKGSIZE changed from 1348232 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/libtheora/libtheora-dev: PKGSIZE changed from 101025 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/libtheora/libtheora-src: PKGSIZE changed from 919519 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/libtheora/libtheora: PKGSIZE changed from 393421 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/libtheora/libtheora: latest.pkg_postinst changed from "#!/bin/sh set -e if [ x"$D" = "x" ]; then if [ -x /sbin/ldconfig ]; then /sbin/ldconfig ; fi fi " to "#!/bin/sh if [ x"$D" = "x" ]; then if [ -x /sbin/ldconfig ]; then /sbin/ldconfig ; fi fi " packages/armv7vet2hf-neon-poky-linux-gnueabi/libtirpc/libtirpc-dbg: PKGSIZE changed from 610308 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/libtirpc/libtirpc-dev: PKGSIZE changed from 181688 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/libtirpc/libtirpc-doc: PKGSIZE changed from 126381 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/libtirpc/libtirpc-src: PKGSIZE changed from 667748 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/libtirpc/libtirpc: PKGSIZE changed from 96987 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/libtirpc/libtirpc: latest.pkg_postinst changed from "#!/bin/sh set -e if [ x"$D" = "x" ]; then if [ -x /sbin/ldconfig ]; then /sbin/ldconfig ; fi fi " to "#!/bin/sh if [ x"$D" = "x" ]; then if [ -x /sbin/ldconfig ]; then /sbin/ldconfig ; fi fi " packages/armv7vet2hf-neon-poky-linux-gnueabi/libtool/libltdl: PKGSIZE changed from 25920 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/libtool/libltdl: latest.pkg_postinst changed from "#!/bin/sh set -e if [ x"$D" = "x" ]; then if [ -x /sbin/ldconfig ]; then /sbin/ldconfig ; fi fi " to "#!/bin/sh if [ x"$D" = "x" ]; then if [ -x /sbin/ldconfig ]; then /sbin/ldconfig ; fi fi " packages/armv7vet2hf-neon-poky-linux-gnueabi/libtool/libtool-dbg: PKGSIZE changed from 97044 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/libtool/libtool-dev: PKGSIZE changed from 17925 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/libtool/libtool-doc: PKGSIZE changed from 368214 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/libtool/libtool-src: PKGSIZE changed from 121988 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/libtool/libtool: PKGSIZE changed from 2133468 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/libunistring/libunistring-dbg: PKGSIZE changed from 1528920 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/libunistring/libunistring-dev: PKGSIZE changed from 155121 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/libunistring/libunistring-doc: PKGSIZE changed from 889293 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/libunistring/libunistring-src: PKGSIZE changed from 7416812 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/libunistring/libunistring: PKGSIZE changed from 1430889 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/libunistring/libunistring: latest.pkg_postinst changed from "#!/bin/sh set -e if [ x"$D" = "x" ]; then if [ -x /sbin/ldconfig ]; then /sbin/ldconfig ; fi fi " to "#!/bin/sh if [ x"$D" = "x" ]; then if [ -x /sbin/ldconfig ]; then /sbin/ldconfig ; fi fi " packages/armv7vet2hf-neon-poky-linux-gnueabi/libunwind/libunwind-dbg: PKGSIZE changed from 1024044 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/libunwind/libunwind-dev: PKGSIZE changed from 43270 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/libunwind/libunwind-src: PKGSIZE changed from 498939 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/libunwind/libunwind: PKGSIZE changed from 108657 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/libunwind/libunwind: latest.pkg_postinst changed from "#!/bin/sh set -e if [ x"$D" = "x" ]; then if [ -x /sbin/ldconfig ]; then /sbin/ldconfig ; fi fi " to "#!/bin/sh if [ x"$D" = "x" ]; then if [ -x /sbin/ldconfig ]; then /sbin/ldconfig ; fi fi " packages/armv7vet2hf-neon-poky-linux-gnueabi/liburcu/liburcu-dbg: PKGSIZE changed from 778028 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/liburcu/liburcu-dev: PKGSIZE changed from 367206 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/liburcu/liburcu-doc: PKGSIZE changed from 165199 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/liburcu/liburcu-src: PKGSIZE changed from 421089 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/liburcu/liburcu: PKGSIZE changed from 171966 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/liburcu/liburcu: latest.pkg_postinst changed from "#!/bin/sh set -e if [ x"$D" = "x" ]; then if [ -x /sbin/ldconfig ]; then /sbin/ldconfig ; fi fi " to "#!/bin/sh if [ x"$D" = "x" ]; then if [ -x /sbin/ldconfig ]; then /sbin/ldconfig ; fi fi " packages/armv7vet2hf-neon-poky-linux-gnueabi/libusb1/libusb1-dbg: PKGSIZE changed from 315788 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/libusb1/libusb1-dev: PKGSIZE changed from 75583 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/libusb1/libusb1-ptest: PKGSIZE changed from 10108 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/libusb1/libusb1-src: PKGSIZE changed from 519585 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/libusb1/libusb1: PKGSIZE changed from 75135 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/libusb1/libusb1: latest.pkg_postinst changed from "#!/bin/sh set -e if [ x"$D" = "x" ]; then if [ -x /sbin/ldconfig ]; then /sbin/ldconfig ; fi fi " to "#!/bin/sh if [ x"$D" = "x" ]; then if [ -x /sbin/ldconfig ]; then /sbin/ldconfig ; fi fi " packages/armv7vet2hf-neon-poky-linux-gnueabi/libvorbis/libvorbis-dbg: PKGSIZE changed from 655640 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/libvorbis/libvorbis-dev: PKGSIZE changed from 39311 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/libvorbis/libvorbis-doc: PKGSIZE changed from 551173 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/libvorbis/libvorbis-src: PKGSIZE changed from 2151241 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/libvorbis/libvorbis: PKGSIZE changed from 683958 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/libvorbis/libvorbis: latest.pkg_postinst changed from "#!/bin/sh set -e if [ x"$D" = "x" ]; then if [ -x /sbin/ldconfig ]; then /sbin/ldconfig ; fi fi " to "#!/bin/sh if [ x"$D" = "x" ]; then if [ -x /sbin/ldconfig ]; then /sbin/ldconfig ; fi fi " packages/armv7vet2hf-neon-poky-linux-gnueabi/libwebp/libwebp-bin: PKGSIZE changed from 126112 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/libwebp/libwebp-dbg: PKGSIZE changed from 2676136 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/libwebp/libwebp-dev: PKGSIZE changed from 96280 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/libwebp/libwebp-doc: PKGSIZE changed from 29511 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/libwebp/libwebp-src: PKGSIZE changed from 2824189 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/libwebp/libwebp: PKGSIZE changed from 266268 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/libwebp/libwebp: latest.pkg_postinst changed from "#!/bin/sh set -e if [ x"$D" = "x" ]; then if [ -x /sbin/ldconfig ]; then /sbin/ldconfig ; fi fi " to "#!/bin/sh if [ x"$D" = "x" ]; then if [ -x /sbin/ldconfig ]; then /sbin/ldconfig ; fi fi " packages/armv7vet2hf-neon-poky-linux-gnueabi/libx11/libx11-dbg: PKGSIZE changed from 11392700 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/libx11/libx11-dev: PKGSIZE changed from 253606 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/libx11/libx11-doc: PKGSIZE changed from 1996745 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/libx11/libx11-locale: PKGSIZE changed from 1234623 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/libx11/libx11-src: PKGSIZE changed from 5421704 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/libx11/libx11-xcb: PKGSIZE changed from 5275 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/libx11/libx11-xcb: latest.pkg_postinst changed from "#!/bin/sh set -e if [ x"$D" = "x" ]; then if [ -x /sbin/ldconfig ]; then /sbin/ldconfig ; fi fi " to "#!/bin/sh if [ x"$D" = "x" ]; then if [ -x /sbin/ldconfig ]; then /sbin/ldconfig ; fi fi " packages/armv7vet2hf-neon-poky-linux-gnueabi/libx11/libx11: PKGSIZE changed from 981483 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/libx11/libx11: latest.pkg_postinst changed from "#!/bin/sh set -e if [ x"$D" = "x" ]; then if [ -x /sbin/ldconfig ]; then /sbin/ldconfig ; fi fi " to "#!/bin/sh if [ x"$D" = "x" ]; then if [ -x /sbin/ldconfig ]; then /sbin/ldconfig ; fi fi " packages/armv7vet2hf-neon-poky-linux-gnueabi/libxau/libxau-dbg: PKGSIZE changed from 33068 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/libxau/libxau-dev: PKGSIZE changed from 4044 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/libxau/libxau-doc: PKGSIZE changed from 5382 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/libxau/libxau-src: PKGSIZE changed from 25008 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/libxau/libxau: PKGSIZE changed from 9471 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/libxau/libxau: latest.pkg_postinst changed from "#!/bin/sh set -e if [ x"$D" = "x" ]; then if [ -x /sbin/ldconfig ]; then /sbin/ldconfig ; fi fi " to "#!/bin/sh if [ x"$D" = "x" ]; then if [ -x /sbin/ldconfig ]; then /sbin/ldconfig ; fi fi " packages/armv7vet2hf-neon-poky-linux-gnueabi/libxcb/libxcb-composite: PKGSIZE changed from 9553 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/libxcb/libxcb-composite: latest.pkg_postinst changed from "#!/bin/sh set -e if [ x"$D" = "x" ]; then if [ -x /sbin/ldconfig ]; then /sbin/ldconfig ; fi fi " to "#!/bin/sh if [ x"$D" = "x" ]; then if [ -x /sbin/ldconfig ]; then /sbin/ldconfig ; fi fi " packages/armv7vet2hf-neon-poky-linux-gnueabi/libxcb/libxcb-damage: PKGSIZE changed from 5450 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/libxcb/libxcb-damage: latest.pkg_postinst changed from "#!/bin/sh set -e if [ x"$D" = "x" ]; then if [ -x /sbin/ldconfig ]; then /sbin/ldconfig ; fi fi " to "#!/bin/sh if [ x"$D" = "x" ]; then if [ -x /sbin/ldconfig ]; then /sbin/ldconfig ; fi fi " packages/armv7vet2hf-neon-poky-linux-gnueabi/libxcb/libxcb-dbg: PKGSIZE changed from 3239036 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/libxcb/libxcb-dev: PKGSIZE changed from 2069823 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/libxcb/libxcb-doc: PKGSIZE changed from 1570194 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/libxcb/libxcb-dpms: PKGSIZE changed from 9544 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/libxcb/libxcb-dpms: latest.pkg_postinst changed from "#!/bin/sh set -e if [ x"$D" = "x" ]; then if [ -x /sbin/ldconfig ]; then /sbin/ldconfig ; fi fi " to "#!/bin/sh if [ x"$D" = "x" ]; then if [ -x /sbin/ldconfig ]; then /sbin/ldconfig ; fi fi " packages/armv7vet2hf-neon-poky-linux-gnueabi/libxcb/libxcb-dri2: PKGSIZE changed from 13640 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/libxcb/libxcb-dri2: latest.pkg_postinst changed from "#!/bin/sh set -e if [ x"$D" = "x" ]; then if [ -x /sbin/ldconfig ]; then /sbin/ldconfig ; fi fi " to "#!/bin/sh if [ x"$D" = "x" ]; then if [ -x /sbin/ldconfig ]; then /sbin/ldconfig ; fi fi " packages/armv7vet2hf-neon-poky-linux-gnueabi/libxcb/libxcb-dri3: PKGSIZE changed from 13640 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/libxcb/libxcb-dri3: latest.pkg_postinst changed from "#!/bin/sh set -e if [ x"$D" = "x" ]; then if [ -x /sbin/ldconfig ]; then /sbin/ldconfig ; fi fi " to "#!/bin/sh if [ x"$D" = "x" ]; then if [ -x /sbin/ldconfig ]; then /sbin/ldconfig ; fi fi " packages/armv7vet2hf-neon-poky-linux-gnueabi/libxcb/libxcb-glx: PKGSIZE changed from 70979 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/libxcb/libxcb-glx: latest.pkg_postinst changed from "#!/bin/sh set -e if [ x"$D" = "x" ]; then if [ -x /sbin/ldconfig ]; then /sbin/ldconfig ; fi fi " to "#!/bin/sh if [ x"$D" = "x" ]; then if [ -x /sbin/ldconfig ]; then /sbin/ldconfig ; fi fi " packages/armv7vet2hf-neon-poky-linux-gnueabi/libxcb/libxcb-present: PKGSIZE changed from 9547 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/libxcb/libxcb-present: latest.pkg_postinst changed from "#!/bin/sh set -e if [ x"$D" = "x" ]; then if [ -x /sbin/ldconfig ]; then /sbin/ldconfig ; fi fi " to "#!/bin/sh if [ x"$D" = "x" ]; then if [ -x /sbin/ldconfig ]; then /sbin/ldconfig ; fi fi " packages/armv7vet2hf-neon-poky-linux-gnueabi/libxcb/libxcb-randr: PKGSIZE changed from 46409 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/libxcb/libxcb-randr: latest.pkg_postinst changed from "#!/bin/sh set -e if [ x"$D" = "x" ]; then if [ -x /sbin/ldconfig ]; then /sbin/ldconfig ; fi fi " to "#!/bin/sh if [ x"$D" = "x" ]; then if [ -x /sbin/ldconfig ]; then /sbin/ldconfig ; fi fi " packages/armv7vet2hf-neon-poky-linux-gnueabi/libxcb/libxcb-record: PKGSIZE changed from 13642 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/libxcb/libxcb-record: latest.pkg_postinst changed from "#!/bin/sh set -e if [ x"$D" = "x" ]; then if [ -x /sbin/ldconfig ]; then /sbin/ldconfig ; fi fi " to "#!/bin/sh if [ x"$D" = "x" ]; then if [ -x /sbin/ldconfig ]; then /sbin/ldconfig ; fi fi " packages/armv7vet2hf-neon-poky-linux-gnueabi/libxcb/libxcb-render: PKGSIZE changed from 38218 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/libxcb/libxcb-render: latest.pkg_postinst changed from "#!/bin/sh set -e if [ x"$D" = "x" ]; then if [ -x /sbin/ldconfig ]; then /sbin/ldconfig ; fi fi " to "#!/bin/sh if [ x"$D" = "x" ]; then if [ -x /sbin/ldconfig ]; then /sbin/ldconfig ; fi fi " packages/armv7vet2hf-neon-poky-linux-gnueabi/libxcb/libxcb-res: PKGSIZE changed from 9539 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/libxcb/libxcb-res: latest.pkg_postinst changed from "#!/bin/sh set -e if [ x"$D" = "x" ]; then if [ -x /sbin/ldconfig ]; then /sbin/ldconfig ; fi fi " to "#!/bin/sh if [ x"$D" = "x" ]; then if [ -x /sbin/ldconfig ]; then /sbin/ldconfig ; fi fi " packages/armv7vet2hf-neon-poky-linux-gnueabi/libxcb/libxcb-screensaver: PKGSIZE changed from 9555 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/libxcb/libxcb-screensaver: latest.pkg_postinst changed from "#!/bin/sh set -e if [ x"$D" = "x" ]; then if [ -x /sbin/ldconfig ]; then /sbin/ldconfig ; fi fi " to "#!/bin/sh if [ x"$D" = "x" ]; then if [ -x /sbin/ldconfig ]; then /sbin/ldconfig ; fi fi " packages/armv7vet2hf-neon-poky-linux-gnueabi/libxcb/libxcb-shape: PKGSIZE changed from 9545 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/libxcb/libxcb-shape: latest.pkg_postinst changed from "#!/bin/sh set -e if [ x"$D" = "x" ]; then if [ -x /sbin/ldconfig ]; then /sbin/ldconfig ; fi fi " to "#!/bin/sh if [ x"$D" = "x" ]; then if [ -x /sbin/ldconfig ]; then /sbin/ldconfig ; fi fi " packages/armv7vet2hf-neon-poky-linux-gnueabi/libxcb/libxcb-shm: PKGSIZE changed from 9539 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/libxcb/libxcb-shm: latest.pkg_postinst changed from "#!/bin/sh set -e if [ x"$D" = "x" ]; then if [ -x /sbin/ldconfig ]; then /sbin/ldconfig ; fi fi " to "#!/bin/sh if [ x"$D" = "x" ]; then if [ -x /sbin/ldconfig ]; then /sbin/ldconfig ; fi fi " packages/armv7vet2hf-neon-poky-linux-gnueabi/libxcb/libxcb-src: PKGSIZE changed from 4635035 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/libxcb/libxcb-sync: PKGSIZE changed from 17736 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/libxcb/libxcb-sync: latest.pkg_postinst changed from "#!/bin/sh set -e if [ x"$D" = "x" ]; then if [ -x /sbin/ldconfig ]; then /sbin/ldconfig ; fi fi " to "#!/bin/sh if [ x"$D" = "x" ]; then if [ -x /sbin/ldconfig ]; then /sbin/ldconfig ; fi fi " packages/armv7vet2hf-neon-poky-linux-gnueabi/libxcb/libxcb-xf86dri: PKGSIZE changed from 13643 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/libxcb/libxcb-xf86dri: latest.pkg_postinst changed from "#!/bin/sh set -e if [ x"$D" = "x" ]; then if [ -x /sbin/ldconfig ]; then /sbin/ldconfig ; fi fi " to "#!/bin/sh if [ x"$D" = "x" ]; then if [ -x /sbin/ldconfig ]; then /sbin/ldconfig ; fi fi " packages/armv7vet2hf-neon-poky-linux-gnueabi/libxcb/libxcb-xfixes: PKGSIZE changed from 21834 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/libxcb/libxcb-xfixes: latest.pkg_postinst changed from "#!/bin/sh set -e if [ x"$D" = "x" ]; then if [ -x /sbin/ldconfig ]; then /sbin/ldconfig ; fi fi " to "#!/bin/sh if [ x"$D" = "x" ]; then if [ -x /sbin/ldconfig ]; then /sbin/ldconfig ; fi fi " packages/armv7vet2hf-neon-poky-linux-gnueabi/libxcb/libxcb-xinerama: PKGSIZE changed from 9552 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/libxcb/libxcb-xinerama: latest.pkg_postinst changed from "#!/bin/sh set -e if [ x"$D" = "x" ]; then if [ -x /sbin/ldconfig ]; then /sbin/ldconfig ; fi fi " to "#!/bin/sh if [ x"$D" = "x" ]; then if [ -x /sbin/ldconfig ]; then /sbin/ldconfig ; fi fi " packages/armv7vet2hf-neon-poky-linux-gnueabi/libxcb/libxcb-xinput: PKGSIZE changed from 91466 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/libxcb/libxcb-xinput: latest.pkg_postinst changed from "#!/bin/sh set -e if [ x"$D" = "x" ]; then if [ -x /sbin/ldconfig ]; then /sbin/ldconfig ; fi fi " to "#!/bin/sh if [ x"$D" = "x" ]; then if [ -x /sbin/ldconfig ]; then /sbin/ldconfig ; fi fi " packages/armv7vet2hf-neon-poky-linux-gnueabi/libxcb/libxcb-xkb: PKGSIZE changed from 75075 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/libxcb/libxcb-xkb: latest.pkg_postinst changed from "#!/bin/sh set -e if [ x"$D" = "x" ]; then if [ -x /sbin/ldconfig ]; then /sbin/ldconfig ; fi fi " to "#!/bin/sh if [ x"$D" = "x" ]; then if [ -x /sbin/ldconfig ]; then /sbin/ldconfig ; fi fi " packages/armv7vet2hf-neon-poky-linux-gnueabi/libxcb/libxcb-xtest: PKGSIZE changed from 5449 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/libxcb/libxcb-xtest: latest.pkg_postinst changed from "#!/bin/sh set -e if [ x"$D" = "x" ]; then if [ -x /sbin/ldconfig ]; then /sbin/ldconfig ; fi fi " to "#!/bin/sh if [ x"$D" = "x" ]; then if [ -x /sbin/ldconfig ]; then /sbin/ldconfig ; fi fi " packages/armv7vet2hf-neon-poky-linux-gnueabi/libxcb/libxcb-xv: PKGSIZE changed from 21826 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/libxcb/libxcb-xv: latest.pkg_postinst changed from "#!/bin/sh set -e if [ x"$D" = "x" ]; then if [ -x /sbin/ldconfig ]; then /sbin/ldconfig ; fi fi " to "#!/bin/sh if [ x"$D" = "x" ]; then if [ -x /sbin/ldconfig ]; then /sbin/ldconfig ; fi fi " packages/armv7vet2hf-neon-poky-linux-gnueabi/libxcb/libxcb-xvmc: PKGSIZE changed from 9544 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/libxcb/libxcb-xvmc: latest.pkg_postinst changed from "#!/bin/sh set -e if [ x"$D" = "x" ]; then if [ -x /sbin/ldconfig ]; then /sbin/ldconfig ; fi fi " to "#!/bin/sh if [ x"$D" = "x" ]; then if [ -x /sbin/ldconfig ]; then /sbin/ldconfig ; fi fi " packages/armv7vet2hf-neon-poky-linux-gnueabi/libxcb/libxcb: PKGSIZE changed from 103763 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/libxcb/libxcb: latest.pkg_postinst changed from "#!/bin/sh set -e if [ x"$D" = "x" ]; then if [ -x /sbin/ldconfig ]; then /sbin/ldconfig ; fi fi " to "#!/bin/sh if [ x"$D" = "x" ]; then if [ -x /sbin/ldconfig ]; then /sbin/ldconfig ; fi fi " packages/armv7vet2hf-neon-poky-linux-gnueabi/libxcomposite/libxcomposite-dbg: PKGSIZE changed from 45616 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/libxcomposite/libxcomposite-dev: PKGSIZE changed from 4125 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/libxcomposite/libxcomposite-doc: PKGSIZE changed from 11769 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/libxcomposite/libxcomposite-src: PKGSIZE changed from 15433 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/libxcomposite/libxcomposite: PKGSIZE changed from 9486 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/libxcomposite/libxcomposite: latest.pkg_postinst changed from "#!/bin/sh set -e if [ x"$D" = "x" ]; then if [ -x /sbin/ldconfig ]; then /sbin/ldconfig ; fi fi " to "#!/bin/sh if [ x"$D" = "x" ]; then if [ -x /sbin/ldconfig ]; then /sbin/ldconfig ; fi fi " packages/armv7vet2hf-neon-poky-linux-gnueabi/libxcrypt/libxcrypt-dbg: PKGSIZE changed from 451360 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/libxcrypt/libxcrypt-dev: PKGSIZE changed from 11527 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/libxcrypt/libxcrypt-doc: PKGSIZE changed from 32393 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/libxcrypt/libxcrypt-src: PKGSIZE changed from 743231 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/libxcrypt/libxcrypt: PKGSIZE changed from 177573 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/libxcrypt/libxcrypt: latest.pkg_postinst changed from "#!/bin/sh set -e if [ x"$D" = "x" ]; then if [ -x /sbin/ldconfig ]; then /sbin/ldconfig ; fi fi " to "#!/bin/sh if [ x"$D" = "x" ]; then if [ -x /sbin/ldconfig ]; then /sbin/ldconfig ; fi fi " packages/armv7vet2hf-neon-poky-linux-gnueabi/libxcursor/libxcursor-dbg: PKGSIZE changed from 172376 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/libxcursor/libxcursor-dev: PKGSIZE changed from 13337 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/libxcursor/libxcursor-doc: PKGSIZE changed from 13463 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/libxcursor/libxcursor-src: PKGSIZE changed from 94812 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/libxcursor/libxcursor: PKGSIZE changed from 25863 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/libxcursor/libxcursor: latest.pkg_postinst changed from "#!/bin/sh set -e if [ x"$D" = "x" ]; then if [ -x /sbin/ldconfig ]; then /sbin/ldconfig ; fi fi " to "#!/bin/sh if [ x"$D" = "x" ]; then if [ -x /sbin/ldconfig ]; then /sbin/ldconfig ; fi fi " packages/armv7vet2hf-neon-poky-linux-gnueabi/libxdamage/libxdamage-dbg: PKGSIZE changed from 44408 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/libxdamage/libxdamage-dev: PKGSIZE changed from 2580 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/libxdamage/libxdamage-src: PKGSIZE changed from 15401 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/libxdamage/libxdamage: PKGSIZE changed from 9479 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/libxdamage/libxdamage: latest.pkg_postinst changed from "#!/bin/sh set -e if [ x"$D" = "x" ]; then if [ -x /sbin/ldconfig ]; then /sbin/ldconfig ; fi fi " to "#!/bin/sh if [ x"$D" = "x" ]; then if [ -x /sbin/ldconfig ]; then /sbin/ldconfig ; fi fi " packages/armv7vet2hf-neon-poky-linux-gnueabi/libxdmcp/libxdmcp-dbg: PKGSIZE changed from 45728 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/libxdmcp/libxdmcp-dev: PKGSIZE changed from 6608 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/libxdmcp/libxdmcp-doc: PKGSIZE changed from 99136 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/libxdmcp/libxdmcp-src: PKGSIZE changed from 56070 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/libxdmcp/libxdmcp: PKGSIZE changed from 17669 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/libxdmcp/libxdmcp: latest.pkg_postinst changed from "#!/bin/sh set -e if [ x"$D" = "x" ]; then if [ -x /sbin/ldconfig ]; then /sbin/ldconfig ; fi fi " to "#!/bin/sh if [ x"$D" = "x" ]; then if [ -x /sbin/ldconfig ]; then /sbin/ldconfig ; fi fi " packages/armv7vet2hf-neon-poky-linux-gnueabi/libxext/libxext-dbg: PKGSIZE changed from 548008 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/libxext/libxext-dev: PKGSIZE changed from 55353 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/libxext/libxext-doc: PKGSIZE changed from 102654 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/libxext/libxext-src: PKGSIZE changed from 238866 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/libxext/libxext: PKGSIZE changed from 42888 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/libxext/libxext: latest.pkg_postinst changed from "#!/bin/sh set -e if [ x"$D" = "x" ]; then if [ -x /sbin/ldconfig ]; then /sbin/ldconfig ; fi fi " to "#!/bin/sh if [ x"$D" = "x" ]; then if [ -x /sbin/ldconfig ]; then /sbin/ldconfig ; fi fi " packages/armv7vet2hf-neon-poky-linux-gnueabi/libxfixes/libxfixes-dbg: PKGSIZE changed from 187984 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/libxfixes/libxfixes-dev: PKGSIZE changed from 8025 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/libxfixes/libxfixes-doc: PKGSIZE changed from 2873 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/libxfixes/libxfixes-src: PKGSIZE changed from 50183 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/libxfixes/libxfixes: PKGSIZE changed from 13578 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/libxfixes/libxfixes: latest.pkg_postinst changed from "#!/bin/sh set -e if [ x"$D" = "x" ]; then if [ -x /sbin/ldconfig ]; then /sbin/ldconfig ; fi fi " to "#!/bin/sh if [ x"$D" = "x" ]; then if [ -x /sbin/ldconfig ]; then /sbin/ldconfig ; fi fi " packages/armv7vet2hf-neon-poky-linux-gnueabi/libxfont2/libxfont2-dbg: PKGSIZE changed from 706232 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/libxfont2/libxfont2-dev: PKGSIZE changed from 5523 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/libxfont2/libxfont2-src: PKGSIZE changed from 800709 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/libxfont2/libxfont2: PKGSIZE changed from 138330 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/libxfont2/libxfont2: latest.pkg_postinst changed from "#!/bin/sh set -e if [ x"$D" = "x" ]; then if [ -x /sbin/ldconfig ]; then /sbin/ldconfig ; fi fi " to "#!/bin/sh if [ x"$D" = "x" ]; then if [ -x /sbin/ldconfig ]; then /sbin/ldconfig ; fi fi " packages/armv7vet2hf-neon-poky-linux-gnueabi/libxft/libxft-dbg: PKGSIZE changed from 515188 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/libxft/libxft-dev: PKGSIZE changed from 17970 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/libxft/libxft-doc: PKGSIZE changed from 20036 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/libxft/libxft-src: PKGSIZE changed from 201022 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/libxft/libxft: PKGSIZE changed from 54731 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/libxft/libxft: latest.pkg_postinst changed from "#!/bin/sh set -e if [ x"$D" = "x" ]; then if [ -x /sbin/ldconfig ]; then /sbin/ldconfig ; fi fi " to "#!/bin/sh if [ x"$D" = "x" ]; then if [ -x /sbin/ldconfig ]; then /sbin/ldconfig ; fi fi " packages/armv7vet2hf-neon-poky-linux-gnueabi/libxi/libxi-dbg: PKGSIZE changed from 1503840 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/libxi/libxi-dev: PKGSIZE changed from 58235 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/libxi/libxi-doc: PKGSIZE changed from 239280 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/libxi/libxi-src: PKGSIZE changed from 382447 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/libxi/libxi: PKGSIZE changed from 38238 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/libxi/libxi: latest.pkg_postinst changed from "#!/bin/sh set -e if [ x"$D" = "x" ]; then if [ -x /sbin/ldconfig ]; then /sbin/ldconfig ; fi fi " to "#!/bin/sh if [ x"$D" = "x" ]; then if [ -x /sbin/ldconfig ]; then /sbin/ldconfig ; fi fi " packages/armv7vet2hf-neon-poky-linux-gnueabi/libxinerama/libxinerama-dbg: PKGSIZE changed from 44228 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/libxinerama/libxinerama-dev: PKGSIZE changed from 5115 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/libxinerama/libxinerama-doc: PKGSIZE changed from 4700 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/libxinerama/libxinerama-src: PKGSIZE changed from 14750 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/libxinerama/libxinerama: PKGSIZE changed from 9532 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/libxinerama/libxinerama: latest.pkg_postinst changed from "#!/bin/sh set -e if [ x"$D" = "x" ]; then if [ -x /sbin/ldconfig ]; then /sbin/ldconfig ; fi fi " to "#!/bin/sh if [ x"$D" = "x" ]; then if [ -x /sbin/ldconfig ]; then /sbin/ldconfig ; fi fi " packages/armv7vet2hf-neon-poky-linux-gnueabi/libxkbcommon/libxkbcommon-dbg: PKGSIZE changed from 936444 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/libxkbcommon/libxkbcommon-dev: PKGSIZE changed from 330460 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/libxkbcommon/libxkbcommon-doc: PKGSIZE changed from 6147 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/libxkbcommon/libxkbcommon-src: PKGSIZE changed from 1393673 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/libxkbcommon/libxkbcommon: PKGSIZE changed from 307006 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/libxkbcommon/libxkbcommon: latest.pkg_postinst changed from "#!/bin/sh set -e if [ x"$D" = "x" ]; then if [ -x /sbin/ldconfig ]; then /sbin/ldconfig ; fi fi " to "#!/bin/sh if [ x"$D" = "x" ]; then if [ -x /sbin/ldconfig ]; then /sbin/ldconfig ; fi fi " packages/armv7vet2hf-neon-poky-linux-gnueabi/libxkbfile/libxkbfile-dbg: PKGSIZE changed from 493056 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/libxkbfile/libxkbfile-dev: PKGSIZE changed from 37721 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/libxkbfile/libxkbfile-src: PKGSIZE changed from 388780 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/libxkbfile/libxkbfile: PKGSIZE changed from 104267 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/libxkbfile/libxkbfile: latest.pkg_postinst changed from "#!/bin/sh set -e if [ x"$D" = "x" ]; then if [ -x /sbin/ldconfig ]; then /sbin/ldconfig ; fi fi " to "#!/bin/sh if [ x"$D" = "x" ]; then if [ -x /sbin/ldconfig ]; then /sbin/ldconfig ; fi fi " packages/armv7vet2hf-neon-poky-linux-gnueabi/libxml2/libxml2-dbg: PKGSIZE changed from 7543876 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/libxml2/libxml2-dev: PKGSIZE changed from 431782 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/libxml2/libxml2-doc: PKGSIZE changed from 6123069 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/libxml2/libxml2-ptest: PKGSIZE changed from 17759216 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/libxml2/libxml2-python: PKGSIZE changed from 643617 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/libxml2/libxml2-src: PKGSIZE changed from 8680866 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/libxml2/libxml2-utils: PKGSIZE changed from 64768 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/libxml2/libxml2: PKGSIZE changed from 871321 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/libxml2/libxml2: latest.pkg_postinst changed from "#!/bin/sh set -e if [ x"$D" = "x" ]; then if [ -x /sbin/ldconfig ]; then /sbin/ldconfig ; fi fi " to "#!/bin/sh if [ x"$D" = "x" ]; then if [ -x /sbin/ldconfig ]; then /sbin/ldconfig ; fi fi " packages/armv7vet2hf-neon-poky-linux-gnueabi/libxmu/libxmu-dbg: PKGSIZE changed from 491016 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/libxmu/libxmu-dev: PKGSIZE changed from 67809 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/libxmu/libxmu-doc: PKGSIZE changed from 155380 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/libxmu/libxmu-src: PKGSIZE changed from 373546 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/libxmu/libxmu: PKGSIZE changed from 63327 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/libxmu/libxmu: latest.pkg_postinst changed from "#!/bin/sh set -e if [ x"$D" = "x" ]; then if [ -x /sbin/ldconfig ]; then /sbin/ldconfig ; fi fi " to "#!/bin/sh if [ x"$D" = "x" ]; then if [ -x /sbin/ldconfig ]; then /sbin/ldconfig ; fi fi " packages/armv7vet2hf-neon-poky-linux-gnueabi/libxmu/libxmuu: PKGSIZE changed from 13624 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/libxmu/libxmuu: latest.pkg_postinst changed from "#!/bin/sh set -e if [ x"$D" = "x" ]; then if [ -x /sbin/ldconfig ]; then /sbin/ldconfig ; fi fi " to "#!/bin/sh if [ x"$D" = "x" ]; then if [ -x /sbin/ldconfig ]; then /sbin/ldconfig ; fi fi " packages/armv7vet2hf-neon-poky-linux-gnueabi/libxrandr/libxrandr-dbg: PKGSIZE changed from 348520 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/libxrandr/libxrandr-dev: PKGSIZE changed from 17386 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/libxrandr/libxrandr-doc: PKGSIZE changed from 12587 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/libxrandr/libxrandr-src: PKGSIZE changed from 117413 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/libxrandr/libxrandr: PKGSIZE changed from 25914 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/libxrandr/libxrandr: latest.pkg_postinst changed from "#!/bin/sh set -e if [ x"$D" = "x" ]; then if [ -x /sbin/ldconfig ]; then /sbin/ldconfig ; fi fi " to "#!/bin/sh if [ x"$D" = "x" ]; then if [ -x /sbin/ldconfig ]; then /sbin/ldconfig ; fi fi " packages/armv7vet2hf-neon-poky-linux-gnueabi/libxrender/libxrender-dbg: PKGSIZE changed from 414440 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/libxrender/libxrender-dev: PKGSIZE changed from 13068 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/libxrender/libxrender-doc: PKGSIZE changed from 17217 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/libxrender/libxrender-src: PKGSIZE changed from 104501 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/libxrender/libxrender: PKGSIZE changed from 26047 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/libxrender/libxrender: latest.pkg_postinst changed from "#!/bin/sh set -e if [ x"$D" = "x" ]; then if [ -x /sbin/ldconfig ]; then /sbin/ldconfig ; fi fi " to "#!/bin/sh if [ x"$D" = "x" ]; then if [ -x /sbin/ldconfig ]; then /sbin/ldconfig ; fi fi " packages/armv7vet2hf-neon-poky-linux-gnueabi/libxres/libxres-dbg: PKGSIZE changed from 50408 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/libxres/libxres-dev: PKGSIZE changed from 2892 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/libxres/libxres-doc: PKGSIZE changed from 4207 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/libxres/libxres-src: PKGSIZE changed from 14350 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/libxres/libxres: PKGSIZE changed from 9524 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/libxres/libxres: latest.pkg_postinst changed from "#!/bin/sh set -e if [ x"$D" = "x" ]; then if [ -x /sbin/ldconfig ]; then /sbin/ldconfig ; fi fi " to "#!/bin/sh if [ x"$D" = "x" ]; then if [ -x /sbin/ldconfig ]; then /sbin/ldconfig ; fi fi " packages/armv7vet2hf-neon-poky-linux-gnueabi/libxshmfence/libxshmfence-dbg: PKGSIZE changed from 10656 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/libxshmfence/libxshmfence-dev: PKGSIZE changed from 1956 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/libxshmfence/libxshmfence-src: PKGSIZE changed from 8442 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/libxshmfence/libxshmfence: PKGSIZE changed from 5389 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/libxshmfence/libxshmfence: latest.pkg_postinst changed from "#!/bin/sh set -e if [ x"$D" = "x" ]; then if [ -x /sbin/ldconfig ]; then /sbin/ldconfig ; fi fi " to "#!/bin/sh if [ x"$D" = "x" ]; then if [ -x /sbin/ldconfig ]; then /sbin/ldconfig ; fi fi " packages/armv7vet2hf-neon-poky-linux-gnueabi/libxt/libxt-dbg: PKGSIZE changed from 1606996 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/libxt/libxt-dev: PKGSIZE changed from 264739 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/libxt/libxt-doc: PKGSIZE changed from 391844 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/libxt/libxt-src: PKGSIZE changed from 1574648 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/libxt/libxt: PKGSIZE changed from 246690 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/libxt/libxt: latest.pkg_postinst changed from "#!/bin/sh set -e if [ x"$D" = "x" ]; then if [ -x /sbin/ldconfig ]; then /sbin/ldconfig ; fi fi " to "#!/bin/sh if [ x"$D" = "x" ]; then if [ -x /sbin/ldconfig ]; then /sbin/ldconfig ; fi fi " packages/armv7vet2hf-neon-poky-linux-gnueabi/libxtst/libxtst-dbg: PKGSIZE changed from 101936 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/libxtst/libxtst-dev: PKGSIZE changed from 8442 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/libxtst/libxtst-doc: PKGSIZE changed from 11005 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/libxtst/libxtst-src: PKGSIZE changed from 49723 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/libxtst/libxtst: PKGSIZE changed from 13668 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/libxtst/libxtst: latest.pkg_postinst changed from "#!/bin/sh set -e if [ x"$D" = "x" ]; then if [ -x /sbin/ldconfig ]; then /sbin/ldconfig ; fi fi " to "#!/bin/sh if [ x"$D" = "x" ]; then if [ -x /sbin/ldconfig ]; then /sbin/ldconfig ; fi fi " packages/armv7vet2hf-neon-poky-linux-gnueabi/libxv/libxv-dbg: PKGSIZE changed from 74012 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/libxv/libxv-dev: PKGSIZE changed from 11230 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/libxv/libxv-doc: PKGSIZE changed from 50709 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/libxv/libxv-src: PKGSIZE changed from 39077 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/libxv/libxv: PKGSIZE changed from 13666 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/libxv/libxv: latest.pkg_postinst changed from "#!/bin/sh set -e if [ x"$D" = "x" ]; then if [ -x /sbin/ldconfig ]; then /sbin/ldconfig ; fi fi " to "#!/bin/sh if [ x"$D" = "x" ]; then if [ -x /sbin/ldconfig ]; then /sbin/ldconfig ; fi fi " packages/armv7vet2hf-neon-poky-linux-gnueabi/libxxf86vm/libxxf86vm-dbg: PKGSIZE changed from 69860 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/libxxf86vm/libxxf86vm-dev: PKGSIZE changed from 7893 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/libxxf86vm/libxxf86vm-doc: PKGSIZE changed from 14289 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/libxxf86vm/libxxf86vm-src: PKGSIZE changed from 44186 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/libxxf86vm/libxxf86vm: PKGSIZE changed from 13623 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/libxxf86vm/libxxf86vm: latest.pkg_postinst changed from "#!/bin/sh set -e if [ x"$D" = "x" ]; then if [ -x /sbin/ldconfig ]; then /sbin/ldconfig ; fi fi " to "#!/bin/sh if [ x"$D" = "x" ]; then if [ -x /sbin/ldconfig ]; then /sbin/ldconfig ; fi fi " packages/armv7vet2hf-neon-poky-linux-gnueabi/libyaml/libyaml-dbg: PKGSIZE changed from 261772 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/libyaml/libyaml-dev: PKGSIZE changed from 54649 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/libyaml/libyaml-src: PKGSIZE changed from 377662 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/libyaml/libyaml: PKGSIZE changed from 79158 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/libyaml/libyaml: latest.pkg_postinst changed from "#!/bin/sh set -e if [ x"$D" = "x" ]; then if [ -x /sbin/ldconfig ]; then /sbin/ldconfig ; fi fi " to "#!/bin/sh if [ x"$D" = "x" ]; then if [ -x /sbin/ldconfig ]; then /sbin/ldconfig ; fi fi " packages/armv7vet2hf-neon-poky-linux-gnueabi/linux-libc-headers/linux-libc-headers-dev: PKGSIZE changed from 5512039 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/logrotate/logrotate-dbg: PKGSIZE changed from 189008 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/logrotate/logrotate-doc: PKGSIZE changed from 27447 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/logrotate/logrotate-src: PKGSIZE changed from 184610 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/logrotate/logrotate: PKGSIZE changed from 67969 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/ltp/ltp-dbg: PKGSIZE changed from 805542584 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/ltp/ltp-dev: PKGSIZE changed from 243244 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/ltp/ltp-doc: PKGSIZE changed from 62801 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/ltp/ltp-src: PKGSIZE changed from 13473750 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/ltp/ltp: PKGSIZE changed from 228987908 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/lttng-tools/lttng-tools-dbg: PKGSIZE changed from 26165500 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/lttng-tools/lttng-tools-dev: PKGSIZE changed from 159340 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/lttng-tools/lttng-tools-doc: PKGSIZE changed from 244861 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/lttng-tools/lttng-tools-ptest: PKGSIZE changed from 6678127 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/lttng-tools/lttng-tools-src: PKGSIZE changed from 4355244 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/lttng-tools/lttng-tools: PKGSIZE changed from 2488790 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/lttng-tools/lttng-tools: latest.pkg_postinst changed from "#!/bin/sh set -e if [ x"$D" = "x" ]; then if [ -x /sbin/ldconfig ]; then /sbin/ldconfig ; fi fi " to "#!/bin/sh if [ x"$D" = "x" ]; then if [ -x /sbin/ldconfig ]; then /sbin/ldconfig ; fi fi " packages/armv7vet2hf-neon-poky-linux-gnueabi/lttng-tools/lttng-tools: latest.pkg_preinst changed from "#!/bin/sh set -e bbnote () { echo "NOTE: $*" } bbwarn () { echo "WARNING: $*" } bbfatal () { echo "ERROR: $*" exit 1 } perform_groupadd () { local rootdir="$1" local opts="$2" bbnote "lttng-tools: Performing groupadd with [$opts]" local groupname=`echo "$opts" | awk '{ print $NF }'` local group_exists="`grep "^$groupname:" $rootdir/etc/group || true`" if test "x$group_exists" = "x"; then eval flock -x $rootdir/etc -c \"$PSEUDO groupadd \$opts\" || true group_exists="`grep "^$groupname:" $rootdir/etc/group || true`" if test "x$group_exists" = "x"; then bbfatal "lttng-tools: groupadd command did not succeed." fi else bbnote "lttng-tools: group $groupname already exists, not re-creating it" fi } perform_useradd () { local rootdir="$1" local opts="$2" bbnote "lttng-tools: Performing useradd with [$opts]" local username=`echo "$opts" | awk '{ print $NF }'` local user_exists="`grep "^$username:" $rootdir/etc/passwd || true`" if test "x$user_exists" = "x"; then eval flock -x $rootdir/etc -c \"$PSEUDO useradd \$opts\" || true user_exists="`grep "^$username:" $rootdir/etc/passwd || true`" if test "x$user_exists" = "x"; then bbfatal "lttng-tools: useradd command did not succeed." fi else bbnote "lttng-tools: user $username already exists, not re-creating it" fi } perform_groupmems () { local rootdir="$1" local opts="$2" bbnote "lttng-tools: Performing groupmems with [$opts]" local groupname=`echo "$opts" | awk '{ for (i = 1; i < NF; i++) if ($i == "-g" || $i == "--group") print $(i+1) }'` local username=`echo "$opts" | awk '{ for (i = 1; i < NF; i++) if ($i == "-a" || $i == "--add") print $(i+1) }'` bbnote "lttng-tools: Running groupmems command with group $groupname and user $username" local mem_exists="`grep "^$groupname:[^:]*:[^:]*:\([^,]*,\)*$username\(,[^,]*\)*$" $rootdir/etc/group || true`" if test "x$mem_exists" = "x"; then eval flock -x $rootdir/etc -c \"$PSEUDO groupmems \$opts\" || true mem_exists="`grep "^$groupname:[^:]*:[^:]*:\([^,]*,\)*$username\(,[^,]*\)*$" $rootdir/etc/group || true`" if test "x$mem_exists" = "x"; then bbfatal "lttng-tools: groupmems command did not succeed." fi else bbnote "lttng-tools: group $groupname already contains $username, not re-adding it" fi } OPT="" SYSROOT="" if test "x$D" != "x"; then # Installing into a sysroot SYSROOT="$D" OPT="--root $D" # Make sure login.defs is there, this is to make debian package backend work # correctly while doing rootfs. # The problem here is that if /etc/login.defs is treated as a config file for # shadow package, then while performing preinsts for packages that depend on # shadow, there might only be /etc/login.def.dpkg-new there in root filesystem. if [ ! -e $D/etc/login.defs -a -e $D/etc/login.defs.dpkg-new ]; then cp $D/etc/login.defs.dpkg-new $D/etc/login.defs fi # user/group lookups should match useradd/groupadd --root export PSEUDO_PASSWD="$SYSROOT" fi # If we're not doing a special SSTATE/SYSROOT install # then set the values, otherwise use the environment if test "x$UA_SYSROOT" = "x"; then # Installing onto a target # Add groups and users defined only for this package GROUPADD_PARAM="tracing" USERADD_PARAM="${USERADD_PARAM}" GROUPMEMS_PARAM="${GROUPMEMS_PARAM}" fi # Perform group additions first, since user additions may depend # on these groups existing if test "x`echo $GROUPADD_PARAM | tr -d '[:space:]'`" != "x"; then echo "Running groupadd commands..." # Invoke multiple instances of groupadd for parameter lists # separated by ';' opts=`echo "$GROUPADD_PARAM" | cut -d ';' -f 1 | sed -e 's#[ \t]*$##'` remaining=`echo "$GROUPADD_PARAM" | cut -d ';' -f 2- | sed -e 's#[ \t]*$##'` while test "x$opts" != "x"; do perform_groupadd "$SYSROOT" "$OPT $opts" if test "x$opts" = "x$remaining"; then break fi opts=`echo "$remaining" | cut -d ';' -f 1 | sed -e 's#[ \t]*$##'` remaining=`echo "$remaining" | cut -d ';' -f 2- | sed -e 's#[ \t]*$##'` done fi if test "x`echo $USERADD_PARAM | tr -d '[:space:]'`" != "x"; then echo "Running useradd commands..." # Invoke multiple instances of useradd for parameter lists # separated by ';' opts=`echo "$USERADD_PARAM" | cut -d ';' -f 1 | sed -e 's#[ \t]*$##'` remaining=`echo "$USERADD_PARAM" | cut -d ';' -f 2- | sed -e 's#[ \t]*$##'` while test "x$opts" != "x"; do perform_useradd "$SYSROOT" "$OPT $opts" if test "x$opts" = "x$remaining"; then break fi opts=`echo "$remaining" | cut -d ';' -f 1 | sed -e 's#[ \t]*$##'` remaining=`echo "$remaining" | cut -d ';' -f 2- | sed -e 's#[ \t]*$##'` done fi if test "x`echo $GROUPMEMS_PARAM | tr -d '[:space:]'`" != "x"; then echo "Running groupmems commands..." # Invoke multiple instances of groupmems for parameter lists # separated by ';' opts=`echo "$GROUPMEMS_PARAM" | cut -d ';' -f 1 | sed -e 's#[ \t]*$##'` remaining=`echo "$GROUPMEMS_PARAM" | cut -d ';' -f 2- | sed -e 's#[ \t]*$##'` while test "x$opts" != "x"; do perform_groupmems "$SYSROOT" "$OPT $opts" if test "x$opts" = "x$remaining"; then break fi opts=`echo "$remaining" | cut -d ';' -f 1 | sed -e 's#[ \t]*$##'` remaining=`echo "$remaining" | cut -d ';' -f 2- | sed -e 's#[ \t]*$##'` done fi " to "#!/bin/sh bbnote () { echo "NOTE: $*" } bbwarn () { echo "WARNING: $*" } bbfatal () { echo "ERROR: $*" exit 1 } perform_groupadd () { local rootdir="$1" local opts="$2" bbnote "lttng-tools: Performing groupadd with [$opts]" local groupname=`echo "$opts" | awk '{ print $NF }'` local group_exists="`grep "^$groupname:" $rootdir/etc/group || true`" if test "x$group_exists" = "x"; then eval flock -x $rootdir/etc -c \"$PSEUDO groupadd \$opts\" || true group_exists="`grep "^$groupname:" $rootdir/etc/group || true`" if test "x$group_exists" = "x"; then bbfatal "lttng-tools: groupadd command did not succeed." fi else bbnote "lttng-tools: group $groupname already exists, not re-creating it" fi } perform_useradd () { local rootdir="$1" local opts="$2" bbnote "lttng-tools: Performing useradd with [$opts]" local username=`echo "$opts" | awk '{ print $NF }'` local user_exists="`grep "^$username:" $rootdir/etc/passwd || true`" if test "x$user_exists" = "x"; then eval flock -x $rootdir/etc -c \"$PSEUDO useradd \$opts\" || true user_exists="`grep "^$username:" $rootdir/etc/passwd || true`" if test "x$user_exists" = "x"; then bbfatal "lttng-tools: useradd command did not succeed." fi else bbnote "lttng-tools: user $username already exists, not re-creating it" fi } perform_groupmems () { local rootdir="$1" local opts="$2" bbnote "lttng-tools: Performing groupmems with [$opts]" local groupname=`echo "$opts" | awk '{ for (i = 1; i < NF; i++) if ($i == "-g" || $i == "--group") print $(i+1) }'` local username=`echo "$opts" | awk '{ for (i = 1; i < NF; i++) if ($i == "-a" || $i == "--add") print $(i+1) }'` bbnote "lttng-tools: Running groupmems command with group $groupname and user $username" local mem_exists="`grep "^$groupname:[^:]*:[^:]*:\([^,]*,\)*$username\(,[^,]*\)*$" $rootdir/etc/group || true`" if test "x$mem_exists" = "x"; then eval flock -x $rootdir/etc -c \"$PSEUDO groupmems \$opts\" || true mem_exists="`grep "^$groupname:[^:]*:[^:]*:\([^,]*,\)*$username\(,[^,]*\)*$" $rootdir/etc/group || true`" if test "x$mem_exists" = "x"; then bbfatal "lttng-tools: groupmems command did not succeed." fi else bbnote "lttng-tools: group $groupname already contains $username, not re-adding it" fi } OPT="" SYSROOT="" if test "x$D" != "x"; then # Installing into a sysroot SYSROOT="$D" OPT="--root $D" # Make sure login.defs is there, this is to make debian package backend work # correctly while doing rootfs. # The problem here is that if /etc/login.defs is treated as a config file for # shadow package, then while performing preinsts for packages that depend on # shadow, there might only be /etc/login.def.dpkg-new there in root filesystem. if [ ! -e $D/etc/login.defs -a -e $D/etc/login.defs.dpkg-new ]; then cp $D/etc/login.defs.dpkg-new $D/etc/login.defs fi # user/group lookups should match useradd/groupadd --root export PSEUDO_PASSWD="$SYSROOT" fi # If we're not doing a special SSTATE/SYSROOT install # then set the values, otherwise use the environment if test "x$UA_SYSROOT" = "x"; then # Installing onto a target # Add groups and users defined only for this package GROUPADD_PARAM="tracing" USERADD_PARAM="${USERADD_PARAM}" GROUPMEMS_PARAM="${GROUPMEMS_PARAM}" fi # Perform group additions first, since user additions may depend # on these groups existing if test "x`echo $GROUPADD_PARAM | tr -d '[:space:]'`" != "x"; then echo "Running groupadd commands..." # Invoke multiple instances of groupadd for parameter lists # separated by ';' opts=`echo "$GROUPADD_PARAM" | cut -d ';' -f 1 | sed -e 's#[ \t]*$##'` remaining=`echo "$GROUPADD_PARAM" | cut -d ';' -f 2- | sed -e 's#[ \t]*$##'` while test "x$opts" != "x"; do perform_groupadd "$SYSROOT" "$OPT $opts" if test "x$opts" = "x$remaining"; then break fi opts=`echo "$remaining" | cut -d ';' -f 1 | sed -e 's#[ \t]*$##'` remaining=`echo "$remaining" | cut -d ';' -f 2- | sed -e 's#[ \t]*$##'` done fi if test "x`echo $USERADD_PARAM | tr -d '[:space:]'`" != "x"; then echo "Running useradd commands..." # Invoke multiple instances of useradd for parameter lists # separated by ';' opts=`echo "$USERADD_PARAM" | cut -d ';' -f 1 | sed -e 's#[ \t]*$##'` remaining=`echo "$USERADD_PARAM" | cut -d ';' -f 2- | sed -e 's#[ \t]*$##'` while test "x$opts" != "x"; do perform_useradd "$SYSROOT" "$OPT $opts" if test "x$opts" = "x$remaining"; then break fi opts=`echo "$remaining" | cut -d ';' -f 1 | sed -e 's#[ \t]*$##'` remaining=`echo "$remaining" | cut -d ';' -f 2- | sed -e 's#[ \t]*$##'` done fi if test "x`echo $GROUPMEMS_PARAM | tr -d '[:space:]'`" != "x"; then echo "Running groupmems commands..." # Invoke multiple instances of groupmems for parameter lists # separated by ';' opts=`echo "$GROUPMEMS_PARAM" | cut -d ';' -f 1 | sed -e 's#[ \t]*$##'` remaining=`echo "$GROUPMEMS_PARAM" | cut -d ';' -f 2- | sed -e 's#[ \t]*$##'` while test "x$opts" != "x"; do perform_groupmems "$SYSROOT" "$OPT $opts" if test "x$opts" = "x$remaining"; then break fi opts=`echo "$remaining" | cut -d ';' -f 1 | sed -e 's#[ \t]*$##'` remaining=`echo "$remaining" | cut -d ';' -f 2- | sed -e 's#[ \t]*$##'` done fi " packages/armv7vet2hf-neon-poky-linux-gnueabi/lttng-ust/lttng-ust-bin: PKGSIZE changed from 10375 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/lttng-ust/lttng-ust-dbg: PKGSIZE changed from 3112776 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/lttng-ust/lttng-ust-dev: PKGSIZE changed from 187092 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/lttng-ust/lttng-ust-doc: PKGSIZE changed from 77609 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/lttng-ust/lttng-ust-src: PKGSIZE changed from 1186525 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/lttng-ust/lttng-ust: PKGSIZE changed from 665838 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/lttng-ust/lttng-ust: latest.pkg_postinst changed from "#!/bin/sh set -e if [ x"$D" = "x" ]; then if [ -x /sbin/ldconfig ]; then /sbin/ldconfig ; fi fi " to "#!/bin/sh if [ x"$D" = "x" ]; then if [ -x /sbin/ldconfig ]; then /sbin/ldconfig ; fi fi " packages/armv7vet2hf-neon-poky-linux-gnueabi/lzo/lzo-dbg: PKGSIZE changed from 638824 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/lzo/lzo-dev: PKGSIZE changed from 187126 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/lzo/lzo-doc: PKGSIZE changed from 58346 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/lzo/lzo-ptest: PKGSIZE changed from 66194 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/lzo/lzo-src: PKGSIZE changed from 904982 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/lzo/lzo: PKGSIZE changed from 83256 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/lzo/lzo: latest.pkg_postinst changed from "#!/bin/sh set -e if [ x"$D" = "x" ]; then if [ -x /sbin/ldconfig ]; then /sbin/ldconfig ; fi fi " to "#!/bin/sh if [ x"$D" = "x" ]; then if [ -x /sbin/ldconfig ]; then /sbin/ldconfig ; fi fi " packages/armv7vet2hf-neon-poky-linux-gnueabi/m4/m4-dbg: PKGSIZE changed from 8690680 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/m4/m4-doc: PKGSIZE changed from 371370 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/m4/m4-locale-bg: PKGSIZE changed from 2595 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/m4/m4-locale-cs: PKGSIZE changed from 1995 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/m4/m4-locale-da: PKGSIZE changed from 1998 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/m4/m4-locale-de: PKGSIZE changed from 2104 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/m4/m4-locale-el: PKGSIZE changed from 815 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/m4/m4-locale-eo: PKGSIZE changed from 1969 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/m4/m4-locale-es: PKGSIZE changed from 2153 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/m4/m4-locale-fi: PKGSIZE changed from 2107 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/m4/m4-locale-fr: PKGSIZE changed from 2100 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/m4/m4-locale-ga: PKGSIZE changed from 1999 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/m4/m4-locale-gl: PKGSIZE changed from 2152 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/m4/m4-locale-hr: PKGSIZE changed from 1904 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/m4/m4-locale-id: PKGSIZE changed from 2032 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/m4/m4-locale-ja: PKGSIZE changed from 7613 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/m4/m4-locale-ko: PKGSIZE changed from 22998 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/m4/m4-locale-nl: PKGSIZE changed from 22752 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/m4/m4-locale-pl: PKGSIZE changed from 2072 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/m4/m4-locale-pt-br: PKGSIZE changed from 2196 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/m4/m4-locale-ro: PKGSIZE changed from 2093 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/m4/m4-locale-ru: PKGSIZE changed from 2059 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/m4/m4-locale-sr: PKGSIZE changed from 2654 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/m4/m4-locale-sv: PKGSIZE changed from 2004 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/m4/m4-locale-uk: PKGSIZE changed from 29869 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/m4/m4-locale-vi: PKGSIZE changed from 2286 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/m4/m4-locale-zh-cn: PKGSIZE changed from 12900 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/m4/m4-locale-zh-tw: PKGSIZE changed from 2037 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/m4/m4-ptest: PKGSIZE changed from 3480635 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/m4/m4-src: PKGSIZE changed from 4215007 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/m4/m4: PKGSIZE changed from 161353 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/make/make-dbg: PKGSIZE changed from 604552 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/make/make-dev: PKGSIZE changed from 2912 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/make/make-doc: PKGSIZE changed from 631124 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/make/make-locale-be: PKGSIZE changed from 6580 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/make/make-locale-bg: PKGSIZE changed from 59330 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/make/make-locale-cs: PKGSIZE changed from 45689 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/make/make-locale-da: PKGSIZE changed from 41220 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/make/make-locale-de: PKGSIZE changed from 45198 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/make/make-locale-es: PKGSIZE changed from 45980 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/make/make-locale-fi: PKGSIZE changed from 31939 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/make/make-locale-fr: PKGSIZE changed from 44911 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/make/make-locale-ga: PKGSIZE changed from 43490 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/make/make-locale-gl: PKGSIZE changed from 21543 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/make/make-locale-he: PKGSIZE changed from 10151 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/make/make-locale-hr: PKGSIZE changed from 46070 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/make/make-locale-id: PKGSIZE changed from 40284 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/make/make-locale-it: PKGSIZE changed from 45544 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/make/make-locale-ja: PKGSIZE changed from 48996 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/make/make-locale-ko: PKGSIZE changed from 46973 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/make/make-locale-lt: PKGSIZE changed from 7037 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/make/make-locale-nl: PKGSIZE changed from 44391 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/make/make-locale-pl: PKGSIZE changed from 44530 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/make/make-locale-pt-br: PKGSIZE changed from 44043 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/make/make-locale-pt: PKGSIZE changed from 43530 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/make/make-locale-ru: PKGSIZE changed from 56673 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/make/make-locale-sr: PKGSIZE changed from 53185 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/make/make-locale-sv: PKGSIZE changed from 43480 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/make/make-locale-tr: PKGSIZE changed from 18996 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/make/make-locale-uk: PKGSIZE changed from 56014 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/make/make-locale-vi: PKGSIZE changed from 47388 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/make/make-locale-zh-cn: PKGSIZE changed from 42126 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/make/make-locale-zh-tw: PKGSIZE changed from 42268 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/make/make-src: PKGSIZE changed from 994768 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/make/make: PKGSIZE changed from 158944 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/matchbox-config-gtk/matchbox-config-gtk-dbg: PKGSIZE changed from 37760 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/matchbox-config-gtk/matchbox-config-gtk-src: PKGSIZE changed from 13279 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/matchbox-config-gtk/matchbox-config-gtk: PKGSIZE changed from 13947 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/matchbox-desktop/matchbox-desktop-dbg: PKGSIZE changed from 290292 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/matchbox-desktop/matchbox-desktop-src: PKGSIZE changed from 128290 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/matchbox-desktop/matchbox-desktop: PKGSIZE changed from 47177 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/matchbox-keyboard/matchbox-keyboard-applet: PKGSIZE changed from 5360 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/matchbox-keyboard/matchbox-keyboard-dbg: PKGSIZE changed from 335844 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/matchbox-keyboard/matchbox-keyboard-im: PKGSIZE changed from 5424 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/matchbox-keyboard/matchbox-keyboard-im: latest.pkg_postinst changed from "#!/bin/sh set -e if [ "x$D" != "x" ]; then $INTERCEPT_DIR/postinst_intercept update_gtk_immodules_cache matchbox-keyboard-im \ mlprefix= \ binprefix= \ libdir=/usr/lib \ libexecdir=/usr/libexec \ base_libdir=/lib \ bindir=/usr/bin else if [ ! -z `which gtk-query-immodules-2.0` ]; then gtk-query-immodules-2.0 > /usr/lib/gtk-2.0/2.10.0/immodules.cache fi if [ ! -z `which gtk-query-immodules-3.0` ]; then mkdir -p /usr/lib/gtk-3.0/3.0.0 gtk-query-immodules-3.0 > /usr/lib/gtk-3.0/3.0.0/immodules.cache fi fi " to "#!/bin/sh if [ "x$D" != "x" ]; then $INTERCEPT_DIR/postinst_intercept update_gtk_immodules_cache matchbox-keyboard-im \ mlprefix= \ binprefix= \ libdir=/usr/lib \ libexecdir=/usr/libexec \ base_libdir=/lib \ bindir=/usr/bin else if [ ! -z `which gtk-query-immodules-2.0` ]; then gtk-query-immodules-2.0 > /usr/lib/gtk-2.0/2.10.0/immodules.cache fi if [ ! -z `which gtk-query-immodules-3.0` ]; then mkdir -p /usr/lib/gtk-3.0/3.0.0 gtk-query-immodules-3.0 > /usr/lib/gtk-3.0/3.0.0/immodules.cache fi fi " packages/armv7vet2hf-neon-poky-linux-gnueabi/matchbox-keyboard/matchbox-keyboard-im: latest.pkg_postrm changed from "#!/bin/sh set -e if [ "x$D" != "x" ]; then $INTERCEPT_DIR/postinst_intercept update_gtk_immodules_cache matchbox-keyboard-im \ mlprefix= \ binprefix= \ libdir=/usr/lib \ libexecdir=/usr/libexec \ base_libdir=/lib \ bindir=/usr/bin else if [ ! -z `which gtk-query-immodules-2.0` ]; then gtk-query-immodules-2.0 > /usr/lib/gtk-2.0/2.10.0/immodules.cache fi if [ ! -z `which gtk-query-immodules-3.0` ]; then gtk-query-immodules-3.0 > /usr/lib/gtk-3.0/3.0.0/immodules.cache fi fi " to "#!/bin/sh if [ "x$D" != "x" ]; then $INTERCEPT_DIR/postinst_intercept update_gtk_immodules_cache matchbox-keyboard-im \ mlprefix= \ binprefix= \ libdir=/usr/lib \ libexecdir=/usr/libexec \ base_libdir=/lib \ bindir=/usr/bin else if [ ! -z `which gtk-query-immodules-2.0` ]; then gtk-query-immodules-2.0 > /usr/lib/gtk-2.0/2.10.0/immodules.cache fi if [ ! -z `which gtk-query-immodules-3.0` ]; then gtk-query-immodules-3.0 > /usr/lib/gtk-3.0/3.0.0/immodules.cache fi fi " packages/armv7vet2hf-neon-poky-linux-gnueabi/matchbox-keyboard/matchbox-keyboard-src: PKGSIZE changed from 124620 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/matchbox-keyboard/matchbox-keyboard: PKGSIZE changed from 85289 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/matchbox-panel-2/matchbox-panel-2-dbg: PKGSIZE changed from 604364 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/matchbox-panel-2/matchbox-panel-2-dev: PKGSIZE changed from 4920 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/matchbox-panel-2/matchbox-panel-2-src: PKGSIZE changed from 256844 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/matchbox-panel-2/matchbox-panel-2: PKGSIZE changed from 165420 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/matchbox-session/matchbox-session: PKGSIZE changed from 451 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/matchbox-session/matchbox-session: latest.pkg_postinst changed from "#!/bin/sh set -e update-alternatives --install /usr/bin/x-session-manager x-session-manager /usr/bin/matchbox-session 100 " to "#!/bin/sh update-alternatives --install /usr/bin/x-session-manager x-session-manager /usr/bin/matchbox-session 100 " packages/armv7vet2hf-neon-poky-linux-gnueabi/matchbox-session/matchbox-session: latest.pkg_prerm changed from "#!/bin/sh set -e update-alternatives --remove x-session-manager /usr/bin/matchbox-session " to "#!/bin/sh update-alternatives --remove x-session-manager /usr/bin/matchbox-session " packages/armv7vet2hf-neon-poky-linux-gnueabi/matchbox-terminal/matchbox-terminal-dbg: PKGSIZE changed from 20824 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/matchbox-terminal/matchbox-terminal-src: PKGSIZE changed from 3917 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/matchbox-terminal/matchbox-terminal: PKGSIZE changed from 9797 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/matchbox-theme-sato/matchbox-theme-sato: PKGSIZE changed from 7911 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/matchbox-wm/matchbox-wm-dbg: PKGSIZE changed from 488696 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/matchbox-wm/matchbox-wm-src: PKGSIZE changed from 463970 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/matchbox-wm/matchbox-wm: PKGSIZE changed from 125865 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/mdadm/mdadm-dbg: PKGSIZE changed from 3150340 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/mdadm/mdadm-doc: PKGSIZE changed from 171050 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/mdadm/mdadm-ptest: PKGSIZE changed from 212619 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/mdadm/mdadm-src: PKGSIZE changed from 1602402 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/mdadm/mdadm: PKGSIZE changed from 652237 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/menu-cache/menu-cache-dbg: PKGSIZE changed from 257292 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/menu-cache/menu-cache-dev: PKGSIZE changed from 6422 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/menu-cache/menu-cache-src: PKGSIZE changed from 221818 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/menu-cache/menu-cache: PKGSIZE changed from 73962 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/menu-cache/menu-cache: latest.pkg_postinst changed from "#!/bin/sh set -e if [ x"$D" = "x" ]; then if [ -x /sbin/ldconfig ]; then /sbin/ldconfig ; fi fi " to "#!/bin/sh if [ x"$D" = "x" ]; then if [ -x /sbin/ldconfig ]; then /sbin/ldconfig ; fi fi " packages/armv7vet2hf-neon-poky-linux-gnueabi/mesa-demos/mesa-demos-dbg: PKGSIZE changed from 1979608 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/mesa-demos/mesa-demos-src: PKGSIZE changed from 640022 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/mesa-demos/mesa-demos: PKGSIZE changed from 2800016 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/mesa/libegl-mesa-dev: PKGSIZE changed from 110860 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/mesa/libegl-mesa: PKGSIZE changed from 149423 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/mesa/libegl-mesa: latest.pkg_postinst changed from "#!/bin/sh set -e if [ x"$D" = "x" ]; then if [ -x /sbin/ldconfig ]; then /sbin/ldconfig ; fi fi " to "#!/bin/sh if [ x"$D" = "x" ]; then if [ -x /sbin/ldconfig ]; then /sbin/ldconfig ; fi fi " packages/armv7vet2hf-neon-poky-linux-gnueabi/mesa/libgbm-dev: PKGSIZE changed from 16063 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/mesa/libgbm: PKGSIZE changed from 38379 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/mesa/libgbm: latest.pkg_postinst changed from "#!/bin/sh set -e if [ x"$D" = "x" ]; then if [ -x /sbin/ldconfig ]; then /sbin/ldconfig ; fi fi " to "#!/bin/sh if [ x"$D" = "x" ]; then if [ -x /sbin/ldconfig ]; then /sbin/ldconfig ; fi fi " packages/armv7vet2hf-neon-poky-linux-gnueabi/mesa/libgl-mesa-dev: PKGSIZE changed from 1494272 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/mesa/libgl-mesa: PKGSIZE changed from 313054 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/mesa/libgl-mesa: latest.pkg_postinst changed from "#!/bin/sh set -e if [ x"$D" = "x" ]; then if [ -x /sbin/ldconfig ]; then /sbin/ldconfig ; fi fi " to "#!/bin/sh if [ x"$D" = "x" ]; then if [ -x /sbin/ldconfig ]; then /sbin/ldconfig ; fi fi " packages/armv7vet2hf-neon-poky-linux-gnueabi/mesa/libglapi-dev: PKGSIZE changed from 13 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/mesa/libglapi: PKGSIZE changed from 189853 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/mesa/libglapi: latest.pkg_postinst changed from "#!/bin/sh set -e if [ x"$D" = "x" ]; then if [ -x /sbin/ldconfig ]; then /sbin/ldconfig ; fi fi " to "#!/bin/sh if [ x"$D" = "x" ]; then if [ -x /sbin/ldconfig ]; then /sbin/ldconfig ; fi fi " packages/armv7vet2hf-neon-poky-linux-gnueabi/mesa/libgles1-mesa-dev: PKGSIZE changed from 87774 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/mesa/libgles1-mesa: PKGSIZE changed from 17521 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/mesa/libgles1-mesa: latest.pkg_postinst changed from "#!/bin/sh set -e if [ x"$D" = "x" ]; then if [ -x /sbin/ldconfig ]; then /sbin/ldconfig ; fi fi " to "#!/bin/sh if [ x"$D" = "x" ]; then if [ -x /sbin/ldconfig ]; then /sbin/ldconfig ; fi fi " packages/armv7vet2hf-neon-poky-linux-gnueabi/mesa/libgles2-mesa-dev: PKGSIZE changed from 276757 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/mesa/libgles2-mesa: PKGSIZE changed from 33898 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/mesa/libgles2-mesa: latest.pkg_postinst changed from "#!/bin/sh set -e if [ x"$D" = "x" ]; then if [ -x /sbin/ldconfig ]; then /sbin/ldconfig ; fi fi " to "#!/bin/sh if [ x"$D" = "x" ]; then if [ -x /sbin/ldconfig ]; then /sbin/ldconfig ; fi fi " packages/armv7vet2hf-neon-poky-linux-gnueabi/mesa/libgles3-mesa-dev: PKGSIZE changed from 320395 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/mesa/mesa-dbg: PKGSIZE changed from 64200992 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/mesa/mesa-dev: PKGSIZE changed from 221 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/mesa/mesa-megadriver: PKGSIZE changed from 7763146 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/mesa/mesa-src: PKGSIZE changed from 50696301 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/mini-x-session/mini-x-session: PKGSIZE changed from 898 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/mini-x-session/mini-x-session: latest.pkg_postinst changed from "#!/bin/sh set -e update-alternatives --install /usr/bin/x-session-manager x-session-manager /usr/bin/mini-x-session 50 " to "#!/bin/sh update-alternatives --install /usr/bin/x-session-manager x-session-manager /usr/bin/mini-x-session 50 " packages/armv7vet2hf-neon-poky-linux-gnueabi/mini-x-session/mini-x-session: latest.pkg_prerm changed from "#!/bin/sh set -e update-alternatives --remove x-session-manager /usr/bin/mini-x-session " to "#!/bin/sh update-alternatives --remove x-session-manager /usr/bin/mini-x-session " packages/armv7vet2hf-neon-poky-linux-gnueabi/mkfontscale/mkfontscale-dbg: PKGSIZE changed from 90824 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/mkfontscale/mkfontscale-doc: PKGSIZE changed from 10300 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/mkfontscale/mkfontscale-src: PKGSIZE changed from 72307 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/mkfontscale/mkfontscale: PKGSIZE changed from 26329 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/mobile-broadband-provider-info/mobile-broadband-provider-info-dev: PKGSIZE changed from 295 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/mobile-broadband-provider-info/mobile-broadband-provider-info: PKGSIZE changed from 503043 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/modutils-initscripts/modutils-initscripts: PKGSIZE changed from 1326 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/modutils-initscripts/modutils-initscripts: latest.pkg_postinst changed from "set -e if type systemctl >/dev/null 2>/dev/null; then if [ -n "$D" ]; then OPTS="--root=$D" fi systemctl $OPTS mask modutils.service fi if true && type update-rc.d >/dev/null 2>/dev/null; then if [ -n "$D" ]; then OPT="-r $D" else OPT="-s" fi update-rc.d $OPT modutils.sh start 06 S . fi " to " if type systemctl >/dev/null 2>/dev/null; then if [ -n "$D" ]; then OPTS="--root=$D" fi systemctl $OPTS mask modutils.service fi if true && type update-rc.d >/dev/null 2>/dev/null; then if [ -n "$D" ]; then OPT="-r $D" else OPT="-s" fi update-rc.d $OPT modutils.sh start 06 S . fi " packages/armv7vet2hf-neon-poky-linux-gnueabi/modutils-initscripts/modutils-initscripts: latest.pkg_postrm changed from "#!/bin/sh set -e if true && type update-rc.d >/dev/null 2>/dev/null; then if [ -n "$D" ]; then OPT="-f -r $D" else OPT="-f" fi update-rc.d $OPT modutils.sh remove fi " to "#!/bin/sh if true && type update-rc.d >/dev/null 2>/dev/null; then if [ -n "$D" ]; then OPT="-f -r $D" else OPT="-f" fi update-rc.d $OPT modutils.sh remove fi " packages/armv7vet2hf-neon-poky-linux-gnueabi/modutils-initscripts/modutils-initscripts: latest.pkg_prerm changed from "#!/bin/sh set -e if true && [ -z "$D" -a -x "/etc/init.d/modutils.sh" ]; then /etc/init.d/modutils.sh stop || : fi " to "#!/bin/sh if true && [ -z "$D" -a -x "/etc/init.d/modutils.sh" ]; then /etc/init.d/modutils.sh stop || : fi " packages/armv7vet2hf-neon-poky-linux-gnueabi/mpfr/mpfr-dbg: PKGSIZE changed from 1393324 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/mpfr/mpfr-dev: PKGSIZE changed from 59596 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/mpfr/mpfr-doc: PKGSIZE changed from 145656 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/mpfr/mpfr-src: PKGSIZE changed from 1969669 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/mpfr/mpfr: PKGSIZE changed from 288164 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/mpfr/mpfr: latest.pkg_postinst changed from "#!/bin/sh set -e if [ x"$D" = "x" ]; then if [ -x /sbin/ldconfig ]; then /sbin/ldconfig ; fi fi " to "#!/bin/sh if [ x"$D" = "x" ]; then if [ -x /sbin/ldconfig ]; then /sbin/ldconfig ; fi fi " packages/armv7vet2hf-neon-poky-linux-gnueabi/mpg123/mpg123-dbg: PKGSIZE changed from 2097072 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/mpg123/mpg123-dev: PKGSIZE changed from 178887 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/mpg123/mpg123-doc: PKGSIZE changed from 40495 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/mpg123/mpg123-src: PKGSIZE changed from 1856075 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/mpg123/mpg123: PKGSIZE changed from 633203 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/mpg123/mpg123: latest.pkg_postinst changed from "#!/bin/sh set -e if [ x"$D" = "x" ]; then if [ -x /sbin/ldconfig ]; then /sbin/ldconfig ; fi fi " to "#!/bin/sh if [ x"$D" = "x" ]; then if [ -x /sbin/ldconfig ]; then /sbin/ldconfig ; fi fi " packages/armv7vet2hf-neon-poky-linux-gnueabi/mtdev/mtdev-dbg: PKGSIZE changed from 85672 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/mtdev/mtdev-dev: PKGSIZE changed from 14749 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/mtdev/mtdev-src: PKGSIZE changed from 63954 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/mtdev/mtdev: PKGSIZE changed from 23181 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/mtdev/mtdev: latest.pkg_postinst changed from "#!/bin/sh set -e if [ x"$D" = "x" ]; then if [ -x /sbin/ldconfig ]; then /sbin/ldconfig ; fi fi " to "#!/bin/sh if [ x"$D" = "x" ]; then if [ -x /sbin/ldconfig ]; then /sbin/ldconfig ; fi fi " packages/armv7vet2hf-neon-poky-linux-gnueabi/ncurses/ncurses-dbg: PKGSIZE changed from 3669416 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/ncurses/ncurses-dev: PKGSIZE changed from 355655 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/ncurses/ncurses-doc: PKGSIZE changed from 1081840 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/ncurses/ncurses-libform: PKGSIZE changed from 34614 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/ncurses/ncurses-libform: latest.pkg_postinst changed from "#!/bin/sh set -e if [ x"$D" = "x" ]; then if [ -x /sbin/ldconfig ]; then /sbin/ldconfig ; fi fi " to "#!/bin/sh if [ x"$D" = "x" ]; then if [ -x /sbin/ldconfig ]; then /sbin/ldconfig ; fi fi " packages/armv7vet2hf-neon-poky-linux-gnueabi/ncurses/ncurses-libformw: PKGSIZE changed from 38743 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/ncurses/ncurses-libformw: latest.pkg_postinst changed from "#!/bin/sh set -e if [ x"$D" = "x" ]; then if [ -x /sbin/ldconfig ]; then /sbin/ldconfig ; fi fi " to "#!/bin/sh if [ x"$D" = "x" ]; then if [ -x /sbin/ldconfig ]; then /sbin/ldconfig ; fi fi " packages/armv7vet2hf-neon-poky-linux-gnueabi/ncurses/ncurses-libmenu: PKGSIZE changed from 21930 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/ncurses/ncurses-libmenu: latest.pkg_postinst changed from "#!/bin/sh set -e if [ x"$D" = "x" ]; then if [ -x /sbin/ldconfig ]; then /sbin/ldconfig ; fi fi " to "#!/bin/sh if [ x"$D" = "x" ]; then if [ -x /sbin/ldconfig ]; then /sbin/ldconfig ; fi fi " packages/armv7vet2hf-neon-poky-linux-gnueabi/ncurses/ncurses-libmenuw: PKGSIZE changed from 21931 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/ncurses/ncurses-libmenuw: latest.pkg_postinst changed from "#!/bin/sh set -e if [ x"$D" = "x" ]; then if [ -x /sbin/ldconfig ]; then /sbin/ldconfig ; fi fi " to "#!/bin/sh if [ x"$D" = "x" ]; then if [ -x /sbin/ldconfig ]; then /sbin/ldconfig ; fi fi " packages/armv7vet2hf-neon-poky-linux-gnueabi/ncurses/ncurses-libncurses: PKGSIZE changed from 91405 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/ncurses/ncurses-libncurses: latest.pkg_postinst changed from "#!/bin/sh set -e if [ x"$D" = "x" ]; then if [ -x /sbin/ldconfig ]; then /sbin/ldconfig ; fi fi " to "#!/bin/sh if [ x"$D" = "x" ]; then if [ -x /sbin/ldconfig ]; then /sbin/ldconfig ; fi fi " packages/armv7vet2hf-neon-poky-linux-gnueabi/ncurses/ncurses-libncursesw: PKGSIZE changed from 124174 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/ncurses/ncurses-libncursesw: latest.pkg_postinst changed from "#!/bin/sh set -e if [ x"$D" = "x" ]; then if [ -x /sbin/ldconfig ]; then /sbin/ldconfig ; fi fi " to "#!/bin/sh if [ x"$D" = "x" ]; then if [ -x /sbin/ldconfig ]; then /sbin/ldconfig ; fi fi " packages/armv7vet2hf-neon-poky-linux-gnueabi/ncurses/ncurses-libpanel: PKGSIZE changed from 9471 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/ncurses/ncurses-libpanel: latest.pkg_postinst changed from "#!/bin/sh set -e if [ x"$D" = "x" ]; then if [ -x /sbin/ldconfig ]; then /sbin/ldconfig ; fi fi " to "#!/bin/sh if [ x"$D" = "x" ]; then if [ -x /sbin/ldconfig ]; then /sbin/ldconfig ; fi fi " packages/armv7vet2hf-neon-poky-linux-gnueabi/ncurses/ncurses-libpanelw: PKGSIZE changed from 9476 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/ncurses/ncurses-libpanelw: latest.pkg_postinst changed from "#!/bin/sh set -e if [ x"$D" = "x" ]; then if [ -x /sbin/ldconfig ]; then /sbin/ldconfig ; fi fi " to "#!/bin/sh if [ x"$D" = "x" ]; then if [ -x /sbin/ldconfig ]; then /sbin/ldconfig ; fi fi " packages/armv7vet2hf-neon-poky-linux-gnueabi/ncurses/ncurses-libtic: PKGSIZE changed from 46385 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/ncurses/ncurses-libtic: latest.pkg_postinst changed from "#!/bin/sh set -e if [ x"$D" = "x" ]; then if [ -x /sbin/ldconfig ]; then /sbin/ldconfig ; fi fi " to "#!/bin/sh if [ x"$D" = "x" ]; then if [ -x /sbin/ldconfig ]; then /sbin/ldconfig ; fi fi " packages/armv7vet2hf-neon-poky-linux-gnueabi/ncurses/ncurses-libticw: PKGSIZE changed from 46386 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/ncurses/ncurses-libticw: latest.pkg_postinst changed from "#!/bin/sh set -e if [ x"$D" = "x" ]; then if [ -x /sbin/ldconfig ]; then /sbin/ldconfig ; fi fi " to "#!/bin/sh if [ x"$D" = "x" ]; then if [ -x /sbin/ldconfig ]; then /sbin/ldconfig ; fi fi " packages/armv7vet2hf-neon-poky-linux-gnueabi/ncurses/ncurses-libtinfo: PKGSIZE changed from 108563 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/ncurses/ncurses-libtinfo: latest.pkg_postinst changed from "#!/bin/sh set -e if [ x"$D" = "x" ]; then if [ -x /sbin/ldconfig ]; then /sbin/ldconfig ; fi fi " to "#!/bin/sh if [ x"$D" = "x" ]; then if [ -x /sbin/ldconfig ]; then /sbin/ldconfig ; fi fi " packages/armv7vet2hf-neon-poky-linux-gnueabi/ncurses/ncurses-src: PKGSIZE changed from 3236201 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/ncurses/ncurses-staticdev: PKGSIZE changed from 1191436 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/ncurses/ncurses-terminfo-base: PKGSIZE changed from 21808 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/ncurses/ncurses-terminfo: PKGSIZE changed from 2008096 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/ncurses/ncurses-terminfo: latest.pkg_postinst changed from "#!/bin/sh set -e update-alternatives --install /usr/share/terminfo/s/st st /usr/share/terminfo/s/st.ncurses 100 update-alternatives --install /usr/share/terminfo/s/st-256color st-256color /usr/share/terminfo/s/st-256color.ncurses 100 " to "#!/bin/sh update-alternatives --install /usr/share/terminfo/s/st st /usr/share/terminfo/s/st.ncurses 100 update-alternatives --install /usr/share/terminfo/s/st-256color st-256color /usr/share/terminfo/s/st-256color.ncurses 100 " packages/armv7vet2hf-neon-poky-linux-gnueabi/ncurses/ncurses-terminfo: latest.pkg_prerm changed from "#!/bin/sh set -e update-alternatives --remove st /usr/share/terminfo/s/st.ncurses update-alternatives --remove st-256color /usr/share/terminfo/s/st-256color.ncurses " to "#!/bin/sh update-alternatives --remove st /usr/share/terminfo/s/st.ncurses update-alternatives --remove st-256color /usr/share/terminfo/s/st-256color.ncurses " packages/armv7vet2hf-neon-poky-linux-gnueabi/ncurses/ncurses-tools: PKGSIZE changed from 138270 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/ncurses/ncurses-tools: latest.pkg_postinst changed from "#!/bin/sh set -e update-alternatives --install /usr/bin/clear clear /usr/bin/clear.ncurses 100 update-alternatives --install /usr/bin/reset reset /usr/bin/reset.ncurses 100 " to "#!/bin/sh update-alternatives --install /usr/bin/clear clear /usr/bin/clear.ncurses 100 update-alternatives --install /usr/bin/reset reset /usr/bin/reset.ncurses 100 " packages/armv7vet2hf-neon-poky-linux-gnueabi/ncurses/ncurses-tools: latest.pkg_prerm changed from "#!/bin/sh set -e update-alternatives --remove clear /usr/bin/clear.ncurses update-alternatives --remove reset /usr/bin/reset.ncurses " to "#!/bin/sh update-alternatives --remove clear /usr/bin/clear.ncurses update-alternatives --remove reset /usr/bin/reset.ncurses " packages/armv7vet2hf-neon-poky-linux-gnueabi/ncurses/ncurses: PKGSIZE changed from 27886 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/neard/neard-dbg: PKGSIZE changed from 1024412 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/neard/neard-dev: PKGSIZE changed from 35713 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/neard/neard-doc: PKGSIZE changed from 7996 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/neard/neard-src: PKGSIZE changed from 757530 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/neard/neard: PKGSIZE changed from 249834 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/neard/neard: latest.pkg_postinst changed from "#!/bin/sh set -e if true && type update-rc.d >/dev/null 2>/dev/null; then if [ -n "$D" ]; then OPT="-r $D" else OPT="-s" fi update-rc.d $OPT neard defaults 64 fi " to "#!/bin/sh if true && type update-rc.d >/dev/null 2>/dev/null; then if [ -n "$D" ]; then OPT="-r $D" else OPT="-s" fi update-rc.d $OPT neard defaults 64 fi " packages/armv7vet2hf-neon-poky-linux-gnueabi/neard/neard: latest.pkg_postrm changed from "#!/bin/sh set -e if true && type update-rc.d >/dev/null 2>/dev/null; then if [ -n "$D" ]; then OPT="-f -r $D" else OPT="-f" fi update-rc.d $OPT neard remove fi " to "#!/bin/sh if true && type update-rc.d >/dev/null 2>/dev/null; then if [ -n "$D" ]; then OPT="-f -r $D" else OPT="-f" fi update-rc.d $OPT neard remove fi " packages/armv7vet2hf-neon-poky-linux-gnueabi/neard/neard: latest.pkg_prerm changed from "#!/bin/sh set -e if true && [ -z "$D" -a -x "/etc/init.d/neard" ]; then /etc/init.d/neard stop || : fi " to "#!/bin/sh if true && [ -z "$D" -a -x "/etc/init.d/neard" ]; then /etc/init.d/neard stop || : fi " packages/armv7vet2hf-neon-poky-linux-gnueabi/net-tools/net-tools-dbg: PKGSIZE changed from 1254816 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/net-tools/net-tools-doc: PKGSIZE changed from 187879 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/net-tools/net-tools-doc: latest.pkg_postinst changed from "#!/bin/sh set -e update-alternatives --install /usr/share/man/man1/hostname.1 hostname.1 /usr/share/man/man1/hostname.1.net-tools 10 update-alternatives --install /usr/share/man/man1/dnsdomainname.1 dnsdomainname.1 /usr/share/man/man1/dnsdomainname.1.net-tools 100 " to "#!/bin/sh update-alternatives --install /usr/share/man/man1/hostname.1 hostname.1 /usr/share/man/man1/hostname.1.net-tools 10 update-alternatives --install /usr/share/man/man1/dnsdomainname.1 dnsdomainname.1 /usr/share/man/man1/dnsdomainname.1.net-tools 100 " packages/armv7vet2hf-neon-poky-linux-gnueabi/net-tools/net-tools-doc: latest.pkg_prerm changed from "#!/bin/sh set -e update-alternatives --remove hostname.1 /usr/share/man/man1/hostname.1.net-tools update-alternatives --remove dnsdomainname.1 /usr/share/man/man1/dnsdomainname.1.net-tools " to "#!/bin/sh update-alternatives --remove hostname.1 /usr/share/man/man1/hostname.1.net-tools update-alternatives --remove dnsdomainname.1 /usr/share/man/man1/dnsdomainname.1.net-tools " packages/armv7vet2hf-neon-poky-linux-gnueabi/net-tools/net-tools-locale-cs: PKGSIZE changed from 62849 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/net-tools/net-tools-locale-de: PKGSIZE changed from 46642 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/net-tools/net-tools-locale-et: PKGSIZE changed from 51352 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/net-tools/net-tools-locale-fr: PKGSIZE changed from 40885 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/net-tools/net-tools-locale-pt-br: PKGSIZE changed from 48452 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/net-tools/net-tools-mii-tool: PKGSIZE changed from 13952 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/net-tools/net-tools-mii-tool: latest.pkg_postinst changed from "#!/bin/sh set -e update-alternatives --install /sbin/mii-tool mii-tool /sbin/mii-tool.net-tools 100 " to "#!/bin/sh update-alternatives --install /sbin/mii-tool mii-tool /sbin/mii-tool.net-tools 100 " packages/armv7vet2hf-neon-poky-linux-gnueabi/net-tools/net-tools-mii-tool: latest.pkg_prerm changed from "#!/bin/sh set -e update-alternatives --remove mii-tool /sbin/mii-tool.net-tools " to "#!/bin/sh update-alternatives --remove mii-tool /sbin/mii-tool.net-tools " packages/armv7vet2hf-neon-poky-linux-gnueabi/net-tools/net-tools-src: PKGSIZE changed from 406270 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/net-tools/net-tools: PKGSIZE changed from 292004 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/net-tools/net-tools: latest.pkg_postinst changed from "#!/bin/sh set -e update-alternatives --install /sbin/ipmaddr ipmaddr /sbin/ipmaddr.net-tools 100 update-alternatives --install /sbin/iptunnel iptunnel /sbin/iptunnel.net-tools 100 update-alternatives --install /sbin/nameif nameif /sbin/nameif.net-tools 100 update-alternatives --install /sbin/arp arp /sbin/arp.net-tools 100 update-alternatives --install /sbin/rarp rarp /sbin/rarp.net-tools 100 update-alternatives --install /sbin/plipconfig plipconfig /sbin/plipconfig.net-tools 100 update-alternatives --install /sbin/slattach slattach /sbin/slattach.net-tools 100 update-alternatives --install /bin/ifconfig ifconfig /bin/ifconfig.net-tools 100 update-alternatives --install /bin/netstat netstat /bin/netstat.net-tools 100 update-alternatives --install /bin/route route /bin/route.net-tools 100 update-alternatives --install /bin/dnsdomainname dnsdomainname /bin/dnsdomainname.net-tools 100 update-alternatives --install /bin/domainname domainname /bin/domainname.net-tools 100 update-alternatives --install /bin/hostname hostname /bin/hostname.net-tools 100 update-alternatives --install /bin/nisdomainname nisdomainname /bin/nisdomainname.net-tools 100 update-alternatives --install /bin/ypdomainname ypdomainname /bin/ypdomainname.net-tools 100 " to "#!/bin/sh update-alternatives --install /sbin/ipmaddr ipmaddr /sbin/ipmaddr.net-tools 100 update-alternatives --install /sbin/iptunnel iptunnel /sbin/iptunnel.net-tools 100 update-alternatives --install /sbin/nameif nameif /sbin/nameif.net-tools 100 update-alternatives --install /sbin/arp arp /sbin/arp.net-tools 100 update-alternatives --install /sbin/rarp rarp /sbin/rarp.net-tools 100 update-alternatives --install /sbin/plipconfig plipconfig /sbin/plipconfig.net-tools 100 update-alternatives --install /sbin/slattach slattach /sbin/slattach.net-tools 100 update-alternatives --install /bin/ifconfig ifconfig /bin/ifconfig.net-tools 100 update-alternatives --install /bin/netstat netstat /bin/netstat.net-tools 100 update-alternatives --install /bin/route route /bin/route.net-tools 100 update-alternatives --install /bin/dnsdomainname dnsdomainname /bin/dnsdomainname.net-tools 100 update-alternatives --install /bin/domainname domainname /bin/domainname.net-tools 100 update-alternatives --install /bin/hostname hostname /bin/hostname.net-tools 100 update-alternatives --install /bin/nisdomainname nisdomainname /bin/nisdomainname.net-tools 100 update-alternatives --install /bin/ypdomainname ypdomainname /bin/ypdomainname.net-tools 100 " packages/armv7vet2hf-neon-poky-linux-gnueabi/net-tools/net-tools: latest.pkg_prerm changed from "#!/bin/sh set -e update-alternatives --remove ipmaddr /sbin/ipmaddr.net-tools update-alternatives --remove iptunnel /sbin/iptunnel.net-tools update-alternatives --remove nameif /sbin/nameif.net-tools update-alternatives --remove arp /sbin/arp.net-tools update-alternatives --remove rarp /sbin/rarp.net-tools update-alternatives --remove plipconfig /sbin/plipconfig.net-tools update-alternatives --remove slattach /sbin/slattach.net-tools update-alternatives --remove ifconfig /bin/ifconfig.net-tools update-alternatives --remove netstat /bin/netstat.net-tools update-alternatives --remove route /bin/route.net-tools update-alternatives --remove dnsdomainname /bin/dnsdomainname.net-tools update-alternatives --remove domainname /bin/domainname.net-tools update-alternatives --remove hostname /bin/hostname.net-tools update-alternatives --remove nisdomainname /bin/nisdomainname.net-tools update-alternatives --remove ypdomainname /bin/ypdomainname.net-tools " to "#!/bin/sh update-alternatives --remove ipmaddr /sbin/ipmaddr.net-tools update-alternatives --remove iptunnel /sbin/iptunnel.net-tools update-alternatives --remove nameif /sbin/nameif.net-tools update-alternatives --remove arp /sbin/arp.net-tools update-alternatives --remove rarp /sbin/rarp.net-tools update-alternatives --remove plipconfig /sbin/plipconfig.net-tools update-alternatives --remove slattach /sbin/slattach.net-tools update-alternatives --remove ifconfig /bin/ifconfig.net-tools update-alternatives --remove netstat /bin/netstat.net-tools update-alternatives --remove route /bin/route.net-tools update-alternatives --remove dnsdomainname /bin/dnsdomainname.net-tools update-alternatives --remove domainname /bin/domainname.net-tools update-alternatives --remove hostname /bin/hostname.net-tools update-alternatives --remove nisdomainname /bin/nisdomainname.net-tools update-alternatives --remove ypdomainname /bin/ypdomainname.net-tools " packages/armv7vet2hf-neon-poky-linux-gnueabi/nettle/nettle-dbg: PKGSIZE changed from 27890396 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/nettle/nettle-dev: PKGSIZE changed from 252204 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/nettle/nettle-doc: PKGSIZE changed from 314875 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/nettle/nettle-ptest: PKGSIZE changed from 6218916 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/nettle/nettle-src: PKGSIZE changed from 4219282 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/nettle/nettle: PKGSIZE changed from 526269 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/nettle/nettle: latest.pkg_postinst changed from "#!/bin/sh set -e if [ x"$D" = "x" ]; then if [ -x /sbin/ldconfig ]; then /sbin/ldconfig ; fi fi " to "#!/bin/sh if [ x"$D" = "x" ]; then if [ -x /sbin/ldconfig ]; then /sbin/ldconfig ; fi fi " packages/armv7vet2hf-neon-poky-linux-gnueabi/npth/npth-dbg: PKGSIZE changed from 37824 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/npth/npth-dev: PKGSIZE changed from 19803 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/npth/npth-src: PKGSIZE changed from 36498 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/npth/npth: PKGSIZE changed from 9532 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/npth/npth: latest.pkg_postinst changed from "#!/bin/sh set -e if [ x"$D" = "x" ]; then if [ -x /sbin/ldconfig ]; then /sbin/ldconfig ; fi fi " to "#!/bin/sh if [ x"$D" = "x" ]; then if [ -x /sbin/ldconfig ]; then /sbin/ldconfig ; fi fi " packages/armv7vet2hf-neon-poky-linux-gnueabi/ofono/ofono-dbg: PKGSIZE changed from 6422156 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/ofono/ofono-dev: PKGSIZE changed from 133850 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/ofono/ofono-doc: PKGSIZE changed from 1093 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/ofono/ofono-src: PKGSIZE changed from 4945600 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/ofono/ofono-tests: PKGSIZE changed from 118234 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/ofono/ofono: PKGSIZE changed from 1260224 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/ofono/ofono: latest.pkg_postinst changed from "#!/bin/sh set -e if true && type update-rc.d >/dev/null 2>/dev/null; then if [ -n "$D" ]; then OPT="-r $D" else OPT="-s" fi update-rc.d $OPT ofono defaults 22 fi " to "#!/bin/sh if true && type update-rc.d >/dev/null 2>/dev/null; then if [ -n "$D" ]; then OPT="-r $D" else OPT="-s" fi update-rc.d $OPT ofono defaults 22 fi " packages/armv7vet2hf-neon-poky-linux-gnueabi/ofono/ofono: latest.pkg_postrm changed from "#!/bin/sh set -e if true && type update-rc.d >/dev/null 2>/dev/null; then if [ -n "$D" ]; then OPT="-f -r $D" else OPT="-f" fi update-rc.d $OPT ofono remove fi " to "#!/bin/sh if true && type update-rc.d >/dev/null 2>/dev/null; then if [ -n "$D" ]; then OPT="-f -r $D" else OPT="-f" fi update-rc.d $OPT ofono remove fi " packages/armv7vet2hf-neon-poky-linux-gnueabi/ofono/ofono: latest.pkg_prerm changed from "#!/bin/sh set -e if true && [ -z "$D" -a -x "/etc/init.d/ofono" ]; then /etc/init.d/ofono stop || : fi " to "#!/bin/sh if true && [ -z "$D" -a -x "/etc/init.d/ofono" ]; then /etc/init.d/ofono stop || : fi " packages/armv7vet2hf-neon-poky-linux-gnueabi/openssh/openssh-dbg: PKGSIZE changed from 13437584 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/openssh/openssh-doc: PKGSIZE changed from 310308 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/openssh/openssh-keygen: PKGSIZE changed from 370292 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/openssh/openssh-misc: PKGSIZE changed from 1758900 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/openssh/openssh-ptest: PKGSIZE changed from 964306 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/openssh/openssh-scp: PKGSIZE changed from 83496 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/openssh/openssh-scp: latest.pkg_postinst changed from "#!/bin/sh set -e update-alternatives --install /usr/bin/scp scp /usr/bin/scp.openssh 90 " to "#!/bin/sh update-alternatives --install /usr/bin/scp scp /usr/bin/scp.openssh 90 " packages/armv7vet2hf-neon-poky-linux-gnueabi/openssh/openssh-scp: latest.pkg_prerm changed from "#!/bin/sh set -e update-alternatives --remove scp /usr/bin/scp.openssh " to "#!/bin/sh update-alternatives --remove scp /usr/bin/scp.openssh " packages/armv7vet2hf-neon-poky-linux-gnueabi/openssh/openssh-sftp-server: PKGSIZE changed from 91704 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/openssh/openssh-sftp: PKGSIZE changed from 128648 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/openssh/openssh-src: PKGSIZE changed from 3120767 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/openssh/openssh-ssh: PKGSIZE changed from 609624 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/openssh/openssh-ssh: latest.pkg_postinst changed from "#!/bin/sh set -e update-alternatives --install /usr/bin/ssh ssh /usr/bin/ssh.openssh 90 " to "#!/bin/sh update-alternatives --install /usr/bin/ssh ssh /usr/bin/ssh.openssh 90 " packages/armv7vet2hf-neon-poky-linux-gnueabi/openssh/openssh-ssh: latest.pkg_prerm changed from "#!/bin/sh set -e update-alternatives --remove ssh /usr/bin/ssh.openssh " to "#!/bin/sh update-alternatives --remove ssh /usr/bin/ssh.openssh " packages/armv7vet2hf-neon-poky-linux-gnueabi/openssh/openssh-sshd: PKGSIZE changed from 1213948 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/openssh/openssh-sshd: latest.pkg_postinst changed from "#!/bin/sh set -e if true && type update-rc.d >/dev/null 2>/dev/null; then if [ -n "$D" ]; then OPT="-r $D" else OPT="-s" fi update-rc.d $OPT sshd defaults 9 fi " to "#!/bin/sh if true && type update-rc.d >/dev/null 2>/dev/null; then if [ -n "$D" ]; then OPT="-r $D" else OPT="-s" fi update-rc.d $OPT sshd defaults 9 fi " packages/armv7vet2hf-neon-poky-linux-gnueabi/openssh/openssh-sshd: latest.pkg_postrm changed from "#!/bin/sh set -e if true && type update-rc.d >/dev/null 2>/dev/null; then if [ -n "$D" ]; then OPT="-f -r $D" else OPT="-f" fi update-rc.d $OPT sshd remove fi " to "#!/bin/sh if true && type update-rc.d >/dev/null 2>/dev/null; then if [ -n "$D" ]; then OPT="-f -r $D" else OPT="-f" fi update-rc.d $OPT sshd remove fi " packages/armv7vet2hf-neon-poky-linux-gnueabi/openssh/openssh-sshd: latest.pkg_preinst changed from "#!/bin/sh set -e bbnote () { echo "NOTE: $*" } bbwarn () { echo "WARNING: $*" } bbfatal () { echo "ERROR: $*" exit 1 } perform_groupadd () { local rootdir="$1" local opts="$2" bbnote "openssh: Performing groupadd with [$opts]" local groupname=`echo "$opts" | awk '{ print $NF }'` local group_exists="`grep "^$groupname:" $rootdir/etc/group || true`" if test "x$group_exists" = "x"; then eval flock -x $rootdir/etc -c \"$PSEUDO groupadd \$opts\" || true group_exists="`grep "^$groupname:" $rootdir/etc/group || true`" if test "x$group_exists" = "x"; then bbfatal "openssh: groupadd command did not succeed." fi else bbnote "openssh: group $groupname already exists, not re-creating it" fi } perform_useradd () { local rootdir="$1" local opts="$2" bbnote "openssh: Performing useradd with [$opts]" local username=`echo "$opts" | awk '{ print $NF }'` local user_exists="`grep "^$username:" $rootdir/etc/passwd || true`" if test "x$user_exists" = "x"; then eval flock -x $rootdir/etc -c \"$PSEUDO useradd \$opts\" || true user_exists="`grep "^$username:" $rootdir/etc/passwd || true`" if test "x$user_exists" = "x"; then bbfatal "openssh: useradd command did not succeed." fi else bbnote "openssh: user $username already exists, not re-creating it" fi } perform_groupmems () { local rootdir="$1" local opts="$2" bbnote "openssh: Performing groupmems with [$opts]" local groupname=`echo "$opts" | awk '{ for (i = 1; i < NF; i++) if ($i == "-g" || $i == "--group") print $(i+1) }'` local username=`echo "$opts" | awk '{ for (i = 1; i < NF; i++) if ($i == "-a" || $i == "--add") print $(i+1) }'` bbnote "openssh: Running groupmems command with group $groupname and user $username" local mem_exists="`grep "^$groupname:[^:]*:[^:]*:\([^,]*,\)*$username\(,[^,]*\)*$" $rootdir/etc/group || true`" if test "x$mem_exists" = "x"; then eval flock -x $rootdir/etc -c \"$PSEUDO groupmems \$opts\" || true mem_exists="`grep "^$groupname:[^:]*:[^:]*:\([^,]*,\)*$username\(,[^,]*\)*$" $rootdir/etc/group || true`" if test "x$mem_exists" = "x"; then bbfatal "openssh: groupmems command did not succeed." fi else bbnote "openssh: group $groupname already contains $username, not re-adding it" fi } OPT="" SYSROOT="" if test "x$D" != "x"; then # Installing into a sysroot SYSROOT="$D" OPT="--root $D" # Make sure login.defs is there, this is to make debian package backend work # correctly while doing rootfs. # The problem here is that if /etc/login.defs is treated as a config file for # shadow package, then while performing preinsts for packages that depend on # shadow, there might only be /etc/login.def.dpkg-new there in root filesystem. if [ ! -e $D/etc/login.defs -a -e $D/etc/login.defs.dpkg-new ]; then cp $D/etc/login.defs.dpkg-new $D/etc/login.defs fi # user/group lookups should match useradd/groupadd --root export PSEUDO_PASSWD="$SYSROOT" fi # If we're not doing a special SSTATE/SYSROOT install # then set the values, otherwise use the environment if test "x$UA_SYSROOT" = "x"; then # Installing onto a target # Add groups and users defined only for this package GROUPADD_PARAM="${GROUPADD_PARAM}" USERADD_PARAM="--system --no-create-home --home-dir /var/run/sshd --shell /bin/false --user-group sshd" GROUPMEMS_PARAM="${GROUPMEMS_PARAM}" fi # Perform group additions first, since user additions may depend # on these groups existing if test "x`echo $GROUPADD_PARAM | tr -d '[:space:]'`" != "x"; then echo "Running groupadd commands..." # Invoke multiple instances of groupadd for parameter lists # separated by ';' opts=`echo "$GROUPADD_PARAM" | cut -d ';' -f 1 | sed -e 's#[ \t]*$##'` remaining=`echo "$GROUPADD_PARAM" | cut -d ';' -f 2- | sed -e 's#[ \t]*$##'` while test "x$opts" != "x"; do perform_groupadd "$SYSROOT" "$OPT $opts" if test "x$opts" = "x$remaining"; then break fi opts=`echo "$remaining" | cut -d ';' -f 1 | sed -e 's#[ \t]*$##'` remaining=`echo "$remaining" | cut -d ';' -f 2- | sed -e 's#[ \t]*$##'` done fi if test "x`echo $USERADD_PARAM | tr -d '[:space:]'`" != "x"; then echo "Running useradd commands..." # Invoke multiple instances of useradd for parameter lists # separated by ';' opts=`echo "$USERADD_PARAM" | cut -d ';' -f 1 | sed -e 's#[ \t]*$##'` remaining=`echo "$USERADD_PARAM" | cut -d ';' -f 2- | sed -e 's#[ \t]*$##'` while test "x$opts" != "x"; do perform_useradd "$SYSROOT" "$OPT $opts" if test "x$opts" = "x$remaining"; then break fi opts=`echo "$remaining" | cut -d ';' -f 1 | sed -e 's#[ \t]*$##'` remaining=`echo "$remaining" | cut -d ';' -f 2- | sed -e 's#[ \t]*$##'` done fi if test "x`echo $GROUPMEMS_PARAM | tr -d '[:space:]'`" != "x"; then echo "Running groupmems commands..." # Invoke multiple instances of groupmems for parameter lists # separated by ';' opts=`echo "$GROUPMEMS_PARAM" | cut -d ';' -f 1 | sed -e 's#[ \t]*$##'` remaining=`echo "$GROUPMEMS_PARAM" | cut -d ';' -f 2- | sed -e 's#[ \t]*$##'` while test "x$opts" != "x"; do perform_groupmems "$SYSROOT" "$OPT $opts" if test "x$opts" = "x$remaining"; then break fi opts=`echo "$remaining" | cut -d ';' -f 1 | sed -e 's#[ \t]*$##'` remaining=`echo "$remaining" | cut -d ';' -f 2- | sed -e 's#[ \t]*$##'` done fi " to "#!/bin/sh bbnote () { echo "NOTE: $*" } bbwarn () { echo "WARNING: $*" } bbfatal () { echo "ERROR: $*" exit 1 } perform_groupadd () { local rootdir="$1" local opts="$2" bbnote "openssh: Performing groupadd with [$opts]" local groupname=`echo "$opts" | awk '{ print $NF }'` local group_exists="`grep "^$groupname:" $rootdir/etc/group || true`" if test "x$group_exists" = "x"; then eval flock -x $rootdir/etc -c \"$PSEUDO groupadd \$opts\" || true group_exists="`grep "^$groupname:" $rootdir/etc/group || true`" if test "x$group_exists" = "x"; then bbfatal "openssh: groupadd command did not succeed." fi else bbnote "openssh: group $groupname already exists, not re-creating it" fi } perform_useradd () { local rootdir="$1" local opts="$2" bbnote "openssh: Performing useradd with [$opts]" local username=`echo "$opts" | awk '{ print $NF }'` local user_exists="`grep "^$username:" $rootdir/etc/passwd || true`" if test "x$user_exists" = "x"; then eval flock -x $rootdir/etc -c \"$PSEUDO useradd \$opts\" || true user_exists="`grep "^$username:" $rootdir/etc/passwd || true`" if test "x$user_exists" = "x"; then bbfatal "openssh: useradd command did not succeed." fi else bbnote "openssh: user $username already exists, not re-creating it" fi } perform_groupmems () { local rootdir="$1" local opts="$2" bbnote "openssh: Performing groupmems with [$opts]" local groupname=`echo "$opts" | awk '{ for (i = 1; i < NF; i++) if ($i == "-g" || $i == "--group") print $(i+1) }'` local username=`echo "$opts" | awk '{ for (i = 1; i < NF; i++) if ($i == "-a" || $i == "--add") print $(i+1) }'` bbnote "openssh: Running groupmems command with group $groupname and user $username" local mem_exists="`grep "^$groupname:[^:]*:[^:]*:\([^,]*,\)*$username\(,[^,]*\)*$" $rootdir/etc/group || true`" if test "x$mem_exists" = "x"; then eval flock -x $rootdir/etc -c \"$PSEUDO groupmems \$opts\" || true mem_exists="`grep "^$groupname:[^:]*:[^:]*:\([^,]*,\)*$username\(,[^,]*\)*$" $rootdir/etc/group || true`" if test "x$mem_exists" = "x"; then bbfatal "openssh: groupmems command did not succeed." fi else bbnote "openssh: group $groupname already contains $username, not re-adding it" fi } OPT="" SYSROOT="" if test "x$D" != "x"; then # Installing into a sysroot SYSROOT="$D" OPT="--root $D" # Make sure login.defs is there, this is to make debian package backend work # correctly while doing rootfs. # The problem here is that if /etc/login.defs is treated as a config file for # shadow package, then while performing preinsts for packages that depend on # shadow, there might only be /etc/login.def.dpkg-new there in root filesystem. if [ ! -e $D/etc/login.defs -a -e $D/etc/login.defs.dpkg-new ]; then cp $D/etc/login.defs.dpkg-new $D/etc/login.defs fi # user/group lookups should match useradd/groupadd --root export PSEUDO_PASSWD="$SYSROOT" fi # If we're not doing a special SSTATE/SYSROOT install # then set the values, otherwise use the environment if test "x$UA_SYSROOT" = "x"; then # Installing onto a target # Add groups and users defined only for this package GROUPADD_PARAM="${GROUPADD_PARAM}" USERADD_PARAM="--system --no-create-home --home-dir /var/run/sshd --shell /bin/false --user-group sshd" GROUPMEMS_PARAM="${GROUPMEMS_PARAM}" fi # Perform group additions first, since user additions may depend # on these groups existing if test "x`echo $GROUPADD_PARAM | tr -d '[:space:]'`" != "x"; then echo "Running groupadd commands..." # Invoke multiple instances of groupadd for parameter lists # separated by ';' opts=`echo "$GROUPADD_PARAM" | cut -d ';' -f 1 | sed -e 's#[ \t]*$##'` remaining=`echo "$GROUPADD_PARAM" | cut -d ';' -f 2- | sed -e 's#[ \t]*$##'` while test "x$opts" != "x"; do perform_groupadd "$SYSROOT" "$OPT $opts" if test "x$opts" = "x$remaining"; then break fi opts=`echo "$remaining" | cut -d ';' -f 1 | sed -e 's#[ \t]*$##'` remaining=`echo "$remaining" | cut -d ';' -f 2- | sed -e 's#[ \t]*$##'` done fi if test "x`echo $USERADD_PARAM | tr -d '[:space:]'`" != "x"; then echo "Running useradd commands..." # Invoke multiple instances of useradd for parameter lists # separated by ';' opts=`echo "$USERADD_PARAM" | cut -d ';' -f 1 | sed -e 's#[ \t]*$##'` remaining=`echo "$USERADD_PARAM" | cut -d ';' -f 2- | sed -e 's#[ \t]*$##'` while test "x$opts" != "x"; do perform_useradd "$SYSROOT" "$OPT $opts" if test "x$opts" = "x$remaining"; then break fi opts=`echo "$remaining" | cut -d ';' -f 1 | sed -e 's#[ \t]*$##'` remaining=`echo "$remaining" | cut -d ';' -f 2- | sed -e 's#[ \t]*$##'` done fi if test "x`echo $GROUPMEMS_PARAM | tr -d '[:space:]'`" != "x"; then echo "Running groupmems commands..." # Invoke multiple instances of groupmems for parameter lists # separated by ';' opts=`echo "$GROUPMEMS_PARAM" | cut -d ';' -f 1 | sed -e 's#[ \t]*$##'` remaining=`echo "$GROUPMEMS_PARAM" | cut -d ';' -f 2- | sed -e 's#[ \t]*$##'` while test "x$opts" != "x"; do perform_groupmems "$SYSROOT" "$OPT $opts" if test "x$opts" = "x$remaining"; then break fi opts=`echo "$remaining" | cut -d ';' -f 1 | sed -e 's#[ \t]*$##'` remaining=`echo "$remaining" | cut -d ';' -f 2- | sed -e 's#[ \t]*$##'` done fi " packages/armv7vet2hf-neon-poky-linux-gnueabi/openssh/openssh-sshd: latest.pkg_prerm changed from "#!/bin/sh set -e if true && [ -z "$D" -a -x "/etc/init.d/sshd" ]; then /etc/init.d/sshd stop || : fi " to "#!/bin/sh if true && [ -z "$D" -a -x "/etc/init.d/sshd" ]; then /etc/init.d/sshd stop || : fi " packages/armv7vet2hf-neon-poky-linux-gnueabi/openssl/libcrypto: PKGSIZE changed from 1606008 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/openssl/libcrypto: latest.pkg_postinst changed from "#!/bin/sh set -e if [ x"$D" = "x" ]; then if [ -x /sbin/ldconfig ]; then /sbin/ldconfig ; fi fi " to "#!/bin/sh if [ x"$D" = "x" ]; then if [ -x /sbin/ldconfig ]; then /sbin/ldconfig ; fi fi " packages/armv7vet2hf-neon-poky-linux-gnueabi/openssl/libssl: PKGSIZE changed from 342276 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/openssl/libssl: latest.pkg_postinst changed from "#!/bin/sh set -e if [ x"$D" = "x" ]; then if [ -x /sbin/ldconfig ]; then /sbin/ldconfig ; fi fi " to "#!/bin/sh if [ x"$D" = "x" ]; then if [ -x /sbin/ldconfig ]; then /sbin/ldconfig ; fi fi " packages/armv7vet2hf-neon-poky-linux-gnueabi/openssl/openssl-bin: PKGSIZE changed from 481220 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/openssl/openssl-conf: PKGSIZE changed from 21846 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/openssl/openssl-dbg: PKGSIZE changed from 89305532 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/openssl/openssl-dev: PKGSIZE changed from 1373405 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/openssl/openssl-doc: PKGSIZE changed from 132816 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/openssl/openssl-engines: PKGSIZE changed from 24236 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/openssl/openssl-misc: PKGSIZE changed from 20417 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/openssl/openssl-ptest: PKGSIZE changed from 41277688 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/openssl/openssl-src: PKGSIZE changed from 23406617 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/openssl/openssl-staticdev: PKGSIZE changed from 15439158 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/openssl/openssl: PKGSIZE changed from 824 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/opkg-utils/opkg-utils-doc: PKGSIZE changed from 6818 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/opkg-utils/opkg-utils: PKGSIZE changed from 74505 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/opkg-utils/update-alternatives-opkg: PKGSIZE changed from 4679 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/opkg-utils/update-alternatives-opkg: latest.pkg_postrm changed from "set -e rm -rf $D/usr/lib/opkg/alternatives rmdir $D/usr/lib/opkg || true " to " rm -rf $D/usr/lib/opkg/alternatives rmdir $D/usr/lib/opkg || true " packages/armv7vet2hf-neon-poky-linux-gnueabi/orc/liborc-0.4: PKGSIZE changed from 340680 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/orc/liborc-0.4: latest.pkg_postinst changed from "#!/bin/sh set -e if [ x"$D" = "x" ]; then if [ -x /sbin/ldconfig ]; then /sbin/ldconfig ; fi fi " to "#!/bin/sh if [ x"$D" = "x" ]; then if [ -x /sbin/ldconfig ]; then /sbin/ldconfig ; fi fi " packages/armv7vet2hf-neon-poky-linux-gnueabi/orc/liborc-test-0.4: PKGSIZE changed from 21781 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/orc/liborc-test-0.4: latest.pkg_postinst changed from "#!/bin/sh set -e if [ x"$D" = "x" ]; then if [ -x /sbin/ldconfig ]; then /sbin/ldconfig ; fi fi " to "#!/bin/sh if [ x"$D" = "x" ]; then if [ -x /sbin/ldconfig ]; then /sbin/ldconfig ; fi fi " packages/armv7vet2hf-neon-poky-linux-gnueabi/orc/orc-dbg: PKGSIZE changed from 1575400 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/orc/orc-dev: PKGSIZE changed from 164215 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/orc/orc-src: PKGSIZE changed from 1271380 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/orc/orc-staticdev: PKGSIZE changed from 112382 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/orc/orc: PKGSIZE changed from 44184 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/pango/pango-dbg: PKGSIZE changed from 2357752 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/pango/pango-dev: PKGSIZE changed from 1431382 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/pango/pango-ptest: PKGSIZE changed from 1259202 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/pango/pango-src: PKGSIZE changed from 1900284 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/pango/pango: PKGSIZE changed from 485043 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/pango/pango: latest.pkg_postinst changed from "#!/bin/sh set -e if [ x"$D" = "x" ]; then if [ -x /sbin/ldconfig ]; then /sbin/ldconfig ; fi fi " to "#!/bin/sh if [ x"$D" = "x" ]; then if [ -x /sbin/ldconfig ]; then /sbin/ldconfig ; fi fi " packages/armv7vet2hf-neon-poky-linux-gnueabi/patch/patch-dbg: PKGSIZE changed from 605324 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/patch/patch-doc: PKGSIZE changed from 34708 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/patch/patch-src: PKGSIZE changed from 1002097 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/patch/patch: PKGSIZE changed from 145056 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/patch/patch: latest.pkg_postinst changed from "#!/bin/sh set -e update-alternatives --install /usr/bin/patch patch /usr/bin/patch.patch 100 " to "#!/bin/sh update-alternatives --install /usr/bin/patch patch /usr/bin/patch.patch 100 " packages/armv7vet2hf-neon-poky-linux-gnueabi/patch/patch: latest.pkg_prerm changed from "#!/bin/sh set -e update-alternatives --remove patch /usr/bin/patch.patch " to "#!/bin/sh update-alternatives --remove patch /usr/bin/patch.patch " packages/armv7vet2hf-neon-poky-linux-gnueabi/pciutils/libpci: PKGSIZE changed from 34311 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/pciutils/libpci: latest.pkg_postinst changed from "#!/bin/sh set -e if [ x"$D" = "x" ]; then if [ -x /sbin/ldconfig ]; then /sbin/ldconfig ; fi fi " to "#!/bin/sh if [ x"$D" = "x" ]; then if [ -x /sbin/ldconfig ]; then /sbin/ldconfig ; fi fi " packages/armv7vet2hf-neon-poky-linux-gnueabi/pciutils/pciutils-dbg: PKGSIZE changed from 442728 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/pciutils/pciutils-dev: PKGSIZE changed from 88350 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/pciutils/pciutils-doc: PKGSIZE changed from 25059 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/pciutils/pciutils-ids: PKGSIZE changed from 282452 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/pciutils/pciutils-src: PKGSIZE changed from 264442 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/pciutils/pciutils: PKGSIZE changed from 88299 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/pcmanfm/pcmanfm-dbg: PKGSIZE changed from 676748 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/pcmanfm/pcmanfm-dev: PKGSIZE changed from 2387 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/pcmanfm/pcmanfm-doc: PKGSIZE changed from 4634 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/pcmanfm/pcmanfm-locale-ar: PKGSIZE changed from 27776 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/pcmanfm/pcmanfm-locale-be: PKGSIZE changed from 15226 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/pcmanfm/pcmanfm-locale-bg: PKGSIZE changed from 31192 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/pcmanfm/pcmanfm-locale-bn: PKGSIZE changed from 6074 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/pcmanfm/pcmanfm-locale-ca: PKGSIZE changed from 24746 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/pcmanfm/pcmanfm-locale-cs: PKGSIZE changed from 23942 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/pcmanfm/pcmanfm-locale-da: PKGSIZE changed from 23306 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/pcmanfm/pcmanfm-locale-de: PKGSIZE changed from 24357 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/pcmanfm/pcmanfm-locale-el: PKGSIZE changed from 33679 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/pcmanfm/pcmanfm-locale-en-gb: PKGSIZE changed from 11258 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/pcmanfm/pcmanfm-locale-es: PKGSIZE changed from 24567 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/pcmanfm/pcmanfm-locale-et: PKGSIZE changed from 23035 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/pcmanfm/pcmanfm-locale-eu: PKGSIZE changed from 24013 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/pcmanfm/pcmanfm-locale-fa: PKGSIZE changed from 14121 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/pcmanfm/pcmanfm-locale-fi: PKGSIZE changed from 23829 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/pcmanfm/pcmanfm-locale-fo: PKGSIZE changed from 4041 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/pcmanfm/pcmanfm-locale-fr: PKGSIZE changed from 25345 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/pcmanfm/pcmanfm-locale-gl: PKGSIZE changed from 24616 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/pcmanfm/pcmanfm-locale-he: PKGSIZE changed from 20359 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/pcmanfm/pcmanfm-locale-hr: PKGSIZE changed from 17532 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/pcmanfm/pcmanfm-locale-hu: PKGSIZE changed from 11633 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/pcmanfm/pcmanfm-locale-id: PKGSIZE changed from 23392 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/pcmanfm/pcmanfm-locale-is: PKGSIZE changed from 13862 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/pcmanfm/pcmanfm-locale-it: PKGSIZE changed from 24267 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/pcmanfm/pcmanfm-locale-ja: PKGSIZE changed from 27327 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/pcmanfm/pcmanfm-locale-kk: PKGSIZE changed from 30475 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/pcmanfm/pcmanfm-locale-km: PKGSIZE changed from 1506 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/pcmanfm/pcmanfm-locale-ko: PKGSIZE changed from 24782 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/pcmanfm/pcmanfm-locale-lg: PKGSIZE changed from 25947 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/pcmanfm/pcmanfm-locale-lt: PKGSIZE changed from 24660 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/pcmanfm/pcmanfm-locale-lv: PKGSIZE changed from 4287 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/pcmanfm/pcmanfm-locale-ms: PKGSIZE changed from 887 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/pcmanfm/pcmanfm-locale-nl: PKGSIZE changed from 24205 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/pcmanfm/pcmanfm-locale-pa: PKGSIZE changed from 5251 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/pcmanfm/pcmanfm-locale-pl: PKGSIZE changed from 23983 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/pcmanfm/pcmanfm-locale-pt-br: PKGSIZE changed from 24502 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/pcmanfm/pcmanfm-locale-pt: PKGSIZE changed from 23979 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/pcmanfm/pcmanfm-locale-ro: PKGSIZE changed from 12315 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/pcmanfm/pcmanfm-locale-ru: PKGSIZE changed from 30826 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/pcmanfm/pcmanfm-locale-si: PKGSIZE changed from 1571 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/pcmanfm/pcmanfm-locale-sk: PKGSIZE changed from 17119 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/pcmanfm/pcmanfm-locale-sl: PKGSIZE changed from 17342 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/pcmanfm/pcmanfm-locale-sr+latin: PKGSIZE changed from 24099 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/pcmanfm/pcmanfm-locale-sr: PKGSIZE changed from 30970 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/pcmanfm/pcmanfm-locale-sv: PKGSIZE changed from 23280 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/pcmanfm/pcmanfm-locale-te: PKGSIZE changed from 9005 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/pcmanfm/pcmanfm-locale-th: PKGSIZE changed from 429 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/pcmanfm/pcmanfm-locale-tr: PKGSIZE changed from 24012 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/pcmanfm/pcmanfm-locale-tt-ru: PKGSIZE changed from 5305 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/pcmanfm/pcmanfm-locale-ug: PKGSIZE changed from 16640 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/pcmanfm/pcmanfm-locale-uk: PKGSIZE changed from 30350 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/pcmanfm/pcmanfm-locale-vi: PKGSIZE changed from 12988 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/pcmanfm/pcmanfm-locale-zh-cn: PKGSIZE changed from 22870 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/pcmanfm/pcmanfm-locale-zh-tw: PKGSIZE changed from 21187 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/pcmanfm/pcmanfm-src: PKGSIZE changed from 542320 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/pcmanfm/pcmanfm: PKGSIZE changed from 303344 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/pcmanfm/pcmanfm: latest.pkg_postinst changed from "#!/bin/sh set -e if [ "x$D" != "x" ]; then $INTERCEPT_DIR/postinst_intercept update_desktop_database pcmanfm \ mlprefix= \ desktop_dir=/usr/share/applications else update-desktop-database $D/usr/share/applications fi " to "#!/bin/sh if [ "x$D" != "x" ]; then $INTERCEPT_DIR/postinst_intercept update_desktop_database pcmanfm \ mlprefix= \ desktop_dir=/usr/share/applications else update-desktop-database $D/usr/share/applications fi " packages/armv7vet2hf-neon-poky-linux-gnueabi/pcmanfm/pcmanfm: latest.pkg_postrm changed from "#!/bin/sh set -e if [ "x$D" != "x" ]; then $INTERCEPT_DIR/postinst_intercept update_desktop_database pcmanfm \ mlprefix= \ desktop_dir=/usr/share/applications else update-desktop-database $D/usr/share/applications fi " to "#!/bin/sh if [ "x$D" != "x" ]; then $INTERCEPT_DIR/postinst_intercept update_desktop_database pcmanfm \ mlprefix= \ desktop_dir=/usr/share/applications else update-desktop-database $D/usr/share/applications fi " packages/armv7vet2hf-neon-poky-linux-gnueabi/perl/perl-dbg: PKGSIZE changed from 17314544 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/perl/perl-dev: PKGSIZE changed from 7791832 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/perl/perl-doc: PKGSIZE changed from 22378691 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/perl/perl-doc: latest.pkg_postinst changed from "#!/bin/sh set -e update-alternatives --install /usr/share/man/man3/Thread.3 Thread.3 /usr/share/man/man3/Thread.3.perl 40 " to "#!/bin/sh update-alternatives --install /usr/share/man/man3/Thread.3 Thread.3 /usr/share/man/man3/Thread.3.perl 40 " packages/armv7vet2hf-neon-poky-linux-gnueabi/perl/perl-doc: latest.pkg_prerm changed from "#!/bin/sh set -e update-alternatives --remove Thread.3 /usr/share/man/man3/Thread.3.perl " to "#!/bin/sh update-alternatives --remove Thread.3 /usr/share/man/man3/Thread.3.perl " packages/armv7vet2hf-neon-poky-linux-gnueabi/perl/perl-misc: PKGSIZE changed from 417476 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/perl/perl-misc: latest.pkg_postinst changed from "#!/bin/sh set -e update-alternatives --install /usr/bin/corelist corelist /usr/bin/corelist.perl 40 update-alternatives --install /usr/bin/cpan cpan /usr/bin/cpan.perl 40 update-alternatives --install /usr/bin/enc2xs enc2xs /usr/bin/enc2xs.perl 40 update-alternatives --install /usr/bin/encguess encguess /usr/bin/encguess.perl 40 update-alternatives --install /usr/bin/h2ph h2ph /usr/bin/h2ph.perl 40 update-alternatives --install /usr/bin/h2xs h2xs /usr/bin/h2xs.perl 40 update-alternatives --install /usr/bin/instmodsh instmodsh /usr/bin/instmodsh.perl 40 update-alternatives --install /usr/bin/json_pp json_pp /usr/bin/json_pp.perl 40 update-alternatives --install /usr/bin/libnetcfg libnetcfg /usr/bin/libnetcfg.perl 40 update-alternatives --install /usr/bin/piconv piconv /usr/bin/piconv.perl 40 update-alternatives --install /usr/bin/pl2pm pl2pm /usr/bin/pl2pm.perl 40 update-alternatives --install /usr/bin/pod2html pod2html /usr/bin/pod2html.perl 40 update-alternatives --install /usr/bin/pod2man pod2man /usr/bin/pod2man.perl 40 update-alternatives --install /usr/bin/pod2text pod2text /usr/bin/pod2text.perl 40 update-alternatives --install /usr/bin/pod2usage pod2usage /usr/bin/pod2usage.perl 40 update-alternatives --install /usr/bin/podchecker podchecker /usr/bin/podchecker.perl 40 update-alternatives --install /usr/bin/prove prove /usr/bin/prove.perl 40 update-alternatives --install /usr/bin/ptar ptar /usr/bin/ptar.perl 40 update-alternatives --install /usr/bin/ptardiff ptardiff /usr/bin/ptardiff.perl 40 update-alternatives --install /usr/bin/ptargrep ptargrep /usr/bin/ptargrep.perl 40 update-alternatives --install /usr/bin/shasum shasum /usr/bin/shasum.perl 40 update-alternatives --install /usr/bin/splain splain /usr/bin/splain.perl 40 update-alternatives --install /usr/bin/xsubpp xsubpp /usr/bin/xsubpp.perl 40 update-alternatives --install /usr/bin/zipdetails zipdetails /usr/bin/zipdetails.perl 40 " to "#!/bin/sh update-alternatives --install /usr/bin/corelist corelist /usr/bin/corelist.perl 40 update-alternatives --install /usr/bin/cpan cpan /usr/bin/cpan.perl 40 update-alternatives --install /usr/bin/enc2xs enc2xs /usr/bin/enc2xs.perl 40 update-alternatives --install /usr/bin/encguess encguess /usr/bin/encguess.perl 40 update-alternatives --install /usr/bin/h2ph h2ph /usr/bin/h2ph.perl 40 update-alternatives --install /usr/bin/h2xs h2xs /usr/bin/h2xs.perl 40 update-alternatives --install /usr/bin/instmodsh instmodsh /usr/bin/instmodsh.perl 40 update-alternatives --install /usr/bin/json_pp json_pp /usr/bin/json_pp.perl 40 update-alternatives --install /usr/bin/libnetcfg libnetcfg /usr/bin/libnetcfg.perl 40 update-alternatives --install /usr/bin/piconv piconv /usr/bin/piconv.perl 40 update-alternatives --install /usr/bin/pl2pm pl2pm /usr/bin/pl2pm.perl 40 update-alternatives --install /usr/bin/pod2html pod2html /usr/bin/pod2html.perl 40 update-alternatives --install /usr/bin/pod2man pod2man /usr/bin/pod2man.perl 40 update-alternatives --install /usr/bin/pod2text pod2text /usr/bin/pod2text.perl 40 update-alternatives --install /usr/bin/pod2usage pod2usage /usr/bin/pod2usage.perl 40 update-alternatives --install /usr/bin/podchecker podchecker /usr/bin/podchecker.perl 40 update-alternatives --install /usr/bin/prove prove /usr/bin/prove.perl 40 update-alternatives --install /usr/bin/ptar ptar /usr/bin/ptar.perl 40 update-alternatives --install /usr/bin/ptardiff ptardiff /usr/bin/ptardiff.perl 40 update-alternatives --install /usr/bin/ptargrep ptargrep /usr/bin/ptargrep.perl 40 update-alternatives --install /usr/bin/shasum shasum /usr/bin/shasum.perl 40 update-alternatives --install /usr/bin/splain splain /usr/bin/splain.perl 40 update-alternatives --install /usr/bin/xsubpp xsubpp /usr/bin/xsubpp.perl 40 update-alternatives --install /usr/bin/zipdetails zipdetails /usr/bin/zipdetails.perl 40 " packages/armv7vet2hf-neon-poky-linux-gnueabi/perl/perl-misc: latest.pkg_prerm changed from "#!/bin/sh set -e update-alternatives --remove corelist /usr/bin/corelist.perl update-alternatives --remove cpan /usr/bin/cpan.perl update-alternatives --remove enc2xs /usr/bin/enc2xs.perl update-alternatives --remove encguess /usr/bin/encguess.perl update-alternatives --remove h2ph /usr/bin/h2ph.perl update-alternatives --remove h2xs /usr/bin/h2xs.perl update-alternatives --remove instmodsh /usr/bin/instmodsh.perl update-alternatives --remove json_pp /usr/bin/json_pp.perl update-alternatives --remove libnetcfg /usr/bin/libnetcfg.perl update-alternatives --remove piconv /usr/bin/piconv.perl update-alternatives --remove pl2pm /usr/bin/pl2pm.perl update-alternatives --remove pod2html /usr/bin/pod2html.perl update-alternatives --remove pod2man /usr/bin/pod2man.perl update-alternatives --remove pod2text /usr/bin/pod2text.perl update-alternatives --remove pod2usage /usr/bin/pod2usage.perl update-alternatives --remove podchecker /usr/bin/podchecker.perl update-alternatives --remove prove /usr/bin/prove.perl update-alternatives --remove ptar /usr/bin/ptar.perl update-alternatives --remove ptardiff /usr/bin/ptardiff.perl update-alternatives --remove ptargrep /usr/bin/ptargrep.perl update-alternatives --remove shasum /usr/bin/shasum.perl update-alternatives --remove splain /usr/bin/splain.perl update-alternatives --remove xsubpp /usr/bin/xsubpp.perl update-alternatives --remove zipdetails /usr/bin/zipdetails.perl " to "#!/bin/sh update-alternatives --remove corelist /usr/bin/corelist.perl update-alternatives --remove cpan /usr/bin/cpan.perl update-alternatives --remove enc2xs /usr/bin/enc2xs.perl update-alternatives --remove encguess /usr/bin/encguess.perl update-alternatives --remove h2ph /usr/bin/h2ph.perl update-alternatives --remove h2xs /usr/bin/h2xs.perl update-alternatives --remove instmodsh /usr/bin/instmodsh.perl update-alternatives --remove json_pp /usr/bin/json_pp.perl update-alternatives --remove libnetcfg /usr/bin/libnetcfg.perl update-alternatives --remove piconv /usr/bin/piconv.perl update-alternatives --remove pl2pm /usr/bin/pl2pm.perl update-alternatives --remove pod2html /usr/bin/pod2html.perl update-alternatives --remove pod2man /usr/bin/pod2man.perl update-alternatives --remove pod2text /usr/bin/pod2text.perl update-alternatives --remove pod2usage /usr/bin/pod2usage.perl update-alternatives --remove podchecker /usr/bin/podchecker.perl update-alternatives --remove prove /usr/bin/prove.perl update-alternatives --remove ptar /usr/bin/ptar.perl update-alternatives --remove ptardiff /usr/bin/ptardiff.perl update-alternatives --remove ptargrep /usr/bin/ptargrep.perl update-alternatives --remove shasum /usr/bin/shasum.perl update-alternatives --remove splain /usr/bin/splain.perl update-alternatives --remove xsubpp /usr/bin/xsubpp.perl update-alternatives --remove zipdetails /usr/bin/zipdetails.perl " packages/armv7vet2hf-neon-poky-linux-gnueabi/perl/perl-module--charnames: PKGSIZE changed from 34151 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/perl/perl-module-anydbm-file: PKGSIZE changed from 2618 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/perl/perl-module-app-cpan: PKGSIZE changed from 40880 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/perl/perl-module-app-prove-state-result-test: PKGSIZE changed from 3418 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/perl/perl-module-app-prove-state-result: PKGSIZE changed from 4945 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/perl/perl-module-app-prove-state: PKGSIZE changed from 11689 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/perl/perl-module-app-prove: PKGSIZE changed from 18991 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/perl/perl-module-archive-tar-constant: PKGSIZE changed from 4747 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/perl/perl-module-archive-tar-file: PKGSIZE changed from 18745 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/perl/perl-module-archive-tar: PKGSIZE changed from 77080 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/perl/perl-module-attribute-handlers: PKGSIZE changed from 30449 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/perl/perl-module-attributes: PKGSIZE changed from 25809 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/perl/perl-module-autodie-exception-system: PKGSIZE changed from 1631 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/perl/perl-module-autodie-exception: PKGSIZE changed from 22336 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/perl/perl-module-autodie-hints: PKGSIZE changed from 16961 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/perl/perl-module-autodie-scope-guard: PKGSIZE changed from 1396 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/perl/perl-module-autodie-scope-guardstack: PKGSIZE changed from 3424 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/perl/perl-module-autodie-skip: PKGSIZE changed from 1215 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/perl/perl-module-autodie-util: PKGSIZE changed from 7743 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/perl/perl-module-autodie: PKGSIZE changed from 12436 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/perl/perl-module-autoloader: PKGSIZE changed from 15797 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/perl/perl-module-autosplit: PKGSIZE changed from 19637 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/perl/perl-module-autouse: PKGSIZE changed from 4238 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/perl/perl-module-b-concise: PKGSIZE changed from 60514 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/perl/perl-module-b-deparse: PKGSIZE changed from 213996 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/perl/perl-module-b-op-private: PKGSIZE changed from 38768 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/perl/perl-module-b-showlex: PKGSIZE changed from 5656 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/perl/perl-module-b-terse: PKGSIZE changed from 2905 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/perl/perl-module-b-xref: PKGSIZE changed from 12494 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/perl/perl-module-b: PKGSIZE changed from 88745 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/perl/perl-module-base: PKGSIZE changed from 10961 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/perl/perl-module-benchmark: PKGSIZE changed from 31026 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/perl/perl-module-bigint: PKGSIZE changed from 23398 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/perl/perl-module-bignum: PKGSIZE changed from 21137 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/perl/perl-module-bigrat: PKGSIZE changed from 16154 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/perl/perl-module-blib: PKGSIZE changed from 2062 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/perl/perl-module-bytes-heavy: PKGSIZE changed from 758 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/perl/perl-module-bytes: PKGSIZE changed from 3782 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/perl/perl-module-carp-heavy: PKGSIZE changed from 773 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/perl/perl-module-carp: PKGSIZE changed from 35985 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/perl/perl-module-charnames: PKGSIZE changed from 20931 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/perl/perl-module-class-struct: PKGSIZE changed from 20319 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/perl/perl-module-compress-raw-bzip2: PKGSIZE changed from 69600 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/perl/perl-module-compress-raw-zlib: PKGSIZE changed from 130615 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/perl/perl-module-compress-zlib: PKGSIZE changed from 43956 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/perl/perl-module-config-extensions: PKGSIZE changed from 1355 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/perl/perl-module-config-heavy: PKGSIZE changed from 43315 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/perl/perl-module-config-perl-v: PKGSIZE changed from 15101 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/perl/perl-module-constant: PKGSIZE changed from 14724 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/perl/perl-module-corelist: PKGSIZE changed from 972955 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/perl/perl-module-cpan: PKGSIZE changed from 968789 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/perl/perl-module-cwd: PKGSIZE changed from 35486 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/perl/perl-module-data-dumper: PKGSIZE changed from 71989 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/perl/perl-module-db-file: PKGSIZE changed from 101032 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/perl/perl-module-db: PKGSIZE changed from 18922 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/perl/perl-module-dbm-filter-compress: PKGSIZE changed from 854 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/perl/perl-module-dbm-filter-encode: PKGSIZE changed from 1361 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/perl/perl-module-dbm-filter-int32: PKGSIZE changed from 754 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/perl/perl-module-dbm-filter-null: PKGSIZE changed from 967 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/perl/perl-module-dbm-filter-utf8: PKGSIZE changed from 777 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/perl/perl-module-dbm-filter: PKGSIZE changed from 14385 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/perl/perl-module-deprecate: PKGSIZE changed from 4603 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/perl/perl-module-devel-peek: PKGSIZE changed from 31552 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/perl/perl-module-devel-ppport: PKGSIZE changed from 591141 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/perl/perl-module-devel-selfstubber: PKGSIZE changed from 4908 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/perl/perl-module-diagnostics: PKGSIZE changed from 19299 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/perl/perl-module-digest-base: PKGSIZE changed from 1984 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/perl/perl-module-digest-file: PKGSIZE changed from 1724 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/perl/perl-module-digest-md5: PKGSIZE changed from 24490 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/perl/perl-module-digest-sha: PKGSIZE changed from 52102 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/perl/perl-module-digest: PKGSIZE changed from 11225 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/perl/perl-module-dirhandle: PKGSIZE changed from 2085 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/perl/perl-module-dumpvalue: PKGSIZE changed from 17668 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/perl/perl-module-dumpvar: PKGSIZE changed from 15555 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/perl/perl-module-dynaloader: PKGSIZE changed from 25243 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/perl/perl-module-encode--pm: PKGSIZE changed from 250 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/perl/perl-module-encode--t: PKGSIZE changed from 151 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/perl/perl-module-encode-alias: PKGSIZE changed from 12545 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/perl/perl-module-encode-byte: PKGSIZE changed from 155290 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/perl/perl-module-encode-changes: PKGSIZE changed from 179 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/perl/perl-module-encode-cjkconstants: PKGSIZE changed from 1683 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/perl/perl-module-encode-cn-hz: PKGSIZE changed from 6084 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/perl/perl-module-encode-cn: PKGSIZE changed from 994582 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/perl/perl-module-encode-config: PKGSIZE changed from 6065 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/perl/perl-module-encode-configlocal-pm: PKGSIZE changed from 184 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/perl/perl-module-encode-ebcdic: PKGSIZE changed from 22657 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/perl/perl-module-encode-encoder: PKGSIZE changed from 6316 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/perl/perl-module-encode-encoding: PKGSIZE changed from 9063 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/perl/perl-module-encode-gsm0338: PKGSIZE changed from 12865 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/perl/perl-module-encode-guess: PKGSIZE changed from 10114 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/perl/perl-module-encode-jp-h2z: PKGSIZE changed from 5142 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/perl/perl-module-encode-jp-jis7: PKGSIZE changed from 4262 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/perl/perl-module-encode-jp: PKGSIZE changed from 1220502 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/perl/perl-module-encode-kr-2022-kr: PKGSIZE changed from 1977 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/perl/perl-module-encode-kr: PKGSIZE changed from 1109188 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/perl/perl-module-encode-makefile-pl: PKGSIZE changed from 5168 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/perl/perl-module-encode-mime-header-iso-2022-jp: PKGSIZE changed from 3200 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/perl/perl-module-encode-mime-header: PKGSIZE changed from 16663 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/perl/perl-module-encode-mime-name: PKGSIZE changed from 3821 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/perl/perl-module-encode-readme: PKGSIZE changed from 553 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/perl/perl-module-encode-symbol: PKGSIZE changed from 26735 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/perl/perl-module-encode-tw: PKGSIZE changed from 982544 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/perl/perl-module-encode-unicode-utf7: PKGSIZE changed from 3875 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/perl/perl-module-encode-unicode: PKGSIZE changed from 22476 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/perl/perl-module-encode: PKGSIZE changed from 57971 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/perl/perl-module-encoding-warnings: PKGSIZE changed from 7052 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/perl/perl-module-encoding: PKGSIZE changed from 22950 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/perl/perl-module-english: PKGSIZE changed from 4761 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/perl/perl-module-env: PKGSIZE changed from 5571 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/perl/perl-module-errno: PKGSIZE changed from 6586 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/perl/perl-module-experimental: PKGSIZE changed from 7600 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/perl/perl-module-exporter-heavy: PKGSIZE changed from 6530 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/perl/perl-module-exporter: PKGSIZE changed from 18774 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/perl/perl-module-extutils-cbuilder-base: PKGSIZE changed from 10787 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/perl/perl-module-extutils-cbuilder-platform-aix: PKGSIZE changed from 625 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/perl/perl-module-extutils-cbuilder-platform-android: PKGSIZE changed from 1216 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/perl/perl-module-extutils-cbuilder-platform-cygwin: PKGSIZE changed from 932 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/perl/perl-module-extutils-cbuilder-platform-darwin: PKGSIZE changed from 673 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/perl/perl-module-extutils-cbuilder-platform-dec-osf: PKGSIZE changed from 428 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/perl/perl-module-extutils-cbuilder-platform-os2: PKGSIZE changed from 2411 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/perl/perl-module-extutils-cbuilder-platform-unix: PKGSIZE changed from 1046 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/perl/perl-module-extutils-cbuilder-platform-vms: PKGSIZE changed from 10288 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/perl/perl-module-extutils-cbuilder-platform-windows-bcc: PKGSIZE changed from 3503 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/perl/perl-module-extutils-cbuilder-platform-windows-gcc: PKGSIZE changed from 3898 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/perl/perl-module-extutils-cbuilder-platform-windows-msvc: PKGSIZE changed from 3248 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/perl/perl-module-extutils-cbuilder-platform-windows: PKGSIZE changed from 8961 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/perl/perl-module-extutils-cbuilder: PKGSIZE changed from 8883 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/perl/perl-module-extutils-command-mm: PKGSIZE changed from 7704 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/perl/perl-module-extutils-command: PKGSIZE changed from 7811 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/perl/perl-module-extutils-constant-base: PKGSIZE changed from 33322 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/perl/perl-module-extutils-constant-proxysubs: PKGSIZE changed from 19742 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/perl/perl-module-extutils-constant-utils: PKGSIZE changed from 3522 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/perl/perl-module-extutils-constant-xs: PKGSIZE changed from 6370 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/perl/perl-module-extutils-constant: PKGSIZE changed from 15050 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/perl/perl-module-extutils-embed: PKGSIZE changed from 12745 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/perl/perl-module-extutils-install: PKGSIZE changed from 40938 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/perl/perl-module-extutils-installed: PKGSIZE changed from 14332 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/perl/perl-module-extutils-liblist-kid: PKGSIZE changed from 26905 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/perl/perl-module-extutils-liblist: PKGSIZE changed from 9509 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/perl/perl-module-extutils-makemaker-config: PKGSIZE changed from 602 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/perl/perl-module-extutils-makemaker-locale: PKGSIZE changed from 13348 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/perl/perl-module-extutils-makemaker-version: PKGSIZE changed from 2389 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/perl/perl-module-extutils-makemaker: PKGSIZE changed from 109336 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/perl/perl-module-extutils-manifest: PKGSIZE changed from 23491 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/perl/perl-module-extutils-miniperl: PKGSIZE changed from 6634 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/perl/perl-module-extutils-mkbootstrap: PKGSIZE changed from 3274 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/perl/perl-module-extutils-mksymlists: PKGSIZE changed from 11013 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/perl/perl-module-extutils-mm-aix: PKGSIZE changed from 1496 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/perl/perl-module-extutils-mm-any: PKGSIZE changed from 82843 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/perl/perl-module-extutils-mm-beos: PKGSIZE changed from 1062 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/perl/perl-module-extutils-mm-cygwin: PKGSIZE changed from 4127 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/perl/perl-module-extutils-mm-darwin: PKGSIZE changed from 1481 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/perl/perl-module-extutils-mm-dos: PKGSIZE changed from 1065 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/perl/perl-module-extutils-mm-macos: PKGSIZE changed from 901 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/perl/perl-module-extutils-mm-nw5: PKGSIZE changed from 5480 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/perl/perl-module-extutils-mm-os2: PKGSIZE changed from 3229 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/perl/perl-module-extutils-mm-os390: PKGSIZE changed from 2269 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/perl/perl-module-extutils-mm-qnx: PKGSIZE changed from 907 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/perl/perl-module-extutils-mm-unix: PKGSIZE changed from 115786 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/perl/perl-module-extutils-mm-uwin: PKGSIZE changed from 994 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/perl/perl-module-extutils-mm-vms: PKGSIZE changed from 68279 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/perl/perl-module-extutils-mm-vos: PKGSIZE changed from 762 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/perl/perl-module-extutils-mm-win32: PKGSIZE changed from 15062 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/perl/perl-module-extutils-mm-win95: PKGSIZE changed from 1293 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/perl/perl-module-extutils-mm: PKGSIZE changed from 2184 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/perl/perl-module-extutils-my: PKGSIZE changed from 676 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/perl/perl-module-extutils-packlist: PKGSIZE changed from 8538 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/perl/perl-module-extutils-parsexs-constants: PKGSIZE changed from 1144 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/perl/perl-module-extutils-parsexs-countlines: PKGSIZE changed from 971 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/perl/perl-module-extutils-parsexs-eval: PKGSIZE changed from 2374 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/perl/perl-module-extutils-parsexs-utilities: PKGSIZE changed from 17171 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/perl/perl-module-extutils-parsexs: PKGSIZE changed from 66928 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/perl/perl-module-extutils-pl2bat: PKGSIZE changed from 5219 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/perl/perl-module-extutils-testlib: PKGSIZE changed from 911 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/perl/perl-module-extutils-typemaps-cmd: PKGSIZE changed from 4133 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/perl/perl-module-extutils-typemaps-inputmap: PKGSIZE changed from 1954 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/perl/perl-module-extutils-typemaps-outputmap: PKGSIZE changed from 4428 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/perl/perl-module-extutils-typemaps-type: PKGSIZE changed from 2085 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/perl/perl-module-extutils-typemaps: PKGSIZE changed from 26893 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/perl/perl-module-fatal: PKGSIZE changed from 59085 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/perl/perl-module-fcntl: PKGSIZE changed from 17536 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/perl/perl-module-feature: PKGSIZE changed from 22644 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/perl/perl-module-fields: PKGSIZE changed from 9475 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/perl/perl-module-file-basename: PKGSIZE changed from 11194 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/perl/perl-module-file-compare: PKGSIZE changed from 4332 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/perl/perl-module-file-copy: PKGSIZE changed from 16234 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/perl/perl-module-file-dosglob: PKGSIZE changed from 13242 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/perl/perl-module-file-fetch: PKGSIZE changed from 47225 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/perl/perl-module-file-find: PKGSIZE changed from 33015 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/perl/perl-module-file-glob: PKGSIZE changed from 30404 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/perl/perl-module-file-globmapper: PKGSIZE changed from 15683 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/perl/perl-module-file-path: PKGSIZE changed from 43254 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/perl/perl-module-file-spec-amigaos: PKGSIZE changed from 982 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/perl/perl-module-file-spec-cygwin: PKGSIZE changed from 3610 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/perl/perl-module-file-spec-epoc: PKGSIZE changed from 1571 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/perl/perl-module-file-spec-functions: PKGSIZE changed from 2348 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/perl/perl-module-file-spec-mac: PKGSIZE changed from 22274 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/perl/perl-module-file-spec-os2: PKGSIZE changed from 6766 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/perl/perl-module-file-spec-unix: PKGSIZE changed from 15889 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/perl/perl-module-file-spec-vms: PKGSIZE changed from 16326 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/perl/perl-module-file-spec-win32: PKGSIZE changed from 10766 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/perl/perl-module-file-spec: PKGSIZE changed from 10571 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/perl/perl-module-file-stat: PKGSIZE changed from 10302 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/perl/perl-module-file-temp: PKGSIZE changed from 118877 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/perl/perl-module-filecache: PKGSIZE changed from 5549 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/perl/perl-module-filehandle: PKGSIZE changed from 6784 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/perl/perl-module-filetest: PKGSIZE changed from 4003 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/perl/perl-module-filter-simple: PKGSIZE changed from 23923 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/perl/perl-module-filter-util-call: PKGSIZE changed from 23467 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/perl/perl-module-findbin: PKGSIZE changed from 4648 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/perl/perl-module-gdbm-file: PKGSIZE changed from 33716 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/perl/perl-module-getopt-long: PKGSIZE changed from 83897 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/perl/perl-module-getopt-std: PKGSIZE changed from 8983 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/perl/perl-module-hash-util-fieldhash: PKGSIZE changed from 43342 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/perl/perl-module-hash-util: PKGSIZE changed from 38646 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/perl/perl-module-http-tiny: PKGSIZE changed from 78254 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/perl/perl-module-i18n-collate: PKGSIZE changed from 5390 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/perl/perl-module-i18n-langinfo: PKGSIZE changed from 16097 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/perl/perl-module-i18n-langtags-detect: PKGSIZE changed from 6649 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/perl/perl-module-i18n-langtags-list: PKGSIZE changed from 28816 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/perl/perl-module-i18n-langtags: PKGSIZE changed from 28077 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/perl/perl-module-if: PKGSIZE changed from 3626 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/perl/perl-module-integer: PKGSIZE changed from 3254 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/perl/perl-module-io-compress-adapter-bzip2: PKGSIZE changed from 2564 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/perl/perl-module-io-compress-adapter-deflate: PKGSIZE changed from 3041 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/perl/perl-module-io-compress-adapter-identity: PKGSIZE changed from 1415 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/perl/perl-module-io-compress-base-common: PKGSIZE changed from 22774 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/perl/perl-module-io-compress-base: PKGSIZE changed from 24024 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/perl/perl-module-io-compress-bzip2: PKGSIZE changed from 21305 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/perl/perl-module-io-compress-deflate: PKGSIZE changed from 24739 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/perl/perl-module-io-compress-gzip-constants: PKGSIZE changed from 3883 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/perl/perl-module-io-compress-gzip: PKGSIZE changed from 35164 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/perl/perl-module-io-compress-rawdeflate: PKGSIZE changed from 26901 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/perl/perl-module-io-compress-zip-constants: PKGSIZE changed from 4092 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/perl/perl-module-io-compress-zip: PKGSIZE changed from 64234 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/perl/perl-module-io-compress-zlib-constants: PKGSIZE changed from 1657 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/perl/perl-module-io-compress-zlib-extra: PKGSIZE changed from 5647 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/perl/perl-module-io-dir: PKGSIZE changed from 5326 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/perl/perl-module-io-file: PKGSIZE changed from 4872 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/perl/perl-module-io-handle: PKGSIZE changed from 16641 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/perl/perl-module-io-pipe: PKGSIZE changed from 5461 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/perl/perl-module-io-poll: PKGSIZE changed from 4508 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/perl/perl-module-io-seekable: PKGSIZE changed from 2891 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/perl/perl-module-io-select: PKGSIZE changed from 9263 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/perl/perl-module-io-socket-inet: PKGSIZE changed from 12759 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/perl/perl-module-io-socket-ip: PKGSIZE changed from 40436 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/perl/perl-module-io-socket-unix: PKGSIZE changed from 3950 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/perl/perl-module-io-socket: PKGSIZE changed from 28361 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/perl/perl-module-io-uncompress-adapter-bunzip2: PKGSIZE changed from 2027 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/perl/perl-module-io-uncompress-adapter-identity: PKGSIZE changed from 4551 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/perl/perl-module-io-uncompress-adapter-inflate: PKGSIZE changed from 3259 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/perl/perl-module-io-uncompress-anyinflate: PKGSIZE changed from 28266 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/perl/perl-module-io-uncompress-anyuncompress: PKGSIZE changed from 31065 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/perl/perl-module-io-uncompress-base: PKGSIZE changed from 38337 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/perl/perl-module-io-uncompress-bunzip2: PKGSIZE changed from 25540 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/perl/perl-module-io-uncompress-gunzip: PKGSIZE changed from 32152 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/perl/perl-module-io-uncompress-inflate: PKGSIZE changed from 28328 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/perl/perl-module-io-uncompress-rawinflate: PKGSIZE changed from 31841 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/perl/perl-module-io-uncompress-unzip: PKGSIZE changed from 56345 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/perl/perl-module-io-zlib: PKGSIZE changed from 16101 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/perl/perl-module-io: PKGSIZE changed from 15006 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/perl/perl-module-ipc-cmd: PKGSIZE changed from 67591 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/perl/perl-module-ipc-msg: PKGSIZE changed from 4520 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/perl/perl-module-ipc-open2: PKGSIZE changed from 4294 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/perl/perl-module-ipc-open3: PKGSIZE changed from 13464 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/perl/perl-module-ipc-semaphore: PKGSIZE changed from 6422 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/perl/perl-module-ipc-sharedmem: PKGSIZE changed from 5603 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/perl/perl-module-ipc-sysv: PKGSIZE changed from 22205 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/perl/perl-module-json-pp-boolean: PKGSIZE changed from 810 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/perl/perl-module-json-pp: PKGSIZE changed from 100527 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/perl/perl-module-less: PKGSIZE changed from 3204 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/perl/perl-module-lib: PKGSIZE changed from 6136 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/perl/perl-module-list-util-xs: PKGSIZE changed from 1018 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/perl/perl-module-list-util: PKGSIZE changed from 58079 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/perl/perl-module-load: PKGSIZE changed from 28418 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/perl/perl-module-loaded: PKGSIZE changed from 3348 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/perl/perl-module-locale-maketext-guts: PKGSIZE changed from 451 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/perl/perl-module-locale-maketext-gutsloader: PKGSIZE changed from 490 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/perl/perl-module-locale-maketext-simple: PKGSIZE changed from 9792 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/perl/perl-module-locale-maketext: PKGSIZE changed from 30385 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/perl/perl-module-locale: PKGSIZE changed from 4885 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/perl/perl-module-math-bigfloat-trace: PKGSIZE changed from 1269 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/perl/perl-module-math-bigfloat: PKGSIZE changed from 199342 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/perl/perl-module-math-bigint-calc: PKGSIZE changed from 73554 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/perl/perl-module-math-bigint-fastcalc: PKGSIZE changed from 13563 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/perl/perl-module-math-bigint-lib: PKGSIZE changed from 70864 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/perl/perl-module-math-bigint-trace: PKGSIZE changed from 991 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/perl/perl-module-math-bigint: PKGSIZE changed from 217779 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/perl/perl-module-math-bigrat: PKGSIZE changed from 79510 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/perl/perl-module-math-complex: PKGSIZE changed from 50065 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/perl/perl-module-math-trig: PKGSIZE changed from 21374 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/perl/perl-module-memoize-anydbm-file: PKGSIZE changed from 674 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/perl/perl-module-memoize-expire: PKGSIZE changed from 11704 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/perl/perl-module-memoize-expirefile: PKGSIZE changed from 1050 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/perl/perl-module-memoize-expiretest: PKGSIZE changed from 883 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/perl/perl-module-memoize-ndbm-file: PKGSIZE changed from 1488 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/perl/perl-module-memoize-sdbm-file: PKGSIZE changed from 1486 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/perl/perl-module-memoize-storable: PKGSIZE changed from 1413 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/perl/perl-module-memoize: PKGSIZE changed from 36192 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/perl/perl-module-meta-notation: PKGSIZE changed from 2117 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/perl/perl-module-metadata: PKGSIZE changed from 34199 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/perl/perl-module-mime-base64: PKGSIZE changed from 14885 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/perl/perl-module-mime-quotedprint: PKGSIZE changed from 3280 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/perl/perl-module-mro: PKGSIZE changed from 23442 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/perl/perl-module-ndbm-file: PKGSIZE changed from 16636 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/perl/perl-module-net-cmd: PKGSIZE changed from 21004 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/perl/perl-module-net-config: PKGSIZE changed from 8871 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/perl/perl-module-net-domain: PKGSIZE changed from 8779 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/perl/perl-module-net-ftp-a: PKGSIZE changed from 2400 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/perl/perl-module-net-ftp-dataconn: PKGSIZE changed from 5013 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/perl/perl-module-net-ftp-e: PKGSIZE changed from 137 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/perl/perl-module-net-ftp-i: PKGSIZE changed from 1659 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/perl/perl-module-net-ftp-l: PKGSIZE changed from 137 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/perl/perl-module-net-ftp: PKGSIZE changed from 53270 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/perl/perl-module-net-hostent: PKGSIZE changed from 4088 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/perl/perl-module-net-netent: PKGSIZE changed from 4515 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/perl/perl-module-net-netrc: PKGSIZE changed from 8204 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/perl/perl-module-net-nntp: PKGSIZE changed from 33461 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/perl/perl-module-net-ping: PKGSIZE changed from 83972 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/perl/perl-module-net-pop3: PKGSIZE changed from 21590 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/perl/perl-module-net-protoent: PKGSIZE changed from 3050 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/perl/perl-module-net-servent: PKGSIZE changed from 3500 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/perl/perl-module-net-smtp: PKGSIZE changed from 29148 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/perl/perl-module-net-time: PKGSIZE changed from 4256 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/perl/perl-module-next: PKGSIZE changed from 18982 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/perl/perl-module-o: PKGSIZE changed from 4291 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/perl/perl-module-ok: PKGSIZE changed from 967 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/perl/perl-module-opcode: PKGSIZE changed from 29830 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/perl/perl-module-open: PKGSIZE changed from 8512 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/perl/perl-module-ops: PKGSIZE changed from 997 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/perl/perl-module-overload-numbers: PKGSIZE changed from 1951 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/perl/perl-module-overload: PKGSIZE changed from 53349 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/perl/perl-module-overloading: PKGSIZE changed from 1808 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/perl/perl-module-params-check: PKGSIZE changed from 19330 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/perl/perl-module-parent: PKGSIZE changed from 2702 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/perl/perl-module-parse-cpan-meta: PKGSIZE changed from 10743 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/perl/perl-module-perl-ostype: PKGSIZE changed from 4688 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/perl/perl-module-perl5db: PKGSIZE changed from 317285 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/perl/perl-module-perlfaq: PKGSIZE changed from 77 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/perl/perl-module-perlio-encoding: PKGSIZE changed from 18916 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/perl/perl-module-perlio-mmap: PKGSIZE changed from 10152 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/perl/perl-module-perlio-scalar: PKGSIZE changed from 10573 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/perl/perl-module-perlio-via-quotedprint: PKGSIZE changed from 4668 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/perl/perl-module-perlio-via: PKGSIZE changed from 20811 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/perl/perl-module-perlio: PKGSIZE changed from 14441 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/perl/perl-module-pod-checker: PKGSIZE changed from 33843 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/perl/perl-module-pod-escapes: PKGSIZE changed from 17888 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/perl/perl-module-pod-functions: PKGSIZE changed from 14366 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/perl/perl-module-pod-html: PKGSIZE changed from 26623 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/perl/perl-module-pod-man: PKGSIZE changed from 79750 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/perl/perl-module-pod-parselink: PKGSIZE changed from 6399 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/perl/perl-module-pod-perldoc-baseto: PKGSIZE changed from 3637 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/perl/perl-module-pod-perldoc-getoptsoo: PKGSIZE changed from 3888 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/perl/perl-module-pod-perldoc-toansi: PKGSIZE changed from 2303 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/perl/perl-module-pod-perldoc-tochecker: PKGSIZE changed from 1691 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/perl/perl-module-pod-perldoc-toman: PKGSIZE changed from 14248 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/perl/perl-module-pod-perldoc-tonroff: PKGSIZE changed from 2782 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/perl/perl-module-pod-perldoc-topod: PKGSIZE changed from 1959 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/perl/perl-module-pod-perldoc-tortf: PKGSIZE changed from 2149 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/perl/perl-module-pod-perldoc-toterm: PKGSIZE changed from 3816 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/perl/perl-module-pod-perldoc-totext: PKGSIZE changed from 2266 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/perl/perl-module-pod-perldoc-totk: PKGSIZE changed from 4000 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/perl/perl-module-pod-perldoc-toxml: PKGSIZE changed from 1407 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/perl/perl-module-pod-perldoc: PKGSIZE changed from 64594 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/perl/perl-module-pod-simple-blackbox: PKGSIZE changed from 86688 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/perl/perl-module-pod-simple-checker: PKGSIZE changed from 5432 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/perl/perl-module-pod-simple-debug: PKGSIZE changed from 4625 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/perl/perl-module-pod-simple-dumpastext: PKGSIZE changed from 4035 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/perl/perl-module-pod-simple-dumpasxml: PKGSIZE changed from 4560 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/perl/perl-module-pod-simple-html: PKGSIZE changed from 34759 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/perl/perl-module-pod-simple-htmlbatch: PKGSIZE changed from 40656 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/perl/perl-module-pod-simple-htmllegacy: PKGSIZE changed from 2758 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/perl/perl-module-pod-simple-justpod: PKGSIZE changed from 9637 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/perl/perl-module-pod-simple-linksection: PKGSIZE changed from 4301 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/perl/perl-module-pod-simple-methody: PKGSIZE changed from 3571 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/perl/perl-module-pod-simple-progress: PKGSIZE changed from 2413 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/perl/perl-module-pod-simple-pullparser: PKGSIZE changed from 25729 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/perl/perl-module-pod-simple-pullparserendtoken: PKGSIZE changed from 2884 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/perl/perl-module-pod-simple-pullparserstarttoken: PKGSIZE changed from 4146 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/perl/perl-module-pod-simple-pullparsertexttoken: PKGSIZE changed from 3363 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/perl/perl-module-pod-simple-pullparsertoken: PKGSIZE changed from 4004 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/perl/perl-module-pod-simple-rtf: PKGSIZE changed from 23556 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/perl/perl-module-pod-simple-search: PKGSIZE changed from 35836 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/perl/perl-module-pod-simple-simpletree: PKGSIZE changed from 4632 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/perl/perl-module-pod-simple-text: PKGSIZE changed from 5103 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/perl/perl-module-pod-simple-textcontent: PKGSIZE changed from 2518 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/perl/perl-module-pod-simple-tiedoutfh: PKGSIZE changed from 2751 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/perl/perl-module-pod-simple-transcode: PKGSIZE changed from 736 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/perl/perl-module-pod-simple-transcodedumb: PKGSIZE changed from 2693 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/perl/perl-module-pod-simple-transcodesmart: PKGSIZE changed from 715 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/perl/perl-module-pod-simple-xhtml: PKGSIZE changed from 26592 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/perl/perl-module-pod-simple-xmloutstream: PKGSIZE changed from 4666 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/perl/perl-module-pod-simple: PKGSIZE changed from 54803 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/perl/perl-module-pod-text-color: PKGSIZE changed from 6046 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/perl/perl-module-pod-text-overstrike: PKGSIZE changed from 6259 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/perl/perl-module-pod-text-termcap: PKGSIZE changed from 8350 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/perl/perl-module-pod-text: PKGSIZE changed from 36448 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/perl/perl-module-pod-usage: PKGSIZE changed from 30993 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/perl/perl-module-posix: PKGSIZE changed from 87232 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/perl/perl-module-re: PKGSIZE changed from 501297 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/perl/perl-module-safe: PKGSIZE changed from 25352 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/perl/perl-module-scalar-util: PKGSIZE changed from 10189 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/perl/perl-module-sdbm-file: PKGSIZE changed from 25553 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/perl/perl-module-search-dict: PKGSIZE changed from 3349 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/perl/perl-module-selectsaver: PKGSIZE changed from 1076 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/perl/perl-module-selfloader: PKGSIZE changed from 17686 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/perl/perl-module-sigtrap: PKGSIZE changed from 8736 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/perl/perl-module-socket: PKGSIZE changed from 67011 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/perl/perl-module-sort: PKGSIZE changed from 3911 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/perl/perl-module-storable: PKGSIZE changed from 104515 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/perl/perl-module-sub-util: PKGSIZE changed from 4661 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/perl/perl-module-subs: PKGSIZE changed from 945 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/perl/perl-module-symbol: PKGSIZE changed from 4905 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/perl/perl-module-sys-hostname: PKGSIZE changed from 9045 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/perl/perl-module-sys-syslog: PKGSIZE changed from 57401 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/perl/perl-module-tap-base: PKGSIZE changed from 2301 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/perl/perl-module-tap-formatter-base: PKGSIZE changed from 11870 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/perl/perl-module-tap-formatter-color: PKGSIZE changed from 2321 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/perl/perl-module-tap-formatter-console-parallelsession: PKGSIZE changed from 4183 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/perl/perl-module-tap-formatter-console-session: PKGSIZE changed from 5527 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/perl/perl-module-tap-formatter-console: PKGSIZE changed from 1995 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/perl/perl-module-tap-formatter-file-session: PKGSIZE changed from 2217 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/perl/perl-module-tap-formatter-file: PKGSIZE changed from 850 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/perl/perl-module-tap-formatter-session: PKGSIZE changed from 4988 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/perl/perl-module-tap-harness-env: PKGSIZE changed from 5416 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/perl/perl-module-tap-harness: PKGSIZE changed from 29169 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/perl/perl-module-tap-object: PKGSIZE changed from 2696 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/perl/perl-module-tap-parser-aggregator: PKGSIZE changed from 9243 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/perl/perl-module-tap-parser-grammar: PKGSIZE changed from 15666 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/perl/perl-module-tap-parser-iterator-array: PKGSIZE changed from 1696 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/perl/perl-module-tap-parser-iterator-process: PKGSIZE changed from 9116 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/perl/perl-module-tap-parser-iterator-stream: PKGSIZE changed from 1925 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/perl/perl-module-tap-parser-iterator: PKGSIZE changed from 2998 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/perl/perl-module-tap-parser-iteratorfactory: PKGSIZE changed from 8307 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/perl/perl-module-tap-parser-multiplexer: PKGSIZE changed from 4265 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/perl/perl-module-tap-parser-result-bailout: PKGSIZE changed from 1148 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/perl/perl-module-tap-parser-result-comment: PKGSIZE changed from 986 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/perl/perl-module-tap-parser-result-plan: PKGSIZE changed from 2048 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/perl/perl-module-tap-parser-result-pragma: PKGSIZE changed from 946 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/perl/perl-module-tap-parser-result-test: PKGSIZE changed from 6078 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/perl/perl-module-tap-parser-result-unknown: PKGSIZE changed from 734 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/perl/perl-module-tap-parser-result-version: PKGSIZE changed from 946 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/perl/perl-module-tap-parser-result-yaml: PKGSIZE changed from 880 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/perl/perl-module-tap-parser-result: PKGSIZE changed from 6145 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/perl/perl-module-tap-parser-resultfactory: PKGSIZE changed from 4065 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/perl/perl-module-tap-parser-scheduler-job: PKGSIZE changed from 2201 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/perl/perl-module-tap-parser-scheduler-spinner: PKGSIZE changed from 990 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/perl/perl-module-tap-parser-scheduler: PKGSIZE changed from 11543 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/perl/perl-module-tap-parser-source: PKGSIZE changed from 9551 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/perl/perl-module-tap-parser-sourcehandler-executable: PKGSIZE changed from 4045 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/perl/perl-module-tap-parser-sourcehandler-file: PKGSIZE changed from 2993 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/perl/perl-module-tap-parser-sourcehandler-handle: PKGSIZE changed from 2651 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/perl/perl-module-tap-parser-sourcehandler-perl: PKGSIZE changed from 9447 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/perl/perl-module-tap-parser-sourcehandler-rawtap: PKGSIZE changed from 2842 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/perl/perl-module-tap-parser-sourcehandler: PKGSIZE changed from 5154 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/perl/perl-module-tap-parser-yamlish-reader: PKGSIZE changed from 7603 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/perl/perl-module-tap-parser-yamlish-writer: PKGSIZE changed from 5235 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/perl/perl-module-tap-parser: PKGSIZE changed from 52200 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/perl/perl-module-term-ansicolor: PKGSIZE changed from 56048 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/perl/perl-module-term-cap: PKGSIZE changed from 19774 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/perl/perl-module-term-complete: PKGSIZE changed from 4552 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/perl/perl-module-term-readline: PKGSIZE changed from 14036 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/perl/perl-module-test-builder-formatter: PKGSIZE changed from 2122 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/perl/perl-module-test-builder-io-scalar: PKGSIZE changed from 13640 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/perl/perl-module-test-builder-module: PKGSIZE changed from 4079 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/perl/perl-module-test-builder-tester-color: PKGSIZE changed from 973 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/perl/perl-module-test-builder-tester: PKGSIZE changed from 18035 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/perl/perl-module-test-builder-tododiag: PKGSIZE changed from 1081 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/perl/perl-module-test-builder: PKGSIZE changed from 65114 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/perl/perl-module-test-harness: PKGSIZE changed from 16649 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/perl/perl-module-test-more: PKGSIZE changed from 52697 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/perl/perl-module-test-simple: PKGSIZE changed from 6492 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/perl/perl-module-test-tester-capture: PKGSIZE changed from 4424 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/perl/perl-module-test-tester-capturerunner: PKGSIZE changed from 1302 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/perl/perl-module-test-tester-delegate: PKGSIZE changed from 571 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/perl/perl-module-test-tester: PKGSIZE changed from 18333 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/perl/perl-module-test-use-ok: PKGSIZE changed from 1360 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/perl/perl-module-test: PKGSIZE changed from 30042 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/perl/perl-module-test2-api-breakage: PKGSIZE changed from 4826 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/perl/perl-module-test2-api-context: PKGSIZE changed from 27521 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/perl/perl-module-test2-api-instance: PKGSIZE changed from 21497 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/perl/perl-module-test2-api-interceptresult-event: PKGSIZE changed from 28637 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/perl/perl-module-test2-api-interceptresult-facet: PKGSIZE changed from 380 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/perl/perl-module-test2-api-interceptresult-hub: PKGSIZE changed from 967 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/perl/perl-module-test2-api-interceptresult-squasher: PKGSIZE changed from 3674 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/perl/perl-module-test2-api-interceptresult: PKGSIZE changed from 18152 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/perl/perl-module-test2-api-stack: PKGSIZE changed from 4862 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/perl/perl-module-test2-api: PKGSIZE changed from 48398 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/perl/perl-module-test2-event-bail: PKGSIZE changed from 1696 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/perl/perl-module-test2-event-diag: PKGSIZE changed from 1455 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/perl/perl-module-test2-event-encoding: PKGSIZE changed from 1769 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/perl/perl-module-test2-event-exception: PKGSIZE changed from 1781 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/perl/perl-module-test2-event-fail: PKGSIZE changed from 2018 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/perl/perl-module-test2-event-generic: PKGSIZE changed from 5909 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/perl/perl-module-test2-event-note: PKGSIZE changed from 1417 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/perl/perl-module-test2-event-ok: PKGSIZE changed from 3162 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/perl/perl-module-test2-event-pass: PKGSIZE changed from 1934 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/perl/perl-module-test2-event-plan: PKGSIZE changed from 3388 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/perl/perl-module-test2-event-skip: PKGSIZE changed from 2010 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/perl/perl-module-test2-event-subtest: PKGSIZE changed from 3197 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/perl/perl-module-test2-event-tap-version: PKGSIZE changed from 1644 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/perl/perl-module-test2-event-v2: PKGSIZE changed from 4907 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/perl/perl-module-test2-event-waiting: PKGSIZE changed from 1238 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/perl/perl-module-test2-event: PKGSIZE changed from 22639 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/perl/perl-module-test2-eventfacet-about: PKGSIZE changed from 1484 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/perl/perl-module-test2-eventfacet-amnesty: PKGSIZE changed from 1643 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/perl/perl-module-test2-eventfacet-assert: PKGSIZE changed from 1712 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/perl/perl-module-test2-eventfacet-control: PKGSIZE changed from 2008 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/perl/perl-module-test2-eventfacet-error: PKGSIZE changed from 1803 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/perl/perl-module-test2-eventfacet-hub: PKGSIZE changed from 1877 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/perl/perl-module-test2-eventfacet-info-table: PKGSIZE changed from 2855 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/perl/perl-module-test2-eventfacet-info: PKGSIZE changed from 3126 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/perl/perl-module-test2-eventfacet-meta: PKGSIZE changed from 1862 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/perl/perl-module-test2-eventfacet-parent: PKGSIZE changed from 1750 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/perl/perl-module-test2-eventfacet-plan: PKGSIZE changed from 1886 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/perl/perl-module-test2-eventfacet-render: PKGSIZE changed from 2047 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/perl/perl-module-test2-eventfacet-trace: PKGSIZE changed from 6837 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/perl/perl-module-test2-eventfacet: PKGSIZE changed from 1494 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/perl/perl-module-test2-formatter-tap: PKGSIZE changed from 13732 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/perl/perl-module-test2-formatter: PKGSIZE changed from 3953 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/perl/perl-module-test2-hub-interceptor-terminator: PKGSIZE changed from 736 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/perl/perl-module-test2-hub-interceptor: PKGSIZE changed from 2726 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/perl/perl-module-test2-hub-subtest: PKGSIZE changed from 2640 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/perl/perl-module-test2-hub: PKGSIZE changed from 22828 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/perl/perl-module-test2-ipc-driver-files: PKGSIZE changed from 13564 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/perl/perl-module-test2-ipc-driver: PKGSIZE changed from 6522 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/perl/perl-module-test2-ipc: PKGSIZE changed from 3174 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/perl/perl-module-test2-tools-tiny: PKGSIZE changed from 9141 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/perl/perl-module-test2-util-externalmeta: PKGSIZE changed from 3779 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/perl/perl-module-test2-util-facets2legacy: PKGSIZE changed from 6907 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/perl/perl-module-test2-util-hashbase: PKGSIZE changed from 13221 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/perl/perl-module-test2-util-trace: PKGSIZE changed from 883 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/perl/perl-module-test2-util: PKGSIZE changed from 10500 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/perl/perl-module-test2: PKGSIZE changed from 6393 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/perl/perl-module-text-abbrev: PKGSIZE changed from 2041 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/perl/perl-module-text-balanced: PKGSIZE changed from 77325 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/perl/perl-module-text-parsewords: PKGSIZE changed from 8144 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/perl/perl-module-text-tabs: PKGSIZE changed from 4457 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/perl/perl-module-text-wrap: PKGSIZE changed from 9018 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/perl/perl-module-thread-queue: PKGSIZE changed from 17689 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/perl/perl-module-thread-semaphore: PKGSIZE changed from 7582 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/perl/perl-module-thread: PKGSIZE changed from 8289 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/perl/perl-module-threads-shared: PKGSIZE changed from 25800 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/perl/perl-module-threads: PKGSIZE changed from 43199 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/perl/perl-module-tie-array: PKGSIZE changed from 7303 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/perl/perl-module-tie-file: PKGSIZE changed from 77419 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/perl/perl-module-tie-handle: PKGSIZE changed from 4202 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/perl/perl-module-tie-hash-namedcapture: PKGSIZE changed from 1582 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/perl/perl-module-tie-hash: PKGSIZE changed from 7639 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/perl/perl-module-tie-memoize: PKGSIZE changed from 4251 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/perl/perl-module-tie-refhash: PKGSIZE changed from 8913 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/perl/perl-module-tie-scalar: PKGSIZE changed from 4169 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/perl/perl-module-tie-stdhandle: PKGSIZE changed from 1389 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/perl/perl-module-tie-substrhash: PKGSIZE changed from 5404 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/perl/perl-module-time-gmtime: PKGSIZE changed from 2620 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/perl/perl-module-time-hires: PKGSIZE changed from 47429 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/perl/perl-module-time-local: PKGSIZE changed from 16312 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/perl/perl-module-time-localtime: PKGSIZE changed from 2443 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/perl/perl-module-time-piece: PKGSIZE changed from 45752 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/perl/perl-module-time-seconds: PKGSIZE changed from 5351 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/perl/perl-module-time-tm: PKGSIZE changed from 691 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/perl/perl-module-unicode-collate-cjk-big5: PKGSIZE changed from 66468 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/perl/perl-module-unicode-collate-cjk-gb2312: PKGSIZE changed from 35206 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/perl/perl-module-unicode-collate-cjk-jisx0208: PKGSIZE changed from 32777 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/perl/perl-module-unicode-collate-cjk-korean: PKGSIZE changed from 48679 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/perl/perl-module-unicode-collate-cjk-pinyin: PKGSIZE changed from 106071 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/perl/perl-module-unicode-collate-cjk-stroke: PKGSIZE changed from 121621 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/perl/perl-module-unicode-collate-cjk-zhuyin: PKGSIZE changed from 112687 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/perl/perl-module-unicode-collate-locale-af: PKGSIZE changed from 158 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/perl/perl-module-unicode-collate-locale-ar: PKGSIZE changed from 861 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/perl/perl-module-unicode-collate-locale-as: PKGSIZE changed from 801 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/perl/perl-module-unicode-collate-locale-az: PKGSIZE changed from 3600 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/perl/perl-module-unicode-collate-locale-be: PKGSIZE changed from 566 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/perl/perl-module-unicode-collate-locale-bn: PKGSIZE changed from 364 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/perl/perl-module-unicode-collate-locale-ca: PKGSIZE changed from 1336 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/perl/perl-module-unicode-collate-locale-cs: PKGSIZE changed from 1472 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/perl/perl-module-unicode-collate-locale-cu: PKGSIZE changed from 16789 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/perl/perl-module-unicode-collate-locale-cy: PKGSIZE changed from 1978 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/perl/perl-module-unicode-collate-locale-da: PKGSIZE changed from 5681 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/perl/perl-module-unicode-collate-locale-de-at-ph: PKGSIZE changed from 2222 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/perl/perl-module-unicode-collate-locale-de-phone: PKGSIZE changed from 2476 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/perl/perl-module-unicode-collate-locale-dsb: PKGSIZE changed from 3686 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/perl/perl-module-unicode-collate-locale-ee: PKGSIZE changed from 2556 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/perl/perl-module-unicode-collate-locale-eo: PKGSIZE changed from 1742 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/perl/perl-module-unicode-collate-locale-es-trad: PKGSIZE changed from 816 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/perl/perl-module-unicode-collate-locale-es: PKGSIZE changed from 342 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/perl/perl-module-unicode-collate-locale-et: PKGSIZE changed from 3700 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/perl/perl-module-unicode-collate-locale-fa: PKGSIZE changed from 3410 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/perl/perl-module-unicode-collate-locale-fi-phone: PKGSIZE changed from 4658 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/perl/perl-module-unicode-collate-locale-fi: PKGSIZE changed from 4766 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/perl/perl-module-unicode-collate-locale-fil: PKGSIZE changed from 579 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/perl/perl-module-unicode-collate-locale-fo: PKGSIZE changed from 5534 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/perl/perl-module-unicode-collate-locale-fr-ca: PKGSIZE changed from 52 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/perl/perl-module-unicode-collate-locale-gu: PKGSIZE changed from 361 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/perl/perl-module-unicode-collate-locale-ha: PKGSIZE changed from 917 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/perl/perl-module-unicode-collate-locale-haw: PKGSIZE changed from 1511 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/perl/perl-module-unicode-collate-locale-he: PKGSIZE changed from 201 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/perl/perl-module-unicode-collate-locale-hi: PKGSIZE changed from 369 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/perl/perl-module-unicode-collate-locale-hr: PKGSIZE changed from 3270 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/perl/perl-module-unicode-collate-locale-hu: PKGSIZE changed from 17354 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/perl/perl-module-unicode-collate-locale-hy: PKGSIZE changed from 423 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/perl/perl-module-unicode-collate-locale-ig: PKGSIZE changed from 3901 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/perl/perl-module-unicode-collate-locale-is: PKGSIZE changed from 5340 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/perl/perl-module-unicode-collate-locale-ja: PKGSIZE changed from 201380 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/perl/perl-module-unicode-collate-locale-kk: PKGSIZE changed from 834 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/perl/perl-module-unicode-collate-locale-kl: PKGSIZE changed from 5274 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/perl/perl-module-unicode-collate-locale-kn: PKGSIZE changed from 438 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/perl/perl-module-unicode-collate-locale-ko: PKGSIZE changed from 62666 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/perl/perl-module-unicode-collate-locale-kok: PKGSIZE changed from 723 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/perl/perl-module-unicode-collate-locale-lkt: PKGSIZE changed from 1382 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/perl/perl-module-unicode-collate-locale-ln: PKGSIZE changed from 487 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/perl/perl-module-unicode-collate-locale-lt: PKGSIZE changed from 2963 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/perl/perl-module-unicode-collate-locale-lv: PKGSIZE changed from 2202 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/perl/perl-module-unicode-collate-locale-mk: PKGSIZE changed from 983 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/perl/perl-module-unicode-collate-locale-ml: PKGSIZE changed from 1643 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/perl/perl-module-unicode-collate-locale-mr: PKGSIZE changed from 847 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/perl/perl-module-unicode-collate-locale-mt: PKGSIZE changed from 2158 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/perl/perl-module-unicode-collate-locale-nb: PKGSIZE changed from 5387 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/perl/perl-module-unicode-collate-locale-nn: PKGSIZE changed from 5387 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/perl/perl-module-unicode-collate-locale-nso: PKGSIZE changed from 2878 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/perl/perl-module-unicode-collate-locale-om: PKGSIZE changed from 1423 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/perl/perl-module-unicode-collate-locale-or: PKGSIZE changed from 579 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/perl/perl-module-unicode-collate-locale-pa: PKGSIZE changed from 1351 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/perl/perl-module-unicode-collate-locale-pl: PKGSIZE changed from 3100 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/perl/perl-module-unicode-collate-locale-ro: PKGSIZE changed from 3932 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/perl/perl-module-unicode-collate-locale-sa: PKGSIZE changed from 847 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/perl/perl-module-unicode-collate-locale-se: PKGSIZE changed from 10694 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/perl/perl-module-unicode-collate-locale-si-dict: PKGSIZE changed from 409 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/perl/perl-module-unicode-collate-locale-si: PKGSIZE changed from 441 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/perl/perl-module-unicode-collate-locale-sk: PKGSIZE changed from 3210 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/perl/perl-module-unicode-collate-locale-sl: PKGSIZE changed from 862 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/perl/perl-module-unicode-collate-locale-sq: PKGSIZE changed from 3776 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/perl/perl-module-unicode-collate-locale-sr: PKGSIZE changed from 275 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/perl/perl-module-unicode-collate-locale-sv-refo: PKGSIZE changed from 6418 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/perl/perl-module-unicode-collate-locale-sv: PKGSIZE changed from 6526 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/perl/perl-module-unicode-collate-locale-ta: PKGSIZE changed from 3958 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/perl/perl-module-unicode-collate-locale-te: PKGSIZE changed from 360 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/perl/perl-module-unicode-collate-locale-th: PKGSIZE changed from 1185 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/perl/perl-module-unicode-collate-locale-tn: PKGSIZE changed from 2878 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/perl/perl-module-unicode-collate-locale-to: PKGSIZE changed from 3825 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/perl/perl-module-unicode-collate-locale-tr: PKGSIZE changed from 3242 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/perl/perl-module-unicode-collate-locale-ug-cyrl: PKGSIZE changed from 204 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/perl/perl-module-unicode-collate-locale-uk: PKGSIZE changed from 637 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/perl/perl-module-unicode-collate-locale-ur: PKGSIZE changed from 6368 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/perl/perl-module-unicode-collate-locale-vi: PKGSIZE changed from 22785 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/perl/perl-module-unicode-collate-locale-vo: PKGSIZE changed from 2068 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/perl/perl-module-unicode-collate-locale-wae: PKGSIZE changed from 2387 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/perl/perl-module-unicode-collate-locale-wo: PKGSIZE changed from 1820 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/perl/perl-module-unicode-collate-locale-yo: PKGSIZE changed from 1741 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/perl/perl-module-unicode-collate-locale-zh-big5: PKGSIZE changed from 63278 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/perl/perl-module-unicode-collate-locale-zh-gb: PKGSIZE changed from 42362 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/perl/perl-module-unicode-collate-locale-zh-pin: PKGSIZE changed from 101390 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/perl/perl-module-unicode-collate-locale-zh-strk: PKGSIZE changed from 106613 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/perl/perl-module-unicode-collate-locale-zh-zhu: PKGSIZE changed from 104801 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/perl/perl-module-unicode-collate-locale-zh: PKGSIZE changed from 15294 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/perl/perl-module-unicode-collate-locale: PKGSIZE changed from 18988 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/perl/perl-module-unicode-collate: PKGSIZE changed from 951385 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/perl/perl-module-unicode-normalize: PKGSIZE changed from 313499 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/perl/perl-module-unicode-ucd: PKGSIZE changed from 186274 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/perl/perl-module-unicore: PKGSIZE changed from 3548852 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/perl/perl-module-universal: PKGSIZE changed from 6594 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/perl/perl-module-user-grent: PKGSIZE changed from 2918 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/perl/perl-module-user-pwent: PKGSIZE changed from 9982 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/perl/perl-module-utf8: PKGSIZE changed from 10756 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/perl/perl-module-version-regex: PKGSIZE changed from 4072 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/perl/perl-module-version: PKGSIZE changed from 1976 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/perl/perl-module-vmsish: PKGSIZE changed from 4313 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/perl/perl-module-xsloader: PKGSIZE changed from 11985 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/perl/perl-pod: PKGSIZE changed from 9688130 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/perl/perl-ptest: PKGSIZE changed from 144672658 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/perl/perl-src: PKGSIZE changed from 34321170 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/perl/perl: PKGSIZE changed from 2246432 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/perl/perl: latest.pkg_postinst changed from "#!/bin/sh set -e if [ x"$D" = "x" ]; then if [ -x /sbin/ldconfig ]; then /sbin/ldconfig ; fi fi " to "#!/bin/sh if [ x"$D" = "x" ]; then if [ -x /sbin/ldconfig ]; then /sbin/ldconfig ; fi fi " packages/armv7vet2hf-neon-poky-linux-gnueabi/pinentry/pinentry-dbg: PKGSIZE changed from 207496 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/pinentry/pinentry-doc: PKGSIZE changed from 44759 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/pinentry/pinentry-src: PKGSIZE changed from 185434 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/pinentry/pinentry: PKGSIZE changed from 46779 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/pixman/pixman-dbg: PKGSIZE changed from 2784816 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/pixman/pixman-dev: PKGSIZE changed from 49762 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/pixman/pixman-src: PKGSIZE changed from 989709 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/pixman/pixman: PKGSIZE changed from 492973 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/pixman/pixman: latest.pkg_postinst changed from "#!/bin/sh set -e if [ x"$D" = "x" ]; then if [ -x /sbin/ldconfig ]; then /sbin/ldconfig ; fi fi " to "#!/bin/sh if [ x"$D" = "x" ]; then if [ -x /sbin/ldconfig ]; then /sbin/ldconfig ; fi fi " packages/armv7vet2hf-neon-poky-linux-gnueabi/pkgconfig/pkgconfig-dbg: PKGSIZE changed from 105220 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/pkgconfig/pkgconfig-doc: PKGSIZE changed from 41443 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/pkgconfig/pkgconfig-src: PKGSIZE changed from 94123 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/pkgconfig/pkgconfig: PKGSIZE changed from 44539 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/popt/popt-dbg: PKGSIZE changed from 149428 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/popt/popt-dev: PKGSIZE changed from 18468 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/popt/popt-doc: PKGSIZE changed from 31667 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/popt/popt-locale-cs: PKGSIZE changed from 2160 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/popt/popt-locale-da: PKGSIZE changed from 2119 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/popt/popt-locale-de: PKGSIZE changed from 2176 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/popt/popt-locale-eo: PKGSIZE changed from 2151 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/popt/popt-locale-es: PKGSIZE changed from 1513 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/popt/popt-locale-fi: PKGSIZE changed from 2402 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/popt/popt-locale-fr: PKGSIZE changed from 1844 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/popt/popt-locale-ga: PKGSIZE changed from 2243 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/popt/popt-locale-gl: PKGSIZE changed from 1556 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/popt/popt-locale-hu: PKGSIZE changed from 2116 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/popt/popt-locale-id: PKGSIZE changed from 2154 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/popt/popt-locale-is: PKGSIZE changed from 1750 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/popt/popt-locale-it: PKGSIZE changed from 2276 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/popt/popt-locale-ja: PKGSIZE changed from 2086 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/popt/popt-locale-ko: PKGSIZE changed from 2021 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/popt/popt-locale-lv: PKGSIZE changed from 2347 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/popt/popt-locale-nb: PKGSIZE changed from 1718 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/popt/popt-locale-nl: PKGSIZE changed from 2180 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/popt/popt-locale-pl: PKGSIZE changed from 2122 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/popt/popt-locale-pt: PKGSIZE changed from 1809 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/popt/popt-locale-ro: PKGSIZE changed from 1053 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/popt/popt-locale-ru: PKGSIZE changed from 2829 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/popt/popt-locale-sk: PKGSIZE changed from 533 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/popt/popt-locale-sl: PKGSIZE changed from 533 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/popt/popt-locale-sv: PKGSIZE changed from 2137 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/popt/popt-locale-th: PKGSIZE changed from 3138 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/popt/popt-locale-tr: PKGSIZE changed from 1608 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/popt/popt-locale-uk: PKGSIZE changed from 576 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/popt/popt-locale-vi: PKGSIZE changed from 2483 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/popt/popt-locale-wa: PKGSIZE changed from 532 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/popt/popt-locale-zh-cn: PKGSIZE changed from 2024 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/popt/popt-locale-zh-tw: PKGSIZE changed from 1679 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/popt/popt-src: PKGSIZE changed from 142046 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/popt/popt: PKGSIZE changed from 34464 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/popt/popt: latest.pkg_postinst changed from "#!/bin/sh set -e if [ x"$D" = "x" ]; then if [ -x /sbin/ldconfig ]; then /sbin/ldconfig ; fi fi " to "#!/bin/sh if [ x"$D" = "x" ]; then if [ -x /sbin/ldconfig ]; then /sbin/ldconfig ; fi fi " packages/armv7vet2hf-neon-poky-linux-gnueabi/powertop/powertop-bash-completion: PKGSIZE changed from 1180 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/powertop/powertop-dbg: PKGSIZE changed from 7680704 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/powertop/powertop-doc: PKGSIZE changed from 3050 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/powertop/powertop-locale-ca: PKGSIZE changed from 5606 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/powertop/powertop-locale-cs-cz: PKGSIZE changed from 8530 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/powertop/powertop-locale-de-de: PKGSIZE changed from 9142 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/powertop/powertop-locale-en-gb: PKGSIZE changed from 1965 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/powertop/powertop-locale-en-us: PKGSIZE changed from 4948 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/powertop/powertop-locale-es-es: PKGSIZE changed from 5658 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/powertop/powertop-locale-hu-hu: PKGSIZE changed from 8771 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/powertop/powertop-locale-id-id: PKGSIZE changed from 8363 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/powertop/powertop-locale-nl-nl: PKGSIZE changed from 1682 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/powertop/powertop-locale-zh-tw: PKGSIZE changed from 8154 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/powertop/powertop-src: PKGSIZE changed from 774326 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/powertop/powertop: PKGSIZE changed from 353876 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/powertop/powertop: latest.pkg_postinst changed from "#!/bin/sh set -e update-alternatives --install /usr/sbin/powertop powertop /usr/sbin/powertop.powertop 100 " to "#!/bin/sh update-alternatives --install /usr/sbin/powertop powertop /usr/sbin/powertop.powertop 100 " packages/armv7vet2hf-neon-poky-linux-gnueabi/powertop/powertop: latest.pkg_prerm changed from "#!/bin/sh set -e update-alternatives --remove powertop /usr/sbin/powertop.powertop " to "#!/bin/sh update-alternatives --remove powertop /usr/sbin/powertop.powertop " packages/armv7vet2hf-neon-poky-linux-gnueabi/ppp/ppp-dbg: PKGSIZE changed from 1436920 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/ppp/ppp-dev: PKGSIZE changed from 118008 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/ppp/ppp-doc: PKGSIZE changed from 119213 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/ppp/ppp-l2tp: PKGSIZE changed from 19364 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/ppp/ppp-minconn: PKGSIZE changed from 5336 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/ppp/ppp-oa: PKGSIZE changed from 13948 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/ppp/ppp-oe: PKGSIZE changed from 36124 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/ppp/ppp-password: PKGSIZE changed from 10900 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/ppp/ppp-radius: PKGSIZE changed from 54740 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/ppp/ppp-src: PKGSIZE changed from 1603684 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/ppp/ppp-tools: PKGSIZE changed from 44768 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/ppp/ppp-winbind: PKGSIZE changed from 9540 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/ppp/ppp: PKGSIZE changed from 295017 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/procps/procps-dbg: PKGSIZE changed from 1703768 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/procps/procps-dev: PKGSIZE changed from 31104 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/procps/procps-doc: PKGSIZE changed from 253603 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/procps/procps-doc: latest.pkg_postinst changed from "#!/bin/sh set -e update-alternatives --install /usr/share/man/man1/kill.1 kill.1 /usr/share/man/man1/kill.1.procps 200 update-alternatives --install /usr/share/man/man1/uptime.1 uptime.1 /usr/share/man/man1/uptime.1.procps 200 " to "#!/bin/sh update-alternatives --install /usr/share/man/man1/kill.1 kill.1 /usr/share/man/man1/kill.1.procps 200 update-alternatives --install /usr/share/man/man1/uptime.1 uptime.1 /usr/share/man/man1/uptime.1.procps 200 " packages/armv7vet2hf-neon-poky-linux-gnueabi/procps/procps-doc: latest.pkg_prerm changed from "#!/bin/sh set -e update-alternatives --remove kill.1 /usr/share/man/man1/kill.1.procps update-alternatives --remove uptime.1 /usr/share/man/man1/uptime.1.procps " to "#!/bin/sh update-alternatives --remove kill.1 /usr/share/man/man1/kill.1.procps update-alternatives --remove uptime.1 /usr/share/man/man1/uptime.1.procps " packages/armv7vet2hf-neon-poky-linux-gnueabi/procps/procps-lib: PKGSIZE changed from 50586 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/procps/procps-lib: latest.pkg_postinst changed from "#!/bin/sh set -e if [ x"$D" = "x" ]; then if [ -x /sbin/ldconfig ]; then /sbin/ldconfig ; fi fi " to "#!/bin/sh if [ x"$D" = "x" ]; then if [ -x /sbin/ldconfig ]; then /sbin/ldconfig ; fi fi " packages/armv7vet2hf-neon-poky-linux-gnueabi/procps/procps-locale-de: PKGSIZE changed from 74256 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/procps/procps-locale-fr: PKGSIZE changed from 92408 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/procps/procps-locale-pl: PKGSIZE changed from 91217 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/procps/procps-locale-pt-br: PKGSIZE changed from 83236 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/procps/procps-locale-sv: PKGSIZE changed from 88888 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/procps/procps-locale-uk: PKGSIZE changed from 117160 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/procps/procps-locale-vi: PKGSIZE changed from 81598 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/procps/procps-locale-zh-cn: PKGSIZE changed from 13746 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/procps/procps-ps: PKGSIZE changed from 87652 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/procps/procps-ps: latest.pkg_postinst changed from "#!/bin/sh set -e update-alternatives --install /bin/ps ps /bin/ps.procps 200 " to "#!/bin/sh update-alternatives --install /bin/ps ps /bin/ps.procps 200 " packages/armv7vet2hf-neon-poky-linux-gnueabi/procps/procps-ps: latest.pkg_prerm changed from "#!/bin/sh set -e update-alternatives --remove ps /bin/ps.procps " to "#!/bin/sh update-alternatives --remove ps /bin/ps.procps " packages/armv7vet2hf-neon-poky-linux-gnueabi/procps/procps-src: PKGSIZE changed from 956767 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/procps/procps-sysctl: PKGSIZE changed from 20008 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/procps/procps-sysctl: latest.pkg_postinst changed from "#!/bin/sh set -e update-alternatives --install /sbin/sysctl sysctl /sbin/sysctl.procps 200 " to "#!/bin/sh update-alternatives --install /sbin/sysctl sysctl /sbin/sysctl.procps 200 " packages/armv7vet2hf-neon-poky-linux-gnueabi/procps/procps-sysctl: latest.pkg_prerm changed from "#!/bin/sh set -e update-alternatives --remove sysctl /sbin/sysctl.procps " to "#!/bin/sh update-alternatives --remove sysctl /sbin/sysctl.procps " packages/armv7vet2hf-neon-poky-linux-gnueabi/procps/procps: PKGSIZE changed from 363948 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/procps/procps: latest.pkg_postinst changed from "#!/bin/sh set -e update-alternatives --install /usr/bin/free free /usr/bin/free.procps 200 update-alternatives --install /usr/bin/pkill pkill /usr/bin/pkill.procps 200 update-alternatives --install /usr/bin/pmap pmap /usr/bin/pmap.procps 200 update-alternatives --install /usr/bin/pgrep pgrep /usr/bin/pgrep.procps 200 update-alternatives --install /usr/bin/pwdx pwdx /usr/bin/pwdx.procps 200 update-alternatives --install /usr/bin/skill skill /usr/bin/skill.procps 200 update-alternatives --install /usr/bin/snice snice /usr/bin/snice.procps 200 update-alternatives --install /usr/bin/top top /usr/bin/top.procps 200 update-alternatives --install /usr/bin/uptime uptime /usr/bin/uptime.procps 200 update-alternatives --install /usr/bin/w w /usr/bin/w.procps 200 update-alternatives --install /bin/kill kill /bin/kill.procps 200 update-alternatives --install /bin/pidof pidof /bin/pidof.procps 150 update-alternatives --install /bin/watch watch /bin/watch.procps 200 " to "#!/bin/sh update-alternatives --install /usr/bin/free free /usr/bin/free.procps 200 update-alternatives --install /usr/bin/pkill pkill /usr/bin/pkill.procps 200 update-alternatives --install /usr/bin/pmap pmap /usr/bin/pmap.procps 200 update-alternatives --install /usr/bin/pgrep pgrep /usr/bin/pgrep.procps 200 update-alternatives --install /usr/bin/pwdx pwdx /usr/bin/pwdx.procps 200 update-alternatives --install /usr/bin/skill skill /usr/bin/skill.procps 200 update-alternatives --install /usr/bin/snice snice /usr/bin/snice.procps 200 update-alternatives --install /usr/bin/top top /usr/bin/top.procps 200 update-alternatives --install /usr/bin/uptime uptime /usr/bin/uptime.procps 200 update-alternatives --install /usr/bin/w w /usr/bin/w.procps 200 update-alternatives --install /bin/kill kill /bin/kill.procps 200 update-alternatives --install /bin/pidof pidof /bin/pidof.procps 150 update-alternatives --install /bin/watch watch /bin/watch.procps 200 " packages/armv7vet2hf-neon-poky-linux-gnueabi/procps/procps: latest.pkg_prerm changed from "#!/bin/sh set -e update-alternatives --remove free /usr/bin/free.procps update-alternatives --remove pkill /usr/bin/pkill.procps update-alternatives --remove pmap /usr/bin/pmap.procps update-alternatives --remove pgrep /usr/bin/pgrep.procps update-alternatives --remove pwdx /usr/bin/pwdx.procps update-alternatives --remove skill /usr/bin/skill.procps update-alternatives --remove snice /usr/bin/snice.procps update-alternatives --remove top /usr/bin/top.procps update-alternatives --remove uptime /usr/bin/uptime.procps update-alternatives --remove w /usr/bin/w.procps update-alternatives --remove kill /bin/kill.procps update-alternatives --remove pidof /bin/pidof.procps update-alternatives --remove watch /bin/watch.procps " to "#!/bin/sh update-alternatives --remove free /usr/bin/free.procps update-alternatives --remove pkill /usr/bin/pkill.procps update-alternatives --remove pmap /usr/bin/pmap.procps update-alternatives --remove pgrep /usr/bin/pgrep.procps update-alternatives --remove pwdx /usr/bin/pwdx.procps update-alternatives --remove skill /usr/bin/skill.procps update-alternatives --remove snice /usr/bin/snice.procps update-alternatives --remove top /usr/bin/top.procps update-alternatives --remove uptime /usr/bin/uptime.procps update-alternatives --remove w /usr/bin/w.procps update-alternatives --remove kill /bin/kill.procps update-alternatives --remove pidof /bin/pidof.procps update-alternatives --remove watch /bin/watch.procps " packages/armv7vet2hf-neon-poky-linux-gnueabi/psplash/psplash-dbg: PKGSIZE changed from 63680 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/psplash/psplash-default: PKGSIZE changed from 46680 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/psplash/psplash-default: latest.pkg_postinst changed from "#!/bin/sh set -e update-alternatives --install /usr/bin/psplash psplash /usr/bin/psplash-default 100 " to "#!/bin/sh update-alternatives --install /usr/bin/psplash psplash /usr/bin/psplash-default 100 " packages/armv7vet2hf-neon-poky-linux-gnueabi/psplash/psplash-default: latest.pkg_prerm changed from "#!/bin/sh set -e update-alternatives --remove psplash /usr/bin/psplash-default " to "#!/bin/sh update-alternatives --remove psplash /usr/bin/psplash-default " packages/armv7vet2hf-neon-poky-linux-gnueabi/psplash/psplash-src: PKGSIZE changed from 113372 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/psplash/psplash: PKGSIZE changed from 6291 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/psplash/psplash: latest.pkg_postinst changed from "#!/bin/sh set -e if true && type update-rc.d >/dev/null 2>/dev/null; then if [ -n "$D" ]; then OPT="-r $D" else OPT="-s" fi update-rc.d $OPT psplash.sh start 0 S . stop 20 0 1 6 . fi " to "#!/bin/sh if true && type update-rc.d >/dev/null 2>/dev/null; then if [ -n "$D" ]; then OPT="-r $D" else OPT="-s" fi update-rc.d $OPT psplash.sh start 0 S . stop 20 0 1 6 . fi " packages/armv7vet2hf-neon-poky-linux-gnueabi/psplash/psplash: latest.pkg_postrm changed from "#!/bin/sh set -e if true && type update-rc.d >/dev/null 2>/dev/null; then if [ -n "$D" ]; then OPT="-f -r $D" else OPT="-f" fi update-rc.d $OPT psplash.sh remove fi " to "#!/bin/sh if true && type update-rc.d >/dev/null 2>/dev/null; then if [ -n "$D" ]; then OPT="-f -r $D" else OPT="-f" fi update-rc.d $OPT psplash.sh remove fi " packages/armv7vet2hf-neon-poky-linux-gnueabi/psplash/psplash: latest.pkg_prerm changed from "#!/bin/sh set -e if true && [ -z "$D" -a -x "/etc/init.d/psplash.sh" ]; then /etc/init.d/psplash.sh stop || : fi " to "#!/bin/sh if true && [ -z "$D" -a -x "/etc/init.d/psplash.sh" ]; then /etc/init.d/psplash.sh stop || : fi " packages/armv7vet2hf-neon-poky-linux-gnueabi/ptest-runner/ptest-runner-dbg: PKGSIZE changed from 55940 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/ptest-runner/ptest-runner-src: PKGSIZE changed from 25988 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/ptest-runner/ptest-runner: PKGSIZE changed from 13708 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/pulseaudio/libpulse-mainloop-glib: PKGSIZE changed from 13783 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/pulseaudio/libpulse-mainloop-glib: latest.pkg_postinst changed from "#!/bin/sh set -e if [ x"$D" = "x" ]; then if [ -x /sbin/ldconfig ]; then /sbin/ldconfig ; fi fi " to "#!/bin/sh if [ x"$D" = "x" ]; then if [ -x /sbin/ldconfig ]; then /sbin/ldconfig ; fi fi " packages/armv7vet2hf-neon-poky-linux-gnueabi/pulseaudio/libpulse-simple: PKGSIZE changed from 13644 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/pulseaudio/libpulse-simple: latest.pkg_postinst changed from "#!/bin/sh set -e if [ x"$D" = "x" ]; then if [ -x /sbin/ldconfig ]; then /sbin/ldconfig ; fi fi " to "#!/bin/sh if [ x"$D" = "x" ]; then if [ -x /sbin/ldconfig ]; then /sbin/ldconfig ; fi fi " packages/armv7vet2hf-neon-poky-linux-gnueabi/pulseaudio/libpulse: PKGSIZE changed from 232827 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/pulseaudio/libpulse: latest.pkg_postinst changed from "#!/bin/sh set -e if [ x"$D" = "x" ]; then if [ -x /sbin/ldconfig ]; then /sbin/ldconfig ; fi fi " to "#!/bin/sh if [ x"$D" = "x" ]; then if [ -x /sbin/ldconfig ]; then /sbin/ldconfig ; fi fi " packages/armv7vet2hf-neon-poky-linux-gnueabi/pulseaudio/libpulsecommon: PKGSIZE changed from 357820 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/pulseaudio/libpulsecore: PKGSIZE changed from 501428 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/pulseaudio/pulseaudio-bash-completion: PKGSIZE changed from 15706 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/pulseaudio/pulseaudio-dbg: PKGSIZE changed from 11706436 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/pulseaudio/pulseaudio-dev: PKGSIZE changed from 397084 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/pulseaudio/pulseaudio-lib-alsa-util: PKGSIZE changed from 235792 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/pulseaudio/pulseaudio-lib-avahi-wrap: PKGSIZE changed from 9460 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/pulseaudio/pulseaudio-lib-bluez5-util: PKGSIZE changed from 70956 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/pulseaudio/pulseaudio-lib-cli: PKGSIZE changed from 9452 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/pulseaudio/pulseaudio-lib-oss-util: PKGSIZE changed from 13552 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/pulseaudio/pulseaudio-lib-protocol-cli: PKGSIZE changed from 9460 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/pulseaudio/pulseaudio-lib-protocol-http: PKGSIZE changed from 25844 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/pulseaudio/pulseaudio-lib-protocol-native: PKGSIZE changed from 99628 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/pulseaudio/pulseaudio-lib-protocol-simple: PKGSIZE changed from 21752 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/pulseaudio/pulseaudio-lib-rtp: PKGSIZE changed from 29932 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/pulseaudio/pulseaudio-locale-af: PKGSIZE changed from 10724 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/pulseaudio/pulseaudio-locale-as: PKGSIZE changed from 53998 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/pulseaudio/pulseaudio-locale-be: PKGSIZE changed from 85822 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/pulseaudio/pulseaudio-locale-bg: PKGSIZE changed from 8993 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/pulseaudio/pulseaudio-locale-bn-in: PKGSIZE changed from 57410 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/pulseaudio/pulseaudio-locale-ca: PKGSIZE changed from 43228 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/pulseaudio/pulseaudio-locale-cs: PKGSIZE changed from 70217 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/pulseaudio/pulseaudio-locale-da: PKGSIZE changed from 67009 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/pulseaudio/pulseaudio-locale-de-ch: PKGSIZE changed from 33445 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/pulseaudio/pulseaudio-locale-de: PKGSIZE changed from 68462 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/pulseaudio/pulseaudio-locale-el: PKGSIZE changed from 89644 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/pulseaudio/pulseaudio-locale-es: PKGSIZE changed from 68606 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/pulseaudio/pulseaudio-locale-fi: PKGSIZE changed from 38315 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/pulseaudio/pulseaudio-locale-fr: PKGSIZE changed from 70268 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/pulseaudio/pulseaudio-locale-gl: PKGSIZE changed from 71153 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/pulseaudio/pulseaudio-locale-gu: PKGSIZE changed from 54381 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/pulseaudio/pulseaudio-locale-he: PKGSIZE changed from 5468 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/pulseaudio/pulseaudio-locale-hi: PKGSIZE changed from 50618 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/pulseaudio/pulseaudio-locale-hr: PKGSIZE changed from 69982 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/pulseaudio/pulseaudio-locale-hu: PKGSIZE changed from 72642 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/pulseaudio/pulseaudio-locale-id: PKGSIZE changed from 63424 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/pulseaudio/pulseaudio-locale-it: PKGSIZE changed from 71827 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/pulseaudio/pulseaudio-locale-ja: PKGSIZE changed from 72824 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/pulseaudio/pulseaudio-locale-kk: PKGSIZE changed from 21599 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/pulseaudio/pulseaudio-locale-kn: PKGSIZE changed from 60196 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/pulseaudio/pulseaudio-locale-ko: PKGSIZE changed from 69174 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/pulseaudio/pulseaudio-locale-lt: PKGSIZE changed from 72277 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/pulseaudio/pulseaudio-locale-ml: PKGSIZE changed from 61525 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/pulseaudio/pulseaudio-locale-mr: PKGSIZE changed from 51720 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/pulseaudio/pulseaudio-locale-nl: PKGSIZE changed from 47572 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/pulseaudio/pulseaudio-locale-nn: PKGSIZE changed from 66491 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/pulseaudio/pulseaudio-locale-oc: PKGSIZE changed from 44421 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/pulseaudio/pulseaudio-locale-or: PKGSIZE changed from 53389 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/pulseaudio/pulseaudio-locale-pa: PKGSIZE changed from 49585 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/pulseaudio/pulseaudio-locale-pl: PKGSIZE changed from 74716 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/pulseaudio/pulseaudio-locale-pt-br: PKGSIZE changed from 72555 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/pulseaudio/pulseaudio-locale-pt: PKGSIZE changed from 64713 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/pulseaudio/pulseaudio-locale-ru: PKGSIZE changed from 95928 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/pulseaudio/pulseaudio-locale-sk: PKGSIZE changed from 26767 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/pulseaudio/pulseaudio-locale-sr+latin: PKGSIZE changed from 37951 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/pulseaudio/pulseaudio-locale-sr: PKGSIZE changed from 47269 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/pulseaudio/pulseaudio-locale-sv: PKGSIZE changed from 69579 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/pulseaudio/pulseaudio-locale-ta: PKGSIZE changed from 54834 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/pulseaudio/pulseaudio-locale-te: PKGSIZE changed from 57458 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/pulseaudio/pulseaudio-locale-tr: PKGSIZE changed from 68435 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/pulseaudio/pulseaudio-locale-uk: PKGSIZE changed from 93018 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/pulseaudio/pulseaudio-locale-zh-cn: PKGSIZE changed from 62367 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/pulseaudio/pulseaudio-locale-zh-tw: PKGSIZE changed from 65186 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/pulseaudio/pulseaudio-misc: PKGSIZE changed from 103573 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/pulseaudio/pulseaudio-module-allow-passthrough: PKGSIZE changed from 13564 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/pulseaudio/pulseaudio-module-alsa-card: PKGSIZE changed from 177924 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/pulseaudio/pulseaudio-module-alsa-sink: PKGSIZE changed from 9512 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/pulseaudio/pulseaudio-module-alsa-source: PKGSIZE changed from 9516 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/pulseaudio/pulseaudio-module-always-sink: PKGSIZE changed from 9516 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/pulseaudio/pulseaudio-module-always-source: PKGSIZE changed from 9516 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/pulseaudio/pulseaudio-module-augment-properties: PKGSIZE changed from 13680 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/pulseaudio/pulseaudio-module-bluetooth-discover: PKGSIZE changed from 5376 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/pulseaudio/pulseaudio-module-bluetooth-policy: PKGSIZE changed from 13616 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/pulseaudio/pulseaudio-module-bluez5-device: PKGSIZE changed from 42336 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/pulseaudio/pulseaudio-module-bluez5-discover: PKGSIZE changed from 9524 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/pulseaudio/pulseaudio-module-card-restore: PKGSIZE changed from 17708 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/pulseaudio/pulseaudio-module-cli-protocol-tcp: PKGSIZE changed from 9520 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/pulseaudio/pulseaudio-module-cli-protocol-unix: PKGSIZE changed from 9520 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/pulseaudio/pulseaudio-module-cli: PKGSIZE changed from 9508 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/pulseaudio/pulseaudio-module-combine-sink: PKGSIZE changed from 34144 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/pulseaudio/pulseaudio-module-combine: PKGSIZE changed from 5364 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/pulseaudio/pulseaudio-module-console-kit: PKGSIZE changed from 13560 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/pulseaudio/pulseaudio-module-dbus-protocol: PKGSIZE changed from 160888 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/pulseaudio/pulseaudio-module-default-device-restore: PKGSIZE changed from 9476 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/pulseaudio/pulseaudio-module-detect: PKGSIZE changed from 9512 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/pulseaudio/pulseaudio-module-device-manager: PKGSIZE changed from 30000 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/pulseaudio/pulseaudio-module-device-restore: PKGSIZE changed from 25904 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/pulseaudio/pulseaudio-module-echo-cancel: PKGSIZE changed from 54624 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/pulseaudio/pulseaudio-module-filter-apply: PKGSIZE changed from 21804 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/pulseaudio/pulseaudio-module-filter-heuristics: PKGSIZE changed from 9468 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/pulseaudio/pulseaudio-module-gsettings: PKGSIZE changed from 30775 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/pulseaudio/pulseaudio-module-gsettings: latest.pkg_postinst changed from "#!/bin/sh set -e glib-compile-schemas $D/usr/share/glib-2.0/schemas " to "#!/bin/sh glib-compile-schemas $D/usr/share/glib-2.0/schemas " packages/armv7vet2hf-neon-poky-linux-gnueabi/pulseaudio/pulseaudio-module-gsettings: latest.pkg_postrm changed from "#!/bin/sh set -e glib-compile-schemas $D/usr/share/glib-2.0/schemas " to "#!/bin/sh glib-compile-schemas $D/usr/share/glib-2.0/schemas " packages/armv7vet2hf-neon-poky-linux-gnueabi/pulseaudio/pulseaudio-module-http-protocol-tcp: PKGSIZE changed from 9520 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/pulseaudio/pulseaudio-module-http-protocol-unix: PKGSIZE changed from 9524 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/pulseaudio/pulseaudio-module-intended-roles: PKGSIZE changed from 13616 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/pulseaudio/pulseaudio-module-ladspa-sink: PKGSIZE changed from 38236 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/pulseaudio/pulseaudio-module-loopback: PKGSIZE changed from 38236 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/pulseaudio/pulseaudio-module-match: PKGSIZE changed from 9508 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/pulseaudio/pulseaudio-module-mmkbd-evdev: PKGSIZE changed from 9516 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/pulseaudio/pulseaudio-module-native-protocol-fd: PKGSIZE changed from 5428 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/pulseaudio/pulseaudio-module-native-protocol-tcp: PKGSIZE changed from 9524 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/pulseaudio/pulseaudio-module-native-protocol-unix: PKGSIZE changed from 9524 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/pulseaudio/pulseaudio-module-null-sink: PKGSIZE changed from 13608 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/pulseaudio/pulseaudio-module-null-source: PKGSIZE changed from 13612 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/pulseaudio/pulseaudio-module-oss: PKGSIZE changed from 29988 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/pulseaudio/pulseaudio-module-pipe-sink: PKGSIZE changed from 17704 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/pulseaudio/pulseaudio-module-pipe-source: PKGSIZE changed from 13612 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/pulseaudio/pulseaudio-module-position-event-sounds: PKGSIZE changed from 9472 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/pulseaudio/pulseaudio-module-remap-sink: PKGSIZE changed from 17708 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/pulseaudio/pulseaudio-module-remap-source: PKGSIZE changed from 17708 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/pulseaudio/pulseaudio-module-rescue-streams: PKGSIZE changed from 5372 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/pulseaudio/pulseaudio-module-role-cork: PKGSIZE changed from 21800 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/pulseaudio/pulseaudio-module-role-ducking: PKGSIZE changed from 21804 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/pulseaudio/pulseaudio-module-rtp-recv: PKGSIZE changed from 21800 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/pulseaudio/pulseaudio-module-rtp-send: PKGSIZE changed from 17756 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/pulseaudio/pulseaudio-module-rygel-media-server: PKGSIZE changed from 38196 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/pulseaudio/pulseaudio-module-simple-protocol-tcp: PKGSIZE changed from 9524 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/pulseaudio/pulseaudio-module-simple-protocol-unix: PKGSIZE changed from 9524 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/pulseaudio/pulseaudio-module-sine-source: PKGSIZE changed from 13664 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/pulseaudio/pulseaudio-module-sine: PKGSIZE changed from 9508 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/pulseaudio/pulseaudio-module-stream-restore: PKGSIZE changed from 50920 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/pulseaudio/pulseaudio-module-suspend-on-idle: PKGSIZE changed from 17764 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/pulseaudio/pulseaudio-module-switch-on-connect: PKGSIZE changed from 9520 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/pulseaudio/pulseaudio-module-switch-on-port-available: PKGSIZE changed from 13572 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/pulseaudio/pulseaudio-module-tunnel-sink-new: PKGSIZE changed from 17712 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/pulseaudio/pulseaudio-module-tunnel-sink: PKGSIZE changed from 38188 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/pulseaudio/pulseaudio-module-tunnel-source-new: PKGSIZE changed from 17712 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/pulseaudio/pulseaudio-module-tunnel-source: PKGSIZE changed from 34092 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/pulseaudio/pulseaudio-module-udev-detect: PKGSIZE changed from 21856 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/pulseaudio/pulseaudio-module-virtual-sink: PKGSIZE changed from 21804 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/pulseaudio/pulseaudio-module-virtual-source: PKGSIZE changed from 21808 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/pulseaudio/pulseaudio-module-virtual-surround-sink: PKGSIZE changed from 25908 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/pulseaudio/pulseaudio-module-volume-restore: PKGSIZE changed from 5424 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/pulseaudio/pulseaudio-module-x11-bell: PKGSIZE changed from 9512 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/pulseaudio/pulseaudio-module-x11-cork-request: PKGSIZE changed from 9520 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/pulseaudio/pulseaudio-module-x11-publish: PKGSIZE changed from 9516 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/pulseaudio/pulseaudio-module-x11-xsmp: PKGSIZE changed from 9512 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/pulseaudio/pulseaudio-module-zeroconf-discover: PKGSIZE changed from 13564 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/pulseaudio/pulseaudio-module-zeroconf-publish: PKGSIZE changed from 21768 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/pulseaudio/pulseaudio-pa-info: PKGSIZE changed from 2039 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/pulseaudio/pulseaudio-server: PKGSIZE changed from 145353 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/pulseaudio/pulseaudio-server: latest.pkg_postinst changed from "set -e if [ -z "$D" ] && [ -e /etc/init.d/populate-volatile.sh ] ; then /etc/init.d/populate-volatile.sh update fi " to "if [ -z "$D" ] && [ -e /etc/init.d/populate-volatile.sh ] ; then /etc/init.d/populate-volatile.sh update fi " packages/armv7vet2hf-neon-poky-linux-gnueabi/pulseaudio/pulseaudio-server: latest.pkg_preinst changed from "#!/bin/sh set -e bbnote () { echo "NOTE: $*" } bbwarn () { echo "WARNING: $*" } bbfatal () { echo "ERROR: $*" exit 1 } perform_groupadd () { local rootdir="$1" local opts="$2" bbnote "pulseaudio: Performing groupadd with [$opts]" local groupname=`echo "$opts" | awk '{ print $NF }'` local group_exists="`grep "^$groupname:" $rootdir/etc/group || true`" if test "x$group_exists" = "x"; then eval flock -x $rootdir/etc -c \"$PSEUDO groupadd \$opts\" || true group_exists="`grep "^$groupname:" $rootdir/etc/group || true`" if test "x$group_exists" = "x"; then bbfatal "pulseaudio: groupadd command did not succeed." fi else bbnote "pulseaudio: group $groupname already exists, not re-creating it" fi } perform_useradd () { local rootdir="$1" local opts="$2" bbnote "pulseaudio: Performing useradd with [$opts]" local username=`echo "$opts" | awk '{ print $NF }'` local user_exists="`grep "^$username:" $rootdir/etc/passwd || true`" if test "x$user_exists" = "x"; then eval flock -x $rootdir/etc -c \"$PSEUDO useradd \$opts\" || true user_exists="`grep "^$username:" $rootdir/etc/passwd || true`" if test "x$user_exists" = "x"; then bbfatal "pulseaudio: useradd command did not succeed." fi else bbnote "pulseaudio: user $username already exists, not re-creating it" fi } perform_groupmems () { local rootdir="$1" local opts="$2" bbnote "pulseaudio: Performing groupmems with [$opts]" local groupname=`echo "$opts" | awk '{ for (i = 1; i < NF; i++) if ($i == "-g" || $i == "--group") print $(i+1) }'` local username=`echo "$opts" | awk '{ for (i = 1; i < NF; i++) if ($i == "-a" || $i == "--add") print $(i+1) }'` bbnote "pulseaudio: Running groupmems command with group $groupname and user $username" local mem_exists="`grep "^$groupname:[^:]*:[^:]*:\([^,]*,\)*$username\(,[^,]*\)*$" $rootdir/etc/group || true`" if test "x$mem_exists" = "x"; then eval flock -x $rootdir/etc -c \"$PSEUDO groupmems \$opts\" || true mem_exists="`grep "^$groupname:[^:]*:[^:]*:\([^,]*,\)*$username\(,[^,]*\)*$" $rootdir/etc/group || true`" if test "x$mem_exists" = "x"; then bbfatal "pulseaudio: groupmems command did not succeed." fi else bbnote "pulseaudio: group $groupname already contains $username, not re-adding it" fi } OPT="" SYSROOT="" if test "x$D" != "x"; then # Installing into a sysroot SYSROOT="$D" OPT="--root $D" # Make sure login.defs is there, this is to make debian package backend work # correctly while doing rootfs. # The problem here is that if /etc/login.defs is treated as a config file for # shadow package, then while performing preinsts for packages that depend on # shadow, there might only be /etc/login.def.dpkg-new there in root filesystem. if [ ! -e $D/etc/login.defs -a -e $D/etc/login.defs.dpkg-new ]; then cp $D/etc/login.defs.dpkg-new $D/etc/login.defs fi # user/group lookups should match useradd/groupadd --root export PSEUDO_PASSWD="$SYSROOT" fi # If we're not doing a special SSTATE/SYSROOT install # then set the values, otherwise use the environment if test "x$UA_SYSROOT" = "x"; then # Installing onto a target # Add groups and users defined only for this package GROUPADD_PARAM="--system pulse" USERADD_PARAM="--system --home /var/run/pulse --no-create-home --shell /bin/false --groups audio,pulse --gid pulse pulse" GROUPMEMS_PARAM="${GROUPMEMS_PARAM}" fi # Perform group additions first, since user additions may depend # on these groups existing if test "x`echo $GROUPADD_PARAM | tr -d '[:space:]'`" != "x"; then echo "Running groupadd commands..." # Invoke multiple instances of groupadd for parameter lists # separated by ';' opts=`echo "$GROUPADD_PARAM" | cut -d ';' -f 1 | sed -e 's#[ \t]*$##'` remaining=`echo "$GROUPADD_PARAM" | cut -d ';' -f 2- | sed -e 's#[ \t]*$##'` while test "x$opts" != "x"; do perform_groupadd "$SYSROOT" "$OPT $opts" if test "x$opts" = "x$remaining"; then break fi opts=`echo "$remaining" | cut -d ';' -f 1 | sed -e 's#[ \t]*$##'` remaining=`echo "$remaining" | cut -d ';' -f 2- | sed -e 's#[ \t]*$##'` done fi if test "x`echo $USERADD_PARAM | tr -d '[:space:]'`" != "x"; then echo "Running useradd commands..." # Invoke multiple instances of useradd for parameter lists # separated by ';' opts=`echo "$USERADD_PARAM" | cut -d ';' -f 1 | sed -e 's#[ \t]*$##'` remaining=`echo "$USERADD_PARAM" | cut -d ';' -f 2- | sed -e 's#[ \t]*$##'` while test "x$opts" != "x"; do perform_useradd "$SYSROOT" "$OPT $opts" if test "x$opts" = "x$remaining"; then break fi opts=`echo "$remaining" | cut -d ';' -f 1 | sed -e 's#[ \t]*$##'` remaining=`echo "$remaining" | cut -d ';' -f 2- | sed -e 's#[ \t]*$##'` done fi if test "x`echo $GROUPMEMS_PARAM | tr -d '[:space:]'`" != "x"; then echo "Running groupmems commands..." # Invoke multiple instances of groupmems for parameter lists # separated by ';' opts=`echo "$GROUPMEMS_PARAM" | cut -d ';' -f 1 | sed -e 's#[ \t]*$##'` remaining=`echo "$GROUPMEMS_PARAM" | cut -d ';' -f 2- | sed -e 's#[ \t]*$##'` while test "x$opts" != "x"; do perform_groupmems "$SYSROOT" "$OPT $opts" if test "x$opts" = "x$remaining"; then break fi opts=`echo "$remaining" | cut -d ';' -f 1 | sed -e 's#[ \t]*$##'` remaining=`echo "$remaining" | cut -d ';' -f 2- | sed -e 's#[ \t]*$##'` done fi " to "#!/bin/sh bbnote () { echo "NOTE: $*" } bbwarn () { echo "WARNING: $*" } bbfatal () { echo "ERROR: $*" exit 1 } perform_groupadd () { local rootdir="$1" local opts="$2" bbnote "pulseaudio: Performing groupadd with [$opts]" local groupname=`echo "$opts" | awk '{ print $NF }'` local group_exists="`grep "^$groupname:" $rootdir/etc/group || true`" if test "x$group_exists" = "x"; then eval flock -x $rootdir/etc -c \"$PSEUDO groupadd \$opts\" || true group_exists="`grep "^$groupname:" $rootdir/etc/group || true`" if test "x$group_exists" = "x"; then bbfatal "pulseaudio: groupadd command did not succeed." fi else bbnote "pulseaudio: group $groupname already exists, not re-creating it" fi } perform_useradd () { local rootdir="$1" local opts="$2" bbnote "pulseaudio: Performing useradd with [$opts]" local username=`echo "$opts" | awk '{ print $NF }'` local user_exists="`grep "^$username:" $rootdir/etc/passwd || true`" if test "x$user_exists" = "x"; then eval flock -x $rootdir/etc -c \"$PSEUDO useradd \$opts\" || true user_exists="`grep "^$username:" $rootdir/etc/passwd || true`" if test "x$user_exists" = "x"; then bbfatal "pulseaudio: useradd command did not succeed." fi else bbnote "pulseaudio: user $username already exists, not re-creating it" fi } perform_groupmems () { local rootdir="$1" local opts="$2" bbnote "pulseaudio: Performing groupmems with [$opts]" local groupname=`echo "$opts" | awk '{ for (i = 1; i < NF; i++) if ($i == "-g" || $i == "--group") print $(i+1) }'` local username=`echo "$opts" | awk '{ for (i = 1; i < NF; i++) if ($i == "-a" || $i == "--add") print $(i+1) }'` bbnote "pulseaudio: Running groupmems command with group $groupname and user $username" local mem_exists="`grep "^$groupname:[^:]*:[^:]*:\([^,]*,\)*$username\(,[^,]*\)*$" $rootdir/etc/group || true`" if test "x$mem_exists" = "x"; then eval flock -x $rootdir/etc -c \"$PSEUDO groupmems \$opts\" || true mem_exists="`grep "^$groupname:[^:]*:[^:]*:\([^,]*,\)*$username\(,[^,]*\)*$" $rootdir/etc/group || true`" if test "x$mem_exists" = "x"; then bbfatal "pulseaudio: groupmems command did not succeed." fi else bbnote "pulseaudio: group $groupname already contains $username, not re-adding it" fi } OPT="" SYSROOT="" if test "x$D" != "x"; then # Installing into a sysroot SYSROOT="$D" OPT="--root $D" # Make sure login.defs is there, this is to make debian package backend work # correctly while doing rootfs. # The problem here is that if /etc/login.defs is treated as a config file for # shadow package, then while performing preinsts for packages that depend on # shadow, there might only be /etc/login.def.dpkg-new there in root filesystem. if [ ! -e $D/etc/login.defs -a -e $D/etc/login.defs.dpkg-new ]; then cp $D/etc/login.defs.dpkg-new $D/etc/login.defs fi # user/group lookups should match useradd/groupadd --root export PSEUDO_PASSWD="$SYSROOT" fi # If we're not doing a special SSTATE/SYSROOT install # then set the values, otherwise use the environment if test "x$UA_SYSROOT" = "x"; then # Installing onto a target # Add groups and users defined only for this package GROUPADD_PARAM="--system pulse" USERADD_PARAM="--system --home /var/run/pulse --no-create-home --shell /bin/false --groups audio,pulse --gid pulse pulse" GROUPMEMS_PARAM="${GROUPMEMS_PARAM}" fi # Perform group additions first, since user additions may depend # on these groups existing if test "x`echo $GROUPADD_PARAM | tr -d '[:space:]'`" != "x"; then echo "Running groupadd commands..." # Invoke multiple instances of groupadd for parameter lists # separated by ';' opts=`echo "$GROUPADD_PARAM" | cut -d ';' -f 1 | sed -e 's#[ \t]*$##'` remaining=`echo "$GROUPADD_PARAM" | cut -d ';' -f 2- | sed -e 's#[ \t]*$##'` while test "x$opts" != "x"; do perform_groupadd "$SYSROOT" "$OPT $opts" if test "x$opts" = "x$remaining"; then break fi opts=`echo "$remaining" | cut -d ';' -f 1 | sed -e 's#[ \t]*$##'` remaining=`echo "$remaining" | cut -d ';' -f 2- | sed -e 's#[ \t]*$##'` done fi if test "x`echo $USERADD_PARAM | tr -d '[:space:]'`" != "x"; then echo "Running useradd commands..." # Invoke multiple instances of useradd for parameter lists # separated by ';' opts=`echo "$USERADD_PARAM" | cut -d ';' -f 1 | sed -e 's#[ \t]*$##'` remaining=`echo "$USERADD_PARAM" | cut -d ';' -f 2- | sed -e 's#[ \t]*$##'` while test "x$opts" != "x"; do perform_useradd "$SYSROOT" "$OPT $opts" if test "x$opts" = "x$remaining"; then break fi opts=`echo "$remaining" | cut -d ';' -f 1 | sed -e 's#[ \t]*$##'` remaining=`echo "$remaining" | cut -d ';' -f 2- | sed -e 's#[ \t]*$##'` done fi if test "x`echo $GROUPMEMS_PARAM | tr -d '[:space:]'`" != "x"; then echo "Running groupmems commands..." # Invoke multiple instances of groupmems for parameter lists # separated by ';' opts=`echo "$GROUPMEMS_PARAM" | cut -d ';' -f 1 | sed -e 's#[ \t]*$##'` remaining=`echo "$GROUPMEMS_PARAM" | cut -d ';' -f 2- | sed -e 's#[ \t]*$##'` while test "x$opts" != "x"; do perform_groupmems "$SYSROOT" "$OPT $opts" if test "x$opts" = "x$remaining"; then break fi opts=`echo "$remaining" | cut -d ';' -f 1 | sed -e 's#[ \t]*$##'` remaining=`echo "$remaining" | cut -d ';' -f 2- | sed -e 's#[ \t]*$##'` done fi " packages/armv7vet2hf-neon-poky-linux-gnueabi/pulseaudio/pulseaudio-src: PKGSIZE changed from 6059552 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/puzzles/puzzles-dbg: PKGSIZE changed from 16136380 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/puzzles/puzzles-src: PKGSIZE changed from 3477387 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/puzzles/puzzles: PKGSIZE changed from 3653500 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/python3-dbus/python3-dbus-dbg: PKGSIZE changed from 445880 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/python3-dbus/python3-dbus-dev: PKGSIZE changed from 4320 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/python3-dbus/python3-dbus-src: PKGSIZE changed from 430391 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/python3-dbus/python3-dbus: PKGSIZE changed from 500763 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/python3-iniparse/python3-iniparse-doc: PKGSIZE changed from 25534 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/python3-iniparse/python3-iniparse: PKGSIZE changed from 83389 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/python3-pycairo/python3-pycairo-dbg: PKGSIZE changed from 444316 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/python3-pycairo/python3-pycairo-dev: PKGSIZE changed from 8961 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/python3-pycairo/python3-pycairo-src: PKGSIZE changed from 358648 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/python3-pycairo/python3-pycairo: PKGSIZE changed from 182454 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/python3-pygobject/python3-pygobject-dbg: PKGSIZE changed from 1203988 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/python3-pygobject/python3-pygobject-dev: PKGSIZE changed from 25689 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/python3-pygobject/python3-pygobject-src: PKGSIZE changed from 921495 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/python3-pygobject/python3-pygobject: PKGSIZE changed from 533753 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/python3-six/python3-six: PKGSIZE changed from 64084 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/python3/libpython3-staticdev: PKGSIZE changed from 16953790 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/python3/libpython3: PKGSIZE changed from 2207720 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/python3/libpython3: latest.pkg_postinst changed from "#!/bin/sh set -e if [ x"$D" = "x" ]; then if [ -x /sbin/ldconfig ]; then /sbin/ldconfig ; fi fi " to "#!/bin/sh if [ x"$D" = "x" ]; then if [ -x /sbin/ldconfig ]; then /sbin/ldconfig ; fi fi " packages/armv7vet2hf-neon-poky-linux-gnueabi/python3/python3-2to3: PKGSIZE changed from 987645 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/python3/python3-asyncio: PKGSIZE changed from 1761487 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/python3/python3-audio: PKGSIZE changed from 227633 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/python3/python3-codecs: PKGSIZE changed from 57843 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/python3/python3-compile: PKGSIZE changed from 113940 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/python3/python3-compression: PKGSIZE changed from 598024 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/python3/python3-core: PKGSIZE changed from 10567349 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/python3/python3-crypt: PKGSIZE changed from 220311 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/python3/python3-ctypes: PKGSIZE changed from 296738 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/python3/python3-curses: PKGSIZE changed from 173593 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/python3/python3-datetime: PKGSIZE changed from 486360 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/python3/python3-db: PKGSIZE changed from 65850 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/python3/python3-dbg: PKGSIZE changed from 16963784 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/python3/python3-debugger: PKGSIZE changed from 286500 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/python3/python3-dev: PKGSIZE changed from 675051 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/python3/python3-dev: latest.pkg_postinst changed from "#!/bin/sh set -e update-alternatives --install /usr/bin/python3.9-config python3-config /usr/bin/python3.9-config-lib 10 if [ x"$D" = "x" ]; then if [ -x /sbin/ldconfig ]; then /sbin/ldconfig ; fi fi " to "#!/bin/sh update-alternatives --install /usr/bin/python3.9-config python3-config /usr/bin/python3.9-config-lib 10 if [ x"$D" = "x" ]; then if [ -x /sbin/ldconfig ]; then /sbin/ldconfig ; fi fi " packages/armv7vet2hf-neon-poky-linux-gnueabi/python3/python3-dev: latest.pkg_prerm changed from "#!/bin/sh set -e update-alternatives --remove python3-config /usr/bin/python3.9-config-lib " to "#!/bin/sh update-alternatives --remove python3-config /usr/bin/python3.9-config-lib " packages/armv7vet2hf-neon-poky-linux-gnueabi/python3/python3-difflib: PKGSIZE changed from 228586 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/python3/python3-distutils: PKGSIZE changed from 1839525 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/python3/python3-doc: PKGSIZE changed from 18243 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/python3/python3-doctest: PKGSIZE changed from 296838 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/python3/python3-email: PKGSIZE changed from 1321047 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/python3/python3-fcntl: PKGSIZE changed from 13708 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/python3/python3-gdbm: PKGSIZE changed from 18200 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/python3/python3-html: PKGSIZE changed from 353408 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/python3/python3-idle: PKGSIZE changed from 2825844 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/python3/python3-image: PKGSIZE changed from 29139 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/python3/python3-io: PKGSIZE changed from 1154473 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/python3/python3-json: PKGSIZE changed from 170457 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/python3/python3-logging: PKGSIZE changed from 522214 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/python3/python3-mailbox: PKGSIZE changed from 253876 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/python3/python3-math: PKGSIZE changed from 126236 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/python3/python3-mime: PKGSIZE changed from 40886 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/python3/python3-misc: PKGSIZE changed from 5370142 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/python3/python3-mmap: PKGSIZE changed from 18356 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/python3/python3-multiprocessing: PKGSIZE changed from 957968 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/python3/python3-netclient: PKGSIZE changed from 1344041 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/python3/python3-netserver: PKGSIZE changed from 197578 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/python3/python3-numbers: PKGSIZE changed from 933223 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/python3/python3-pickle: PKGSIZE changed from 615544 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/python3/python3-plistlib: PKGSIZE changed from 96422 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/python3/python3-pprint: PKGSIZE changed from 70788 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/python3/python3-profile: PKGSIZE changed from 311199 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/python3/python3-ptest: PKGSIZE changed from 241 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/python3/python3-pydoc: PKGSIZE changed from 2336769 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/python3/python3-resource: PKGSIZE changed from 9800 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/python3/python3-shell: PKGSIZE changed from 102107 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/python3/python3-smtpd: PKGSIZE changed from 209175 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/python3/python3-sqlite3: PKGSIZE changed from 73433 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/python3/python3-src: PKGSIZE changed from 20357559 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/python3/python3-statistics: PKGSIZE changed from 117738 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/python3/python3-stringold: PKGSIZE changed from 30949 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/python3/python3-syslog: PKGSIZE changed from 9676 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/python3/python3-terminal: PKGSIZE changed from 19822 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/python3/python3-tests: PKGSIZE changed from 69428643 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/python3/python3-threading: PKGSIZE changed from 73165 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/python3/python3-tkinter: PKGSIZE changed from 1324219 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/python3/python3-unittest: PKGSIZE changed from 763884 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/python3/python3-unixadmin: PKGSIZE changed from 27094 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/python3/python3-venv: PKGSIZE changed from 78735 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/python3/python3-xml: PKGSIZE changed from 1174469 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/python3/python3-xmlrpc: PKGSIZE changed from 261361 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/qemuwrapper-cross/qemuwrapper-cross: PKGSIZE changed from 226 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/quilt/guards: PKGSIZE changed from 7282 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/quilt/quilt-doc: PKGSIZE changed from 235519 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/quilt/quilt-locale-de: PKGSIZE changed from 53016 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/quilt/quilt-locale-fr: PKGSIZE changed from 53491 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/quilt/quilt-locale-ja: PKGSIZE changed from 57899 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/quilt/quilt-locale-ru: PKGSIZE changed from 64933 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/quilt/quilt-ptest: PKGSIZE changed from 317156 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/quilt/quilt: PKGSIZE changed from 182732 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/quota/quota-dbg: PKGSIZE changed from 3045224 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/quota/quota-dev: PKGSIZE changed from 9015 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/quota/quota-doc: PKGSIZE changed from 64291 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/quota/quota-locale-cs: PKGSIZE changed from 61583 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/quota/quota-locale-de: PKGSIZE changed from 56960 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/quota/quota-locale-fr: PKGSIZE changed from 26822 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/quota/quota-locale-pl: PKGSIZE changed from 62344 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/quota/quota-src: PKGSIZE changed from 421212 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/quota/quota: PKGSIZE changed from 651558 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/readline/readline-dbg: PKGSIZE changed from 781024 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/readline/readline-dev: PKGSIZE changed from 69706 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/readline/readline-doc: PKGSIZE changed from 559527 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/readline/readline-doc: latest.pkg_postinst changed from "#!/bin/sh set -e update-alternatives --install /usr/share/man/man3/history.3 history.3 /usr/share/man/man3/history.3.readline 100 " to "#!/bin/sh update-alternatives --install /usr/share/man/man3/history.3 history.3 /usr/share/man/man3/history.3.readline 100 " packages/armv7vet2hf-neon-poky-linux-gnueabi/readline/readline-doc: latest.pkg_prerm changed from "#!/bin/sh set -e update-alternatives --remove history.3 /usr/share/man/man3/history.3.readline " to "#!/bin/sh update-alternatives --remove history.3 /usr/share/man/man3/history.3.readline " packages/armv7vet2hf-neon-poky-linux-gnueabi/readline/readline-src: PKGSIZE changed from 973717 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/readline/readline-staticdev: PKGSIZE changed from 1423844 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/readline/readline: PKGSIZE changed from 232168 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/readline/readline: latest.pkg_postinst changed from "#!/bin/sh set -e if [ x"$D" = "x" ]; then if [ -x /sbin/ldconfig ]; then /sbin/ldconfig ; fi fi " to "#!/bin/sh if [ x"$D" = "x" ]; then if [ -x /sbin/ldconfig ]; then /sbin/ldconfig ; fi fi " packages/armv7vet2hf-neon-poky-linux-gnueabi/rgb/rgb-dbg: PKGSIZE changed from 15712 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/rgb/rgb-doc: PKGSIZE changed from 1769 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/rgb/rgb-src: PKGSIZE changed from 4215 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/rgb/rgb: PKGSIZE changed from 23483 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/rng-tools/rng-tools-dbg: PKGSIZE changed from 184472 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/rng-tools/rng-tools-doc: PKGSIZE changed from 11421 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/rng-tools/rng-tools-src: PKGSIZE changed from 90462 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/rng-tools/rng-tools: PKGSIZE changed from 54944 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/rng-tools/rng-tools: latest.pkg_postinst changed from "#!/bin/sh set -e if true && type update-rc.d >/dev/null 2>/dev/null; then if [ -n "$D" ]; then OPT="-r $D" else OPT="-s" fi update-rc.d $OPT rng-tools start 03 2 3 4 5 . stop 30 0 6 1 . fi " to "#!/bin/sh if true && type update-rc.d >/dev/null 2>/dev/null; then if [ -n "$D" ]; then OPT="-r $D" else OPT="-s" fi update-rc.d $OPT rng-tools start 03 2 3 4 5 . stop 30 0 6 1 . fi " packages/armv7vet2hf-neon-poky-linux-gnueabi/rng-tools/rng-tools: latest.pkg_postrm changed from "#!/bin/sh set -e if true && type update-rc.d >/dev/null 2>/dev/null; then if [ -n "$D" ]; then OPT="-f -r $D" else OPT="-f" fi update-rc.d $OPT rng-tools remove fi " to "#!/bin/sh if true && type update-rc.d >/dev/null 2>/dev/null; then if [ -n "$D" ]; then OPT="-f -r $D" else OPT="-f" fi update-rc.d $OPT rng-tools remove fi " packages/armv7vet2hf-neon-poky-linux-gnueabi/rng-tools/rng-tools: latest.pkg_prerm changed from "#!/bin/sh set -e if true && [ -z "$D" -a -x "/etc/init.d/rng-tools" ]; then /etc/init.d/rng-tools stop || : fi " to "#!/bin/sh if true && [ -z "$D" -a -x "/etc/init.d/rng-tools" ]; then /etc/init.d/rng-tools stop || : fi " packages/armv7vet2hf-neon-poky-linux-gnueabi/rpcbind/rpcbind-dbg: PKGSIZE changed from 251844 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/rpcbind/rpcbind-doc: PKGSIZE changed from 11000 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/rpcbind/rpcbind-src: PKGSIZE changed from 188499 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/rpcbind/rpcbind: PKGSIZE changed from 58287 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/rpcbind/rpcbind: latest.pkg_postinst changed from "#!/bin/sh set -e update-alternatives --install /usr/bin/rpcinfo rpcinfo /usr/bin/rpcinfo.rpcbind 10 if true && type update-rc.d >/dev/null 2>/dev/null; then if [ -n "$D" ]; then OPT="-r $D" else OPT="-s" fi update-rc.d $OPT rpcbind start 12 2 3 4 5 . stop 60 0 1 6 . fi " to "#!/bin/sh update-alternatives --install /usr/bin/rpcinfo rpcinfo /usr/bin/rpcinfo.rpcbind 10 if true && type update-rc.d >/dev/null 2>/dev/null; then if [ -n "$D" ]; then OPT="-r $D" else OPT="-s" fi update-rc.d $OPT rpcbind start 12 2 3 4 5 . stop 60 0 1 6 . fi " packages/armv7vet2hf-neon-poky-linux-gnueabi/rpcbind/rpcbind: latest.pkg_postrm changed from "#!/bin/sh set -e if true && type update-rc.d >/dev/null 2>/dev/null; then if [ -n "$D" ]; then OPT="-f -r $D" else OPT="-f" fi update-rc.d $OPT rpcbind remove fi " to "#!/bin/sh if true && type update-rc.d >/dev/null 2>/dev/null; then if [ -n "$D" ]; then OPT="-f -r $D" else OPT="-f" fi update-rc.d $OPT rpcbind remove fi " packages/armv7vet2hf-neon-poky-linux-gnueabi/rpcbind/rpcbind: latest.pkg_preinst changed from "#!/bin/sh set -e bbnote () { echo "NOTE: $*" } bbwarn () { echo "WARNING: $*" } bbfatal () { echo "ERROR: $*" exit 1 } perform_groupadd () { local rootdir="$1" local opts="$2" bbnote "rpcbind: Performing groupadd with [$opts]" local groupname=`echo "$opts" | awk '{ print $NF }'` local group_exists="`grep "^$groupname:" $rootdir/etc/group || true`" if test "x$group_exists" = "x"; then eval flock -x $rootdir/etc -c \"$PSEUDO groupadd \$opts\" || true group_exists="`grep "^$groupname:" $rootdir/etc/group || true`" if test "x$group_exists" = "x"; then bbfatal "rpcbind: groupadd command did not succeed." fi else bbnote "rpcbind: group $groupname already exists, not re-creating it" fi } perform_useradd () { local rootdir="$1" local opts="$2" bbnote "rpcbind: Performing useradd with [$opts]" local username=`echo "$opts" | awk '{ print $NF }'` local user_exists="`grep "^$username:" $rootdir/etc/passwd || true`" if test "x$user_exists" = "x"; then eval flock -x $rootdir/etc -c \"$PSEUDO useradd \$opts\" || true user_exists="`grep "^$username:" $rootdir/etc/passwd || true`" if test "x$user_exists" = "x"; then bbfatal "rpcbind: useradd command did not succeed." fi else bbnote "rpcbind: user $username already exists, not re-creating it" fi } perform_groupmems () { local rootdir="$1" local opts="$2" bbnote "rpcbind: Performing groupmems with [$opts]" local groupname=`echo "$opts" | awk '{ for (i = 1; i < NF; i++) if ($i == "-g" || $i == "--group") print $(i+1) }'` local username=`echo "$opts" | awk '{ for (i = 1; i < NF; i++) if ($i == "-a" || $i == "--add") print $(i+1) }'` bbnote "rpcbind: Running groupmems command with group $groupname and user $username" local mem_exists="`grep "^$groupname:[^:]*:[^:]*:\([^,]*,\)*$username\(,[^,]*\)*$" $rootdir/etc/group || true`" if test "x$mem_exists" = "x"; then eval flock -x $rootdir/etc -c \"$PSEUDO groupmems \$opts\" || true mem_exists="`grep "^$groupname:[^:]*:[^:]*:\([^,]*,\)*$username\(,[^,]*\)*$" $rootdir/etc/group || true`" if test "x$mem_exists" = "x"; then bbfatal "rpcbind: groupmems command did not succeed." fi else bbnote "rpcbind: group $groupname already contains $username, not re-adding it" fi } OPT="" SYSROOT="" if test "x$D" != "x"; then # Installing into a sysroot SYSROOT="$D" OPT="--root $D" # Make sure login.defs is there, this is to make debian package backend work # correctly while doing rootfs. # The problem here is that if /etc/login.defs is treated as a config file for # shadow package, then while performing preinsts for packages that depend on # shadow, there might only be /etc/login.def.dpkg-new there in root filesystem. if [ ! -e $D/etc/login.defs -a -e $D/etc/login.defs.dpkg-new ]; then cp $D/etc/login.defs.dpkg-new $D/etc/login.defs fi # user/group lookups should match useradd/groupadd --root export PSEUDO_PASSWD="$SYSROOT" fi # If we're not doing a special SSTATE/SYSROOT install # then set the values, otherwise use the environment if test "x$UA_SYSROOT" = "x"; then # Installing onto a target # Add groups and users defined only for this package GROUPADD_PARAM="${GROUPADD_PARAM}" USERADD_PARAM="--system --no-create-home --home-dir / --shell /bin/false --user-group rpc" GROUPMEMS_PARAM="${GROUPMEMS_PARAM}" fi # Perform group additions first, since user additions may depend # on these groups existing if test "x`echo $GROUPADD_PARAM | tr -d '[:space:]'`" != "x"; then echo "Running groupadd commands..." # Invoke multiple instances of groupadd for parameter lists # separated by ';' opts=`echo "$GROUPADD_PARAM" | cut -d ';' -f 1 | sed -e 's#[ \t]*$##'` remaining=`echo "$GROUPADD_PARAM" | cut -d ';' -f 2- | sed -e 's#[ \t]*$##'` while test "x$opts" != "x"; do perform_groupadd "$SYSROOT" "$OPT $opts" if test "x$opts" = "x$remaining"; then break fi opts=`echo "$remaining" | cut -d ';' -f 1 | sed -e 's#[ \t]*$##'` remaining=`echo "$remaining" | cut -d ';' -f 2- | sed -e 's#[ \t]*$##'` done fi if test "x`echo $USERADD_PARAM | tr -d '[:space:]'`" != "x"; then echo "Running useradd commands..." # Invoke multiple instances of useradd for parameter lists # separated by ';' opts=`echo "$USERADD_PARAM" | cut -d ';' -f 1 | sed -e 's#[ \t]*$##'` remaining=`echo "$USERADD_PARAM" | cut -d ';' -f 2- | sed -e 's#[ \t]*$##'` while test "x$opts" != "x"; do perform_useradd "$SYSROOT" "$OPT $opts" if test "x$opts" = "x$remaining"; then break fi opts=`echo "$remaining" | cut -d ';' -f 1 | sed -e 's#[ \t]*$##'` remaining=`echo "$remaining" | cut -d ';' -f 2- | sed -e 's#[ \t]*$##'` done fi if test "x`echo $GROUPMEMS_PARAM | tr -d '[:space:]'`" != "x"; then echo "Running groupmems commands..." # Invoke multiple instances of groupmems for parameter lists # separated by ';' opts=`echo "$GROUPMEMS_PARAM" | cut -d ';' -f 1 | sed -e 's#[ \t]*$##'` remaining=`echo "$GROUPMEMS_PARAM" | cut -d ';' -f 2- | sed -e 's#[ \t]*$##'` while test "x$opts" != "x"; do perform_groupmems "$SYSROOT" "$OPT $opts" if test "x$opts" = "x$remaining"; then break fi opts=`echo "$remaining" | cut -d ';' -f 1 | sed -e 's#[ \t]*$##'` remaining=`echo "$remaining" | cut -d ';' -f 2- | sed -e 's#[ \t]*$##'` done fi " to "#!/bin/sh bbnote () { echo "NOTE: $*" } bbwarn () { echo "WARNING: $*" } bbfatal () { echo "ERROR: $*" exit 1 } perform_groupadd () { local rootdir="$1" local opts="$2" bbnote "rpcbind: Performing groupadd with [$opts]" local groupname=`echo "$opts" | awk '{ print $NF }'` local group_exists="`grep "^$groupname:" $rootdir/etc/group || true`" if test "x$group_exists" = "x"; then eval flock -x $rootdir/etc -c \"$PSEUDO groupadd \$opts\" || true group_exists="`grep "^$groupname:" $rootdir/etc/group || true`" if test "x$group_exists" = "x"; then bbfatal "rpcbind: groupadd command did not succeed." fi else bbnote "rpcbind: group $groupname already exists, not re-creating it" fi } perform_useradd () { local rootdir="$1" local opts="$2" bbnote "rpcbind: Performing useradd with [$opts]" local username=`echo "$opts" | awk '{ print $NF }'` local user_exists="`grep "^$username:" $rootdir/etc/passwd || true`" if test "x$user_exists" = "x"; then eval flock -x $rootdir/etc -c \"$PSEUDO useradd \$opts\" || true user_exists="`grep "^$username:" $rootdir/etc/passwd || true`" if test "x$user_exists" = "x"; then bbfatal "rpcbind: useradd command did not succeed." fi else bbnote "rpcbind: user $username already exists, not re-creating it" fi } perform_groupmems () { local rootdir="$1" local opts="$2" bbnote "rpcbind: Performing groupmems with [$opts]" local groupname=`echo "$opts" | awk '{ for (i = 1; i < NF; i++) if ($i == "-g" || $i == "--group") print $(i+1) }'` local username=`echo "$opts" | awk '{ for (i = 1; i < NF; i++) if ($i == "-a" || $i == "--add") print $(i+1) }'` bbnote "rpcbind: Running groupmems command with group $groupname and user $username" local mem_exists="`grep "^$groupname:[^:]*:[^:]*:\([^,]*,\)*$username\(,[^,]*\)*$" $rootdir/etc/group || true`" if test "x$mem_exists" = "x"; then eval flock -x $rootdir/etc -c \"$PSEUDO groupmems \$opts\" || true mem_exists="`grep "^$groupname:[^:]*:[^:]*:\([^,]*,\)*$username\(,[^,]*\)*$" $rootdir/etc/group || true`" if test "x$mem_exists" = "x"; then bbfatal "rpcbind: groupmems command did not succeed." fi else bbnote "rpcbind: group $groupname already contains $username, not re-adding it" fi } OPT="" SYSROOT="" if test "x$D" != "x"; then # Installing into a sysroot SYSROOT="$D" OPT="--root $D" # Make sure login.defs is there, this is to make debian package backend work # correctly while doing rootfs. # The problem here is that if /etc/login.defs is treated as a config file for # shadow package, then while performing preinsts for packages that depend on # shadow, there might only be /etc/login.def.dpkg-new there in root filesystem. if [ ! -e $D/etc/login.defs -a -e $D/etc/login.defs.dpkg-new ]; then cp $D/etc/login.defs.dpkg-new $D/etc/login.defs fi # user/group lookups should match useradd/groupadd --root export PSEUDO_PASSWD="$SYSROOT" fi # If we're not doing a special SSTATE/SYSROOT install # then set the values, otherwise use the environment if test "x$UA_SYSROOT" = "x"; then # Installing onto a target # Add groups and users defined only for this package GROUPADD_PARAM="${GROUPADD_PARAM}" USERADD_PARAM="--system --no-create-home --home-dir / --shell /bin/false --user-group rpc" GROUPMEMS_PARAM="${GROUPMEMS_PARAM}" fi # Perform group additions first, since user additions may depend # on these groups existing if test "x`echo $GROUPADD_PARAM | tr -d '[:space:]'`" != "x"; then echo "Running groupadd commands..." # Invoke multiple instances of groupadd for parameter lists # separated by ';' opts=`echo "$GROUPADD_PARAM" | cut -d ';' -f 1 | sed -e 's#[ \t]*$##'` remaining=`echo "$GROUPADD_PARAM" | cut -d ';' -f 2- | sed -e 's#[ \t]*$##'` while test "x$opts" != "x"; do perform_groupadd "$SYSROOT" "$OPT $opts" if test "x$opts" = "x$remaining"; then break fi opts=`echo "$remaining" | cut -d ';' -f 1 | sed -e 's#[ \t]*$##'` remaining=`echo "$remaining" | cut -d ';' -f 2- | sed -e 's#[ \t]*$##'` done fi if test "x`echo $USERADD_PARAM | tr -d '[:space:]'`" != "x"; then echo "Running useradd commands..." # Invoke multiple instances of useradd for parameter lists # separated by ';' opts=`echo "$USERADD_PARAM" | cut -d ';' -f 1 | sed -e 's#[ \t]*$##'` remaining=`echo "$USERADD_PARAM" | cut -d ';' -f 2- | sed -e 's#[ \t]*$##'` while test "x$opts" != "x"; do perform_useradd "$SYSROOT" "$OPT $opts" if test "x$opts" = "x$remaining"; then break fi opts=`echo "$remaining" | cut -d ';' -f 1 | sed -e 's#[ \t]*$##'` remaining=`echo "$remaining" | cut -d ';' -f 2- | sed -e 's#[ \t]*$##'` done fi if test "x`echo $GROUPMEMS_PARAM | tr -d '[:space:]'`" != "x"; then echo "Running groupmems commands..." # Invoke multiple instances of groupmems for parameter lists # separated by ';' opts=`echo "$GROUPMEMS_PARAM" | cut -d ';' -f 1 | sed -e 's#[ \t]*$##'` remaining=`echo "$GROUPMEMS_PARAM" | cut -d ';' -f 2- | sed -e 's#[ \t]*$##'` while test "x$opts" != "x"; do perform_groupmems "$SYSROOT" "$OPT $opts" if test "x$opts" = "x$remaining"; then break fi opts=`echo "$remaining" | cut -d ';' -f 1 | sed -e 's#[ \t]*$##'` remaining=`echo "$remaining" | cut -d ';' -f 2- | sed -e 's#[ \t]*$##'` done fi " packages/armv7vet2hf-neon-poky-linux-gnueabi/rpcbind/rpcbind: latest.pkg_prerm changed from "#!/bin/sh set -e update-alternatives --remove rpcinfo /usr/bin/rpcinfo.rpcbind if true && [ -z "$D" -a -x "/etc/init.d/rpcbind" ]; then /etc/init.d/rpcbind stop || : fi " to "#!/bin/sh update-alternatives --remove rpcinfo /usr/bin/rpcinfo.rpcbind if true && [ -z "$D" -a -x "/etc/init.d/rpcbind" ]; then /etc/init.d/rpcbind stop || : fi " packages/armv7vet2hf-neon-poky-linux-gnueabi/rpm/python3-rpm: PKGSIZE changed from 110100 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/rpm/rpm-build: PKGSIZE changed from 311824 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/rpm/rpm-build: latest.pkg_postinst changed from "#!/bin/sh set -e if [ x"$D" = "x" ]; then if [ -x /sbin/ldconfig ]; then /sbin/ldconfig ; fi fi " to "#!/bin/sh if [ x"$D" = "x" ]; then if [ -x /sbin/ldconfig ]; then /sbin/ldconfig ; fi fi " packages/armv7vet2hf-neon-poky-linux-gnueabi/rpm/rpm-dbg: PKGSIZE changed from 3563008 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/rpm/rpm-dev: PKGSIZE changed from 272298 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/rpm/rpm-doc: PKGSIZE changed from 265514 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/rpm/rpm-locale-ar: PKGSIZE changed from 6626 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/rpm/rpm-locale-br: PKGSIZE changed from 9143 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/rpm/rpm-locale-ca: PKGSIZE changed from 64881 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/rpm/rpm-locale-cmn: PKGSIZE changed from 54663 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/rpm/rpm-locale-cs: PKGSIZE changed from 43268 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/rpm/rpm-locale-da: PKGSIZE changed from 26371 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/rpm/rpm-locale-de: PKGSIZE changed from 76403 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/rpm/rpm-locale-el: PKGSIZE changed from 2341 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/rpm/rpm-locale-eo: PKGSIZE changed from 64354 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/rpm/rpm-locale-es: PKGSIZE changed from 59779 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/rpm/rpm-locale-fi: PKGSIZE changed from 38870 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/rpm/rpm-locale-fr: PKGSIZE changed from 61926 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/rpm/rpm-locale-id: PKGSIZE changed from 8662 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/rpm/rpm-locale-is: PKGSIZE changed from 6040 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/rpm/rpm-locale-it: PKGSIZE changed from 63043 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/rpm/rpm-locale-ja: PKGSIZE changed from 67179 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/rpm/rpm-locale-ko: PKGSIZE changed from 36805 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/rpm/rpm-locale-ms: PKGSIZE changed from 2970 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/rpm/rpm-locale-nb: PKGSIZE changed from 18790 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/rpm/rpm-locale-nl: PKGSIZE changed from 3855 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/rpm/rpm-locale-pl: PKGSIZE changed from 81798 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/rpm/rpm-locale-pt-br: PKGSIZE changed from 50363 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/rpm/rpm-locale-pt: PKGSIZE changed from 32776 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/rpm/rpm-locale-ru: PKGSIZE changed from 54355 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/rpm/rpm-locale-sk: PKGSIZE changed from 56555 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/rpm/rpm-locale-sl: PKGSIZE changed from 13043 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/rpm/rpm-locale-sr+latin: PKGSIZE changed from 45493 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/rpm/rpm-locale-sr: PKGSIZE changed from 56997 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/rpm/rpm-locale-sv: PKGSIZE changed from 71486 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/rpm/rpm-locale-te: PKGSIZE changed from 2350 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/rpm/rpm-locale-tr: PKGSIZE changed from 34736 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/rpm/rpm-locale-uk: PKGSIZE changed from 86904 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/rpm/rpm-locale-vi: PKGSIZE changed from 73621 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/rpm/rpm-locale-zh-cn: PKGSIZE changed from 58941 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/rpm/rpm-locale-zh-tw: PKGSIZE changed from 70382 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/rpm/rpm-sign: PKGSIZE changed from 23459 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/rpm/rpm-sign: latest.pkg_postinst changed from "#!/bin/sh set -e if [ x"$D" = "x" ]; then if [ -x /sbin/ldconfig ]; then /sbin/ldconfig ; fi fi " to "#!/bin/sh if [ x"$D" = "x" ]; then if [ -x /sbin/ldconfig ]; then /sbin/ldconfig ; fi fi " packages/armv7vet2hf-neon-poky-linux-gnueabi/rpm/rpm-src: PKGSIZE changed from 2296111 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/rpm/rpm: PKGSIZE changed from 755709 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/rpm/rpm: latest.pkg_postinst changed from "#!/bin/sh set -e if [ x"$D" = "x" ]; then if [ -x /sbin/ldconfig ]; then /sbin/ldconfig ; fi fi " to "#!/bin/sh if [ x"$D" = "x" ]; then if [ -x /sbin/ldconfig ]; then /sbin/ldconfig ; fi fi " packages/armv7vet2hf-neon-poky-linux-gnueabi/rxvt-unicode/rxvt-unicode-dbg: PKGSIZE changed from 4353812 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/rxvt-unicode/rxvt-unicode-doc: PKGSIZE changed from 204478 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/rxvt-unicode/rxvt-unicode-src: PKGSIZE changed from 1044584 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/rxvt-unicode/rxvt-unicode: PKGSIZE changed from 501395 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/rxvt-unicode/rxvt-unicode: latest.pkg_postinst changed from "#!/bin/sh set -e update-alternatives --install /usr/bin/x-terminal-emulator x-terminal-emulator /usr/bin/rxvt 10 " to "#!/bin/sh update-alternatives --install /usr/bin/x-terminal-emulator x-terminal-emulator /usr/bin/rxvt 10 " packages/armv7vet2hf-neon-poky-linux-gnueabi/rxvt-unicode/rxvt-unicode: latest.pkg_prerm changed from "#!/bin/sh set -e update-alternatives --remove x-terminal-emulator /usr/bin/rxvt " to "#!/bin/sh update-alternatives --remove x-terminal-emulator /usr/bin/rxvt " packages/armv7vet2hf-neon-poky-linux-gnueabi/sato-screenshot/sato-screenshot-dbg: PKGSIZE changed from 71416 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/sato-screenshot/sato-screenshot-src: PKGSIZE changed from 18182 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/sato-screenshot/sato-screenshot: PKGSIZE changed from 28197 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/sbc/sbc-dbg: PKGSIZE changed from 672420 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/sbc/sbc-dev: PKGSIZE changed from 3509 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/sbc/sbc-examples: PKGSIZE changed from 111260 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/sbc/sbc-src: PKGSIZE changed from 155343 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/sbc/sbc: PKGSIZE changed from 46579 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/sbc/sbc: latest.pkg_postinst changed from "#!/bin/sh set -e if [ x"$D" = "x" ]; then if [ -x /sbin/ldconfig ]; then /sbin/ldconfig ; fi fi " to "#!/bin/sh if [ x"$D" = "x" ]; then if [ -x /sbin/ldconfig ]; then /sbin/ldconfig ; fi fi " packages/armv7vet2hf-neon-poky-linux-gnueabi/sed/sed-dbg: PKGSIZE changed from 698736 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/sed/sed-doc: PKGSIZE changed from 213070 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/sed/sed-locale-af: PKGSIZE changed from 2772 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/sed/sed-locale-ast: PKGSIZE changed from 8460 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/sed/sed-locale-bg: PKGSIZE changed from 20493 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/sed/sed-locale-ca: PKGSIZE changed from 8684 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/sed/sed-locale-cs: PKGSIZE changed from 16226 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/sed/sed-locale-da: PKGSIZE changed from 12569 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/sed/sed-locale-de: PKGSIZE changed from 16373 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/sed/sed-locale-el: PKGSIZE changed from 11386 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/sed/sed-locale-eo: PKGSIZE changed from 15423 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/sed/sed-locale-es: PKGSIZE changed from 16214 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/sed/sed-locale-et: PKGSIZE changed from 15018 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/sed/sed-locale-eu: PKGSIZE changed from 1750 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/sed/sed-locale-fi: PKGSIZE changed from 16256 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/sed/sed-locale-fr: PKGSIZE changed from 16706 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/sed/sed-locale-ga: PKGSIZE changed from 14515 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/sed/sed-locale-gl: PKGSIZE changed from 9501 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/sed/sed-locale-he: PKGSIZE changed from 1333 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/sed/sed-locale-hr: PKGSIZE changed from 16117 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/sed/sed-locale-hu: PKGSIZE changed from 13340 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/sed/sed-locale-id: PKGSIZE changed from 8543 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/sed/sed-locale-it: PKGSIZE changed from 8308 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/sed/sed-locale-ja: PKGSIZE changed from 11620 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/sed/sed-locale-ko: PKGSIZE changed from 15787 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/sed/sed-locale-nb: PKGSIZE changed from 14285 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/sed/sed-locale-nl: PKGSIZE changed from 14823 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/sed/sed-locale-pl: PKGSIZE changed from 9018 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/sed/sed-locale-pt-br: PKGSIZE changed from 16273 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/sed/sed-locale-pt: PKGSIZE changed from 15628 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/sed/sed-locale-ro: PKGSIZE changed from 7613 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/sed/sed-locale-ru: PKGSIZE changed from 20599 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/sed/sed-locale-sk: PKGSIZE changed from 16274 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/sed/sed-locale-sl: PKGSIZE changed from 8471 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/sed/sed-locale-sr: PKGSIZE changed from 15905 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/sed/sed-locale-sv: PKGSIZE changed from 15765 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/sed/sed-locale-tr: PKGSIZE changed from 8484 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/sed/sed-locale-uk: PKGSIZE changed from 20376 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/sed/sed-locale-vi: PKGSIZE changed from 17573 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/sed/sed-locale-zh-cn: PKGSIZE changed from 15110 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/sed/sed-locale-zh-tw: PKGSIZE changed from 15051 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/sed/sed-ptest: PKGSIZE changed from 1528668 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/sed/sed-src: PKGSIZE changed from 1105500 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/sed/sed: PKGSIZE changed from 112256 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/sed/sed: latest.pkg_postinst changed from "#!/bin/sh set -e update-alternatives --install /bin/sed sed /bin/sed.sed 100 " to "#!/bin/sh update-alternatives --install /bin/sed sed /bin/sed.sed 100 " packages/armv7vet2hf-neon-poky-linux-gnueabi/sed/sed: latest.pkg_prerm changed from "#!/bin/sh set -e update-alternatives --remove sed /bin/sed.sed " to "#!/bin/sh update-alternatives --remove sed /bin/sed.sed " packages/armv7vet2hf-neon-poky-linux-gnueabi/settings-daemon/settings-daemon-dbg: PKGSIZE changed from 123620 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/settings-daemon/settings-daemon-src: PKGSIZE changed from 62145 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/settings-daemon/settings-daemon: PKGSIZE changed from 34697 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/settings-daemon/settings-daemon: latest.pkg_postinst changed from "#!/bin/sh set -e if [ "x$D" != "x" ]; then export GCONF_CONFIG_SOURCE="xml::$D/etc/gconf/gconf.xml.defaults" else export GCONF_CONFIG_SOURCE=`gconftool-2 --get-default-source` fi SCHEMA_LOCATION=$D/etc/gconf/schemas for SCHEMA in settings-daemon.schemas; do if [ -e $SCHEMA_LOCATION/$SCHEMA ]; then HOME=$D/root gconftool-2 \ --makefile-install-rule $SCHEMA_LOCATION/$SCHEMA > /dev/null fi done " to "#!/bin/sh if [ "x$D" != "x" ]; then export GCONF_CONFIG_SOURCE="xml::$D/etc/gconf/gconf.xml.defaults" else export GCONF_CONFIG_SOURCE=`gconftool-2 --get-default-source` fi SCHEMA_LOCATION=$D/etc/gconf/schemas for SCHEMA in settings-daemon.schemas; do if [ -e $SCHEMA_LOCATION/$SCHEMA ]; then HOME=$D/root gconftool-2 \ --makefile-install-rule $SCHEMA_LOCATION/$SCHEMA > /dev/null fi done " packages/armv7vet2hf-neon-poky-linux-gnueabi/settings-daemon/settings-daemon: latest.pkg_prerm changed from "#!/bin/sh set -e SCHEMA_LOCATION=/etc/gconf/schemas for SCHEMA in settings-daemon.schemas; do if [ -e $SCHEMA_LOCATION/$SCHEMA ]; then HOME=/root GCONF_CONFIG_SOURCE=`gconftool-2 --get-default-source` \ gconftool-2 \ --makefile-uninstall-rule $SCHEMA_LOCATION/$SCHEMA > /dev/null fi done " to "#!/bin/sh SCHEMA_LOCATION=/etc/gconf/schemas for SCHEMA in settings-daemon.schemas; do if [ -e $SCHEMA_LOCATION/$SCHEMA ]; then HOME=/root GCONF_CONFIG_SOURCE=`gconftool-2 --get-default-source` \ gconftool-2 \ --makefile-uninstall-rule $SCHEMA_LOCATION/$SCHEMA > /dev/null fi done " packages/armv7vet2hf-neon-poky-linux-gnueabi/shadow/shadow-base: PKGSIZE changed from 130518 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/shadow/shadow-base: latest.pkg_postinst changed from "#!/bin/sh set -e update-alternatives --install /usr/bin/newgrp newgrp /usr/bin/newgrp.shadow 200 update-alternatives --install /usr/bin/groups groups /usr/bin/groups.shadow 200 update-alternatives --install /bin/login login /bin/login.shadow 200 update-alternatives --install /bin/su su /bin/su.shadow 200 " to "#!/bin/sh update-alternatives --install /usr/bin/newgrp newgrp /usr/bin/newgrp.shadow 200 update-alternatives --install /usr/bin/groups groups /usr/bin/groups.shadow 200 update-alternatives --install /bin/login login /bin/login.shadow 200 update-alternatives --install /bin/su su /bin/su.shadow 200 " packages/armv7vet2hf-neon-poky-linux-gnueabi/shadow/shadow-base: latest.pkg_prerm changed from "#!/bin/sh set -e update-alternatives --remove newgrp /usr/bin/newgrp.shadow update-alternatives --remove groups /usr/bin/groups.shadow update-alternatives --remove login /bin/login.shadow update-alternatives --remove su /bin/su.shadow " to "#!/bin/sh update-alternatives --remove newgrp /usr/bin/newgrp.shadow update-alternatives --remove groups /usr/bin/groups.shadow update-alternatives --remove login /bin/login.shadow update-alternatives --remove su /bin/su.shadow " packages/armv7vet2hf-neon-poky-linux-gnueabi/shadow/shadow-dbg: PKGSIZE changed from 5093332 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/shadow/shadow-doc: PKGSIZE changed from 2242213 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/shadow/shadow-doc: latest.pkg_postinst changed from "#!/bin/sh set -e update-alternatives --install /usr/share/man/man5/passwd.5 passwd.5 /usr/share/man/man5/passwd.5.shadow 200 update-alternatives --install /usr/share/man/man3/getspnam.3 getspnam.3 /usr/share/man/man3/getspnam.3.shadow 200 update-alternatives --install /usr/share/man/man1/groups.1 groups.1 /usr/share/man/man1/groups.1.shadow 200 update-alternatives --install /usr/share/man/man1/su.1 su.1 /usr/share/man/man1/su.1.shadow 200 update-alternatives --install /usr/share/man/man8/nologin.8 nologin.8 /usr/share/man/man8/nologin.8.shadow 200 " to "#!/bin/sh update-alternatives --install /usr/share/man/man5/passwd.5 passwd.5 /usr/share/man/man5/passwd.5.shadow 200 update-alternatives --install /usr/share/man/man3/getspnam.3 getspnam.3 /usr/share/man/man3/getspnam.3.shadow 200 update-alternatives --install /usr/share/man/man1/groups.1 groups.1 /usr/share/man/man1/groups.1.shadow 200 update-alternatives --install /usr/share/man/man1/su.1 su.1 /usr/share/man/man1/su.1.shadow 200 update-alternatives --install /usr/share/man/man8/nologin.8 nologin.8 /usr/share/man/man8/nologin.8.shadow 200 " packages/armv7vet2hf-neon-poky-linux-gnueabi/shadow/shadow-doc: latest.pkg_prerm changed from "#!/bin/sh set -e update-alternatives --remove passwd.5 /usr/share/man/man5/passwd.5.shadow update-alternatives --remove getspnam.3 /usr/share/man/man3/getspnam.3.shadow update-alternatives --remove groups.1 /usr/share/man/man1/groups.1.shadow update-alternatives --remove su.1 /usr/share/man/man1/su.1.shadow update-alternatives --remove nologin.8 /usr/share/man/man8/nologin.8.shadow " to "#!/bin/sh update-alternatives --remove passwd.5 /usr/share/man/man5/passwd.5.shadow update-alternatives --remove getspnam.3 /usr/share/man/man3/getspnam.3.shadow update-alternatives --remove groups.1 /usr/share/man/man1/groups.1.shadow update-alternatives --remove su.1 /usr/share/man/man1/su.1.shadow update-alternatives --remove nologin.8 /usr/share/man/man8/nologin.8.shadow " packages/armv7vet2hf-neon-poky-linux-gnueabi/shadow/shadow-locale-bs: PKGSIZE changed from 2971 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/shadow/shadow-locale-ca: PKGSIZE changed from 66961 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/shadow/shadow-locale-cs: PKGSIZE changed from 70326 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/shadow/shadow-locale-da: PKGSIZE changed from 62518 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/shadow/shadow-locale-de: PKGSIZE changed from 68187 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/shadow/shadow-locale-dz: PKGSIZE changed from 33102 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/shadow/shadow-locale-el: PKGSIZE changed from 84103 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/shadow/shadow-locale-es: PKGSIZE changed from 60011 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/shadow/shadow-locale-eu: PKGSIZE changed from 47713 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/shadow/shadow-locale-fi: PKGSIZE changed from 19219 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/shadow/shadow-locale-fr: PKGSIZE changed from 536 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/shadow/shadow-locale-gl: PKGSIZE changed from 19296 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/shadow/shadow-locale-he: PKGSIZE changed from 4658 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/shadow/shadow-locale-hu: PKGSIZE changed from 19000 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/shadow/shadow-locale-id: PKGSIZE changed from 16194 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/shadow/shadow-locale-it: PKGSIZE changed from 21482 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/shadow/shadow-locale-ja: PKGSIZE changed from 71948 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/shadow/shadow-locale-kk: PKGSIZE changed from 83766 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/shadow/shadow-locale-km: PKGSIZE changed from 28595 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/shadow/shadow-locale-ko: PKGSIZE changed from 31593 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/shadow/shadow-locale-nb: PKGSIZE changed from 66207 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/shadow/shadow-locale-ne: PKGSIZE changed from 28494 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/shadow/shadow-locale-nl: PKGSIZE changed from 80704 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/shadow/shadow-locale-nn: PKGSIZE changed from 12893 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/shadow/shadow-locale-pl: PKGSIZE changed from 19398 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/shadow/shadow-locale-pt-br: PKGSIZE changed from 57295 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/shadow/shadow-locale-pt: PKGSIZE changed from 66447 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/shadow/shadow-locale-ro: PKGSIZE changed from 19167 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/shadow/shadow-locale-ru: PKGSIZE changed from 90171 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/shadow/shadow-locale-sk: PKGSIZE changed from 43771 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/shadow/shadow-locale-sq: PKGSIZE changed from 1027 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/shadow/shadow-locale-sv: PKGSIZE changed from 54826 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/shadow/shadow-locale-tl: PKGSIZE changed from 19232 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/shadow/shadow-locale-tr: PKGSIZE changed from 20898 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/shadow/shadow-locale-uk: PKGSIZE changed from 23513 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/shadow/shadow-locale-vi: PKGSIZE changed from 74867 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/shadow/shadow-locale-zh-cn: PKGSIZE changed from 63428 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/shadow/shadow-locale-zh-tw: PKGSIZE changed from 67377 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/shadow/shadow-src: PKGSIZE changed from 1212055 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/shadow/shadow: PKGSIZE changed from 1096173 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/shadow/shadow: latest.pkg_postinst changed from "set -e update-alternatives --install /usr/bin/passwd passwd /usr/bin/passwd.shadow 200 update-alternatives --install /usr/bin/chfn chfn /usr/bin/chfn.shadow 200 update-alternatives --install /usr/bin/chsh chsh /usr/bin/chsh.shadow 200 update-alternatives --install /usr/sbin/chpasswd chpasswd /usr/sbin/chpasswd.shadow 200 update-alternatives --install /sbin/vipw vipw /sbin/vipw.shadow 200 update-alternatives --install /sbin/vigr vigr /sbin/vigr.shadow 200 update-alternatives --install /sbin/nologin nologin /sbin/nologin.shadow 200 if [ "x$D" != "x" ]; then rootarg="--root $D" else rootarg="" fi pwconv $rootarg || exit 1 grpconv $rootarg || exit 1 " to " if [ "x$D" != "x" ]; then rootarg="--root $D" else rootarg="" fi pwconv $rootarg || exit 1 grpconv $rootarg || exit 1 " packages/armv7vet2hf-neon-poky-linux-gnueabi/shadow/shadow: latest.pkg_prerm changed from "#!/bin/sh set -e update-alternatives --remove passwd /usr/bin/passwd.shadow update-alternatives --remove chfn /usr/bin/chfn.shadow update-alternatives --remove chsh /usr/bin/chsh.shadow update-alternatives --remove chpasswd /usr/sbin/chpasswd.shadow update-alternatives --remove vipw /sbin/vipw.shadow update-alternatives --remove vigr /sbin/vigr.shadow update-alternatives --remove nologin /sbin/nologin.shadow " to "#!/bin/sh update-alternatives --remove passwd /usr/bin/passwd.shadow update-alternatives --remove chfn /usr/bin/chfn.shadow update-alternatives --remove chsh /usr/bin/chsh.shadow update-alternatives --remove chpasswd /usr/sbin/chpasswd.shadow update-alternatives --remove vipw /sbin/vipw.shadow update-alternatives --remove vigr /sbin/vigr.shadow update-alternatives --remove nologin /sbin/nologin.shadow " packages/armv7vet2hf-neon-poky-linux-gnueabi/shared-mime-info/shared-mime-info-data: PKGSIZE changed from 2375737 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/shared-mime-info/shared-mime-info-data: latest.pkg_postinst changed from "#!/bin/sh set -e if [ "x$D" != "x" ]; then $INTERCEPT_DIR/postinst_intercept update_mime_database shared-mime-info-data \ 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 if [ "x$D" != "x" ]; then $INTERCEPT_DIR/postinst_intercept update_mime_database shared-mime-info-data \ mlprefix= \ mimedir=/usr/share/mime else echo "Updating MIME database... this may take a while." update-mime-database $D/usr/share/mime 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 shared-mime-info-data \ 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 " to "#!/bin/sh if [ "x$D" != "x" ]; then $INTERCEPT_DIR/postinst_intercept update_mime_database shared-mime-info-data \ 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-dbg: PKGSIZE changed from 138716 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/shared-mime-info/shared-mime-info-dev: PKGSIZE changed from 787 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/shared-mime-info/shared-mime-info-doc: PKGSIZE changed from 1491 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/shared-mime-info/shared-mime-info-locale-af: PKGSIZE changed from 36657 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/shared-mime-info/shared-mime-info-locale-ar: PKGSIZE changed from 35968 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/shared-mime-info/shared-mime-info-locale-as: PKGSIZE changed from 450 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/shared-mime-info/shared-mime-info-locale-ast: PKGSIZE changed from 12698 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/shared-mime-info/shared-mime-info-locale-az: PKGSIZE changed from 8030 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/shared-mime-info/shared-mime-info-locale-be+latin: PKGSIZE changed from 32913 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/shared-mime-info/shared-mime-info-locale-be: PKGSIZE changed from 590 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/shared-mime-info/shared-mime-info-locale-bg: PKGSIZE changed from 56209 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/shared-mime-info/shared-mime-info-locale-bn-in: PKGSIZE changed from 463 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/shared-mime-info/shared-mime-info-locale-ca+valencia: PKGSIZE changed from 479 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/shared-mime-info/shared-mime-info-locale-ca: PKGSIZE changed from 48680 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/shared-mime-info/shared-mime-info-locale-cs: PKGSIZE changed from 43348 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/shared-mime-info/shared-mime-info-locale-cy: PKGSIZE changed from 8339 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/shared-mime-info/shared-mime-info-locale-da: PKGSIZE changed from 45604 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/shared-mime-info/shared-mime-info-locale-de: PKGSIZE changed from 46001 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/shared-mime-info/shared-mime-info-locale-el: PKGSIZE changed from 47400 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/shared-mime-info/shared-mime-info-locale-en-gb: PKGSIZE changed from 45577 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/shared-mime-info/shared-mime-info-locale-eo: PKGSIZE changed from 23116 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/shared-mime-info/shared-mime-info-locale-es: PKGSIZE changed from 49533 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/shared-mime-info/shared-mime-info-locale-et: PKGSIZE changed from 450 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/shared-mime-info/shared-mime-info-locale-eu: PKGSIZE changed from 47173 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/shared-mime-info/shared-mime-info-locale-fa: PKGSIZE changed from 448 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/shared-mime-info/shared-mime-info-locale-fi: PKGSIZE changed from 46714 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/shared-mime-info/shared-mime-info-locale-fo: PKGSIZE changed from 32335 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/shared-mime-info/shared-mime-info-locale-fr: PKGSIZE changed from 46738 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/shared-mime-info/shared-mime-info-locale-fur: PKGSIZE changed from 42975 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/shared-mime-info/shared-mime-info-locale-ga: PKGSIZE changed from 43253 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/shared-mime-info/shared-mime-info-locale-gl: PKGSIZE changed from 38991 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/shared-mime-info/shared-mime-info-locale-gu: PKGSIZE changed from 450 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/shared-mime-info/shared-mime-info-locale-he: PKGSIZE changed from 43634 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/shared-mime-info/shared-mime-info-locale-hi: PKGSIZE changed from 447 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/shared-mime-info/shared-mime-info-locale-hr: PKGSIZE changed from 47273 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/shared-mime-info/shared-mime-info-locale-hu: PKGSIZE changed from 46192 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/shared-mime-info/shared-mime-info-locale-ia: PKGSIZE changed from 39524 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/shared-mime-info/shared-mime-info-locale-id: PKGSIZE changed from 45189 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/shared-mime-info/shared-mime-info-locale-it: PKGSIZE changed from 47549 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/shared-mime-info/shared-mime-info-locale-ja: PKGSIZE changed from 40337 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/shared-mime-info/shared-mime-info-locale-ka: PKGSIZE changed from 16387 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/shared-mime-info/shared-mime-info-locale-kk: PKGSIZE changed from 54080 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/shared-mime-info/shared-mime-info-locale-kn: PKGSIZE changed from 448 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/shared-mime-info/shared-mime-info-locale-ko: PKGSIZE changed from 47226 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/shared-mime-info/shared-mime-info-locale-ky: PKGSIZE changed from 441 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/shared-mime-info/shared-mime-info-locale-lt: PKGSIZE changed from 36131 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/shared-mime-info/shared-mime-info-locale-lv: PKGSIZE changed from 36299 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/shared-mime-info/shared-mime-info-locale-ml: PKGSIZE changed from 451 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/shared-mime-info/shared-mime-info-locale-mr: PKGSIZE changed from 449 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/shared-mime-info/shared-mime-info-locale-ms: PKGSIZE changed from 14569 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/shared-mime-info/shared-mime-info-locale-nb: PKGSIZE changed from 28467 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/shared-mime-info/shared-mime-info-locale-nl: PKGSIZE changed from 35377 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/shared-mime-info/shared-mime-info-locale-nn: PKGSIZE changed from 29749 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/shared-mime-info/shared-mime-info-locale-oc: PKGSIZE changed from 39069 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/shared-mime-info/shared-mime-info-locale-or: PKGSIZE changed from 447 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/shared-mime-info/shared-mime-info-locale-pa: PKGSIZE changed from 459 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/shared-mime-info/shared-mime-info-locale-pl: PKGSIZE changed from 48600 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/shared-mime-info/shared-mime-info-locale-pt-br: PKGSIZE changed from 48343 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/shared-mime-info/shared-mime-info-locale-pt: PKGSIZE changed from 41748 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/shared-mime-info/shared-mime-info-locale-ro: PKGSIZE changed from 33674 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/shared-mime-info/shared-mime-info-locale-ru: PKGSIZE changed from 54651 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/shared-mime-info/shared-mime-info-locale-rw: PKGSIZE changed from 414 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/shared-mime-info/shared-mime-info-locale-sk: PKGSIZE changed from 44958 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/shared-mime-info/shared-mime-info-locale-sl: PKGSIZE changed from 44119 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/shared-mime-info/shared-mime-info-locale-sq: PKGSIZE changed from 30633 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/shared-mime-info/shared-mime-info-locale-sr+latin: PKGSIZE changed from 543 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/shared-mime-info/shared-mime-info-locale-sr: PKGSIZE changed from 51691 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/shared-mime-info/shared-mime-info-locale-sv: PKGSIZE changed from 45225 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/shared-mime-info/shared-mime-info-locale-ta: PKGSIZE changed from 447 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/shared-mime-info/shared-mime-info-locale-te: PKGSIZE changed from 448 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/shared-mime-info/shared-mime-info-locale-th: PKGSIZE changed from 439 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/shared-mime-info/shared-mime-info-locale-tr: PKGSIZE changed from 46949 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/shared-mime-info/shared-mime-info-locale-uk: PKGSIZE changed from 56630 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/shared-mime-info/shared-mime-info-locale-vi: PKGSIZE changed from 33607 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/shared-mime-info/shared-mime-info-locale-wa: PKGSIZE changed from 448 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/shared-mime-info/shared-mime-info-locale-zh-cn: PKGSIZE changed from 45479 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/shared-mime-info/shared-mime-info-locale-zh-hk: PKGSIZE changed from 460 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/shared-mime-info/shared-mime-info-locale-zh-tw: PKGSIZE changed from 44592 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/shared-mime-info/shared-mime-info-src: PKGSIZE changed from 86563 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/shared-mime-info/shared-mime-info: PKGSIZE changed from 2666754 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/slang/slang-dbg: PKGSIZE changed from 5161392 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/slang/slang-dev: PKGSIZE changed from 104008 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/slang/slang-doc: PKGSIZE changed from 1130471 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/slang/slang-ptest: PKGSIZE changed from 1265562 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/slang/slang-src: PKGSIZE changed from 3091117 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/slang/slang: PKGSIZE changed from 1401779 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/slang/slang: latest.pkg_postinst changed from "#!/bin/sh set -e if [ x"$D" = "x" ]; then if [ -x /sbin/ldconfig ]; then /sbin/ldconfig ; fi fi " to "#!/bin/sh if [ x"$D" = "x" ]; then if [ -x /sbin/ldconfig ]; then /sbin/ldconfig ; fi fi " packages/armv7vet2hf-neon-poky-linux-gnueabi/socat/socat-dbg: PKGSIZE changed from 1559444 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/socat/socat-doc: PKGSIZE changed from 140340 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/socat/socat-src: PKGSIZE changed from 1056238 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/socat/socat: PKGSIZE changed from 345772 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/speex/speex-dbg: PKGSIZE changed from 240236 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/speex/speex-dev: PKGSIZE changed from 41263 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/speex/speex-doc: PKGSIZE changed from 439545 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/speex/speex-src: PKGSIZE changed from 428366 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/speex/speex: PKGSIZE changed from 66873 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/speex/speex: latest.pkg_postinst changed from "#!/bin/sh set -e if [ x"$D" = "x" ]; then if [ -x /sbin/ldconfig ]; then /sbin/ldconfig ; fi fi " to "#!/bin/sh if [ x"$D" = "x" ]; then if [ -x /sbin/ldconfig ]; then /sbin/ldconfig ; fi fi " packages/armv7vet2hf-neon-poky-linux-gnueabi/speexdsp/speexdsp-dbg: PKGSIZE changed from 184512 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/speexdsp/speexdsp-dev: PKGSIZE changed from 41080 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/speexdsp/speexdsp-doc: PKGSIZE changed from 439545 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/speexdsp/speexdsp-src: PKGSIZE changed from 279313 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/speexdsp/speexdsp: PKGSIZE changed from 50496 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/speexdsp/speexdsp: latest.pkg_postinst changed from "#!/bin/sh set -e if [ x"$D" = "x" ]; then if [ -x /sbin/ldconfig ]; then /sbin/ldconfig ; fi fi " to "#!/bin/sh if [ x"$D" = "x" ]; then if [ -x /sbin/ldconfig ]; then /sbin/ldconfig ; fi fi " packages/armv7vet2hf-neon-poky-linux-gnueabi/sqlite3/libsqlite3-dev: PKGSIZE changed from 624521 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/sqlite3/libsqlite3-doc: PKGSIZE changed from 8928 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/sqlite3/libsqlite3: PKGSIZE changed from 786923 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/sqlite3/libsqlite3: latest.pkg_postinst changed from "#!/bin/sh set -e if [ x"$D" = "x" ]; then if [ -x /sbin/ldconfig ]; then /sbin/ldconfig ; fi fi " to "#!/bin/sh if [ x"$D" = "x" ]; then if [ -x /sbin/ldconfig ]; then /sbin/ldconfig ; fi fi " packages/armv7vet2hf-neon-poky-linux-gnueabi/sqlite3/sqlite3-dbg: PKGSIZE changed from 5216592 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/sqlite3/sqlite3-src: PKGSIZE changed from 9589084 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/sqlite3/sqlite3: PKGSIZE changed from 170052 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/ssh-pregen-hostkeys/ssh-pregen-hostkeys: PKGSIZE changed from 5154 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/startup-notification/startup-notification-dbg: PKGSIZE changed from 102920 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/startup-notification/startup-notification-dev: PKGSIZE changed from 19709 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/startup-notification/startup-notification-src: PKGSIZE changed from 116661 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/startup-notification/startup-notification: PKGSIZE changed from 25926 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/startup-notification/startup-notification: latest.pkg_postinst changed from "#!/bin/sh set -e if [ x"$D" = "x" ]; then if [ -x /sbin/ldconfig ]; then /sbin/ldconfig ; fi fi " to "#!/bin/sh if [ x"$D" = "x" ]; then if [ -x /sbin/ldconfig ]; then /sbin/ldconfig ; fi fi " packages/armv7vet2hf-neon-poky-linux-gnueabi/strace/strace-dbg: PKGSIZE changed from 39686680 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/strace/strace-doc: PKGSIZE changed from 50795 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/strace/strace-ptest: PKGSIZE changed from 13382197 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/strace/strace-src: PKGSIZE changed from 7336542 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/strace/strace: PKGSIZE changed from 839141 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/sudo/sudo-dbg: PKGSIZE changed from 4227436 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/sudo/sudo-dev: PKGSIZE changed from 11939 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/sudo/sudo-doc: PKGSIZE changed from 2635377 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/sudo/sudo-lib: PKGSIZE changed from 509502 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/sudo/sudo-locale-ast: PKGSIZE changed from 53887 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/sudo/sudo-locale-ca: PKGSIZE changed from 89615 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/sudo/sudo-locale-cs: PKGSIZE changed from 89495 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/sudo/sudo-locale-da: PKGSIZE changed from 65226 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/sudo/sudo-locale-de: PKGSIZE changed from 93738 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/sudo/sudo-locale-el: PKGSIZE changed from 51009 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/sudo/sudo-locale-eo: PKGSIZE changed from 86288 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/sudo/sudo-locale-es: PKGSIZE changed from 19418 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/sudo/sudo-locale-eu: PKGSIZE changed from 13175 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/sudo/sudo-locale-fi: PKGSIZE changed from 90878 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/sudo/sudo-locale-fr: PKGSIZE changed from 97681 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/sudo/sudo-locale-fur: PKGSIZE changed from 27820 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/sudo/sudo-locale-gl: PKGSIZE changed from 17612 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/sudo/sudo-locale-hr: PKGSIZE changed from 90692 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/sudo/sudo-locale-hu: PKGSIZE changed from 46199 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/sudo/sudo-locale-it: PKGSIZE changed from 88131 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/sudo/sudo-locale-ja: PKGSIZE changed from 102361 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/sudo/sudo-locale-ko: PKGSIZE changed from 93947 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/sudo/sudo-locale-lt: PKGSIZE changed from 1994 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/sudo/sudo-locale-nb: PKGSIZE changed from 69442 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/sudo/sudo-locale-nl: PKGSIZE changed from 56811 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/sudo/sudo-locale-nn: PKGSIZE changed from 3017 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/sudo/sudo-locale-pl: PKGSIZE changed from 90772 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/sudo/sudo-locale-pt-br: PKGSIZE changed from 89316 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/sudo/sudo-locale-pt: PKGSIZE changed from 88493 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/sudo/sudo-locale-ro: PKGSIZE changed from 85194 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/sudo/sudo-locale-ru: PKGSIZE changed from 36075 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/sudo/sudo-locale-sk: PKGSIZE changed from 20422 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/sudo/sudo-locale-sl: PKGSIZE changed from 52876 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/sudo/sudo-locale-sr: PKGSIZE changed from 113278 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/sudo/sudo-locale-sv: PKGSIZE changed from 86536 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/sudo/sudo-locale-tr: PKGSIZE changed from 35312 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/sudo/sudo-locale-uk: PKGSIZE changed from 122810 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/sudo/sudo-locale-vi: PKGSIZE changed from 76986 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/sudo/sudo-locale-zh-cn: PKGSIZE changed from 76620 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/sudo/sudo-locale-zh-tw: PKGSIZE changed from 83358 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/sudo/sudo-src: PKGSIZE changed from 2476066 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/sudo/sudo-sudo: PKGSIZE changed from 123788 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/sudo/sudo: PKGSIZE changed from 694448 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/sysfsutils/libsysfs: PKGSIZE changed from 25861 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/sysfsutils/libsysfs: latest.pkg_postinst changed from "#!/bin/sh set -e if [ x"$D" = "x" ]; then if [ -x /sbin/ldconfig ]; then /sbin/ldconfig ; fi fi " to "#!/bin/sh if [ x"$D" = "x" ]; then if [ -x /sbin/ldconfig ]; then /sbin/ldconfig ; fi fi " packages/armv7vet2hf-neon-poky-linux-gnueabi/sysfsutils/sysfsutils-dbg: PKGSIZE changed from 257888 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/sysfsutils/sysfsutils-dev: PKGSIZE changed from 16307 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/sysfsutils/sysfsutils-doc: PKGSIZE changed from 1513 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/sysfsutils/sysfsutils-src: PKGSIZE changed from 145768 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/sysfsutils/sysfsutils: PKGSIZE changed from 43956 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/systemtap/systemtap-dbg: PKGSIZE changed from 58153440 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/systemtap/systemtap-dev: PKGSIZE changed from 19955 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/systemtap/systemtap-doc: PKGSIZE changed from 466186 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/systemtap/systemtap-examples: PKGSIZE changed from 1489510 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/systemtap/systemtap-exporter: PKGSIZE changed from 7869 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/systemtap/systemtap-locale-cs: PKGSIZE changed from 85210 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/systemtap/systemtap-locale-en: PKGSIZE changed from 4214 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/systemtap/systemtap-locale-fr: PKGSIZE changed from 18106 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/systemtap/systemtap-locale-pl: PKGSIZE changed from 527 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/systemtap/systemtap-python: PKGSIZE changed from 62906 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/systemtap/systemtap-runtime: PKGSIZE changed from 186988 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/systemtap/systemtap-src: PKGSIZE changed from 2878371 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/systemtap/systemtap: PKGSIZE changed from 7209030 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/systemtap/systemtap: RDEPENDS: removed "bash libdw (['>= 0.185']) libstdc++ (['>= 11.1.0']) glibc (['>= 2.33']) libsqlite3 (['>= 3.36.0']) libdebuginfod (['>= 0.185']) libelf (['>= 0.185']) readline (['>= 8.1']) libgcc (['>= 11.1.0'])" packages/armv7vet2hf-neon-poky-linux-gnueabi/sysvinit/sysvinit-dbg: PKGSIZE changed from 553916 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/sysvinit/sysvinit-dev: PKGSIZE changed from 2446 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/sysvinit/sysvinit-doc: PKGSIZE changed from 75906 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/sysvinit/sysvinit-doc: latest.pkg_postinst changed from "#!/bin/sh set -e update-alternatives --install /usr/share/man/man1/mountpoint.1 mountpoint.1 /usr/share/man/man1/mountpoint.1.sysvinit 200 update-alternatives --install /usr/share/man/man1/last.1 last.1 /usr/share/man/man1/last.1.sysvinit 200 update-alternatives --install /usr/share/man/man1/lastb.1 lastb.1 /usr/share/man/man1/lastb.1.sysvinit 200 update-alternatives --install /usr/share/man/man1/mesg.1 mesg.1 /usr/share/man/man1/mesg.1.sysvinit 200 update-alternatives --install /usr/share/man/man1/wall.1 wall.1 /usr/share/man/man1/wall.1.sysvinit 200 update-alternatives --install /usr/share/man/man8/sulogin.8 sulogin.8 /usr/share/man/man8/sulogin.8.sysvinit 200 update-alternatives --install /usr/share/man/man1/utmpdump.1 utmpdump.1 /usr/share/man/man1/utmpdump.1.sysvinit 200 " to "#!/bin/sh update-alternatives --install /usr/share/man/man1/mountpoint.1 mountpoint.1 /usr/share/man/man1/mountpoint.1.sysvinit 200 update-alternatives --install /usr/share/man/man1/last.1 last.1 /usr/share/man/man1/last.1.sysvinit 200 update-alternatives --install /usr/share/man/man1/lastb.1 lastb.1 /usr/share/man/man1/lastb.1.sysvinit 200 update-alternatives --install /usr/share/man/man1/mesg.1 mesg.1 /usr/share/man/man1/mesg.1.sysvinit 200 update-alternatives --install /usr/share/man/man1/wall.1 wall.1 /usr/share/man/man1/wall.1.sysvinit 200 update-alternatives --install /usr/share/man/man8/sulogin.8 sulogin.8 /usr/share/man/man8/sulogin.8.sysvinit 200 update-alternatives --install /usr/share/man/man1/utmpdump.1 utmpdump.1 /usr/share/man/man1/utmpdump.1.sysvinit 200 " packages/armv7vet2hf-neon-poky-linux-gnueabi/sysvinit/sysvinit-doc: latest.pkg_prerm changed from "#!/bin/sh set -e update-alternatives --remove mountpoint.1 /usr/share/man/man1/mountpoint.1.sysvinit update-alternatives --remove last.1 /usr/share/man/man1/last.1.sysvinit update-alternatives --remove lastb.1 /usr/share/man/man1/lastb.1.sysvinit update-alternatives --remove mesg.1 /usr/share/man/man1/mesg.1.sysvinit update-alternatives --remove wall.1 /usr/share/man/man1/wall.1.sysvinit update-alternatives --remove sulogin.8 /usr/share/man/man8/sulogin.8.sysvinit update-alternatives --remove utmpdump.1 /usr/share/man/man1/utmpdump.1.sysvinit " to "#!/bin/sh update-alternatives --remove mountpoint.1 /usr/share/man/man1/mountpoint.1.sysvinit update-alternatives --remove last.1 /usr/share/man/man1/last.1.sysvinit update-alternatives --remove lastb.1 /usr/share/man/man1/lastb.1.sysvinit update-alternatives --remove mesg.1 /usr/share/man/man1/mesg.1.sysvinit update-alternatives --remove wall.1 /usr/share/man/man1/wall.1.sysvinit update-alternatives --remove sulogin.8 /usr/share/man/man8/sulogin.8.sysvinit update-alternatives --remove utmpdump.1 /usr/share/man/man1/utmpdump.1.sysvinit " packages/armv7vet2hf-neon-poky-linux-gnueabi/sysvinit/sysvinit-pidof: PKGSIZE changed from 17890 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/sysvinit/sysvinit-pidof: latest.pkg_postinst changed from "#!/bin/sh set -e update-alternatives --install /bin/pidof pidof /bin/pidof.sysvinit 200 " to "#!/bin/sh update-alternatives --install /bin/pidof pidof /bin/pidof.sysvinit 200 " packages/armv7vet2hf-neon-poky-linux-gnueabi/sysvinit/sysvinit-pidof: latest.pkg_prerm changed from "#!/bin/sh set -e update-alternatives --remove pidof /bin/pidof.sysvinit " to "#!/bin/sh update-alternatives --remove pidof /bin/pidof.sysvinit " packages/armv7vet2hf-neon-poky-linux-gnueabi/sysvinit/sysvinit-src: PKGSIZE changed from 268255 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/sysvinit/sysvinit-sulogin: PKGSIZE changed from 17816 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/sysvinit/sysvinit-sulogin: latest.pkg_postinst changed from "#!/bin/sh set -e update-alternatives --install /sbin/sulogin sulogin /sbin/sulogin.sysvinit 200 " to "#!/bin/sh update-alternatives --install /sbin/sulogin sulogin /sbin/sulogin.sysvinit 200 " packages/armv7vet2hf-neon-poky-linux-gnueabi/sysvinit/sysvinit-sulogin: latest.pkg_prerm changed from "#!/bin/sh set -e update-alternatives --remove sulogin /sbin/sulogin.sysvinit " to "#!/bin/sh update-alternatives --remove sulogin /sbin/sulogin.sysvinit " packages/armv7vet2hf-neon-poky-linux-gnueabi/sysvinit/sysvinit: PKGSIZE changed from 153199 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/sysvinit/sysvinit: latest.pkg_postinst changed from "#!/bin/sh set -e update-alternatives --install /sbin/init init /sbin/init.sysvinit 50 update-alternatives --install /bin/mountpoint mountpoint /bin/mountpoint.sysvinit 20 update-alternatives --install /sbin/halt halt /sbin/halt.sysvinit 200 update-alternatives --install /sbin/reboot reboot /sbin/reboot.sysvinit 200 update-alternatives --install /sbin/runlevel runlevel /sbin/runlevel.sysvinit 200 update-alternatives --install /sbin/shutdown shutdown /sbin/shutdown.sysvinit 200 update-alternatives --install /sbin/poweroff poweroff /sbin/poweroff.sysvinit 200 update-alternatives --install /usr/bin/last last /usr/bin/last.sysvinit 200 update-alternatives --install /usr/bin/lastb lastb /usr/bin/lastb.sysvinit 200 update-alternatives --install /usr/bin/mesg mesg /usr/bin/mesg.sysvinit 200 update-alternatives --install /usr/bin/utmpdump utmpdump /usr/bin/utmpdump.sysvinit 200 update-alternatives --install /usr/bin/wall wall /usr/bin/wall.sysvinit 200 " to "#!/bin/sh update-alternatives --install /sbin/init init /sbin/init.sysvinit 50 update-alternatives --install /bin/mountpoint mountpoint /bin/mountpoint.sysvinit 20 update-alternatives --install /sbin/halt halt /sbin/halt.sysvinit 200 update-alternatives --install /sbin/reboot reboot /sbin/reboot.sysvinit 200 update-alternatives --install /sbin/runlevel runlevel /sbin/runlevel.sysvinit 200 update-alternatives --install /sbin/shutdown shutdown /sbin/shutdown.sysvinit 200 update-alternatives --install /sbin/poweroff poweroff /sbin/poweroff.sysvinit 200 update-alternatives --install /usr/bin/last last /usr/bin/last.sysvinit 200 update-alternatives --install /usr/bin/lastb lastb /usr/bin/lastb.sysvinit 200 update-alternatives --install /usr/bin/mesg mesg /usr/bin/mesg.sysvinit 200 update-alternatives --install /usr/bin/utmpdump utmpdump /usr/bin/utmpdump.sysvinit 200 update-alternatives --install /usr/bin/wall wall /usr/bin/wall.sysvinit 200 " packages/armv7vet2hf-neon-poky-linux-gnueabi/sysvinit/sysvinit: latest.pkg_prerm changed from "#!/bin/sh set -e update-alternatives --remove init /sbin/init.sysvinit update-alternatives --remove mountpoint /bin/mountpoint.sysvinit update-alternatives --remove halt /sbin/halt.sysvinit update-alternatives --remove reboot /sbin/reboot.sysvinit update-alternatives --remove runlevel /sbin/runlevel.sysvinit update-alternatives --remove shutdown /sbin/shutdown.sysvinit update-alternatives --remove poweroff /sbin/poweroff.sysvinit update-alternatives --remove last /usr/bin/last.sysvinit update-alternatives --remove lastb /usr/bin/lastb.sysvinit update-alternatives --remove mesg /usr/bin/mesg.sysvinit update-alternatives --remove utmpdump /usr/bin/utmpdump.sysvinit update-alternatives --remove wall /usr/bin/wall.sysvinit " to "#!/bin/sh update-alternatives --remove init /sbin/init.sysvinit update-alternatives --remove mountpoint /bin/mountpoint.sysvinit update-alternatives --remove halt /sbin/halt.sysvinit update-alternatives --remove reboot /sbin/reboot.sysvinit update-alternatives --remove runlevel /sbin/runlevel.sysvinit update-alternatives --remove shutdown /sbin/shutdown.sysvinit update-alternatives --remove poweroff /sbin/poweroff.sysvinit update-alternatives --remove last /usr/bin/last.sysvinit update-alternatives --remove lastb /usr/bin/lastb.sysvinit update-alternatives --remove mesg /usr/bin/mesg.sysvinit update-alternatives --remove utmpdump /usr/bin/utmpdump.sysvinit update-alternatives --remove wall /usr/bin/wall.sysvinit " packages/armv7vet2hf-neon-poky-linux-gnueabi/taglib/taglib-c: PKGSIZE changed from 13729 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/taglib/taglib-c: latest.pkg_postinst changed from "#!/bin/sh set -e if [ x"$D" = "x" ]; then if [ -x /sbin/ldconfig ]; then /sbin/ldconfig ; fi fi " to "#!/bin/sh if [ x"$D" = "x" ]; then if [ -x /sbin/ldconfig ]; then /sbin/ldconfig ; fi fi " packages/armv7vet2hf-neon-poky-linux-gnueabi/taglib/taglib-dbg: PKGSIZE changed from 6164400 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/taglib/taglib-dev: PKGSIZE changed from 656286 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/taglib/taglib-src: PKGSIZE changed from 1498006 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/taglib/taglib: PKGSIZE changed from 665116 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/taglib/taglib: latest.pkg_postinst changed from "#!/bin/sh set -e if [ x"$D" = "x" ]; then if [ -x /sbin/ldconfig ]; then /sbin/ldconfig ; fi fi " to "#!/bin/sh if [ x"$D" = "x" ]; then if [ -x /sbin/ldconfig ]; then /sbin/ldconfig ; fi fi " packages/armv7vet2hf-neon-poky-linux-gnueabi/tar/tar-dbg: PKGSIZE changed from 1854616 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/tar/tar-doc: PKGSIZE changed from 699759 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/tar/tar-locale-bg: PKGSIZE changed from 86963 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/tar/tar-locale-ca: PKGSIZE changed from 64091 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/tar/tar-locale-cs: PKGSIZE changed from 64931 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/tar/tar-locale-da: PKGSIZE changed from 60187 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/tar/tar-locale-de: PKGSIZE changed from 64342 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/tar/tar-locale-el: PKGSIZE changed from 14467 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/tar/tar-locale-eo: PKGSIZE changed from 61190 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/tar/tar-locale-es: PKGSIZE changed from 65237 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/tar/tar-locale-et: PKGSIZE changed from 59767 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/tar/tar-locale-eu: PKGSIZE changed from 32368 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/tar/tar-locale-fi: PKGSIZE changed from 57193 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/tar/tar-locale-fr: PKGSIZE changed from 67389 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/tar/tar-locale-ga: PKGSIZE changed from 65812 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/tar/tar-locale-gl: PKGSIZE changed from 10693 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/tar/tar-locale-hr: PKGSIZE changed from 63909 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/tar/tar-locale-hu: PKGSIZE changed from 67032 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/tar/tar-locale-id: PKGSIZE changed from 58343 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/tar/tar-locale-it: PKGSIZE changed from 63734 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/tar/tar-locale-ja: PKGSIZE changed from 59218 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/tar/tar-locale-ko: PKGSIZE changed from 66173 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/tar/tar-locale-ky: PKGSIZE changed from 55118 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/tar/tar-locale-ms: PKGSIZE changed from 9658 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/tar/tar-locale-nb: PKGSIZE changed from 60880 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/tar/tar-locale-nl: PKGSIZE changed from 63760 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/tar/tar-locale-pl: PKGSIZE changed from 65132 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/tar/tar-locale-pt-br: PKGSIZE changed from 63982 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/tar/tar-locale-pt: PKGSIZE changed from 62527 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/tar/tar-locale-ro: PKGSIZE changed from 65028 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/tar/tar-locale-ru: PKGSIZE changed from 83444 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/tar/tar-locale-sk: PKGSIZE changed from 10303 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/tar/tar-locale-sl: PKGSIZE changed from 59520 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/tar/tar-locale-sr: PKGSIZE changed from 82073 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/tar/tar-locale-sv: PKGSIZE changed from 61790 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/tar/tar-locale-tr: PKGSIZE changed from 61110 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/tar/tar-locale-uk: PKGSIZE changed from 84186 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/tar/tar-locale-vi: PKGSIZE changed from 69054 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/tar/tar-locale-zh-cn: PKGSIZE changed from 57717 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/tar/tar-locale-zh-tw: PKGSIZE changed from 58290 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/tar/tar-rmt: PKGSIZE changed from 34408 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/tar/tar-rmt: latest.pkg_postinst changed from "#!/bin/sh set -e update-alternatives --install /usr/sbin/rmt rmt /usr/sbin/rmt.tar 100 " to "#!/bin/sh update-alternatives --install /usr/sbin/rmt rmt /usr/sbin/rmt.tar 100 " packages/armv7vet2hf-neon-poky-linux-gnueabi/tar/tar-rmt: latest.pkg_prerm changed from "#!/bin/sh set -e update-alternatives --remove rmt /usr/sbin/rmt.tar " to "#!/bin/sh update-alternatives --remove rmt /usr/sbin/rmt.tar " packages/armv7vet2hf-neon-poky-linux-gnueabi/tar/tar-src: PKGSIZE changed from 2450793 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/tar/tar: PKGSIZE changed from 347487 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/tar/tar: latest.pkg_postinst changed from "#!/bin/sh set -e update-alternatives --install /bin/tar tar /bin/tar.tar 100 " to "#!/bin/sh update-alternatives --install /bin/tar tar /bin/tar.tar 100 " packages/armv7vet2hf-neon-poky-linux-gnueabi/tar/tar: latest.pkg_prerm changed from "#!/bin/sh set -e update-alternatives --remove tar /bin/tar.tar " to "#!/bin/sh update-alternatives --remove tar /bin/tar.tar " packages/armv7vet2hf-neon-poky-linux-gnueabi/tcf-agent/tcf-agent-dbg: PKGSIZE changed from 3151616 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/tcf-agent/tcf-agent-dev: PKGSIZE changed from 375315 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/tcf-agent/tcf-agent-src: PKGSIZE changed from 2744070 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/tcf-agent/tcf-agent: PKGSIZE changed from 745438 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/tcf-agent/tcf-agent: latest.pkg_postinst changed from "#!/bin/sh set -e if true && type update-rc.d >/dev/null 2>/dev/null; then if [ -n "$D" ]; then OPT="-r $D" else OPT="-s" fi update-rc.d $OPT tcf-agent start 99 3 5 . stop 20 0 1 2 6 . fi " to "#!/bin/sh if true && type update-rc.d >/dev/null 2>/dev/null; then if [ -n "$D" ]; then OPT="-r $D" else OPT="-s" fi update-rc.d $OPT tcf-agent start 99 3 5 . stop 20 0 1 2 6 . fi " packages/armv7vet2hf-neon-poky-linux-gnueabi/tcf-agent/tcf-agent: latest.pkg_postrm changed from "#!/bin/sh set -e if true && type update-rc.d >/dev/null 2>/dev/null; then if [ -n "$D" ]; then OPT="-f -r $D" else OPT="-f" fi update-rc.d $OPT tcf-agent remove fi " to "#!/bin/sh if true && type update-rc.d >/dev/null 2>/dev/null; then if [ -n "$D" ]; then OPT="-f -r $D" else OPT="-f" fi update-rc.d $OPT tcf-agent remove fi " packages/armv7vet2hf-neon-poky-linux-gnueabi/tcf-agent/tcf-agent: latest.pkg_prerm changed from "#!/bin/sh set -e if true && [ -z "$D" -a -x "/etc/init.d/tcf-agent" ]; then /etc/init.d/tcf-agent stop || : fi " to "#!/bin/sh if true && [ -z "$D" -a -x "/etc/init.d/tcf-agent" ]; then /etc/init.d/tcf-agent stop || : fi " packages/armv7vet2hf-neon-poky-linux-gnueabi/tcl/tcl-dbg: PKGSIZE changed from 7762380 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/tcl/tcl-dev: PKGSIZE changed from 1481381 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/tcl/tcl-doc: PKGSIZE changed from 3161193 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/tcl/tcl-lib: PKGSIZE changed from 1099720 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/tcl/tcl-lib: latest.pkg_postinst changed from "#!/bin/sh set -e if [ x"$D" = "x" ]; then if [ -x /sbin/ldconfig ]; then /sbin/ldconfig ; fi fi " to "#!/bin/sh if [ x"$D" = "x" ]; then if [ -x /sbin/ldconfig ]; then /sbin/ldconfig ; fi fi " packages/armv7vet2hf-neon-poky-linux-gnueabi/tcl/tcl-ptest: PKGSIZE changed from 10079935 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/tcl/tcl-src: PKGSIZE changed from 7612969 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/tcl/tcl-staticdev: PKGSIZE changed from 291674 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/tcl/tcl: PKGSIZE changed from 2115658 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/tcp-wrappers/libwrap-dev: PKGSIZE changed from 9156 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/tcp-wrappers/libwrap-doc: PKGSIZE changed from 10205 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/tcp-wrappers/libwrap-staticdev: PKGSIZE changed from 193358 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/tcp-wrappers/libwrap: PKGSIZE changed from 26440 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/tcp-wrappers/libwrap: latest.pkg_postinst changed from "#!/bin/sh set -e if [ x"$D" = "x" ]; then if [ -x /sbin/ldconfig ]; then /sbin/ldconfig ; fi fi " to "#!/bin/sh if [ x"$D" = "x" ]; then if [ -x /sbin/ldconfig ]; then /sbin/ldconfig ; fi fi " packages/armv7vet2hf-neon-poky-linux-gnueabi/tcp-wrappers/tcp-wrappers-dbg: PKGSIZE changed from 248736 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/tcp-wrappers/tcp-wrappers-doc: PKGSIZE changed from 14664 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/tcp-wrappers/tcp-wrappers-src: PKGSIZE changed from 156698 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/tcp-wrappers/tcp-wrappers: PKGSIZE changed from 52312 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/udev-extraconf/udev-extraconf: PKGSIZE changed from 8376 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/unzip/unzip-dbg: PKGSIZE changed from 732348 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/unzip/unzip-doc: PKGSIZE changed from 96674 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/unzip/unzip-src: PKGSIZE changed from 1036893 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/unzip/unzip: PKGSIZE changed from 191689 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/unzip/unzip: latest.pkg_postinst changed from "#!/bin/sh set -e update-alternatives --install /usr/bin/unzip unzip /usr/bin/unzip.unzip 100 " to "#!/bin/sh update-alternatives --install /usr/bin/unzip unzip /usr/bin/unzip.unzip 100 " packages/armv7vet2hf-neon-poky-linux-gnueabi/unzip/unzip: latest.pkg_prerm changed from "#!/bin/sh set -e update-alternatives --remove unzip /usr/bin/unzip.unzip " to "#!/bin/sh update-alternatives --remove unzip /usr/bin/unzip.unzip " packages/armv7vet2hf-neon-poky-linux-gnueabi/util-linux-libuuid/util-linux-libuuid-dbg: PKGSIZE changed from 75780 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/util-linux-libuuid/util-linux-libuuid-dev: PKGSIZE changed from 4243 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/util-linux-libuuid/util-linux-libuuid-src: PKGSIZE changed from 79433 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/util-linux-libuuid/util-linux-libuuid: PKGSIZE changed from 21964 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/util-linux-libuuid/util-linux-libuuid: latest.pkg_postinst changed from "#!/bin/sh set -e if [ x"$D" = "x" ]; then if [ -x /sbin/ldconfig ]; then /sbin/ldconfig ; fi fi " to "#!/bin/sh if [ x"$D" = "x" ]; then if [ -x /sbin/ldconfig ]; then /sbin/ldconfig ; fi fi " packages/armv7vet2hf-neon-poky-linux-gnueabi/util-linux/util-linux-addpart: PKGSIZE changed from 17852 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/util-linux/util-linux-agetty: PKGSIZE changed from 43032 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/util-linux/util-linux-agetty: latest.pkg_postinst changed from "#!/bin/sh set -e update-alternatives --install /sbin/getty getty /sbin/agetty 80 " to "#!/bin/sh update-alternatives --install /sbin/getty getty /sbin/agetty 80 " packages/armv7vet2hf-neon-poky-linux-gnueabi/util-linux/util-linux-agetty: latest.pkg_prerm changed from "#!/bin/sh set -e update-alternatives --remove getty /sbin/agetty " to "#!/bin/sh update-alternatives --remove getty /sbin/agetty " packages/armv7vet2hf-neon-poky-linux-gnueabi/util-linux/util-linux-bash-completion: PKGSIZE changed from 96548 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/util-linux/util-linux-blkdiscard: PKGSIZE changed from 21952 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/util-linux/util-linux-blkid: PKGSIZE changed from 79336 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/util-linux/util-linux-blkid: latest.pkg_postinst changed from "#!/bin/sh set -e update-alternatives --install /sbin/blkid blkid /sbin/blkid.util-linux 80 " to "#!/bin/sh update-alternatives --install /sbin/blkid blkid /sbin/blkid.util-linux 80 " packages/armv7vet2hf-neon-poky-linux-gnueabi/util-linux/util-linux-blkid: latest.pkg_prerm changed from "#!/bin/sh set -e update-alternatives --remove blkid /sbin/blkid.util-linux " to "#!/bin/sh update-alternatives --remove blkid /sbin/blkid.util-linux " packages/armv7vet2hf-neon-poky-linux-gnueabi/util-linux/util-linux-blkzone: PKGSIZE changed from 46524 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/util-linux/util-linux-blockdev: PKGSIZE changed from 38340 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/util-linux/util-linux-blockdev: latest.pkg_postinst changed from "#!/bin/sh set -e update-alternatives --install /sbin/blockdev blockdev /sbin/blockdev.util-linux 80 " to "#!/bin/sh update-alternatives --install /sbin/blockdev blockdev /sbin/blockdev.util-linux 80 " packages/armv7vet2hf-neon-poky-linux-gnueabi/util-linux/util-linux-blockdev: latest.pkg_prerm changed from "#!/bin/sh set -e update-alternatives --remove blockdev /sbin/blockdev.util-linux " to "#!/bin/sh update-alternatives --remove blockdev /sbin/blockdev.util-linux " packages/armv7vet2hf-neon-poky-linux-gnueabi/util-linux/util-linux-cal: PKGSIZE changed from 42668 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/util-linux/util-linux-cal: latest.pkg_postinst changed from "#!/bin/sh set -e update-alternatives --install /usr/bin/cal cal /usr/bin/cal.util-linux 80 " to "#!/bin/sh update-alternatives --install /usr/bin/cal cal /usr/bin/cal.util-linux 80 " packages/armv7vet2hf-neon-poky-linux-gnueabi/util-linux/util-linux-cal: latest.pkg_prerm changed from "#!/bin/sh set -e update-alternatives --remove cal /usr/bin/cal.util-linux " to "#!/bin/sh update-alternatives --remove cal /usr/bin/cal.util-linux " packages/armv7vet2hf-neon-poky-linux-gnueabi/util-linux/util-linux-cfdisk: PKGSIZE changed from 71276 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/util-linux/util-linux-chcpu: PKGSIZE changed from 26040 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/util-linux/util-linux-chmem: PKGSIZE changed from 38332 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/util-linux/util-linux-choom: PKGSIZE changed from 34236 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/util-linux/util-linux-chrt: PKGSIZE changed from 26052 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/util-linux/util-linux-chrt: latest.pkg_postinst changed from "#!/bin/sh set -e update-alternatives --install /usr/bin/chrt chrt /usr/bin/chrt.util-linux 80 " to "#!/bin/sh update-alternatives --install /usr/bin/chrt chrt /usr/bin/chrt.util-linux 80 " packages/armv7vet2hf-neon-poky-linux-gnueabi/util-linux/util-linux-chrt: latest.pkg_prerm changed from "#!/bin/sh set -e update-alternatives --remove chrt /usr/bin/chrt.util-linux " to "#!/bin/sh update-alternatives --remove chrt /usr/bin/chrt.util-linux " packages/armv7vet2hf-neon-poky-linux-gnueabi/util-linux/util-linux-col: PKGSIZE changed from 21944 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/util-linux/util-linux-colcrt: PKGSIZE changed from 9656 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/util-linux/util-linux-colrm: PKGSIZE changed from 17852 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/util-linux/util-linux-column: PKGSIZE changed from 34236 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/util-linux/util-linux-ctrlaltdel: PKGSIZE changed from 21948 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/util-linux/util-linux-dbg: PKGSIZE changed from 19808504 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/util-linux/util-linux-delpart: PKGSIZE changed from 17852 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/util-linux/util-linux-dev: PKGSIZE changed from 101210 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/util-linux/util-linux-dmesg: PKGSIZE changed from 54864 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/util-linux/util-linux-dmesg: latest.pkg_postinst changed from "#!/bin/sh set -e update-alternatives --install /bin/dmesg dmesg /bin/dmesg.util-linux 80 " to "#!/bin/sh update-alternatives --install /bin/dmesg dmesg /bin/dmesg.util-linux 80 " packages/armv7vet2hf-neon-poky-linux-gnueabi/util-linux/util-linux-dmesg: latest.pkg_prerm changed from "#!/bin/sh set -e update-alternatives --remove dmesg /bin/dmesg.util-linux " to "#!/bin/sh update-alternatives --remove dmesg /bin/dmesg.util-linux " packages/armv7vet2hf-neon-poky-linux-gnueabi/util-linux/util-linux-doc: PKGSIZE changed from 3850 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/util-linux/util-linux-eject: PKGSIZE changed from 50632 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/util-linux/util-linux-eject: latest.pkg_postinst changed from "#!/bin/sh set -e update-alternatives --install /usr/bin/eject eject /usr/bin/eject.util-linux 80 " to "#!/bin/sh update-alternatives --install /usr/bin/eject eject /usr/bin/eject.util-linux 80 " packages/armv7vet2hf-neon-poky-linux-gnueabi/util-linux/util-linux-eject: latest.pkg_prerm changed from "#!/bin/sh set -e update-alternatives --remove eject /usr/bin/eject.util-linux " to "#!/bin/sh update-alternatives --remove eject /usr/bin/eject.util-linux " packages/armv7vet2hf-neon-poky-linux-gnueabi/util-linux/util-linux-fallocate: PKGSIZE changed from 21964 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/util-linux/util-linux-fallocate: latest.pkg_postinst changed from "#!/bin/sh set -e update-alternatives --install /usr/bin/fallocate fallocate /usr/bin/fallocate.util-linux 80 " to "#!/bin/sh update-alternatives --install /usr/bin/fallocate fallocate /usr/bin/fallocate.util-linux 80 " packages/armv7vet2hf-neon-poky-linux-gnueabi/util-linux/util-linux-fallocate: latest.pkg_prerm changed from "#!/bin/sh set -e update-alternatives --remove fallocate /usr/bin/fallocate.util-linux " to "#!/bin/sh update-alternatives --remove fallocate /usr/bin/fallocate.util-linux " packages/armv7vet2hf-neon-poky-linux-gnueabi/util-linux/util-linux-fdisk: PKGSIZE changed from 99800 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/util-linux/util-linux-fdisk: latest.pkg_postinst changed from "#!/bin/sh set -e update-alternatives --install /sbin/fdisk fdisk /sbin/fdisk.util-linux 80 " to "#!/bin/sh update-alternatives --install /sbin/fdisk fdisk /sbin/fdisk.util-linux 80 " packages/armv7vet2hf-neon-poky-linux-gnueabi/util-linux/util-linux-fdisk: latest.pkg_prerm changed from "#!/bin/sh set -e update-alternatives --remove fdisk /sbin/fdisk.util-linux " to "#!/bin/sh update-alternatives --remove fdisk /sbin/fdisk.util-linux " packages/armv7vet2hf-neon-poky-linux-gnueabi/util-linux/util-linux-fincore: PKGSIZE changed from 21980 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/util-linux/util-linux-findfs: PKGSIZE changed from 9656 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/util-linux/util-linux-findmnt: PKGSIZE changed from 47356 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/util-linux/util-linux-flock: PKGSIZE changed from 22024 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/util-linux/util-linux-flock: latest.pkg_postinst changed from "#!/bin/sh set -e update-alternatives --install /usr/bin/flock flock /usr/bin/flock.util-linux 80 " to "#!/bin/sh update-alternatives --install /usr/bin/flock flock /usr/bin/flock.util-linux 80 " packages/armv7vet2hf-neon-poky-linux-gnueabi/util-linux/util-linux-flock: latest.pkg_prerm changed from "#!/bin/sh set -e update-alternatives --remove flock /usr/bin/flock.util-linux " to "#!/bin/sh update-alternatives --remove flock /usr/bin/flock.util-linux " packages/armv7vet2hf-neon-poky-linux-gnueabi/util-linux/util-linux-fsck.cramfs: PKGSIZE changed from 26076 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/util-linux/util-linux-fsck: PKGSIZE changed from 34260 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/util-linux/util-linux-fsck: latest.pkg_postinst changed from "#!/bin/sh set -e update-alternatives --install /sbin/fsck fsck /sbin/fsck.util-linux 80 " to "#!/bin/sh update-alternatives --install /sbin/fsck fsck /sbin/fsck.util-linux 80 " packages/armv7vet2hf-neon-poky-linux-gnueabi/util-linux/util-linux-fsck: latest.pkg_prerm changed from "#!/bin/sh set -e update-alternatives --remove fsck /sbin/fsck.util-linux " to "#!/bin/sh update-alternatives --remove fsck /sbin/fsck.util-linux " packages/armv7vet2hf-neon-poky-linux-gnueabi/util-linux/util-linux-fsfreeze: PKGSIZE changed from 9668 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/util-linux/util-linux-fsfreeze: latest.pkg_postinst changed from "#!/bin/sh set -e update-alternatives --install /usr/sbin/fsfreeze fsfreeze /usr/sbin/fsfreeze.util-linux 80 " to "#!/bin/sh update-alternatives --install /usr/sbin/fsfreeze fsfreeze /usr/sbin/fsfreeze.util-linux 80 " packages/armv7vet2hf-neon-poky-linux-gnueabi/util-linux/util-linux-fsfreeze: latest.pkg_prerm changed from "#!/bin/sh set -e update-alternatives --remove fsfreeze /usr/sbin/fsfreeze.util-linux " to "#!/bin/sh update-alternatives --remove fsfreeze /usr/sbin/fsfreeze.util-linux " packages/armv7vet2hf-neon-poky-linux-gnueabi/util-linux/util-linux-fstrim: PKGSIZE changed from 46536 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/util-linux/util-linux-fstrim: latest.pkg_postinst changed from "#!/bin/sh set -e update-alternatives --install /sbin/fstrim fstrim /sbin/fstrim.util-linux 80 " to "#!/bin/sh update-alternatives --install /sbin/fstrim fstrim /sbin/fstrim.util-linux 80 " packages/armv7vet2hf-neon-poky-linux-gnueabi/util-linux/util-linux-fstrim: latest.pkg_prerm changed from "#!/bin/sh set -e update-alternatives --remove fstrim /sbin/fstrim.util-linux " to "#!/bin/sh update-alternatives --remove fstrim /sbin/fstrim.util-linux " packages/armv7vet2hf-neon-poky-linux-gnueabi/util-linux/util-linux-getopt: PKGSIZE changed from 21960 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/util-linux/util-linux-getopt: latest.pkg_postinst changed from "#!/bin/sh set -e update-alternatives --install /bin/getopt getopt /bin/getopt.util-linux 80 " to "#!/bin/sh update-alternatives --install /bin/getopt getopt /bin/getopt.util-linux 80 " packages/armv7vet2hf-neon-poky-linux-gnueabi/util-linux/util-linux-getopt: latest.pkg_prerm changed from "#!/bin/sh set -e update-alternatives --remove getopt /bin/getopt.util-linux " to "#!/bin/sh update-alternatives --remove getopt /bin/getopt.util-linux " packages/armv7vet2hf-neon-poky-linux-gnueabi/util-linux/util-linux-hardlink: PKGSIZE changed from 26072 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/util-linux/util-linux-hexdump: PKGSIZE changed from 38352 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/util-linux/util-linux-hexdump: latest.pkg_postinst changed from "#!/bin/sh set -e update-alternatives --install /usr/bin/hexdump hexdump /usr/bin/hexdump.util-linux 80 " to "#!/bin/sh update-alternatives --install /usr/bin/hexdump hexdump /usr/bin/hexdump.util-linux 80 " packages/armv7vet2hf-neon-poky-linux-gnueabi/util-linux/util-linux-hexdump: latest.pkg_prerm changed from "#!/bin/sh set -e update-alternatives --remove hexdump /usr/bin/hexdump.util-linux " to "#!/bin/sh update-alternatives --remove hexdump /usr/bin/hexdump.util-linux " packages/armv7vet2hf-neon-poky-linux-gnueabi/util-linux/util-linux-hwclock: PKGSIZE changed from 50660 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/util-linux/util-linux-hwclock: latest.pkg_postinst changed from "#!/bin/sh set -e update-alternatives --install /sbin/hwclock hwclock /sbin/hwclock.util-linux 80 " to "#!/bin/sh update-alternatives --install /sbin/hwclock hwclock /sbin/hwclock.util-linux 80 " packages/armv7vet2hf-neon-poky-linux-gnueabi/util-linux/util-linux-hwclock: latest.pkg_prerm changed from "#!/bin/sh set -e update-alternatives --remove hwclock /sbin/hwclock.util-linux " to "#!/bin/sh update-alternatives --remove hwclock /sbin/hwclock.util-linux " packages/armv7vet2hf-neon-poky-linux-gnueabi/util-linux/util-linux-ionice: PKGSIZE changed from 17864 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/util-linux/util-linux-ionice: latest.pkg_postinst changed from "#!/bin/sh set -e update-alternatives --install /usr/bin/ionice ionice /usr/bin/ionice.util-linux 80 " to "#!/bin/sh update-alternatives --install /usr/bin/ionice ionice /usr/bin/ionice.util-linux 80 " packages/armv7vet2hf-neon-poky-linux-gnueabi/util-linux/util-linux-ionice: latest.pkg_prerm changed from "#!/bin/sh set -e update-alternatives --remove ionice /usr/bin/ionice.util-linux " to "#!/bin/sh update-alternatives --remove ionice /usr/bin/ionice.util-linux " packages/armv7vet2hf-neon-poky-linux-gnueabi/util-linux/util-linux-ipcmk: PKGSIZE changed from 17900 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/util-linux/util-linux-ipcrm: PKGSIZE changed from 21948 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/util-linux/util-linux-ipcs: PKGSIZE changed from 46524 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/util-linux/util-linux-irqtop: PKGSIZE changed from 30220 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/util-linux/util-linux-isosize: PKGSIZE changed from 17852 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/util-linux/util-linux-kill: PKGSIZE changed from 26052 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/util-linux/util-linux-kill: latest.pkg_postinst changed from "#!/bin/sh set -e update-alternatives --install /bin/kill kill /bin/kill.util-linux 80 " to "#!/bin/sh update-alternatives --install /bin/kill kill /bin/kill.util-linux 80 " packages/armv7vet2hf-neon-poky-linux-gnueabi/util-linux/util-linux-kill: latest.pkg_prerm changed from "#!/bin/sh set -e update-alternatives --remove kill /bin/kill.util-linux " to "#!/bin/sh update-alternatives --remove kill /bin/kill.util-linux " packages/armv7vet2hf-neon-poky-linux-gnueabi/util-linux/util-linux-last: PKGSIZE changed from 30163 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/util-linux/util-linux-last: latest.pkg_postinst changed from "#!/bin/sh set -e update-alternatives --install /usr/bin/last last /usr/bin/last.util-linux 80 update-alternatives --install /usr/bin/lastb lastb /usr/bin/lastb.util-linux 80 " to "#!/bin/sh update-alternatives --install /usr/bin/last last /usr/bin/last.util-linux 80 update-alternatives --install /usr/bin/lastb lastb /usr/bin/lastb.util-linux 80 " packages/armv7vet2hf-neon-poky-linux-gnueabi/util-linux/util-linux-last: latest.pkg_prerm changed from "#!/bin/sh set -e update-alternatives --remove last /usr/bin/last.util-linux update-alternatives --remove lastb /usr/bin/lastb.util-linux " to "#!/bin/sh update-alternatives --remove last /usr/bin/last.util-linux update-alternatives --remove lastb /usr/bin/lastb.util-linux " packages/armv7vet2hf-neon-poky-linux-gnueabi/util-linux/util-linux-ldattach: PKGSIZE changed from 21952 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/util-linux/util-linux-libblkid: PKGSIZE changed from 214965 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/util-linux/util-linux-libblkid: latest.pkg_postinst changed from "#!/bin/sh set -e if [ x"$D" = "x" ]; then if [ -x /sbin/ldconfig ]; then /sbin/ldconfig ; fi fi " to "#!/bin/sh if [ x"$D" = "x" ]; then if [ -x /sbin/ldconfig ]; then /sbin/ldconfig ; fi fi " packages/armv7vet2hf-neon-poky-linux-gnueabi/util-linux/util-linux-libfdisk: PKGSIZE changed from 309889 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/util-linux/util-linux-libfdisk: latest.pkg_postinst changed from "#!/bin/sh set -e if [ x"$D" = "x" ]; then if [ -x /sbin/ldconfig ]; then /sbin/ldconfig ; fi fi " to "#!/bin/sh if [ x"$D" = "x" ]; then if [ -x /sbin/ldconfig ]; then /sbin/ldconfig ; fi fi " packages/armv7vet2hf-neon-poky-linux-gnueabi/util-linux/util-linux-libmount: PKGSIZE changed from 251649 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/util-linux/util-linux-libmount: latest.pkg_postinst changed from "#!/bin/sh set -e if [ x"$D" = "x" ]; then if [ -x /sbin/ldconfig ]; then /sbin/ldconfig ; fi fi " to "#!/bin/sh if [ x"$D" = "x" ]; then if [ -x /sbin/ldconfig ]; then /sbin/ldconfig ; fi fi " packages/armv7vet2hf-neon-poky-linux-gnueabi/util-linux/util-linux-libsmartcols: PKGSIZE changed from 144881 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/util-linux/util-linux-libsmartcols: latest.pkg_postinst changed from "#!/bin/sh set -e if [ x"$D" = "x" ]; then if [ -x /sbin/ldconfig ]; then /sbin/ldconfig ; fi fi " to "#!/bin/sh if [ x"$D" = "x" ]; then if [ -x /sbin/ldconfig ]; then /sbin/ldconfig ; fi fi " packages/armv7vet2hf-neon-poky-linux-gnueabi/util-linux/util-linux-locale-ca: PKGSIZE changed from 33113 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/util-linux/util-linux-locale-cs: PKGSIZE changed from 501691 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/util-linux/util-linux-locale-da: PKGSIZE changed from 413020 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/util-linux/util-linux-locale-de: PKGSIZE changed from 509346 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/util-linux/util-linux-locale-es: PKGSIZE changed from 484265 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/util-linux/util-linux-locale-et: PKGSIZE changed from 20833 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/util-linux/util-linux-locale-eu: PKGSIZE changed from 20147 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/util-linux/util-linux-locale-fi: PKGSIZE changed from 82153 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/util-linux/util-linux-locale-fr: PKGSIZE changed from 514455 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/util-linux/util-linux-locale-gl: PKGSIZE changed from 16538 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/util-linux/util-linux-locale-hr: PKGSIZE changed from 495167 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/util-linux/util-linux-locale-hu: PKGSIZE changed from 39862 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/util-linux/util-linux-locale-id: PKGSIZE changed from 43348 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/util-linux/util-linux-locale-it: PKGSIZE changed from 31911 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/util-linux/util-linux-locale-ja: PKGSIZE changed from 408278 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/util-linux/util-linux-locale-nl: PKGSIZE changed from 334225 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/util-linux/util-linux-locale-pl: PKGSIZE changed from 497100 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/util-linux/util-linux-locale-pt-br: PKGSIZE changed from 473280 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/util-linux/util-linux-locale-pt: PKGSIZE changed from 487574 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/util-linux/util-linux-locale-ru: PKGSIZE changed from 202156 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/util-linux/util-linux-locale-sl: PKGSIZE changed from 31148 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/util-linux/util-linux-locale-sv: PKGSIZE changed from 460436 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/util-linux/util-linux-locale-tr: PKGSIZE changed from 353868 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/util-linux/util-linux-locale-uk: PKGSIZE changed from 641343 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/util-linux/util-linux-locale-vi: PKGSIZE changed from 325353 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/util-linux/util-linux-locale-zh-cn: PKGSIZE changed from 364813 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/util-linux/util-linux-locale-zh-tw: PKGSIZE changed from 47803 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/util-linux/util-linux-logger: PKGSIZE changed from 30440 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/util-linux/util-linux-logger: latest.pkg_postinst changed from "#!/bin/sh set -e update-alternatives --install /usr/bin/logger logger /usr/bin/logger.util-linux 80 " to "#!/bin/sh update-alternatives --install /usr/bin/logger logger /usr/bin/logger.util-linux 80 " packages/armv7vet2hf-neon-poky-linux-gnueabi/util-linux/util-linux-logger: latest.pkg_prerm changed from "#!/bin/sh set -e update-alternatives --remove logger /usr/bin/logger.util-linux " to "#!/bin/sh update-alternatives --remove logger /usr/bin/logger.util-linux " packages/armv7vet2hf-neon-poky-linux-gnueabi/util-linux/util-linux-look: PKGSIZE changed from 9656 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/util-linux/util-linux-losetup: PKGSIZE changed from 75308 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/util-linux/util-linux-losetup: latest.pkg_postinst changed from "#!/bin/sh set -e update-alternatives --install /sbin/losetup losetup /sbin/losetup.util-linux 80 " to "#!/bin/sh update-alternatives --install /sbin/losetup losetup /sbin/losetup.util-linux 80 " packages/armv7vet2hf-neon-poky-linux-gnueabi/util-linux/util-linux-losetup: latest.pkg_prerm changed from "#!/bin/sh set -e update-alternatives --remove losetup /sbin/losetup.util-linux " to "#!/bin/sh update-alternatives --remove losetup /sbin/losetup.util-linux " packages/armv7vet2hf-neon-poky-linux-gnueabi/util-linux/util-linux-lsblk: PKGSIZE changed from 120256 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/util-linux/util-linux-lscpu: PKGSIZE changed from 79292 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/util-linux/util-linux-lsipc: PKGSIZE changed from 58812 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/util-linux/util-linux-lsirq: PKGSIZE changed from 22028 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/util-linux/util-linux-lslocks: PKGSIZE changed from 26284 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/util-linux/util-linux-lslogins: PKGSIZE changed from 42444 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/util-linux/util-linux-lsmem: PKGSIZE changed from 42428 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/util-linux/util-linux-lsns: PKGSIZE changed from 34240 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/util-linux/util-linux-mcookie: PKGSIZE changed from 22008 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/util-linux/util-linux-mcookie: latest.pkg_postinst changed from "#!/bin/sh set -e update-alternatives --install /usr/bin/mcookie mcookie /usr/bin/mcookie.util-linux 80 " to "#!/bin/sh update-alternatives --install /usr/bin/mcookie mcookie /usr/bin/mcookie.util-linux 80 " packages/armv7vet2hf-neon-poky-linux-gnueabi/util-linux/util-linux-mcookie: latest.pkg_prerm changed from "#!/bin/sh set -e update-alternatives --remove mcookie /usr/bin/mcookie.util-linux " to "#!/bin/sh update-alternatives --remove mcookie /usr/bin/mcookie.util-linux " packages/armv7vet2hf-neon-poky-linux-gnueabi/util-linux/util-linux-mesg: PKGSIZE changed from 9664 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/util-linux/util-linux-mesg: latest.pkg_postinst changed from "#!/bin/sh set -e update-alternatives --install /usr/bin/mesg mesg /usr/bin/mesg.util-linux 80 " to "#!/bin/sh update-alternatives --install /usr/bin/mesg mesg /usr/bin/mesg.util-linux 80 " packages/armv7vet2hf-neon-poky-linux-gnueabi/util-linux/util-linux-mesg: latest.pkg_prerm changed from "#!/bin/sh set -e update-alternatives --remove mesg /usr/bin/mesg.util-linux " to "#!/bin/sh update-alternatives --remove mesg /usr/bin/mesg.util-linux " packages/armv7vet2hf-neon-poky-linux-gnueabi/util-linux/util-linux-mkfs.cramfs: PKGSIZE changed from 26000 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/util-linux/util-linux-mkfs: PKGSIZE changed from 9656 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/util-linux/util-linux-mkswap: PKGSIZE changed from 71116 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/util-linux/util-linux-mkswap: latest.pkg_postinst changed from "#!/bin/sh set -e update-alternatives --install /sbin/mkswap mkswap /sbin/mkswap.util-linux 80 " to "#!/bin/sh update-alternatives --install /sbin/mkswap mkswap /sbin/mkswap.util-linux 80 " packages/armv7vet2hf-neon-poky-linux-gnueabi/util-linux/util-linux-mkswap: latest.pkg_prerm changed from "#!/bin/sh set -e update-alternatives --remove mkswap /sbin/mkswap.util-linux " to "#!/bin/sh update-alternatives --remove mkswap /sbin/mkswap.util-linux " packages/armv7vet2hf-neon-poky-linux-gnueabi/util-linux/util-linux-more: PKGSIZE changed from 38344 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/util-linux/util-linux-more: latest.pkg_postinst changed from "#!/bin/sh set -e update-alternatives --install /bin/more more /bin/more.util-linux 80 " to "#!/bin/sh update-alternatives --install /bin/more more /bin/more.util-linux 80 " packages/armv7vet2hf-neon-poky-linux-gnueabi/util-linux/util-linux-more: latest.pkg_prerm changed from "#!/bin/sh set -e update-alternatives --remove more /bin/more.util-linux " to "#!/bin/sh update-alternatives --remove more /bin/more.util-linux " packages/armv7vet2hf-neon-poky-linux-gnueabi/util-linux/util-linux-mount: PKGSIZE changed from 38380 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/util-linux/util-linux-mount: latest.pkg_postinst changed from "#!/bin/sh set -e update-alternatives --install /bin/mount mount /bin/mount.util-linux 80 " to "#!/bin/sh update-alternatives --install /bin/mount mount /bin/mount.util-linux 80 " packages/armv7vet2hf-neon-poky-linux-gnueabi/util-linux/util-linux-mount: latest.pkg_prerm changed from "#!/bin/sh set -e update-alternatives --remove mount /bin/mount.util-linux " to "#!/bin/sh update-alternatives --remove mount /bin/mount.util-linux " packages/armv7vet2hf-neon-poky-linux-gnueabi/util-linux/util-linux-mountpoint: PKGSIZE changed from 9672 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/util-linux/util-linux-mountpoint: latest.pkg_postinst changed from "#!/bin/sh set -e update-alternatives --install /bin/mountpoint mountpoint /bin/mountpoint.util-linux 80 " to "#!/bin/sh update-alternatives --install /bin/mountpoint mountpoint /bin/mountpoint.util-linux 80 " packages/armv7vet2hf-neon-poky-linux-gnueabi/util-linux/util-linux-mountpoint: latest.pkg_prerm changed from "#!/bin/sh set -e update-alternatives --remove mountpoint /bin/mountpoint.util-linux " to "#!/bin/sh update-alternatives --remove mountpoint /bin/mountpoint.util-linux " packages/armv7vet2hf-neon-poky-linux-gnueabi/util-linux/util-linux-namei: PKGSIZE changed from 21948 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/util-linux/util-linux-nologin: PKGSIZE changed from 9668 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/util-linux/util-linux-nologin: latest.pkg_postinst changed from "#!/bin/sh set -e update-alternatives --install /sbin/nologin nologin /sbin/nologin.util-linux 80 " to "#!/bin/sh update-alternatives --install /sbin/nologin nologin /sbin/nologin.util-linux 80 " packages/armv7vet2hf-neon-poky-linux-gnueabi/util-linux/util-linux-nologin: latest.pkg_prerm changed from "#!/bin/sh set -e update-alternatives --remove nologin /sbin/nologin.util-linux " to "#!/bin/sh update-alternatives --remove nologin /sbin/nologin.util-linux " packages/armv7vet2hf-neon-poky-linux-gnueabi/util-linux/util-linux-nsenter: PKGSIZE changed from 22076 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/util-linux/util-linux-nsenter: latest.pkg_postinst changed from "#!/bin/sh set -e update-alternatives --install /usr/bin/nsenter nsenter /usr/bin/nsenter.util-linux 80 " to "#!/bin/sh update-alternatives --install /usr/bin/nsenter nsenter /usr/bin/nsenter.util-linux 80 " packages/armv7vet2hf-neon-poky-linux-gnueabi/util-linux/util-linux-nsenter: latest.pkg_prerm changed from "#!/bin/sh set -e update-alternatives --remove nsenter /usr/bin/nsenter.util-linux " to "#!/bin/sh update-alternatives --remove nsenter /usr/bin/nsenter.util-linux " packages/armv7vet2hf-neon-poky-linux-gnueabi/util-linux/util-linux-partx: PKGSIZE changed from 75200 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/util-linux/util-linux-pivot-root: PKGSIZE changed from 9672 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/util-linux/util-linux-pivot-root: latest.pkg_postinst changed from "#!/bin/sh set -e update-alternatives --install /sbin/pivot_root pivot_root /sbin/pivot_root.util-linux 80 " to "#!/bin/sh update-alternatives --install /sbin/pivot_root pivot_root /sbin/pivot_root.util-linux 80 " packages/armv7vet2hf-neon-poky-linux-gnueabi/util-linux/util-linux-pivot-root: latest.pkg_prerm changed from "#!/bin/sh set -e update-alternatives --remove pivot_root /sbin/pivot_root.util-linux " to "#!/bin/sh update-alternatives --remove pivot_root /sbin/pivot_root.util-linux " packages/armv7vet2hf-neon-poky-linux-gnueabi/util-linux/util-linux-prlimit: PKGSIZE changed from 26312 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/util-linux/util-linux-prlimit: latest.pkg_postinst changed from "#!/bin/sh set -e update-alternatives --install /usr/bin/prlimit prlimit /usr/bin/prlimit.util-linux 80 " to "#!/bin/sh update-alternatives --install /usr/bin/prlimit prlimit /usr/bin/prlimit.util-linux 80 " packages/armv7vet2hf-neon-poky-linux-gnueabi/util-linux/util-linux-prlimit: latest.pkg_prerm changed from "#!/bin/sh set -e update-alternatives --remove prlimit /usr/bin/prlimit.util-linux " to "#!/bin/sh update-alternatives --remove prlimit /usr/bin/prlimit.util-linux " packages/armv7vet2hf-neon-poky-linux-gnueabi/util-linux/util-linux-ptest: PKGSIZE changed from 4101702 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/util-linux/util-linux-raw: PKGSIZE changed from 9652 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/util-linux/util-linux-readprofile: PKGSIZE changed from 13800 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/util-linux/util-linux-readprofile: latest.pkg_postinst changed from "#!/bin/sh set -e update-alternatives --install /usr/sbin/readprofile readprofile /usr/sbin/readprofile.util-linux 80 " to "#!/bin/sh update-alternatives --install /usr/sbin/readprofile readprofile /usr/sbin/readprofile.util-linux 80 " packages/armv7vet2hf-neon-poky-linux-gnueabi/util-linux/util-linux-readprofile: latest.pkg_prerm changed from "#!/bin/sh set -e update-alternatives --remove readprofile /usr/sbin/readprofile.util-linux " to "#!/bin/sh update-alternatives --remove readprofile /usr/sbin/readprofile.util-linux " packages/armv7vet2hf-neon-poky-linux-gnueabi/util-linux/util-linux-rename: PKGSIZE changed from 13752 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/util-linux/util-linux-renice: PKGSIZE changed from 9668 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/util-linux/util-linux-renice: latest.pkg_postinst changed from "#!/bin/sh set -e update-alternatives --install /usr/bin/renice renice /usr/bin/renice.util-linux 80 " to "#!/bin/sh update-alternatives --install /usr/bin/renice renice /usr/bin/renice.util-linux 80 " packages/armv7vet2hf-neon-poky-linux-gnueabi/util-linux/util-linux-renice: latest.pkg_prerm changed from "#!/bin/sh set -e update-alternatives --remove renice /usr/bin/renice.util-linux " to "#!/bin/sh update-alternatives --remove renice /usr/bin/renice.util-linux " packages/armv7vet2hf-neon-poky-linux-gnueabi/util-linux/util-linux-resizepart: PKGSIZE changed from 38336 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/util-linux/util-linux-rev: PKGSIZE changed from 9664 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/util-linux/util-linux-rev: latest.pkg_postinst changed from "#!/bin/sh set -e update-alternatives --install /usr/bin/rev rev /usr/bin/rev.util-linux 80 " to "#!/bin/sh update-alternatives --install /usr/bin/rev rev /usr/bin/rev.util-linux 80 " packages/armv7vet2hf-neon-poky-linux-gnueabi/util-linux/util-linux-rev: latest.pkg_prerm changed from "#!/bin/sh set -e update-alternatives --remove rev /usr/bin/rev.util-linux " to "#!/bin/sh update-alternatives --remove rev /usr/bin/rev.util-linux " packages/armv7vet2hf-neon-poky-linux-gnueabi/util-linux/util-linux-rfkill: PKGSIZE changed from 30152 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/util-linux/util-linux-rfkill: latest.pkg_postinst changed from "#!/bin/sh set -e update-alternatives --install /usr/sbin/rfkill rfkill /usr/sbin/rfkill.util-linux 80 " to "#!/bin/sh update-alternatives --install /usr/sbin/rfkill rfkill /usr/sbin/rfkill.util-linux 80 " packages/armv7vet2hf-neon-poky-linux-gnueabi/util-linux/util-linux-rfkill: latest.pkg_prerm changed from "#!/bin/sh set -e update-alternatives --remove rfkill /usr/sbin/rfkill.util-linux " to "#!/bin/sh update-alternatives --remove rfkill /usr/sbin/rfkill.util-linux " packages/armv7vet2hf-neon-poky-linux-gnueabi/util-linux/util-linux-rtcwake: PKGSIZE changed from 30152 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/util-linux/util-linux-rtcwake: latest.pkg_postinst changed from "#!/bin/sh set -e update-alternatives --install /usr/sbin/rtcwake rtcwake /usr/sbin/rtcwake.util-linux 80 " to "#!/bin/sh update-alternatives --install /usr/sbin/rtcwake rtcwake /usr/sbin/rtcwake.util-linux 80 " packages/armv7vet2hf-neon-poky-linux-gnueabi/util-linux/util-linux-rtcwake: latest.pkg_prerm changed from "#!/bin/sh set -e update-alternatives --remove rtcwake /usr/sbin/rtcwake.util-linux " to "#!/bin/sh update-alternatives --remove rtcwake /usr/sbin/rtcwake.util-linux " packages/armv7vet2hf-neon-poky-linux-gnueabi/util-linux/util-linux-script: PKGSIZE changed from 46524 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/util-linux/util-linux-scriptlive: PKGSIZE changed from 38336 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/util-linux/util-linux-scriptreplay: PKGSIZE changed from 30148 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/util-linux/util-linux-setarch: PKGSIZE changed from 13905 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/util-linux/util-linux-setpriv: PKGSIZE changed from 34252 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/util-linux/util-linux-setpriv: latest.pkg_postinst changed from "#!/bin/sh set -e update-alternatives --install /usr/bin/setpriv setpriv /usr/bin/setpriv.util-linux 80 " to "#!/bin/sh update-alternatives --install /usr/bin/setpriv setpriv /usr/bin/setpriv.util-linux 80 " packages/armv7vet2hf-neon-poky-linux-gnueabi/util-linux/util-linux-setpriv: latest.pkg_prerm changed from "#!/bin/sh set -e update-alternatives --remove setpriv /usr/bin/setpriv.util-linux " to "#!/bin/sh update-alternatives --remove setpriv /usr/bin/setpriv.util-linux " packages/armv7vet2hf-neon-poky-linux-gnueabi/util-linux/util-linux-setsid: PKGSIZE changed from 9668 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/util-linux/util-linux-setsid: latest.pkg_postinst changed from "#!/bin/sh set -e update-alternatives --install /usr/bin/setsid setsid /usr/bin/setsid.util-linux 80 " to "#!/bin/sh update-alternatives --install /usr/bin/setsid setsid /usr/bin/setsid.util-linux 80 " packages/armv7vet2hf-neon-poky-linux-gnueabi/util-linux/util-linux-setsid: latest.pkg_prerm changed from "#!/bin/sh set -e update-alternatives --remove setsid /usr/bin/setsid.util-linux " to "#!/bin/sh update-alternatives --remove setsid /usr/bin/setsid.util-linux " packages/armv7vet2hf-neon-poky-linux-gnueabi/util-linux/util-linux-setterm: PKGSIZE changed from 30140 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/util-linux/util-linux-sfdisk: PKGSIZE changed from 95676 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/util-linux/util-linux-src: PKGSIZE changed from 4564529 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/util-linux/util-linux-sulogin: PKGSIZE changed from 34248 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/util-linux/util-linux-sulogin: latest.pkg_postinst changed from "#!/bin/sh set -e update-alternatives --install /sbin/sulogin sulogin /sbin/sulogin.util-linux 80 " to "#!/bin/sh update-alternatives --install /sbin/sulogin sulogin /sbin/sulogin.util-linux 80 " packages/armv7vet2hf-neon-poky-linux-gnueabi/util-linux/util-linux-sulogin: latest.pkg_prerm changed from "#!/bin/sh set -e update-alternatives --remove sulogin /sbin/sulogin.util-linux " to "#!/bin/sh update-alternatives --remove sulogin /sbin/sulogin.util-linux " packages/armv7vet2hf-neon-poky-linux-gnueabi/util-linux/util-linux-swaplabel: PKGSIZE changed from 9660 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/util-linux/util-linux-swapoff: PKGSIZE changed from 13764 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/util-linux/util-linux-swapoff: latest.pkg_postinst changed from "#!/bin/sh set -e update-alternatives --install /sbin/swapoff swapoff /sbin/swapoff.util-linux 80 " to "#!/bin/sh update-alternatives --install /sbin/swapoff swapoff /sbin/swapoff.util-linux 80 " packages/armv7vet2hf-neon-poky-linux-gnueabi/util-linux/util-linux-swapoff: latest.pkg_prerm changed from "#!/bin/sh set -e update-alternatives --remove swapoff /sbin/swapoff.util-linux " to "#!/bin/sh update-alternatives --remove swapoff /sbin/swapoff.util-linux " packages/armv7vet2hf-neon-poky-linux-gnueabi/util-linux/util-linux-swapon: PKGSIZE changed from 34248 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/util-linux/util-linux-swapon: latest.pkg_postinst changed from "#!/bin/sh set -e update-alternatives --install /sbin/swapon swapon /sbin/swapon.util-linux 80 " to "#!/bin/sh update-alternatives --install /sbin/swapon swapon /sbin/swapon.util-linux 80 " packages/armv7vet2hf-neon-poky-linux-gnueabi/util-linux/util-linux-swapon: latest.pkg_prerm changed from "#!/bin/sh set -e update-alternatives --remove swapon /sbin/swapon.util-linux " to "#!/bin/sh update-alternatives --remove swapon /sbin/swapon.util-linux " packages/armv7vet2hf-neon-poky-linux-gnueabi/util-linux/util-linux-switch-root: PKGSIZE changed from 9692 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/util-linux/util-linux-switch-root: latest.pkg_postinst changed from "#!/bin/sh set -e update-alternatives --install /sbin/switch_root switch_root /sbin/switch_root.util-linux 80 " to "#!/bin/sh update-alternatives --install /sbin/switch_root switch_root /sbin/switch_root.util-linux 80 " packages/armv7vet2hf-neon-poky-linux-gnueabi/util-linux/util-linux-switch-root: latest.pkg_prerm changed from "#!/bin/sh set -e update-alternatives --remove switch_root /sbin/switch_root.util-linux " to "#!/bin/sh update-alternatives --remove switch_root /sbin/switch_root.util-linux " packages/armv7vet2hf-neon-poky-linux-gnueabi/util-linux/util-linux-taskset: PKGSIZE changed from 21960 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/util-linux/util-linux-taskset: latest.pkg_postinst changed from "#!/bin/sh set -e update-alternatives --install /usr/bin/taskset taskset /usr/bin/taskset.util-linux 80 " to "#!/bin/sh update-alternatives --install /usr/bin/taskset taskset /usr/bin/taskset.util-linux 80 " packages/armv7vet2hf-neon-poky-linux-gnueabi/util-linux/util-linux-taskset: latest.pkg_prerm changed from "#!/bin/sh set -e update-alternatives --remove taskset /usr/bin/taskset.util-linux " to "#!/bin/sh update-alternatives --remove taskset /usr/bin/taskset.util-linux " packages/armv7vet2hf-neon-poky-linux-gnueabi/util-linux/util-linux-uclampset: PKGSIZE changed from 34240 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/util-linux/util-linux-ul: PKGSIZE changed from 13748 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/util-linux/util-linux-umount: PKGSIZE changed from 21956 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/util-linux/util-linux-umount: latest.pkg_postinst changed from "#!/bin/sh set -e update-alternatives --install /bin/umount umount /bin/umount.util-linux 80 " to "#!/bin/sh update-alternatives --install /bin/umount umount /bin/umount.util-linux 80 " packages/armv7vet2hf-neon-poky-linux-gnueabi/util-linux/util-linux-umount: latest.pkg_prerm changed from "#!/bin/sh set -e update-alternatives --remove umount /bin/umount.util-linux " to "#!/bin/sh update-alternatives --remove umount /bin/umount.util-linux " packages/armv7vet2hf-neon-poky-linux-gnueabi/util-linux/util-linux-unshare: PKGSIZE changed from 30264 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/util-linux/util-linux-unshare: latest.pkg_postinst changed from "#!/bin/sh set -e update-alternatives --install /usr/bin/unshare unshare /usr/bin/unshare.util-linux 80 " to "#!/bin/sh update-alternatives --install /usr/bin/unshare unshare /usr/bin/unshare.util-linux 80 " packages/armv7vet2hf-neon-poky-linux-gnueabi/util-linux/util-linux-unshare: latest.pkg_prerm changed from "#!/bin/sh set -e update-alternatives --remove unshare /usr/bin/unshare.util-linux " to "#!/bin/sh update-alternatives --remove unshare /usr/bin/unshare.util-linux " packages/armv7vet2hf-neon-poky-linux-gnueabi/util-linux/util-linux-utmpdump: PKGSIZE changed from 17860 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/util-linux/util-linux-utmpdump: latest.pkg_postinst changed from "#!/bin/sh set -e update-alternatives --install /usr/bin/utmpdump utmpdump /usr/bin/utmpdump.util-linux 80 " to "#!/bin/sh update-alternatives --install /usr/bin/utmpdump utmpdump /usr/bin/utmpdump.util-linux 80 " packages/armv7vet2hf-neon-poky-linux-gnueabi/util-linux/util-linux-utmpdump: latest.pkg_prerm changed from "#!/bin/sh set -e update-alternatives --remove utmpdump /usr/bin/utmpdump.util-linux " to "#!/bin/sh update-alternatives --remove utmpdump /usr/bin/utmpdump.util-linux " packages/armv7vet2hf-neon-poky-linux-gnueabi/util-linux/util-linux-uuidd: PKGSIZE changed from 26296 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/util-linux/util-linux-uuidgen: PKGSIZE changed from 9668 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/util-linux/util-linux-uuidgen: latest.pkg_postinst changed from "#!/bin/sh set -e update-alternatives --install /usr/bin/uuidgen uuidgen /usr/bin/uuidgen.util-linux 80 " to "#!/bin/sh update-alternatives --install /usr/bin/uuidgen uuidgen /usr/bin/uuidgen.util-linux 80 " packages/armv7vet2hf-neon-poky-linux-gnueabi/util-linux/util-linux-uuidgen: latest.pkg_prerm changed from "#!/bin/sh set -e update-alternatives --remove uuidgen /usr/bin/uuidgen.util-linux " to "#!/bin/sh update-alternatives --remove uuidgen /usr/bin/uuidgen.util-linux " packages/armv7vet2hf-neon-poky-linux-gnueabi/util-linux/util-linux-uuidparse: PKGSIZE changed from 26048 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/util-linux/util-linux-wall: PKGSIZE changed from 21956 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/util-linux/util-linux-wall: latest.pkg_postinst changed from "#!/bin/sh set -e update-alternatives --install /usr/bin/wall wall /usr/bin/wall.util-linux 80 " to "#!/bin/sh update-alternatives --install /usr/bin/wall wall /usr/bin/wall.util-linux 80 " packages/armv7vet2hf-neon-poky-linux-gnueabi/util-linux/util-linux-wall: latest.pkg_prerm changed from "#!/bin/sh set -e update-alternatives --remove wall /usr/bin/wall.util-linux " to "#!/bin/sh update-alternatives --remove wall /usr/bin/wall.util-linux " packages/armv7vet2hf-neon-poky-linux-gnueabi/util-linux/util-linux-wdctl: PKGSIZE changed from 38344 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/util-linux/util-linux-whereis: PKGSIZE changed from 18044 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/util-linux/util-linux-wipefs: PKGSIZE changed from 30140 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/util-linux/util-linux-write: PKGSIZE changed from 13752 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/util-linux/util-linux-zramctl: PKGSIZE changed from 75296 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/util-macros/util-macros-dev: PKGSIZE changed from 71698 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/util-macros/util-macros: PKGSIZE changed from 15744 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/valgrind/valgrind-dbg: PKGSIZE changed from 105153720 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/valgrind/valgrind-dev: PKGSIZE changed from 2078237 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/valgrind/valgrind-doc: PKGSIZE changed from 14548639 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/valgrind/valgrind-ptest: PKGSIZE changed from 109620066 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/valgrind/valgrind-src: PKGSIZE changed from 25309461 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/valgrind/valgrind-staticdev: PKGSIZE changed from 39297716 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/valgrind/valgrind: PKGSIZE changed from 21458085 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/vte/libvte: PKGSIZE changed from 380707 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/vte/libvte: latest.pkg_postinst changed from "#!/bin/sh set -e if [ x"$D" = "x" ]; then if [ -x /sbin/ldconfig ]; then /sbin/ldconfig ; fi fi " to "#!/bin/sh if [ x"$D" = "x" ]; then if [ -x /sbin/ldconfig ]; then /sbin/ldconfig ; fi fi " packages/armv7vet2hf-neon-poky-linux-gnueabi/vte/vte-dbg: PKGSIZE changed from 6151284 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/vte/vte-dev: PKGSIZE changed from 367914 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/vte/vte-locale-am: PKGSIZE changed from 417 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/vte/vte-locale-an: PKGSIZE changed from 1739 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/vte/vte-locale-ang: PKGSIZE changed from 849 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/vte/vte-locale-ar: PKGSIZE changed from 2110 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/vte/vte-locale-as: PKGSIZE changed from 2814 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/vte/vte-locale-ast: PKGSIZE changed from 2025 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/vte/vte-locale-az: PKGSIZE changed from 2256 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/vte/vte-locale-be+latin: PKGSIZE changed from 2680 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/vte/vte-locale-be: PKGSIZE changed from 1112 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/vte/vte-locale-bg: PKGSIZE changed from 1138 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/vte/vte-locale-bn-in: PKGSIZE changed from 2827 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/vte/vte-locale-bn: PKGSIZE changed from 2987 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/vte/vte-locale-bs: PKGSIZE changed from 1626 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/vte/vte-locale-ca+valencia: PKGSIZE changed from 1077 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/vte/vte-locale-ca: PKGSIZE changed from 1345 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/vte/vte-locale-ckb: PKGSIZE changed from 1102 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/vte/vte-locale-cs: PKGSIZE changed from 1301 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/vte/vte-locale-cy: PKGSIZE changed from 2063 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/vte/vte-locale-da: PKGSIZE changed from 1201 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/vte/vte-locale-de: PKGSIZE changed from 1253 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/vte/vte-locale-dz: PKGSIZE changed from 4499 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/vte/vte-locale-el: PKGSIZE changed from 1278 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/vte/vte-locale-en+shaw: PKGSIZE changed from 2628 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/vte/vte-locale-en-ca: PKGSIZE changed from 2180 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/vte/vte-locale-en-gb: PKGSIZE changed from 1228 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/vte/vte-locale-eo: PKGSIZE changed from 1288 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/vte/vte-locale-es: PKGSIZE changed from 1298 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/vte/vte-locale-et: PKGSIZE changed from 1908 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/vte/vte-locale-eu: PKGSIZE changed from 1282 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/vte/vte-locale-fa: PKGSIZE changed from 1305 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/vte/vte-locale-fi: PKGSIZE changed from 924 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/vte/vte-locale-fr: PKGSIZE changed from 1372 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/vte/vte-locale-fur: PKGSIZE changed from 1249 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/vte/vte-locale-ga: PKGSIZE changed from 1946 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/vte/vte-locale-gd: PKGSIZE changed from 1148 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/vte/vte-locale-gl: PKGSIZE changed from 1322 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/vte/vte-locale-gu: PKGSIZE changed from 2855 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/vte/vte-locale-he: PKGSIZE changed from 935 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/vte/vte-locale-hi: PKGSIZE changed from 2790 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/vte/vte-locale-hr: PKGSIZE changed from 1262 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/vte/vte-locale-hu: PKGSIZE changed from 1377 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/vte/vte-locale-id: PKGSIZE changed from 1254 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/vte/vte-locale-is: PKGSIZE changed from 1068 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/vte/vte-locale-it: PKGSIZE changed from 1297 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/vte/vte-locale-ja: PKGSIZE changed from 1364 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/vte/vte-locale-ka: PKGSIZE changed from 2998 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/vte/vte-locale-kk: PKGSIZE changed from 868 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/vte/vte-locale-kn: PKGSIZE changed from 3783 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/vte/vte-locale-ko: PKGSIZE changed from 1241 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/vte/vte-locale-ku: PKGSIZE changed from 589 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/vte/vte-locale-ky: PKGSIZE changed from 2694 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/vte/vte-locale-li: PKGSIZE changed from 1997 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/vte/vte-locale-lt: PKGSIZE changed from 1325 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/vte/vte-locale-lv: PKGSIZE changed from 1335 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/vte/vte-locale-mai: PKGSIZE changed from 2269 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/vte/vte-locale-mi: PKGSIZE changed from 379 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/vte/vte-locale-mjw: PKGSIZE changed from 655 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/vte/vte-locale-mk: PKGSIZE changed from 3092 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/vte/vte-locale-ml: PKGSIZE changed from 1584 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/vte/vte-locale-mn: PKGSIZE changed from 2444 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/vte/vte-locale-mr: PKGSIZE changed from 3364 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/vte/vte-locale-ms: PKGSIZE changed from 652 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/vte/vte-locale-nb: PKGSIZE changed from 1211 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/vte/vte-locale-nds: PKGSIZE changed from 2002 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/vte/vte-locale-ne: PKGSIZE changed from 1679 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/vte/vte-locale-nl: PKGSIZE changed from 1226 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/vte/vte-locale-nn: PKGSIZE changed from 2316 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/vte/vte-locale-oc: PKGSIZE changed from 1305 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/vte/vte-locale-or: PKGSIZE changed from 2896 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/vte/vte-locale-pa: PKGSIZE changed from 1657 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/vte/vte-locale-pl: PKGSIZE changed from 1462 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/vte/vte-locale-pt-br: PKGSIZE changed from 1331 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/vte/vte-locale-pt: PKGSIZE changed from 1291 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/vte/vte-locale-ro: PKGSIZE changed from 1407 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/vte/vte-locale-ru: PKGSIZE changed from 1306 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/vte/vte-locale-rw: PKGSIZE changed from 373 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/vte/vte-locale-si: PKGSIZE changed from 3501 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/vte/vte-locale-sk: PKGSIZE changed from 1241 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/vte/vte-locale-sl: PKGSIZE changed from 1380 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/vte/vte-locale-sq: PKGSIZE changed from 2714 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/vte/vte-locale-sr+latin: PKGSIZE changed from 1140 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/vte/vte-locale-sr: PKGSIZE changed from 1642 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/vte/vte-locale-sv: PKGSIZE changed from 1259 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/vte/vte-locale-ta: PKGSIZE changed from 3007 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/vte/vte-locale-te: PKGSIZE changed from 3849 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/vte/vte-locale-tg: PKGSIZE changed from 2340 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/vte/vte-locale-th: PKGSIZE changed from 2888 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/vte/vte-locale-tr: PKGSIZE changed from 1243 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/vte/vte-locale-ug: PKGSIZE changed from 2517 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/vte/vte-locale-uk: PKGSIZE changed from 1622 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/vte/vte-locale-uz+cyrillic: PKGSIZE changed from 2341 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/vte/vte-locale-vi: PKGSIZE changed from 2658 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/vte/vte-locale-wa: PKGSIZE changed from 2365 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/vte/vte-locale-xh: PKGSIZE changed from 2257 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/vte/vte-locale-zh-cn: PKGSIZE changed from 1203 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/vte/vte-locale-zh-hk: PKGSIZE changed from 1911 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/vte/vte-locale-zh-tw: PKGSIZE changed from 1165 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/vte/vte-prompt: PKGSIZE changed from 7872 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/vte/vte-src: PKGSIZE changed from 2081352 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/vte/vte: PKGSIZE changed from 58940 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/vulkan-headers/vulkan-headers-dev: PKGSIZE changed from 7733004 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/vulkan-headers/vulkan-headers: PKGSIZE changed from 5201001 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/vulkan-loader/vulkan-loader-dbg: PKGSIZE changed from 1690876 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/vulkan-loader/vulkan-loader-dev: PKGSIZE changed from 260 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/vulkan-loader/vulkan-loader-src: PKGSIZE changed from 1389068 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/vulkan-loader/vulkan-loader: PKGSIZE changed from 239036 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/vulkan-loader/vulkan-loader: latest.pkg_postinst changed from "#!/bin/sh set -e if [ x"$D" = "x" ]; then if [ -x /sbin/ldconfig ]; then /sbin/ldconfig ; fi fi " to "#!/bin/sh if [ x"$D" = "x" ]; then if [ -x /sbin/ldconfig ]; then /sbin/ldconfig ; fi fi " packages/armv7vet2hf-neon-poky-linux-gnueabi/wayland/wayland-dbg: PKGSIZE changed from 2034292 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/wayland/wayland-dev: PKGSIZE changed from 402350 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/wayland/wayland-ptest: PKGSIZE changed from 930431 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/wayland/wayland-src: PKGSIZE changed from 966881 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/wayland/wayland-tools: PKGSIZE changed from 165137 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/wayland/wayland: PKGSIZE changed from 112641 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/wayland/wayland: latest.pkg_postinst changed from "#!/bin/sh set -e if [ x"$D" = "x" ]; then if [ -x /sbin/ldconfig ]; then /sbin/ldconfig ; fi fi " to "#!/bin/sh if [ x"$D" = "x" ]; then if [ -x /sbin/ldconfig ]; then /sbin/ldconfig ; fi fi " packages/armv7vet2hf-neon-poky-linux-gnueabi/which/which-dbg: PKGSIZE changed from 65640 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/which/which-doc: PKGSIZE changed from 11156 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/which/which-doc: latest.pkg_postinst changed from "#!/bin/sh set -e update-alternatives --install /usr/share/man/man1/which.1 which.1 /usr/share/man/man1/which.1.which 100 " to "#!/bin/sh update-alternatives --install /usr/share/man/man1/which.1 which.1 /usr/share/man/man1/which.1.which 100 " packages/armv7vet2hf-neon-poky-linux-gnueabi/which/which-doc: latest.pkg_prerm changed from "#!/bin/sh set -e update-alternatives --remove which.1 /usr/share/man/man1/which.1.which " to "#!/bin/sh update-alternatives --remove which.1 /usr/share/man/man1/which.1.which " packages/armv7vet2hf-neon-poky-linux-gnueabi/which/which-src: PKGSIZE changed from 53864 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/which/which: PKGSIZE changed from 18072 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/which/which: latest.pkg_postinst changed from "#!/bin/sh set -e update-alternatives --install /usr/bin/which which /usr/bin/which.which 100 " to "#!/bin/sh update-alternatives --install /usr/bin/which which /usr/bin/which.which 100 " packages/armv7vet2hf-neon-poky-linux-gnueabi/which/which: latest.pkg_prerm changed from "#!/bin/sh set -e update-alternatives --remove which /usr/bin/which.which " to "#!/bin/sh update-alternatives --remove which /usr/bin/which.which " packages/armv7vet2hf-neon-poky-linux-gnueabi/wpa-supplicant/wpa-supplicant-cli: PKGSIZE changed from 71876 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/wpa-supplicant/wpa-supplicant-dbg: PKGSIZE changed from 6038740 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/wpa-supplicant/wpa-supplicant-doc: PKGSIZE changed from 68061 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/wpa-supplicant/wpa-supplicant-passphrase: PKGSIZE changed from 34200 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/wpa-supplicant/wpa-supplicant-src: PKGSIZE changed from 6750923 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/wpa-supplicant/wpa-supplicant: PKGSIZE changed from 936818 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/wpa-supplicant/wpa-supplicant: latest.pkg_postinst changed from "set -e # If we're offline, we don't need to do this. if [ "x$D" = "x" ]; then killall -q -HUP dbus-daemon || true fi " to " # If we're offline, we don't need to do this. if [ "x$D" = "x" ]; then killall -q -HUP dbus-daemon || true fi " packages/armv7vet2hf-neon-poky-linux-gnueabi/x11perf/x11perf-dbg: PKGSIZE changed from 246436 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/x11perf/x11perf-doc: PKGSIZE changed from 32618 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/x11perf/x11perf-src: PKGSIZE changed from 281238 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/x11perf/x11perf: PKGSIZE changed from 148026 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/xauth/xauth-dbg: PKGSIZE changed from 105756 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/xauth/xauth-doc: PKGSIZE changed from 11389 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/xauth/xauth-src: PKGSIZE changed from 74724 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/xauth/xauth: PKGSIZE changed from 30568 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/xcb-proto/python-xcbgen: PKGSIZE changed from 189008 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/xcb-proto/xcb-proto-dev: PKGSIZE changed from 676100 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/xcb-util/xcb-util-dbg: PKGSIZE changed from 30016 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/xcb-util/xcb-util-dev: PKGSIZE changed from 11217 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/xcb-util/xcb-util-src: PKGSIZE changed from 25540 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/xcb-util/xcb-util: PKGSIZE changed from 13632 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/xcb-util/xcb-util: latest.pkg_postinst changed from "#!/bin/sh set -e if [ x"$D" = "x" ]; then if [ -x /sbin/ldconfig ]; then /sbin/ldconfig ; fi fi " to "#!/bin/sh if [ x"$D" = "x" ]; then if [ -x /sbin/ldconfig ]; then /sbin/ldconfig ; fi fi " packages/armv7vet2hf-neon-poky-linux-gnueabi/xdpyinfo/xdpyinfo-dbg: PKGSIZE changed from 72216 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/xdpyinfo/xdpyinfo-doc: PKGSIZE changed from 2876 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/xdpyinfo/xdpyinfo-src: PKGSIZE changed from 45078 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/xdpyinfo/xdpyinfo: PKGSIZE changed from 26356 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/xf86-input-libinput/xf86-input-libinput-dbg: PKGSIZE changed from 234380 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/xf86-input-libinput/xf86-input-libinput-dev: PKGSIZE changed from 9734 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/xf86-input-libinput/xf86-input-libinput-doc: PKGSIZE changed from 17495 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/xf86-input-libinput/xf86-input-libinput-src: PKGSIZE changed from 174514 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/xf86-input-libinput/xf86-input-libinput: PKGSIZE changed from 57093 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/xf86-video-fbdev/xf86-video-fbdev-dbg: PKGSIZE changed from 71472 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/xf86-video-fbdev/xf86-video-fbdev-doc: PKGSIZE changed from 2176 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/xf86-video-fbdev/xf86-video-fbdev-src: PKGSIZE changed from 33210 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/xf86-video-fbdev/xf86-video-fbdev: PKGSIZE changed from 18244 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/xhost/xhost-dbg: PKGSIZE changed from 33964 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/xhost/xhost-doc: PKGSIZE changed from 7903 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/xhost/xhost-src: PKGSIZE changed from 22579 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/xhost/xhost: PKGSIZE changed from 9604 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/xinit/xinit-dbg: PKGSIZE changed from 36364 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/xinit/xinit-doc: PKGSIZE changed from 12164 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/xinit/xinit-src: PKGSIZE changed from 18406 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/xinit/xinit: PKGSIZE changed from 20011 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/xinput-calibrator/xinput-calibrator-dbg: PKGSIZE changed from 939128 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/xinput-calibrator/xinput-calibrator-doc: PKGSIZE changed from 3865 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/xinput-calibrator/xinput-calibrator-src: PKGSIZE changed from 146331 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/xinput-calibrator/xinput-calibrator: PKGSIZE changed from 148670 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/xinput/xinput-dbg: PKGSIZE changed from 204512 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/xinput/xinput-doc: PKGSIZE changed from 7924 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/xinput/xinput-src: PKGSIZE changed from 112538 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/xinput/xinput: PKGSIZE changed from 38656 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/xkbcomp/xkbcomp-dbg: PKGSIZE changed from 533720 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/xkbcomp/xkbcomp-dev: PKGSIZE changed from 187 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/xkbcomp/xkbcomp-doc: PKGSIZE changed from 4428 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/xkbcomp/xkbcomp-src: PKGSIZE changed from 578506 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/xkbcomp/xkbcomp: PKGSIZE changed from 144000 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/xkeyboard-config/xkeyboard-config-dev: PKGSIZE changed from 167 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/xkeyboard-config/xkeyboard-config-doc: PKGSIZE changed from 37309 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/xkeyboard-config/xkeyboard-config-locale-af: PKGSIZE changed from 5658 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/xkeyboard-config/xkeyboard-config-locale-az: PKGSIZE changed from 5745 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/xkeyboard-config/xkeyboard-config-locale-bg: PKGSIZE changed from 106211 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/xkeyboard-config/xkeyboard-config-locale-ca: PKGSIZE changed from 82475 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/xkeyboard-config/xkeyboard-config-locale-crh: PKGSIZE changed from 11272 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/xkeyboard-config/xkeyboard-config-locale-cs: PKGSIZE changed from 87127 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/xkeyboard-config/xkeyboard-config-locale-da: PKGSIZE changed from 63536 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/xkeyboard-config/xkeyboard-config-locale-de: PKGSIZE changed from 87076 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/xkeyboard-config/xkeyboard-config-locale-el: PKGSIZE changed from 43343 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/xkeyboard-config/xkeyboard-config-locale-en-gb: PKGSIZE changed from 4047 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/xkeyboard-config/xkeyboard-config-locale-eo: PKGSIZE changed from 80051 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/xkeyboard-config/xkeyboard-config-locale-es: PKGSIZE changed from 85310 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/xkeyboard-config/xkeyboard-config-locale-fi: PKGSIZE changed from 87791 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/xkeyboard-config/xkeyboard-config-locale-fr: PKGSIZE changed from 84092 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/xkeyboard-config/xkeyboard-config-locale-fur: PKGSIZE changed from 83223 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/xkeyboard-config/xkeyboard-config-locale-gl: PKGSIZE changed from 64741 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/xkeyboard-config/xkeyboard-config-locale-hr: PKGSIZE changed from 84994 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/xkeyboard-config/xkeyboard-config-locale-hu: PKGSIZE changed from 82207 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/xkeyboard-config/xkeyboard-config-locale-id: PKGSIZE changed from 78342 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/xkeyboard-config/xkeyboard-config-locale-it: PKGSIZE changed from 80641 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/xkeyboard-config/xkeyboard-config-locale-ja: PKGSIZE changed from 34982 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/xkeyboard-config/xkeyboard-config-locale-ka: PKGSIZE changed from 5549 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/xkeyboard-config/xkeyboard-config-locale-ko: PKGSIZE changed from 89106 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/xkeyboard-config/xkeyboard-config-locale-ky: PKGSIZE changed from 10742 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/xkeyboard-config/xkeyboard-config-locale-lt: PKGSIZE changed from 40004 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/xkeyboard-config/xkeyboard-config-locale-nb: PKGSIZE changed from 1505 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/xkeyboard-config/xkeyboard-config-locale-nl: PKGSIZE changed from 83564 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/xkeyboard-config/xkeyboard-config-locale-pl: PKGSIZE changed from 84332 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/xkeyboard-config/xkeyboard-config-locale-pt-br: PKGSIZE changed from 81648 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/xkeyboard-config/xkeyboard-config-locale-pt: PKGSIZE changed from 82448 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/xkeyboard-config/xkeyboard-config-locale-ro: PKGSIZE changed from 85057 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/xkeyboard-config/xkeyboard-config-locale-ru: PKGSIZE changed from 104081 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/xkeyboard-config/xkeyboard-config-locale-rw: PKGSIZE changed from 1199 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/xkeyboard-config/xkeyboard-config-locale-sk: PKGSIZE changed from 17625 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/xkeyboard-config/xkeyboard-config-locale-sl: PKGSIZE changed from 31920 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/xkeyboard-config/xkeyboard-config-locale-sq: PKGSIZE changed from 5752 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/xkeyboard-config/xkeyboard-config-locale-sr: PKGSIZE changed from 98816 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/xkeyboard-config/xkeyboard-config-locale-sv: PKGSIZE changed from 83859 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/xkeyboard-config/xkeyboard-config-locale-tr: PKGSIZE changed from 83894 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/xkeyboard-config/xkeyboard-config-locale-uk: PKGSIZE changed from 103048 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/xkeyboard-config/xkeyboard-config-locale-vi: PKGSIZE changed from 42639 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/xkeyboard-config/xkeyboard-config-locale-zh-cn: PKGSIZE changed from 76744 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/xkeyboard-config/xkeyboard-config-locale-zh-tw: PKGSIZE changed from 35287 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/xkeyboard-config/xkeyboard-config: PKGSIZE changed from 3338795 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/xmodmap/xmodmap-dbg: PKGSIZE changed from 96196 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/xmodmap/xmodmap-doc: PKGSIZE changed from 12632 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/xmodmap/xmodmap-src: PKGSIZE changed from 60045 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/xmodmap/xmodmap: PKGSIZE changed from 26196 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/xorgproto/xorgproto-dev: PKGSIZE changed from 1149024 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/xorgproto/xorgproto-doc: PKGSIZE changed from 298025 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/xprop/xprop-dbg: PKGSIZE changed from 116368 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/xprop/xprop-doc: PKGSIZE changed from 15849 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/xprop/xprop-src: PKGSIZE changed from 71146 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/xprop/xprop: PKGSIZE changed from 31264 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/xrandr/xrandr-dbg: PKGSIZE changed from 159468 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/xrandr/xrandr-doc: PKGSIZE changed from 18403 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/xrandr/xrandr-src: PKGSIZE changed from 110389 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/xrandr/xrandr: PKGSIZE changed from 63518 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/xrestop/xrestop-dbg: PKGSIZE changed from 36980 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/xrestop/xrestop-doc: PKGSIZE changed from 1299 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/xrestop/xrestop-src: PKGSIZE changed from 17254 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/xrestop/xrestop: PKGSIZE changed from 13752 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/xserver-xorg/xf86-video-modesetting: PKGSIZE changed from 64276 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/xserver-xorg/xserver-xorg-dbg: PKGSIZE changed from 26105456 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/xserver-xorg/xserver-xorg-dev: PKGSIZE changed from 1171534 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/xserver-xorg/xserver-xorg-doc: PKGSIZE changed from 133665 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/xserver-xorg/xserver-xorg-extension-glx: PKGSIZE changed from 155548 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/xserver-xorg/xserver-xorg-module-exa: PKGSIZE changed from 55144 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/xserver-xorg/xserver-xorg-module-libint10: PKGSIZE changed from 93908 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/xserver-xorg/xserver-xorg-module-libwfb: PKGSIZE changed from 79984 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/xserver-xorg/xserver-xorg-src: PKGSIZE changed from 11844324 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/xserver-xorg/xserver-xorg-utils: PKGSIZE changed from 9720 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/xserver-xorg/xserver-xorg-xvfb: PKGSIZE changed from 1108836 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/xserver-xorg/xserver-xorg: PKGSIZE changed from 1693149 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/xset/xset-dbg: PKGSIZE changed from 59320 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/xset/xset-doc: PKGSIZE changed from 12589 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/xset/xset-src: PKGSIZE changed from 46815 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/xset/xset: PKGSIZE changed from 21892 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/xtrans/xtrans-dev: PKGSIZE changed from 191033 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/xtrans/xtrans-doc: PKGSIZE changed from 46077 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/xwininfo/xwininfo-dbg: PKGSIZE changed from 123760 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/xwininfo/xwininfo-doc: PKGSIZE changed from 7320 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/xwininfo/xwininfo-src: PKGSIZE changed from 88814 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/xwininfo/xwininfo: PKGSIZE changed from 30144 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/xz/liblzma: PKGSIZE changed from 103792 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/xz/liblzma: latest.pkg_postinst changed from "#!/bin/sh set -e if [ x"$D" = "x" ]; then if [ -x /sbin/ldconfig ]; then /sbin/ldconfig ; fi fi " to "#!/bin/sh if [ x"$D" = "x" ]; then if [ -x /sbin/ldconfig ]; then /sbin/ldconfig ; fi fi " packages/armv7vet2hf-neon-poky-linux-gnueabi/xz/xz-dbg: PKGSIZE changed from 867932 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/xz/xz-dev: PKGSIZE changed from 170400 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/xz/xz-doc: PKGSIZE changed from 332806 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/xz/xz-locale-cs: PKGSIZE changed from 21904 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/xz/xz-locale-da: PKGSIZE changed from 14353 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/xz/xz-locale-de: PKGSIZE changed from 28028 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/xz/xz-locale-fi: PKGSIZE changed from 25641 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/xz/xz-locale-fr: PKGSIZE changed from 26925 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/xz/xz-locale-hu: PKGSIZE changed from 26926 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/xz/xz-locale-it: PKGSIZE changed from 26532 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/xz/xz-locale-pl: PKGSIZE changed from 26084 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/xz/xz-locale-pt-br: PKGSIZE changed from 26452 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/xz/xz-locale-vi: PKGSIZE changed from 27552 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/xz/xz-locale-zh-cn: PKGSIZE changed from 24818 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/xz/xz-locale-zh-tw: PKGSIZE changed from 23142 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/xz/xz-src: PKGSIZE changed from 1043468 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/xz/xz: PKGSIZE changed from 104329 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/xz/xz: latest.pkg_postinst changed from "#!/bin/sh set -e update-alternatives --install /usr/bin/xz xz /usr/bin/xz.xz 100 update-alternatives --install /usr/bin/xzcat xzcat /usr/bin/xzcat.xz 100 update-alternatives --install /usr/bin/unxz unxz /usr/bin/unxz.xz 100 update-alternatives --install /usr/bin/lzma lzma /usr/bin/lzma.xz 100 update-alternatives --install /usr/bin/lzcat lzcat /usr/bin/lzcat.xz 100 update-alternatives --install /usr/bin/unlzma unlzma /usr/bin/unlzma.xz 100 " to "#!/bin/sh update-alternatives --install /usr/bin/xz xz /usr/bin/xz.xz 100 update-alternatives --install /usr/bin/xzcat xzcat /usr/bin/xzcat.xz 100 update-alternatives --install /usr/bin/unxz unxz /usr/bin/unxz.xz 100 update-alternatives --install /usr/bin/lzma lzma /usr/bin/lzma.xz 100 update-alternatives --install /usr/bin/lzcat lzcat /usr/bin/lzcat.xz 100 update-alternatives --install /usr/bin/unlzma unlzma /usr/bin/unlzma.xz 100 " packages/armv7vet2hf-neon-poky-linux-gnueabi/xz/xz: latest.pkg_prerm changed from "#!/bin/sh set -e update-alternatives --remove xz /usr/bin/xz.xz update-alternatives --remove xzcat /usr/bin/xzcat.xz update-alternatives --remove unxz /usr/bin/unxz.xz update-alternatives --remove lzma /usr/bin/lzma.xz update-alternatives --remove lzcat /usr/bin/lzcat.xz update-alternatives --remove unlzma /usr/bin/unlzma.xz " to "#!/bin/sh update-alternatives --remove xz /usr/bin/xz.xz update-alternatives --remove xzcat /usr/bin/xzcat.xz update-alternatives --remove unxz /usr/bin/unxz.xz update-alternatives --remove lzma /usr/bin/lzma.xz update-alternatives --remove lzcat /usr/bin/lzcat.xz update-alternatives --remove unlzma /usr/bin/unlzma.xz " packages/armv7vet2hf-neon-poky-linux-gnueabi/zip/zip-dbg: PKGSIZE changed from 1029228 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/zip/zip-doc: PKGSIZE changed from 90367 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/zip/zip-src: PKGSIZE changed from 1025276 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/zip/zip: PKGSIZE changed from 334740 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/zlib/zlib-dbg: PKGSIZE changed from 226928 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/zlib/zlib-dev: PKGSIZE changed from 112758 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/zlib/zlib-doc: PKGSIZE changed from 4477 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/zlib/zlib-ptest: PKGSIZE changed from 13805 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/zlib/zlib-src: PKGSIZE changed from 527150 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/zlib/zlib-staticdev: PKGSIZE changed from 314310 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/zlib/zlib: PKGSIZE changed from 62878 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/zlib/zlib: latest.pkg_postinst changed from "#!/bin/sh set -e if [ x"$D" = "x" ]; then if [ -x /sbin/ldconfig ]; then /sbin/ldconfig ; fi fi " to "#!/bin/sh if [ x"$D" = "x" ]; then if [ -x /sbin/ldconfig ]; then /sbin/ldconfig ; fi fi " packages/armv7vet2hf-neon-poky-linux-gnueabi/zstd/zstd-dbg: PKGSIZE changed from 21154628 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/zstd/zstd-dev: PKGSIZE changed from 175807 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/zstd/zstd-doc: PKGSIZE changed from 29678 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/zstd/zstd-src: PKGSIZE changed from 2741079 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/zstd/zstd-staticdev: PKGSIZE changed from 9578710 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/zstd/zstd: PKGSIZE changed from 2138311 to 0 (-100%) packages/armv7vet2hf-neon-poky-linux-gnueabi/zstd/zstd: latest.pkg_postinst changed from "#!/bin/sh set -e if [ x"$D" = "x" ]; then if [ -x /sbin/ldconfig ]; then /sbin/ldconfig ; fi fi " to "#!/bin/sh if [ x"$D" = "x" ]; then if [ -x /sbin/ldconfig ]; then /sbin/ldconfig ; fi fi " packages/i686-nativesdk-pokysdk-linux/binutils-cross-canadian-arm/binutils-cross-canadian-arm-dbg: PKGSIZE changed from 4361244 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/binutils-cross-canadian-arm/binutils-cross-canadian-arm: PKGSIZE changed from 40912028 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/gcc-cross-canadian-arm/gcc-cross-canadian-arm-dbg: PKGSIZE changed from 14046044 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/gcc-cross-canadian-arm/gcc-cross-canadian-arm-doc: PKGSIZE changed from 141313 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/gcc-cross-canadian-arm/gcc-cross-canadian-arm-locale-be: PKGSIZE changed from 6707 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/gcc-cross-canadian-arm/gcc-cross-canadian-arm-locale-ca: PKGSIZE changed from 16076 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/gcc-cross-canadian-arm/gcc-cross-canadian-arm-locale-da: PKGSIZE changed from 208007 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/gcc-cross-canadian-arm/gcc-cross-canadian-arm-locale-de: PKGSIZE changed from 2025167 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/gcc-cross-canadian-arm/gcc-cross-canadian-arm-locale-el: PKGSIZE changed from 5447 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/gcc-cross-canadian-arm/gcc-cross-canadian-arm-locale-eo: PKGSIZE changed from 24575 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/gcc-cross-canadian-arm/gcc-cross-canadian-arm-locale-es: PKGSIZE changed from 1149770 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/gcc-cross-canadian-arm/gcc-cross-canadian-arm-locale-fi: PKGSIZE changed from 265596 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/gcc-cross-canadian-arm/gcc-cross-canadian-arm-locale-fr: PKGSIZE changed from 2099268 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/gcc-cross-canadian-arm/gcc-cross-canadian-arm-locale-hr: PKGSIZE changed from 10172 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/gcc-cross-canadian-arm/gcc-cross-canadian-arm-locale-id: PKGSIZE changed from 346684 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/gcc-cross-canadian-arm/gcc-cross-canadian-arm-locale-ja: PKGSIZE changed from 295280 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/gcc-cross-canadian-arm/gcc-cross-canadian-arm-locale-nl: PKGSIZE changed from 94777 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/gcc-cross-canadian-arm/gcc-cross-canadian-arm-locale-pt-br: PKGSIZE changed from 25550 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/gcc-cross-canadian-arm/gcc-cross-canadian-arm-locale-ru: PKGSIZE changed from 1718019 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/gcc-cross-canadian-arm/gcc-cross-canadian-arm-locale-sr: PKGSIZE changed from 372420 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/gcc-cross-canadian-arm/gcc-cross-canadian-arm-locale-sv: PKGSIZE changed from 1960295 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/gcc-cross-canadian-arm/gcc-cross-canadian-arm-locale-tr: PKGSIZE changed from 268047 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/gcc-cross-canadian-arm/gcc-cross-canadian-arm-locale-uk: PKGSIZE changed from 230617 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/gcc-cross-canadian-arm/gcc-cross-canadian-arm-locale-vi: PKGSIZE changed from 512966 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/gcc-cross-canadian-arm/gcc-cross-canadian-arm-locale-zh-cn: PKGSIZE changed from 462320 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/gcc-cross-canadian-arm/gcc-cross-canadian-arm-locale-zh-tw: PKGSIZE changed from 249214 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/gcc-cross-canadian-arm/gcc-cross-canadian-arm: PKGSIZE changed from 111386816 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/gdb-cross-canadian-arm/gdb-cross-canadian-arm-dbg: PKGSIZE changed from 1289912 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/gdb-cross-canadian-arm/gdb-cross-canadian-arm: PKGSIZE changed from 8041485 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/meta-environment-qemuarm/meta-environment-qemuarm: PKGSIZE changed from 27881 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-attr/nativesdk-attr-dbg: PKGSIZE changed from 33764 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-attr/nativesdk-attr-dev: PKGSIZE changed from 11419 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-attr/nativesdk-attr-doc: PKGSIZE changed from 103311 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-attr/nativesdk-attr-locale-cs: PKGSIZE changed from 3860 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-attr/nativesdk-attr-locale-de: PKGSIZE changed from 6268 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-attr/nativesdk-attr-locale-en+boldquot: PKGSIZE changed from 6214 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-attr/nativesdk-attr-locale-en+quot: PKGSIZE changed from 6114 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-attr/nativesdk-attr-locale-es: PKGSIZE changed from 3688 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-attr/nativesdk-attr-locale-fr: PKGSIZE changed from 2481 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-attr/nativesdk-attr-locale-gl: PKGSIZE changed from 3666 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-attr/nativesdk-attr-locale-nl: PKGSIZE changed from 2372 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-attr/nativesdk-attr-locale-pl: PKGSIZE changed from 3696 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-attr/nativesdk-attr-locale-sv: PKGSIZE changed from 2278 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-attr/nativesdk-attr: PKGSIZE changed from 67309 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-attr/nativesdk-attr: latest.pkg_postinst changed from "#!/bin/sh set -e update-alternatives --install /opt/poky/3.3+snapshot/sysroots/i686-pokysdk-linux/usr/bin/setfattr setfattr /opt/poky/3.3+snapshot/sysroots/i686-pokysdk-linux/usr/bin/setfattr.attr 100 " to "#!/bin/sh update-alternatives --install /opt/poky/3.3+snapshot/sysroots/i686-pokysdk-linux/usr/bin/setfattr setfattr /opt/poky/3.3+snapshot/sysroots/i686-pokysdk-linux/usr/bin/setfattr.attr 100 " packages/i686-nativesdk-pokysdk-linux/nativesdk-attr/nativesdk-attr: latest.pkg_prerm changed from "#!/bin/sh set -e update-alternatives --remove setfattr /opt/poky/3.3+snapshot/sysroots/i686-pokysdk-linux/usr/bin/setfattr.attr " to "#!/bin/sh update-alternatives --remove setfattr /opt/poky/3.3+snapshot/sysroots/i686-pokysdk-linux/usr/bin/setfattr.attr " packages/i686-nativesdk-pokysdk-linux/nativesdk-attr/nativesdk-libattr: PKGSIZE changed from 22067 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-attr/nativesdk-libattr: latest.pkg_postinst changed from "#!/bin/sh set -e if [ x"$D" = "x" ]; then if [ -x /sbin/ldconfig ]; then /sbin/ldconfig ; fi fi " to "#!/bin/sh if [ x"$D" = "x" ]; then if [ -x /sbin/ldconfig ]; then /sbin/ldconfig ; fi fi " packages/i686-nativesdk-pokysdk-linux/nativesdk-autoconf-archive/nativesdk-autoconf-archive-doc: PKGSIZE changed from 46547 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-autoconf-archive/nativesdk-autoconf-archive: PKGSIZE changed from 2092330 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-autoconf/nativesdk-autoconf-doc: PKGSIZE changed from 1482322 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-autoconf/nativesdk-autoconf: PKGSIZE changed from 1987783 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-automake/nativesdk-automake-dev: PKGSIZE changed from 368 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-automake/nativesdk-automake-doc: PKGSIZE changed from 813811 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-automake/nativesdk-automake: PKGSIZE changed from 1356018 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-bash-completion/nativesdk-bash-completion-dev: PKGSIZE changed from 1323 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-bash-completion/nativesdk-bash-completion-extra: PKGSIZE changed from 796846 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-bash-completion/nativesdk-bash-completion: PKGSIZE changed from 77303 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-bash/nativesdk-bash-bashbug: PKGSIZE changed from 7573 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-bash/nativesdk-bash-dbg: PKGSIZE changed from 261220 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-bash/nativesdk-bash-dev: PKGSIZE changed from 295672 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-bash/nativesdk-bash-doc: PKGSIZE changed from 560747 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-bash/nativesdk-bash-loadable: PKGSIZE changed from 467337 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-bash/nativesdk-bash: PKGSIZE changed from 1240572 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-bash/nativesdk-bash: RDEPENDS: removed all items "nativesdk-glibc (['>= 2.33']) nativesdk-update-alternatives-opkg nativesdk-ncurses-libtinfo (['>= 6.2'])" packages/i686-nativesdk-pokysdk-linux/nativesdk-bash/nativesdk-bash: latest.pkg_postinst changed from "set -e update-alternatives --install /opt/poky/3.3+snapshot/sysroots/i686-pokysdk-linux/bin/bash bash /opt/poky/3.3+snapshot/sysroots/i686-pokysdk-linux/bin/bash.bash 100 update-alternatives --install /opt/poky/3.3+snapshot/sysroots/i686-pokysdk-linux/bin/sh sh /opt/poky/3.3+snapshot/sysroots/i686-pokysdk-linux/bin/bash.bash 100 grep -q "^/opt/poky/3.3+snapshot/sysroots/i686-pokysdk-linux/bin/bash$" $D/opt/poky/3.3+snapshot/sysroots/i686-pokysdk-linux/etc/shells || echo /opt/poky/3.3+snapshot/sysroots/i686-pokysdk-linux/bin/bash >> $D/opt/poky/3.3+snapshot/sysroots/i686-pokysdk-linux/etc/shells " to " update-alternatives --install /opt/poky/3.3+snapshot/sysroots/i686-pokysdk-linux/bin/bash bash /opt/poky/3.3+snapshot/sysroots/i686-pokysdk-linux/bin/bash.bash 100 update-alternatives --install /opt/poky/3.3+snapshot/sysroots/i686-pokysdk-linux/bin/sh sh /opt/poky/3.3+snapshot/sysroots/i686-pokysdk-linux/bin/bash.bash 100 grep -q "^/opt/poky/3.3+snapshot/sysroots/i686-pokysdk-linux/bin/bash$" $D/opt/poky/3.3+snapshot/sysroots/i686-pokysdk-linux/etc/shells || echo /opt/poky/3.3+snapshot/sysroots/i686-pokysdk-linux/bin/bash >> $D/opt/poky/3.3+snapshot/sysroots/i686-pokysdk-linux/etc/shells " packages/i686-nativesdk-pokysdk-linux/nativesdk-bash/nativesdk-bash: latest.pkg_postrm changed from "set -e printf "$(grep -v "^/opt/poky/3.3+snapshot/sysroots/i686-pokysdk-linux/bin/bash$" $D/opt/poky/3.3+snapshot/sysroots/i686-pokysdk-linux/etc/shells)\n" > $D/opt/poky/3.3+snapshot/sysroots/i686-pokysdk-linux/etc/shells " to " printf "$(grep -v "^/opt/poky/3.3+snapshot/sysroots/i686-pokysdk-linux/bin/bash$" $D/opt/poky/3.3+snapshot/sysroots/i686-pokysdk-linux/etc/shells)\n" > $D/opt/poky/3.3+snapshot/sysroots/i686-pokysdk-linux/etc/shells " packages/i686-nativesdk-pokysdk-linux/nativesdk-bash/nativesdk-bash: latest.pkg_prerm changed from "#!/bin/sh set -e update-alternatives --remove bash /opt/poky/3.3+snapshot/sysroots/i686-pokysdk-linux/bin/bash.bash update-alternatives --remove sh /opt/poky/3.3+snapshot/sysroots/i686-pokysdk-linux/bin/bash.bash " to "#!/bin/sh update-alternatives --remove bash /opt/poky/3.3+snapshot/sysroots/i686-pokysdk-linux/bin/bash.bash update-alternatives --remove sh /opt/poky/3.3+snapshot/sysroots/i686-pokysdk-linux/bin/bash.bash " packages/i686-nativesdk-pokysdk-linux/nativesdk-bison/nativesdk-bison-dbg: PKGSIZE changed from 80740 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-bison/nativesdk-bison-dev: PKGSIZE changed from 2221 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-bison/nativesdk-bison-doc: PKGSIZE changed from 1035439 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-bison/nativesdk-bison-locale-af: PKGSIZE changed from 1412 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-bison/nativesdk-bison-locale-ast: PKGSIZE changed from 1393 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-bison/nativesdk-bison-locale-be: PKGSIZE changed from 1803 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-bison/nativesdk-bison-locale-bg: PKGSIZE changed from 42029 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-bison/nativesdk-bison-locale-ca: PKGSIZE changed from 15572 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-bison/nativesdk-bison-locale-cs: PKGSIZE changed from 2185 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-bison/nativesdk-bison-locale-da: PKGSIZE changed from 17909 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-bison/nativesdk-bison-locale-de: PKGSIZE changed from 32734 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-bison/nativesdk-bison-locale-el: PKGSIZE changed from 37062 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-bison/nativesdk-bison-locale-eo: PKGSIZE changed from 31561 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-bison/nativesdk-bison-locale-es: PKGSIZE changed from 16382 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-bison/nativesdk-bison-locale-et: PKGSIZE changed from 29799 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-bison/nativesdk-bison-locale-eu: PKGSIZE changed from 1101 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-bison/nativesdk-bison-locale-fi: PKGSIZE changed from 33408 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-bison/nativesdk-bison-locale-fr: PKGSIZE changed from 33514 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-bison/nativesdk-bison-locale-ga: PKGSIZE changed from 17243 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-bison/nativesdk-bison-locale-gl: PKGSIZE changed from 3422 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-bison/nativesdk-bison-locale-hr: PKGSIZE changed from 13015 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-bison/nativesdk-bison-locale-hu: PKGSIZE changed from 3706 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-bison/nativesdk-bison-locale-ia: PKGSIZE changed from 1341 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-bison/nativesdk-bison-locale-id: PKGSIZE changed from 8473 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-bison/nativesdk-bison-locale-it: PKGSIZE changed from 9740 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-bison/nativesdk-bison-locale-ja: PKGSIZE changed from 32857 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-bison/nativesdk-bison-locale-ko: PKGSIZE changed from 1390 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-bison/nativesdk-bison-locale-ky: PKGSIZE changed from 1659 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-bison/nativesdk-bison-locale-lt: PKGSIZE changed from 1484 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-bison/nativesdk-bison-locale-lv: PKGSIZE changed from 1514 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-bison/nativesdk-bison-locale-ms: PKGSIZE changed from 18480 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-bison/nativesdk-bison-locale-nb: PKGSIZE changed from 6655 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-bison/nativesdk-bison-locale-nl: PKGSIZE changed from 20331 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-bison/nativesdk-bison-locale-pl: PKGSIZE changed from 18924 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-bison/nativesdk-bison-locale-pt-br: PKGSIZE changed from 32754 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-bison/nativesdk-bison-locale-pt: PKGSIZE changed from 29027 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-bison/nativesdk-bison-locale-ro: PKGSIZE changed from 6366 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-bison/nativesdk-bison-locale-ru: PKGSIZE changed from 15636 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-bison/nativesdk-bison-locale-rw: PKGSIZE changed from 581 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-bison/nativesdk-bison-locale-sk: PKGSIZE changed from 904 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-bison/nativesdk-bison-locale-sl: PKGSIZE changed from 3674 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-bison/nativesdk-bison-locale-sq: PKGSIZE changed from 1378 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-bison/nativesdk-bison-locale-sr: PKGSIZE changed from 40906 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-bison/nativesdk-bison-locale-sv: PKGSIZE changed from 31786 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-bison/nativesdk-bison-locale-ta: PKGSIZE changed from 1946 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-bison/nativesdk-bison-locale-th: PKGSIZE changed from 2333 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-bison/nativesdk-bison-locale-tr: PKGSIZE changed from 16445 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-bison/nativesdk-bison-locale-uk: PKGSIZE changed from 43056 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-bison/nativesdk-bison-locale-vi: PKGSIZE changed from 18480 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-bison/nativesdk-bison-locale-zh-cn: PKGSIZE changed from 15173 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-bison/nativesdk-bison-locale-zh-tw: PKGSIZE changed from 25953 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-bison/nativesdk-bison-staticdev: PKGSIZE changed from 3022 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-bison/nativesdk-bison: PKGSIZE changed from 1222498 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-bzip2/nativesdk-bzip2-dbg: PKGSIZE changed from 25724 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-bzip2/nativesdk-bzip2-dev: PKGSIZE changed from 6255 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-bzip2/nativesdk-bzip2-doc: PKGSIZE changed from 22842 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-bzip2/nativesdk-bzip2: PKGSIZE changed from 66067 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-bzip2/nativesdk-bzip2: latest.pkg_postinst changed from "#!/bin/sh set -e update-alternatives --install /opt/poky/3.3+snapshot/sysroots/i686-pokysdk-linux/usr/bin/bunzip2 bunzip2 /opt/poky/3.3+snapshot/sysroots/i686-pokysdk-linux/usr/bin/bunzip2.bzip2 100 update-alternatives --install /opt/poky/3.3+snapshot/sysroots/i686-pokysdk-linux/usr/bin/bzcat bzcat /opt/poky/3.3+snapshot/sysroots/i686-pokysdk-linux/usr/bin/bzcat.bzip2 100 update-alternatives --install /opt/poky/3.3+snapshot/sysroots/i686-pokysdk-linux/usr/bin/bzip2 bzip2 /opt/poky/3.3+snapshot/sysroots/i686-pokysdk-linux/usr/bin/bzip2.bzip2 100 " to "#!/bin/sh update-alternatives --install /opt/poky/3.3+snapshot/sysroots/i686-pokysdk-linux/usr/bin/bunzip2 bunzip2 /opt/poky/3.3+snapshot/sysroots/i686-pokysdk-linux/usr/bin/bunzip2.bzip2 100 update-alternatives --install /opt/poky/3.3+snapshot/sysroots/i686-pokysdk-linux/usr/bin/bzcat bzcat /opt/poky/3.3+snapshot/sysroots/i686-pokysdk-linux/usr/bin/bzcat.bzip2 100 update-alternatives --install /opt/poky/3.3+snapshot/sysroots/i686-pokysdk-linux/usr/bin/bzip2 bzip2 /opt/poky/3.3+snapshot/sysroots/i686-pokysdk-linux/usr/bin/bzip2.bzip2 100 " packages/i686-nativesdk-pokysdk-linux/nativesdk-bzip2/nativesdk-bzip2: latest.pkg_prerm changed from "#!/bin/sh set -e update-alternatives --remove bunzip2 /opt/poky/3.3+snapshot/sysroots/i686-pokysdk-linux/usr/bin/bunzip2.bzip2 update-alternatives --remove bzcat /opt/poky/3.3+snapshot/sysroots/i686-pokysdk-linux/usr/bin/bzcat.bzip2 update-alternatives --remove bzip2 /opt/poky/3.3+snapshot/sysroots/i686-pokysdk-linux/usr/bin/bzip2.bzip2 " to "#!/bin/sh update-alternatives --remove bunzip2 /opt/poky/3.3+snapshot/sysroots/i686-pokysdk-linux/usr/bin/bunzip2.bzip2 update-alternatives --remove bzcat /opt/poky/3.3+snapshot/sysroots/i686-pokysdk-linux/usr/bin/bzcat.bzip2 update-alternatives --remove bzip2 /opt/poky/3.3+snapshot/sysroots/i686-pokysdk-linux/usr/bin/bzip2.bzip2 " packages/i686-nativesdk-pokysdk-linux/nativesdk-bzip2/nativesdk-libbz2: PKGSIZE changed from 70247 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-bzip2/nativesdk-libbz2: latest.pkg_postinst changed from "#!/bin/sh set -e if [ x"$D" = "x" ]; then if [ -x /sbin/ldconfig ]; then /sbin/ldconfig ; fi fi " to "#!/bin/sh if [ x"$D" = "x" ]; then if [ -x /sbin/ldconfig ]; then /sbin/ldconfig ; fi fi " packages/i686-nativesdk-pokysdk-linux/nativesdk-ca-certificates/nativesdk-ca-certificates-doc: PKGSIZE changed from 2705 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-ca-certificates/nativesdk-ca-certificates: PKGSIZE changed from 425471 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-cmake/nativesdk-cmake-dbg: PKGSIZE changed from 5465352 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-cmake/nativesdk-cmake-doc: PKGSIZE changed from 11016 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-cmake/nativesdk-cmake: PKGSIZE changed from 33021840 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-curl/nativesdk-curl-dbg: PKGSIZE changed from 2747668 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-curl/nativesdk-curl-dev: PKGSIZE changed from 238385 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-curl/nativesdk-curl-doc: PKGSIZE changed from 1683846 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-curl/nativesdk-curl-src: PKGSIZE changed from 3646887 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-curl/nativesdk-curl: PKGSIZE changed from 174020 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-curl/nativesdk-libcurl: PKGSIZE changed from 507564 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-curl/nativesdk-libcurl: latest.pkg_postinst changed from "#!/bin/sh set -e if [ x"$D" = "x" ]; then if [ -x /sbin/ldconfig ]; then /sbin/ldconfig ; fi fi " to "#!/bin/sh if [ x"$D" = "x" ]; then if [ -x /sbin/ldconfig ]; then /sbin/ldconfig ; fi fi " packages/i686-nativesdk-pokysdk-linux/nativesdk-db/nativesdk-db-bin: PKGSIZE changed from 294636 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-db/nativesdk-db-cxx: PKGSIZE changed from 1467784 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-db/nativesdk-db-cxx: latest.pkg_postinst changed from "#!/bin/sh set -e if [ x"$D" = "x" ]; then if [ -x /sbin/ldconfig ]; then /sbin/ldconfig ; fi fi " to "#!/bin/sh if [ x"$D" = "x" ]; then if [ -x /sbin/ldconfig ]; then /sbin/ldconfig ; fi fi " packages/i686-nativesdk-pokysdk-linux/nativesdk-db/nativesdk-db-dbg: PKGSIZE changed from 316708 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-db/nativesdk-db-dev: PKGSIZE changed from 172196 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-db/nativesdk-db-doc: PKGSIZE changed from 86611793 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-db/nativesdk-db: PKGSIZE changed from 1311736 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-db/nativesdk-db: latest.pkg_postinst changed from "#!/bin/sh set -e if [ x"$D" = "x" ]; then if [ -x /sbin/ldconfig ]; then /sbin/ldconfig ; fi fi " to "#!/bin/sh if [ x"$D" = "x" ]; then if [ -x /sbin/ldconfig ]; then /sbin/ldconfig ; fi fi " packages/i686-nativesdk-pokysdk-linux/nativesdk-diffutils/nativesdk-diffutils-dbg: PKGSIZE changed from 85660 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-diffutils/nativesdk-diffutils-doc: PKGSIZE changed from 234744 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-diffutils/nativesdk-diffutils-locale-bg: PKGSIZE changed from 47696 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-diffutils/nativesdk-diffutils-locale-ca: PKGSIZE changed from 7966 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-diffutils/nativesdk-diffutils-locale-cs: PKGSIZE changed from 36309 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-diffutils/nativesdk-diffutils-locale-da: PKGSIZE changed from 33980 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-diffutils/nativesdk-diffutils-locale-de: PKGSIZE changed from 37425 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-diffutils/nativesdk-diffutils-locale-el: PKGSIZE changed from 42819 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-diffutils/nativesdk-diffutils-locale-eo: PKGSIZE changed from 33761 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-diffutils/nativesdk-diffutils-locale-es: PKGSIZE changed from 32989 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-diffutils/nativesdk-diffutils-locale-fi: PKGSIZE changed from 14793 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-diffutils/nativesdk-diffutils-locale-fr: PKGSIZE changed from 37285 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-diffutils/nativesdk-diffutils-locale-ga: PKGSIZE changed from 7745 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-diffutils/nativesdk-diffutils-locale-gl: PKGSIZE changed from 10214 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-diffutils/nativesdk-diffutils-locale-he: PKGSIZE changed from 6171 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-diffutils/nativesdk-diffutils-locale-hr: PKGSIZE changed from 14678 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-diffutils/nativesdk-diffutils-locale-hu: PKGSIZE changed from 36817 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-diffutils/nativesdk-diffutils-locale-id: PKGSIZE changed from 29485 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-diffutils/nativesdk-diffutils-locale-it: PKGSIZE changed from 33398 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-diffutils/nativesdk-diffutils-locale-ja: PKGSIZE changed from 30486 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-diffutils/nativesdk-diffutils-locale-lv: PKGSIZE changed from 31456 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-diffutils/nativesdk-diffutils-locale-ms: PKGSIZE changed from 11399 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-diffutils/nativesdk-diffutils-locale-nb: PKGSIZE changed from 34846 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-diffutils/nativesdk-diffutils-locale-nl: PKGSIZE changed from 36740 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-diffutils/nativesdk-diffutils-locale-pl: PKGSIZE changed from 35264 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-diffutils/nativesdk-diffutils-locale-pt-br: PKGSIZE changed from 37279 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-diffutils/nativesdk-diffutils-locale-pt: PKGSIZE changed from 35108 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-diffutils/nativesdk-diffutils-locale-ro: PKGSIZE changed from 6531 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-diffutils/nativesdk-diffutils-locale-ru: PKGSIZE changed from 44369 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-diffutils/nativesdk-diffutils-locale-sr: PKGSIZE changed from 41669 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-diffutils/nativesdk-diffutils-locale-sv: PKGSIZE changed from 34505 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-diffutils/nativesdk-diffutils-locale-tr: PKGSIZE changed from 36027 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-diffutils/nativesdk-diffutils-locale-uk: PKGSIZE changed from 45459 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-diffutils/nativesdk-diffutils-locale-vi: PKGSIZE changed from 39054 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-diffutils/nativesdk-diffutils-locale-zh-cn: PKGSIZE changed from 34962 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-diffutils/nativesdk-diffutils-locale-zh-tw: PKGSIZE changed from 7714 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-diffutils/nativesdk-diffutils: PKGSIZE changed from 421336 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-diffutils/nativesdk-diffutils: latest.pkg_postinst changed from "#!/bin/sh set -e update-alternatives --install /opt/poky/3.3+snapshot/sysroots/i686-pokysdk-linux/usr/bin/diff diff /opt/poky/3.3+snapshot/sysroots/i686-pokysdk-linux/usr/bin/diff.diffutils 100 update-alternatives --install /opt/poky/3.3+snapshot/sysroots/i686-pokysdk-linux/usr/bin/cmp cmp /opt/poky/3.3+snapshot/sysroots/i686-pokysdk-linux/usr/bin/cmp.diffutils 100 " to "#!/bin/sh update-alternatives --install /opt/poky/3.3+snapshot/sysroots/i686-pokysdk-linux/usr/bin/diff diff /opt/poky/3.3+snapshot/sysroots/i686-pokysdk-linux/usr/bin/diff.diffutils 100 update-alternatives --install /opt/poky/3.3+snapshot/sysroots/i686-pokysdk-linux/usr/bin/cmp cmp /opt/poky/3.3+snapshot/sysroots/i686-pokysdk-linux/usr/bin/cmp.diffutils 100 " packages/i686-nativesdk-pokysdk-linux/nativesdk-diffutils/nativesdk-diffutils: latest.pkg_prerm changed from "#!/bin/sh set -e update-alternatives --remove diff /opt/poky/3.3+snapshot/sysroots/i686-pokysdk-linux/usr/bin/diff.diffutils update-alternatives --remove cmp /opt/poky/3.3+snapshot/sysroots/i686-pokysdk-linux/usr/bin/cmp.diffutils " to "#!/bin/sh update-alternatives --remove diff /opt/poky/3.3+snapshot/sysroots/i686-pokysdk-linux/usr/bin/diff.diffutils update-alternatives --remove cmp /opt/poky/3.3+snapshot/sysroots/i686-pokysdk-linux/usr/bin/cmp.diffutils " packages/i686-nativesdk-pokysdk-linux/nativesdk-dtc/nativesdk-dtc-dbg: PKGSIZE changed from 502508 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-dtc/nativesdk-dtc-dev: PKGSIZE changed from 80188 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-dtc/nativesdk-dtc-misc: PKGSIZE changed from 31032 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-dtc/nativesdk-dtc-src: PKGSIZE changed from 565958 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-dtc/nativesdk-dtc-staticdev: PKGSIZE changed from 134024 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-dtc/nativesdk-dtc: PKGSIZE changed from 236076 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-dtc/nativesdk-dtc: latest.pkg_postinst changed from "#!/bin/sh set -e if [ x"$D" = "x" ]; then if [ -x /sbin/ldconfig ]; then /sbin/ldconfig ; fi fi " to "#!/bin/sh if [ x"$D" = "x" ]; then if [ -x /sbin/ldconfig ]; then /sbin/ldconfig ; fi fi " packages/i686-nativesdk-pokysdk-linux/nativesdk-elfutils/nativesdk-elfutils-binutils: PKGSIZE changed from 1214980 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-elfutils/nativesdk-elfutils-dbg: PKGSIZE changed from 659936 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-elfutils/nativesdk-elfutils-dev: PKGSIZE changed from 212766 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-elfutils/nativesdk-elfutils-doc: PKGSIZE changed from 61822 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-elfutils/nativesdk-elfutils-locale-de: PKGSIZE changed from 17890 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-elfutils/nativesdk-elfutils-locale-en+boldquot: PKGSIZE changed from 156548 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-elfutils/nativesdk-elfutils-locale-en+quot: PKGSIZE changed from 154720 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-elfutils/nativesdk-elfutils-locale-es: PKGSIZE changed from 107373 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-elfutils/nativesdk-elfutils-locale-ja: PKGSIZE changed from 57859 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-elfutils/nativesdk-elfutils-locale-pl: PKGSIZE changed from 167391 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-elfutils/nativesdk-elfutils-locale-uk: PKGSIZE changed from 195958 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-elfutils/nativesdk-elfutils-staticdev: PKGSIZE changed from 1626300 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-elfutils/nativesdk-elfutils: PKGSIZE changed from 1471658 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-elfutils/nativesdk-libasm: PKGSIZE changed from 38615 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-elfutils/nativesdk-libasm: latest.pkg_postinst changed from "#!/bin/sh set -e if [ x"$D" = "x" ]; then if [ -x /sbin/ldconfig ]; then /sbin/ldconfig ; fi fi " to "#!/bin/sh if [ x"$D" = "x" ]; then if [ -x /sbin/ldconfig ]; then /sbin/ldconfig ; fi fi " packages/i686-nativesdk-pokysdk-linux/nativesdk-elfutils/nativesdk-libdebuginfod: PKGSIZE changed from 26274 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-elfutils/nativesdk-libdebuginfod: latest.pkg_postinst changed from "#!/bin/sh set -e if [ x"$D" = "x" ]; then if [ -x /sbin/ldconfig ]; then /sbin/ldconfig ; fi fi " to "#!/bin/sh if [ x"$D" = "x" ]; then if [ -x /sbin/ldconfig ]; then /sbin/ldconfig ; fi fi " packages/i686-nativesdk-pokysdk-linux/nativesdk-elfutils/nativesdk-libdw: PKGSIZE changed from 621350 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-elfutils/nativesdk-libdw: latest.pkg_postinst changed from "#!/bin/sh set -e if [ x"$D" = "x" ]; then if [ -x /sbin/ldconfig ]; then /sbin/ldconfig ; fi fi " to "#!/bin/sh if [ x"$D" = "x" ]; then if [ -x /sbin/ldconfig ]; then /sbin/ldconfig ; fi fi " packages/i686-nativesdk-pokysdk-linux/nativesdk-elfutils/nativesdk-libelf: PKGSIZE changed from 116415 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-elfutils/nativesdk-libelf: latest.pkg_postinst changed from "#!/bin/sh set -e if [ x"$D" = "x" ]; then if [ -x /sbin/ldconfig ]; then /sbin/ldconfig ; fi fi " to "#!/bin/sh if [ x"$D" = "x" ]; then if [ -x /sbin/ldconfig ]; then /sbin/ldconfig ; fi fi " packages/i686-nativesdk-pokysdk-linux/nativesdk-expat/nativesdk-expat-bin: PKGSIZE changed from 38584 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-expat/nativesdk-expat-dbg: PKGSIZE changed from 58540 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-expat/nativesdk-expat-dev: PKGSIZE changed from 62555 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-expat/nativesdk-expat-doc: PKGSIZE changed from 59693 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-expat/nativesdk-expat: PKGSIZE changed from 185833 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-expat/nativesdk-expat: latest.pkg_postinst changed from "#!/bin/sh set -e if [ x"$D" = "x" ]; then if [ -x /sbin/ldconfig ]; then /sbin/ldconfig ; fi fi " to "#!/bin/sh if [ x"$D" = "x" ]; then if [ -x /sbin/ldconfig ]; then /sbin/ldconfig ; fi fi " packages/i686-nativesdk-pokysdk-linux/nativesdk-file/nativesdk-file-dbg: PKGSIZE changed from 45752 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-file/nativesdk-file-dev: PKGSIZE changed from 6227 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-file/nativesdk-file-doc: PKGSIZE changed from 58116 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-file/nativesdk-file: PKGSIZE changed from 7223233 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-file/nativesdk-file: latest.pkg_postinst changed from "#!/bin/sh set -e update-alternatives --install /opt/poky/3.3+snapshot/sysroots/i686-pokysdk-linux/usr/bin/file file /opt/poky/3.3+snapshot/sysroots/i686-pokysdk-linux/usr/bin/file.file 10 if [ x"$D" = "x" ]; then if [ -x /sbin/ldconfig ]; then /sbin/ldconfig ; fi fi " to "#!/bin/sh update-alternatives --install /opt/poky/3.3+snapshot/sysroots/i686-pokysdk-linux/usr/bin/file file /opt/poky/3.3+snapshot/sysroots/i686-pokysdk-linux/usr/bin/file.file 10 if [ x"$D" = "x" ]; then if [ -x /sbin/ldconfig ]; then /sbin/ldconfig ; fi fi " packages/i686-nativesdk-pokysdk-linux/nativesdk-file/nativesdk-file: latest.pkg_prerm changed from "#!/bin/sh set -e update-alternatives --remove file /opt/poky/3.3+snapshot/sysroots/i686-pokysdk-linux/usr/bin/file.file " to "#!/bin/sh update-alternatives --remove file /opt/poky/3.3+snapshot/sysroots/i686-pokysdk-linux/usr/bin/file.file " packages/i686-nativesdk-pokysdk-linux/nativesdk-flex/nativesdk-flex-dbg: PKGSIZE changed from 36308 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-flex/nativesdk-flex-dev: PKGSIZE changed from 6907 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-flex/nativesdk-flex-doc: PKGSIZE changed from 434961 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-flex/nativesdk-flex-libfl: PKGSIZE changed from 13622 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-flex/nativesdk-flex-libfl: latest.pkg_postinst changed from "#!/bin/sh set -e if [ x"$D" = "x" ]; then if [ -x /sbin/ldconfig ]; then /sbin/ldconfig ; fi fi " to "#!/bin/sh if [ x"$D" = "x" ]; then if [ -x /sbin/ldconfig ]; then /sbin/ldconfig ; fi fi " packages/i686-nativesdk-pokysdk-linux/nativesdk-flex/nativesdk-flex-locale-ca: PKGSIZE changed from 16553 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-flex/nativesdk-flex-locale-da: PKGSIZE changed from 15398 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-flex/nativesdk-flex-locale-de: PKGSIZE changed from 16353 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-flex/nativesdk-flex-locale-en+boldquot: PKGSIZE changed from 21029 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-flex/nativesdk-flex-locale-en+quot: PKGSIZE changed from 20913 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-flex/nativesdk-flex-locale-eo: PKGSIZE changed from 15388 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-flex/nativesdk-flex-locale-es: PKGSIZE changed from 12775 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-flex/nativesdk-flex-locale-fi: PKGSIZE changed from 16333 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-flex/nativesdk-flex-locale-fr: PKGSIZE changed from 16608 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-flex/nativesdk-flex-locale-ga: PKGSIZE changed from 16249 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-flex/nativesdk-flex-locale-hr: PKGSIZE changed from 3516 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-flex/nativesdk-flex-locale-ko: PKGSIZE changed from 10308 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-flex/nativesdk-flex-locale-nl: PKGSIZE changed from 15915 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-flex/nativesdk-flex-locale-pl: PKGSIZE changed from 15642 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-flex/nativesdk-flex-locale-pt-br: PKGSIZE changed from 16235 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-flex/nativesdk-flex-locale-ro: PKGSIZE changed from 14641 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-flex/nativesdk-flex-locale-ru: PKGSIZE changed from 20884 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-flex/nativesdk-flex-locale-sr: PKGSIZE changed from 19958 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-flex/nativesdk-flex-locale-sv: PKGSIZE changed from 15651 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-flex/nativesdk-flex-locale-tr: PKGSIZE changed from 14525 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-flex/nativesdk-flex-locale-vi: PKGSIZE changed from 17671 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-flex/nativesdk-flex-locale-zh-cn: PKGSIZE changed from 14821 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-flex/nativesdk-flex-locale-zh-tw: PKGSIZE changed from 14913 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-flex/nativesdk-flex: PKGSIZE changed from 380200 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-gcc-runtime/nativesdk-gcc-runtime-dbg: PKGSIZE changed from 749356 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-gcc-runtime/nativesdk-libatomic-dev: PKGSIZE changed from 18 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-gcc-runtime/nativesdk-libatomic-staticdev: PKGSIZE changed from 71736 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-gcc-runtime/nativesdk-libatomic: PKGSIZE changed from 26026 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-gcc-runtime/nativesdk-libatomic: latest.pkg_postinst changed from "#!/bin/sh set -e if [ x"$D" = "x" ]; then if [ -x /sbin/ldconfig ]; then /sbin/ldconfig ; fi fi " to "#!/bin/sh if [ x"$D" = "x" ]; then if [ -x /sbin/ldconfig ]; then /sbin/ldconfig ; fi fi " packages/i686-nativesdk-pokysdk-linux/nativesdk-gcc-runtime/nativesdk-libgomp-dev: PKGSIZE changed from 24218 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-gcc-runtime/nativesdk-libgomp-staticdev: PKGSIZE changed from 412866 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-gcc-runtime/nativesdk-libgomp: PKGSIZE changed from 264520 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-gcc-runtime/nativesdk-libgomp: latest.pkg_postinst changed from "#!/bin/sh set -e if [ x"$D" = "x" ]; then if [ -x /sbin/ldconfig ]; then /sbin/ldconfig ; fi fi " to "#!/bin/sh if [ x"$D" = "x" ]; then if [ -x /sbin/ldconfig ]; then /sbin/ldconfig ; fi fi " packages/i686-nativesdk-pokysdk-linux/nativesdk-gcc-runtime/nativesdk-libitm-dev: PKGSIZE changed from 177 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-gcc-runtime/nativesdk-libitm-staticdev: PKGSIZE changed from 176540 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-gcc-runtime/nativesdk-libitm: PKGSIZE changed from 95851 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-gcc-runtime/nativesdk-libitm: latest.pkg_postinst changed from "#!/bin/sh set -e if [ x"$D" = "x" ]; then if [ -x /sbin/ldconfig ]; then /sbin/ldconfig ; fi fi " to "#!/bin/sh if [ x"$D" = "x" ]; then if [ -x /sbin/ldconfig ]; then /sbin/ldconfig ; fi fi " packages/i686-nativesdk-pokysdk-linux/nativesdk-gcc-runtime/nativesdk-libstdc++-dev: PKGSIZE changed from 11554749 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-gcc-runtime/nativesdk-libstdc++-staticdev: PKGSIZE changed from 5854178 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-gcc-runtime/nativesdk-libstdc++: PKGSIZE changed from 2135843 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-gcc-runtime/nativesdk-libstdc++: latest.pkg_postinst changed from "#!/bin/sh set -e if [ x"$D" = "x" ]; then if [ -x /sbin/ldconfig ]; then /sbin/ldconfig ; fi fi " to "#!/bin/sh if [ x"$D" = "x" ]; then if [ -x /sbin/ldconfig ]; then /sbin/ldconfig ; fi fi " packages/i686-nativesdk-pokysdk-linux/nativesdk-gdbm/nativesdk-gdbm-bin: PKGSIZE changed from 163148 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-gdbm/nativesdk-gdbm-compat: PKGSIZE changed from 13747 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-gdbm/nativesdk-gdbm-compat: latest.pkg_postinst changed from "#!/bin/sh set -e if [ x"$D" = "x" ]; then if [ -x /sbin/ldconfig ]; then /sbin/ldconfig ; fi fi " to "#!/bin/sh if [ x"$D" = "x" ]; then if [ -x /sbin/ldconfig ]; then /sbin/ldconfig ; fi fi " packages/i686-nativesdk-pokysdk-linux/nativesdk-gdbm/nativesdk-gdbm-dbg: PKGSIZE changed from 60300 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-gdbm/nativesdk-gdbm-dev: PKGSIZE changed from 14270 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-gdbm/nativesdk-gdbm-doc: PKGSIZE changed from 179576 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-gdbm/nativesdk-gdbm-locale-da: PKGSIZE changed from 14387 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-gdbm/nativesdk-gdbm-locale-de: PKGSIZE changed from 16763 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-gdbm/nativesdk-gdbm-locale-eo: PKGSIZE changed from 16039 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-gdbm/nativesdk-gdbm-locale-es: PKGSIZE changed from 14847 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-gdbm/nativesdk-gdbm-locale-fi: PKGSIZE changed from 12299 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-gdbm/nativesdk-gdbm-locale-fr: PKGSIZE changed from 17153 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-gdbm/nativesdk-gdbm-locale-ja: PKGSIZE changed from 6164 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-gdbm/nativesdk-gdbm-locale-pl: PKGSIZE changed from 16737 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-gdbm/nativesdk-gdbm-locale-pt-br: PKGSIZE changed from 16594 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-gdbm/nativesdk-gdbm-locale-ru: PKGSIZE changed from 21254 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-gdbm/nativesdk-gdbm-locale-sr: PKGSIZE changed from 21057 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-gdbm/nativesdk-gdbm-locale-sv: PKGSIZE changed from 16096 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-gdbm/nativesdk-gdbm-locale-uk: PKGSIZE changed from 21800 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-gdbm/nativesdk-gdbm-locale-vi: PKGSIZE changed from 18101 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-gdbm/nativesdk-gdbm: PKGSIZE changed from 67532 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-gdbm/nativesdk-gdbm: latest.pkg_postinst changed from "#!/bin/sh set -e if [ x"$D" = "x" ]; then if [ -x /sbin/ldconfig ]; then /sbin/ldconfig ; fi fi " to "#!/bin/sh if [ x"$D" = "x" ]; then if [ -x /sbin/ldconfig ]; then /sbin/ldconfig ; fi fi " packages/i686-nativesdk-pokysdk-linux/nativesdk-gettext/nativesdk-gettext-dbg: PKGSIZE changed from 655164 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-gettext/nativesdk-gettext-dev: PKGSIZE changed from 170418 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-gettext/nativesdk-gettext-doc: PKGSIZE changed from 5863324 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-gettext/nativesdk-gettext-locale-ast: PKGSIZE changed from 5652 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-gettext/nativesdk-gettext-locale-be: PKGSIZE changed from 28450 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-gettext/nativesdk-gettext-locale-bg: PKGSIZE changed from 157309 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-gettext/nativesdk-gettext-locale-ca: PKGSIZE changed from 125636 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-gettext/nativesdk-gettext-locale-cs: PKGSIZE changed from 12191 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-gettext/nativesdk-gettext-locale-da: PKGSIZE changed from 92585 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-gettext/nativesdk-gettext-locale-de: PKGSIZE changed from 130971 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-gettext/nativesdk-gettext-locale-el: PKGSIZE changed from 4768 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-gettext/nativesdk-gettext-locale-en+boldquot: PKGSIZE changed from 130248 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-gettext/nativesdk-gettext-locale-en+quot: PKGSIZE changed from 128240 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-gettext/nativesdk-gettext-locale-eo: PKGSIZE changed from 8681 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-gettext/nativesdk-gettext-locale-es: PKGSIZE changed from 132384 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-gettext/nativesdk-gettext-locale-et: PKGSIZE changed from 7096 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-gettext/nativesdk-gettext-locale-eu: PKGSIZE changed from 51844 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-gettext/nativesdk-gettext-locale-fi: PKGSIZE changed from 117551 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-gettext/nativesdk-gettext-locale-fr: PKGSIZE changed from 133417 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-gettext/nativesdk-gettext-locale-ga: PKGSIZE changed from 5657 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-gettext/nativesdk-gettext-locale-gl: PKGSIZE changed from 27948 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-gettext/nativesdk-gettext-locale-hr: PKGSIZE changed from 8822 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-gettext/nativesdk-gettext-locale-hu: PKGSIZE changed from 8736 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-gettext/nativesdk-gettext-locale-id: PKGSIZE changed from 93782 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-gettext/nativesdk-gettext-locale-it: PKGSIZE changed from 111619 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-gettext/nativesdk-gettext-locale-ja: PKGSIZE changed from 118322 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-gettext/nativesdk-gettext-locale-ko: PKGSIZE changed from 131950 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-gettext/nativesdk-gettext-locale-nb: PKGSIZE changed from 26585 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-gettext/nativesdk-gettext-locale-nl: PKGSIZE changed from 59872 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-gettext/nativesdk-gettext-locale-nn: PKGSIZE changed from 21162 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-gettext/nativesdk-gettext-locale-pa: PKGSIZE changed from 27756 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-gettext/nativesdk-gettext-locale-pl: PKGSIZE changed from 127119 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-gettext/nativesdk-gettext-locale-pt-br: PKGSIZE changed from 130217 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-gettext/nativesdk-gettext-locale-pt: PKGSIZE changed from 126568 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-gettext/nativesdk-gettext-locale-ro: PKGSIZE changed from 74235 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-gettext/nativesdk-gettext-locale-ru: PKGSIZE changed from 163892 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-gettext/nativesdk-gettext-locale-sk: PKGSIZE changed from 128388 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-gettext/nativesdk-gettext-locale-sl: PKGSIZE changed from 116943 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-gettext/nativesdk-gettext-locale-sr: PKGSIZE changed from 157856 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-gettext/nativesdk-gettext-locale-sv: PKGSIZE changed from 121094 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-gettext/nativesdk-gettext-locale-tr: PKGSIZE changed from 91709 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-gettext/nativesdk-gettext-locale-uk: PKGSIZE changed from 159003 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-gettext/nativesdk-gettext-locale-vi: PKGSIZE changed from 133629 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-gettext/nativesdk-gettext-locale-zh-cn: PKGSIZE changed from 119245 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-gettext/nativesdk-gettext-locale-zh-hk: PKGSIZE changed from 4126 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-gettext/nativesdk-gettext-locale-zh-tw: PKGSIZE changed from 120639 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-gettext/nativesdk-gettext-runtime-doc: PKGSIZE changed from 78398 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-gettext/nativesdk-gettext-runtime: PKGSIZE changed from 133272 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-gettext/nativesdk-gettext: PKGSIZE changed from 2814896 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-gettext/nativesdk-gettext: latest.pkg_postinst changed from "#!/bin/sh set -e if [ x"$D" = "x" ]; then if [ -x /sbin/ldconfig ]; then /sbin/ldconfig ; fi fi " to "#!/bin/sh if [ x"$D" = "x" ]; then if [ -x /sbin/ldconfig ]; then /sbin/ldconfig ; fi fi " packages/i686-nativesdk-pokysdk-linux/nativesdk-gettext/nativesdk-libgettextlib: PKGSIZE changed from 1527484 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-gettext/nativesdk-libgettextlib: latest.pkg_postinst changed from "#!/bin/sh set -e if [ x"$D" = "x" ]; then if [ -x /sbin/ldconfig ]; then /sbin/ldconfig ; fi fi " to "#!/bin/sh if [ x"$D" = "x" ]; then if [ -x /sbin/ldconfig ]; then /sbin/ldconfig ; fi fi " packages/i686-nativesdk-pokysdk-linux/nativesdk-gettext/nativesdk-libgettextsrc: PKGSIZE changed from 331560 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-gettext/nativesdk-libgettextsrc: latest.pkg_postinst changed from "#!/bin/sh set -e if [ x"$D" = "x" ]; then if [ -x /sbin/ldconfig ]; then /sbin/ldconfig ; fi fi " to "#!/bin/sh if [ x"$D" = "x" ]; then if [ -x /sbin/ldconfig ]; then /sbin/ldconfig ; fi fi " packages/i686-nativesdk-pokysdk-linux/nativesdk-glib-2.0/nativesdk-glib-2.0-bash-completion: PKGSIZE changed from 10339 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-glib-2.0/nativesdk-glib-2.0-codegen: PKGSIZE changed from 306611 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-glib-2.0/nativesdk-glib-2.0-dbg: PKGSIZE changed from 747504 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-glib-2.0/nativesdk-glib-2.0-dev: PKGSIZE changed from 2275504 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-glib-2.0/nativesdk-glib-2.0-locale-af: PKGSIZE changed from 9368 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-glib-2.0/nativesdk-glib-2.0-locale-am: PKGSIZE changed from 2655 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-glib-2.0/nativesdk-glib-2.0-locale-an: PKGSIZE changed from 100884 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-glib-2.0/nativesdk-glib-2.0-locale-ar: PKGSIZE changed from 48379 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-glib-2.0/nativesdk-glib-2.0-locale-as: PKGSIZE changed from 144513 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-glib-2.0/nativesdk-glib-2.0-locale-ast: PKGSIZE changed from 46590 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-glib-2.0/nativesdk-glib-2.0-locale-az: PKGSIZE changed from 12704 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-glib-2.0/nativesdk-glib-2.0-locale-be+latin: PKGSIZE changed from 37326 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-glib-2.0/nativesdk-glib-2.0-locale-be: PKGSIZE changed from 124291 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-glib-2.0/nativesdk-glib-2.0-locale-bg: PKGSIZE changed from 133353 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-glib-2.0/nativesdk-glib-2.0-locale-bn-in: PKGSIZE changed from 152932 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-glib-2.0/nativesdk-glib-2.0-locale-bn: PKGSIZE changed from 72564 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-glib-2.0/nativesdk-glib-2.0-locale-bs: PKGSIZE changed from 100608 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-glib-2.0/nativesdk-glib-2.0-locale-ca+valencia: PKGSIZE changed from 130719 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-glib-2.0/nativesdk-glib-2.0-locale-ca: PKGSIZE changed from 142201 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-glib-2.0/nativesdk-glib-2.0-locale-cs: PKGSIZE changed from 136384 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-glib-2.0/nativesdk-glib-2.0-locale-cy: PKGSIZE changed from 27388 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-glib-2.0/nativesdk-glib-2.0-locale-da: PKGSIZE changed from 132350 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-glib-2.0/nativesdk-glib-2.0-locale-de: PKGSIZE changed from 139992 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-glib-2.0/nativesdk-glib-2.0-locale-dz: PKGSIZE changed from 34836 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-glib-2.0/nativesdk-glib-2.0-locale-el: PKGSIZE changed from 118601 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-glib-2.0/nativesdk-glib-2.0-locale-en+shaw: PKGSIZE changed from 69722 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-glib-2.0/nativesdk-glib-2.0-locale-en-ca: PKGSIZE changed from 80055 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-glib-2.0/nativesdk-glib-2.0-locale-en-gb: PKGSIZE changed from 128400 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-glib-2.0/nativesdk-glib-2.0-locale-eo: PKGSIZE changed from 60698 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-glib-2.0/nativesdk-glib-2.0-locale-es: PKGSIZE changed from 138435 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-glib-2.0/nativesdk-glib-2.0-locale-et: PKGSIZE changed from 50929 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-glib-2.0/nativesdk-glib-2.0-locale-eu: PKGSIZE changed from 137523 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-glib-2.0/nativesdk-glib-2.0-locale-fa: PKGSIZE changed from 57968 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-glib-2.0/nativesdk-glib-2.0-locale-fi: PKGSIZE changed from 55624 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-glib-2.0/nativesdk-glib-2.0-locale-fr: PKGSIZE changed from 145976 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-glib-2.0/nativesdk-glib-2.0-locale-fur: PKGSIZE changed from 76174 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-glib-2.0/nativesdk-glib-2.0-locale-ga: PKGSIZE changed from 14727 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-glib-2.0/nativesdk-glib-2.0-locale-gd: PKGSIZE changed from 11432 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-glib-2.0/nativesdk-glib-2.0-locale-gl: PKGSIZE changed from 138890 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-glib-2.0/nativesdk-glib-2.0-locale-gu: PKGSIZE changed from 146023 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-glib-2.0/nativesdk-glib-2.0-locale-he: PKGSIZE changed from 125973 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-glib-2.0/nativesdk-glib-2.0-locale-hi: PKGSIZE changed from 147327 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-glib-2.0/nativesdk-glib-2.0-locale-hr: PKGSIZE changed from 48509 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-glib-2.0/nativesdk-glib-2.0-locale-hu: PKGSIZE changed from 140108 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-glib-2.0/nativesdk-glib-2.0-locale-hy: PKGSIZE changed from 91532 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-glib-2.0/nativesdk-glib-2.0-locale-id: PKGSIZE changed from 131591 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-glib-2.0/nativesdk-glib-2.0-locale-is: PKGSIZE changed from 15106 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-glib-2.0/nativesdk-glib-2.0-locale-it: PKGSIZE changed from 137019 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-glib-2.0/nativesdk-glib-2.0-locale-ja: PKGSIZE changed from 131889 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-glib-2.0/nativesdk-glib-2.0-locale-ka: PKGSIZE changed from 34231 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-glib-2.0/nativesdk-glib-2.0-locale-kk: PKGSIZE changed from 30009 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-glib-2.0/nativesdk-glib-2.0-locale-kn: PKGSIZE changed from 163773 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-glib-2.0/nativesdk-glib-2.0-locale-ko: PKGSIZE changed from 145154 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-glib-2.0/nativesdk-glib-2.0-locale-ku: PKGSIZE changed from 2827 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-glib-2.0/nativesdk-glib-2.0-locale-lt: PKGSIZE changed from 133904 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-glib-2.0/nativesdk-glib-2.0-locale-lv: PKGSIZE changed from 134723 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-glib-2.0/nativesdk-glib-2.0-locale-mai: PKGSIZE changed from 43246 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-glib-2.0/nativesdk-glib-2.0-locale-mg: PKGSIZE changed from 19581 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-glib-2.0/nativesdk-glib-2.0-locale-mk: PKGSIZE changed from 48242 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-glib-2.0/nativesdk-glib-2.0-locale-ml: PKGSIZE changed from 98667 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-glib-2.0/nativesdk-glib-2.0-locale-mn: PKGSIZE changed from 19171 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-glib-2.0/nativesdk-glib-2.0-locale-mr: PKGSIZE changed from 146790 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-glib-2.0/nativesdk-glib-2.0-locale-ms: PKGSIZE changed from 126484 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-glib-2.0/nativesdk-glib-2.0-locale-nb: PKGSIZE changed from 113354 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-glib-2.0/nativesdk-glib-2.0-locale-nds: PKGSIZE changed from 6441 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-glib-2.0/nativesdk-glib-2.0-locale-ne: PKGSIZE changed from 82038 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-glib-2.0/nativesdk-glib-2.0-locale-nl: PKGSIZE changed from 89126 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-glib-2.0/nativesdk-glib-2.0-locale-nn: PKGSIZE changed from 36259 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-glib-2.0/nativesdk-glib-2.0-locale-oc: PKGSIZE changed from 123990 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-glib-2.0/nativesdk-glib-2.0-locale-or: PKGSIZE changed from 153879 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-glib-2.0/nativesdk-glib-2.0-locale-pa: PKGSIZE changed from 139900 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-glib-2.0/nativesdk-glib-2.0-locale-pl: PKGSIZE changed from 140913 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-glib-2.0/nativesdk-glib-2.0-locale-ps: PKGSIZE changed from 11590 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-glib-2.0/nativesdk-glib-2.0-locale-pt-br: PKGSIZE changed from 136844 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-glib-2.0/nativesdk-glib-2.0-locale-pt: PKGSIZE changed from 137044 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-glib-2.0/nativesdk-glib-2.0-locale-ro: PKGSIZE changed from 139888 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-glib-2.0/nativesdk-glib-2.0-locale-ru: PKGSIZE changed from 172573 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-glib-2.0/nativesdk-glib-2.0-locale-rw: PKGSIZE changed from 2197 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-glib-2.0/nativesdk-glib-2.0-locale-si: PKGSIZE changed from 11379 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-glib-2.0/nativesdk-glib-2.0-locale-sk: PKGSIZE changed from 126958 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-glib-2.0/nativesdk-glib-2.0-locale-sl: PKGSIZE changed from 133721 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-glib-2.0/nativesdk-glib-2.0-locale-sq: PKGSIZE changed from 38114 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-glib-2.0/nativesdk-glib-2.0-locale-sr+ije: PKGSIZE changed from 15638 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-glib-2.0/nativesdk-glib-2.0-locale-sr+latin: PKGSIZE changed from 125979 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-glib-2.0/nativesdk-glib-2.0-locale-sr: PKGSIZE changed from 173028 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-glib-2.0/nativesdk-glib-2.0-locale-sv: PKGSIZE changed from 132946 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-glib-2.0/nativesdk-glib-2.0-locale-ta: PKGSIZE changed from 161163 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-glib-2.0/nativesdk-glib-2.0-locale-te: PKGSIZE changed from 152584 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-glib-2.0/nativesdk-glib-2.0-locale-tg: PKGSIZE changed from 5165 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-glib-2.0/nativesdk-glib-2.0-locale-th: PKGSIZE changed from 174848 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-glib-2.0/nativesdk-glib-2.0-locale-tl: PKGSIZE changed from 17881 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-glib-2.0/nativesdk-glib-2.0-locale-tr: PKGSIZE changed from 134920 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-glib-2.0/nativesdk-glib-2.0-locale-tt: PKGSIZE changed from 7076 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-glib-2.0/nativesdk-glib-2.0-locale-ug: PKGSIZE changed from 124524 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-glib-2.0/nativesdk-glib-2.0-locale-uk: PKGSIZE changed from 176518 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-glib-2.0/nativesdk-glib-2.0-locale-vi: PKGSIZE changed from 109755 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-glib-2.0/nativesdk-glib-2.0-locale-wa: PKGSIZE changed from 6350 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-glib-2.0/nativesdk-glib-2.0-locale-xh: PKGSIZE changed from 15950 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-glib-2.0/nativesdk-glib-2.0-locale-yi: PKGSIZE changed from 15877 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-glib-2.0/nativesdk-glib-2.0-locale-zh-cn: PKGSIZE changed from 121576 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-glib-2.0/nativesdk-glib-2.0-locale-zh-hk: PKGSIZE changed from 94873 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-glib-2.0/nativesdk-glib-2.0-locale-zh-tw: PKGSIZE changed from 123273 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-glib-2.0/nativesdk-glib-2.0-utils: PKGSIZE changed from 486173 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-glib-2.0/nativesdk-glib-2.0: PKGSIZE changed from 3686487 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-glib-2.0/nativesdk-glib-2.0: latest.pkg_postinst changed from "#!/bin/sh set -e if [ "x$D" != "x" ]; then $INTERCEPT_DIR/postinst_intercept update_gio_module_cache nativesdk-libglib-2.0-0 \ mlprefix=nativesdk- \ binprefix=nativesdk- \ libdir=/opt/poky/3.3+snapshot/sysroots/i686-pokysdk-linux/usr/lib \ libexecdir=/opt/poky/3.3+snapshot/sysroots/i686-pokysdk-linux/usr/libexec \ base_libdir=/opt/poky/3.3+snapshot/sysroots/i686-pokysdk-linux/lib \ bindir=/opt/poky/3.3+snapshot/sysroots/i686-pokysdk-linux/usr/bin else /opt/poky/3.3+snapshot/sysroots/i686-pokysdk-linux/usr/libexec/nativesdk-gio-querymodules /opt/poky/3.3+snapshot/sysroots/i686-pokysdk-linux/usr/lib/gio/modules/ fi if [ x"$D" = "x" ]; then if [ -x /sbin/ldconfig ]; then /sbin/ldconfig ; fi fi " to "#!/bin/sh if [ "x$D" != "x" ]; then $INTERCEPT_DIR/postinst_intercept update_gio_module_cache nativesdk-libglib-2.0-0 \ mlprefix=nativesdk- \ binprefix=nativesdk- \ libdir=/opt/poky/3.3+snapshot/sysroots/i686-pokysdk-linux/usr/lib \ libexecdir=/opt/poky/3.3+snapshot/sysroots/i686-pokysdk-linux/usr/libexec \ base_libdir=/opt/poky/3.3+snapshot/sysroots/i686-pokysdk-linux/lib \ bindir=/opt/poky/3.3+snapshot/sysroots/i686-pokysdk-linux/usr/bin else /opt/poky/3.3+snapshot/sysroots/i686-pokysdk-linux/usr/libexec/nativesdk-gio-querymodules /opt/poky/3.3+snapshot/sysroots/i686-pokysdk-linux/usr/lib/gio/modules/ fi if [ x"$D" = "x" ]; then if [ -x /sbin/ldconfig ]; then /sbin/ldconfig ; fi fi " packages/i686-nativesdk-pokysdk-linux/nativesdk-glib-2.0/nativesdk-glib-2.0: latest.pkg_postrm changed from "#!/bin/sh set -e if [ "x$D" != "x" ]; then $INTERCEPT_DIR/postinst_intercept update_gio_module_cache nativesdk-libglib-2.0-0 \ mlprefix=nativesdk- \ binprefix=nativesdk- \ libdir=/opt/poky/3.3+snapshot/sysroots/i686-pokysdk-linux/usr/lib \ libexecdir=/opt/poky/3.3+snapshot/sysroots/i686-pokysdk-linux/usr/libexec \ base_libdir=/opt/poky/3.3+snapshot/sysroots/i686-pokysdk-linux/lib \ bindir=/opt/poky/3.3+snapshot/sysroots/i686-pokysdk-linux/usr/bin else /opt/poky/3.3+snapshot/sysroots/i686-pokysdk-linux/usr/libexec/nativesdk-gio-querymodules /opt/poky/3.3+snapshot/sysroots/i686-pokysdk-linux/usr/lib/gio/modules/ fi " to "#!/bin/sh if [ "x$D" != "x" ]; then $INTERCEPT_DIR/postinst_intercept update_gio_module_cache nativesdk-libglib-2.0-0 \ mlprefix=nativesdk- \ binprefix=nativesdk- \ libdir=/opt/poky/3.3+snapshot/sysroots/i686-pokysdk-linux/usr/lib \ libexecdir=/opt/poky/3.3+snapshot/sysroots/i686-pokysdk-linux/usr/libexec \ base_libdir=/opt/poky/3.3+snapshot/sysroots/i686-pokysdk-linux/lib \ bindir=/opt/poky/3.3+snapshot/sysroots/i686-pokysdk-linux/usr/bin else /opt/poky/3.3+snapshot/sysroots/i686-pokysdk-linux/usr/libexec/nativesdk-gio-querymodules /opt/poky/3.3+snapshot/sysroots/i686-pokysdk-linux/usr/lib/gio/modules/ fi " packages/i686-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-binary-localedata-aa-dj.utf-8: PKGSIZE changed from 2937932 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-binary-localedata-aa-dj: PKGSIZE changed from 321134 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-binary-localedata-aa-er+saaho: PKGSIZE changed from 2949737 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-binary-localedata-aa-er: PKGSIZE changed from 2949726 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-binary-localedata-aa-et: PKGSIZE changed from 2949723 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-binary-localedata-af-za.utf-8: PKGSIZE changed from 2937458 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-binary-localedata-af-za: PKGSIZE changed from 320660 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-binary-localedata-agr-pe: PKGSIZE changed from 2937704 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-binary-localedata-ak-gh: PKGSIZE changed from 2938465 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-binary-localedata-am-et: PKGSIZE changed from 2949467 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-binary-localedata-an-es.utf-8: PKGSIZE changed from 2937400 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-binary-localedata-an-es: PKGSIZE changed from 321996 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-binary-localedata-anp-in: PKGSIZE changed from 2941095 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-binary-localedata-ar-ae.utf-8: PKGSIZE changed from 2937762 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-binary-localedata-ar-ae: PKGSIZE changed from 318286 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-binary-localedata-ar-bh.utf-8: PKGSIZE changed from 2937696 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-binary-localedata-ar-bh: PKGSIZE changed from 318240 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-binary-localedata-ar-dz.utf-8: PKGSIZE changed from 2937928 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-binary-localedata-ar-dz: PKGSIZE changed from 318432 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-binary-localedata-ar-eg.utf-8: PKGSIZE changed from 2937683 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-binary-localedata-ar-eg: PKGSIZE changed from 318231 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-binary-localedata-ar-in: PKGSIZE changed from 2937730 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-binary-localedata-ar-iq.utf-8: PKGSIZE changed from 2938406 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-binary-localedata-ar-iq: PKGSIZE changed from 318842 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-binary-localedata-ar-jo.utf-8: PKGSIZE changed from 2938410 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-binary-localedata-ar-jo: PKGSIZE changed from 318846 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-binary-localedata-ar-kw.utf-8: PKGSIZE changed from 2937690 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-binary-localedata-ar-kw: PKGSIZE changed from 318238 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-binary-localedata-ar-lb.utf-8: PKGSIZE changed from 2938412 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-binary-localedata-ar-lb: PKGSIZE changed from 318844 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-binary-localedata-ar-ly.utf-8: PKGSIZE changed from 2937705 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-binary-localedata-ar-ly: PKGSIZE changed from 318253 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-binary-localedata-ar-ma.utf-8: PKGSIZE changed from 2937784 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-binary-localedata-ar-ma: PKGSIZE changed from 318296 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-binary-localedata-ar-om.utf-8: PKGSIZE changed from 2937686 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-binary-localedata-ar-om: PKGSIZE changed from 318230 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-binary-localedata-ar-qa.utf-8: PKGSIZE changed from 2937680 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-binary-localedata-ar-qa: PKGSIZE changed from 318232 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-binary-localedata-ar-sa.utf-8: PKGSIZE changed from 367842 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-binary-localedata-ar-sa: PKGSIZE changed from 315706 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-binary-localedata-ar-sd.utf-8: PKGSIZE changed from 2937692 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-binary-localedata-ar-sd: PKGSIZE changed from 318236 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-binary-localedata-ar-ss: PKGSIZE changed from 2937700 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-binary-localedata-ar-sy.utf-8: PKGSIZE changed from 2938423 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-binary-localedata-ar-sy: PKGSIZE changed from 318859 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-binary-localedata-ar-tn.utf-8: PKGSIZE changed from 2937920 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-binary-localedata-ar-tn: PKGSIZE changed from 318428 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-binary-localedata-ar-ye.utf-8: PKGSIZE changed from 2937688 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-binary-localedata-ar-ye: PKGSIZE changed from 318236 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-binary-localedata-as-in: PKGSIZE changed from 2941166 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-binary-localedata-ast-es.utf-8: PKGSIZE changed from 2937423 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-binary-localedata-ast-es: PKGSIZE changed from 322014 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-binary-localedata-ayc-pe: PKGSIZE changed from 2937350 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-binary-localedata-az-az: PKGSIZE changed from 2806724 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-binary-localedata-az-ir: PKGSIZE changed from 2945411 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-binary-localedata-be-by+latin: PKGSIZE changed from 2895034 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-binary-localedata-be-by.utf-8: PKGSIZE changed from 2937712 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-binary-localedata-be-by: PKGSIZE changed from 323407 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-binary-localedata-bem-zm: PKGSIZE changed from 2937520 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-binary-localedata-ber-dz: PKGSIZE changed from 2937335 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-binary-localedata-ber-ma: PKGSIZE changed from 2937756 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-binary-localedata-bg-bg.utf-8: PKGSIZE changed from 2938040 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-binary-localedata-bg-bg: PKGSIZE changed from 323330 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-binary-localedata-bhb-in.utf-8: PKGSIZE changed from 2937558 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-binary-localedata-bho-in: PKGSIZE changed from 2941124 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-binary-localedata-bho-np: PKGSIZE changed from 2941160 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-binary-localedata-bi-vu: PKGSIZE changed from 2937427 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-binary-localedata-bn-bd: PKGSIZE changed from 2941560 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-binary-localedata-bn-in: PKGSIZE changed from 2941558 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-binary-localedata-bo-cn: PKGSIZE changed from 3002129 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-binary-localedata-bo-in: PKGSIZE changed from 3002100 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-binary-localedata-br-fr+euro: PKGSIZE changed from 323016 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-binary-localedata-br-fr.utf-8: PKGSIZE changed from 2938562 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-binary-localedata-br-fr: PKGSIZE changed from 321604 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-binary-localedata-brx-in: PKGSIZE changed from 2941474 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-binary-localedata-bs-ba.utf-8: PKGSIZE changed from 2938697 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-binary-localedata-bs-ba: PKGSIZE changed from 323335 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-binary-localedata-byn-er: PKGSIZE changed from 2949765 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-binary-localedata-ca-ad.utf-8: PKGSIZE changed from 2937837 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-binary-localedata-ca-ad: PKGSIZE changed from 322415 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-binary-localedata-ca-es+euro: PKGSIZE changed from 322495 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-binary-localedata-ca-es+valencia: PKGSIZE changed from 2937871 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-binary-localedata-ca-es.utf-8: PKGSIZE changed from 2937842 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-binary-localedata-ca-es: PKGSIZE changed from 321022 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-binary-localedata-ca-fr.utf-8: PKGSIZE changed from 2937841 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-binary-localedata-ca-fr: PKGSIZE changed from 322419 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-binary-localedata-ca-it.utf-8: PKGSIZE changed from 2937852 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-binary-localedata-ca-it: PKGSIZE changed from 322430 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-binary-localedata-ce-ru: PKGSIZE changed from 2937600 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-binary-localedata-chr-us: PKGSIZE changed from 2937522 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-binary-localedata-ckb-iq: PKGSIZE changed from 2895707 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-binary-localedata-cmn-tw: PKGSIZE changed from 5158568 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-binary-localedata-crh-ua: PKGSIZE changed from 2806851 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-binary-localedata-cs-cz.utf-8: PKGSIZE changed from 2939184 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-binary-localedata-cs-cz: PKGSIZE changed from 322405 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-binary-localedata-csb-pl: PKGSIZE changed from 2937547 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-binary-localedata-cv-ru: PKGSIZE changed from 2937071 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-binary-localedata-cy-gb.utf-8: PKGSIZE changed from 2941320 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-binary-localedata-cy-gb: PKGSIZE changed from 327628 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-binary-localedata-da-dk.utf-8: PKGSIZE changed from 2937869 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-binary-localedata-da-dk: PKGSIZE changed from 320931 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-binary-localedata-de-at+euro: PKGSIZE changed from 322001 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-binary-localedata-de-at.utf-8: PKGSIZE changed from 2937501 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-binary-localedata-de-at: PKGSIZE changed from 320598 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-binary-localedata-de-be+euro: PKGSIZE changed from 321968 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-binary-localedata-de-be.utf-8: PKGSIZE changed from 2937445 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-binary-localedata-de-be: PKGSIZE changed from 320545 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-binary-localedata-de-ch.utf-8: PKGSIZE changed from 2937489 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-binary-localedata-de-ch: PKGSIZE changed from 320584 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-binary-localedata-de-de+euro: PKGSIZE changed from 322054 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-binary-localedata-de-de.utf-8: PKGSIZE changed from 2937541 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-binary-localedata-de-de: PKGSIZE changed from 320642 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-binary-localedata-de-it.utf-8: PKGSIZE changed from 2937538 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-binary-localedata-de-it: PKGSIZE changed from 320635 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-binary-localedata-de-li.utf-8: PKGSIZE changed from 2937431 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-binary-localedata-de-lu+euro: PKGSIZE changed from 321978 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-binary-localedata-de-lu.utf-8: PKGSIZE changed from 2937455 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-binary-localedata-de-lu: PKGSIZE changed from 320555 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-binary-localedata-doi-in: PKGSIZE changed from 2941002 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-binary-localedata-dsb-de: PKGSIZE changed from 2895102 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-binary-localedata-dv-mv: PKGSIZE changed from 2938779 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-binary-localedata-dz-bt: PKGSIZE changed from 3002194 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-binary-localedata-el-cy.utf-8: PKGSIZE changed from 2938125 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-binary-localedata-el-cy: PKGSIZE changed from 323139 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-binary-localedata-el-gr+euro: PKGSIZE changed from 323131 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-binary-localedata-el-gr.utf-8: PKGSIZE changed from 2938096 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-binary-localedata-el-gr: PKGSIZE changed from 323110 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-binary-localedata-en-ag: PKGSIZE changed from 2937523 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-binary-localedata-en-au.utf-8: PKGSIZE changed from 2937413 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-binary-localedata-en-au: PKGSIZE changed from 320617 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-binary-localedata-en-bw.utf-8: PKGSIZE changed from 2937275 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-binary-localedata-en-bw: PKGSIZE changed from 320481 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-binary-localedata-en-ca.utf-8: PKGSIZE changed from 2937401 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-binary-localedata-en-ca: PKGSIZE changed from 320605 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-binary-localedata-en-dk.utf-8: PKGSIZE changed from 2937337 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-binary-localedata-en-dk: PKGSIZE changed from 320543 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-binary-localedata-en-gb.utf-8: PKGSIZE changed from 2937516 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-binary-localedata-en-gb: PKGSIZE changed from 320716 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-binary-localedata-en-hk.utf-8: PKGSIZE changed from 2937722 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-binary-localedata-en-hk: PKGSIZE changed from 320928 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-binary-localedata-en-ie+euro: PKGSIZE changed from 321960 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-binary-localedata-en-ie.utf-8: PKGSIZE changed from 2937333 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-binary-localedata-en-ie: PKGSIZE changed from 320537 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-binary-localedata-en-il: PKGSIZE changed from 2937371 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-binary-localedata-en-in: PKGSIZE changed from 2937663 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-binary-localedata-en-ng: PKGSIZE changed from 2937264 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-binary-localedata-en-nz.utf-8: PKGSIZE changed from 2937404 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-binary-localedata-en-nz: PKGSIZE changed from 320608 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-binary-localedata-en-ph.utf-8: PKGSIZE changed from 2937724 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-binary-localedata-en-ph: PKGSIZE changed from 320930 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-binary-localedata-en-sc.utf-8: PKGSIZE changed from 2937439 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-binary-localedata-en-sg.utf-8: PKGSIZE changed from 2937505 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-binary-localedata-en-sg: PKGSIZE changed from 320711 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-binary-localedata-en-us.utf-8: PKGSIZE changed from 2937472 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-binary-localedata-en-us: PKGSIZE changed from 320678 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-binary-localedata-en-za.utf-8: PKGSIZE changed from 2937412 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-binary-localedata-en-za: PKGSIZE changed from 320618 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-binary-localedata-en-zm: PKGSIZE changed from 2937446 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-binary-localedata-en-zw.utf-8: PKGSIZE changed from 2937275 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-binary-localedata-en-zw: PKGSIZE changed from 320481 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-binary-localedata-eo: PKGSIZE changed from 2894618 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-binary-localedata-es-ar.utf-8: PKGSIZE changed from 2937343 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-binary-localedata-es-ar: PKGSIZE changed from 320538 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-binary-localedata-es-bo.utf-8: PKGSIZE changed from 2937344 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-binary-localedata-es-bo: PKGSIZE changed from 320539 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-binary-localedata-es-cl.utf-8: PKGSIZE changed from 2937331 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-binary-localedata-es-cl: PKGSIZE changed from 320526 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-binary-localedata-es-co.utf-8: PKGSIZE changed from 2937418 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-binary-localedata-es-co: PKGSIZE changed from 320613 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-binary-localedata-es-cr.utf-8: PKGSIZE changed from 2937555 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-binary-localedata-es-cr: PKGSIZE changed from 320744 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-binary-localedata-es-cu: PKGSIZE changed from 2937357 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-binary-localedata-es-do.utf-8: PKGSIZE changed from 2937381 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-binary-localedata-es-do: PKGSIZE changed from 320576 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-binary-localedata-es-ec.utf-8: PKGSIZE changed from 2937336 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-binary-localedata-es-ec: PKGSIZE changed from 320531 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-binary-localedata-es-es+euro: PKGSIZE changed from 321954 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-binary-localedata-es-es.utf-8: PKGSIZE changed from 2937348 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-binary-localedata-es-es: PKGSIZE changed from 320543 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-binary-localedata-es-gt.utf-8: PKGSIZE changed from 2937344 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-binary-localedata-es-gt: PKGSIZE changed from 320539 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-binary-localedata-es-hn.utf-8: PKGSIZE changed from 2937342 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-binary-localedata-es-hn: PKGSIZE changed from 320537 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-binary-localedata-es-mx.utf-8: PKGSIZE changed from 2937349 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-binary-localedata-es-mx: PKGSIZE changed from 320536 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-binary-localedata-es-ni.utf-8: PKGSIZE changed from 2937433 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-binary-localedata-es-ni: PKGSIZE changed from 320630 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-binary-localedata-es-pa.utf-8: PKGSIZE changed from 2937342 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-binary-localedata-es-pa: PKGSIZE changed from 320537 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-binary-localedata-es-pe.utf-8: PKGSIZE changed from 2937401 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-binary-localedata-es-pe: PKGSIZE changed from 320596 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-binary-localedata-es-pr.utf-8: PKGSIZE changed from 2937356 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-binary-localedata-es-pr: PKGSIZE changed from 320553 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-binary-localedata-es-py.utf-8: PKGSIZE changed from 2937350 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-binary-localedata-es-py: PKGSIZE changed from 320545 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-binary-localedata-es-sv.utf-8: PKGSIZE changed from 2937348 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-binary-localedata-es-sv: PKGSIZE changed from 320543 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-binary-localedata-es-us.utf-8: PKGSIZE changed from 2937357 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-binary-localedata-es-us: PKGSIZE changed from 320552 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-binary-localedata-es-uy.utf-8: PKGSIZE changed from 2937328 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-binary-localedata-es-uy: PKGSIZE changed from 320523 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-binary-localedata-es-ve.utf-8: PKGSIZE changed from 2937427 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-binary-localedata-es-ve: PKGSIZE changed from 320622 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-binary-localedata-et-ee.iso-8859-15: PKGSIZE changed from 322030 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-binary-localedata-et-ee.utf-8: PKGSIZE changed from 2937438 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-binary-localedata-et-ee: PKGSIZE changed from 320692 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-binary-localedata-eu-es+euro: PKGSIZE changed from 322116 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-binary-localedata-eu-es.utf-8: PKGSIZE changed from 2937480 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-binary-localedata-eu-es: PKGSIZE changed from 320680 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-binary-localedata-fa-ir: PKGSIZE changed from 2945176 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-binary-localedata-ff-sn: PKGSIZE changed from 2937383 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-binary-localedata-fi-fi+euro: PKGSIZE changed from 322483 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-binary-localedata-fi-fi.utf-8: PKGSIZE changed from 2939452 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-binary-localedata-fi-fi: PKGSIZE changed from 321060 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-binary-localedata-fil-ph: PKGSIZE changed from 2937994 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-binary-localedata-fo-fo.utf-8: PKGSIZE changed from 2937957 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-binary-localedata-fo-fo: PKGSIZE changed from 321009 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-binary-localedata-fr-be+euro: PKGSIZE changed from 321923 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-binary-localedata-fr-be.utf-8: PKGSIZE changed from 2937313 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-binary-localedata-fr-be: PKGSIZE changed from 320496 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-binary-localedata-fr-ca.utf-8: PKGSIZE changed from 2937314 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-binary-localedata-fr-ca: PKGSIZE changed from 320493 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-binary-localedata-fr-ch.utf-8: PKGSIZE changed from 2937341 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-binary-localedata-fr-ch: PKGSIZE changed from 320588 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-binary-localedata-fr-fr+euro: PKGSIZE changed from 322126 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-binary-localedata-fr-fr.utf-8: PKGSIZE changed from 2937470 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-binary-localedata-fr-fr: PKGSIZE changed from 320655 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-binary-localedata-fr-lu+euro: PKGSIZE changed from 321931 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-binary-localedata-fr-lu.utf-8: PKGSIZE changed from 2937325 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-binary-localedata-fr-lu: PKGSIZE changed from 320504 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-binary-localedata-fur-it: PKGSIZE changed from 2937177 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-binary-localedata-fy-de: PKGSIZE changed from 2937420 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-binary-localedata-fy-nl: PKGSIZE changed from 2937446 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-binary-localedata-ga-ie+euro: PKGSIZE changed from 322438 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-binary-localedata-ga-ie.utf-8: PKGSIZE changed from 2937830 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-binary-localedata-ga-ie: PKGSIZE changed from 320994 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-binary-localedata-gd-gb.utf-8: PKGSIZE changed from 2938326 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-binary-localedata-gd-gb: PKGSIZE changed from 322913 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-binary-localedata-gez-er+abegede: PKGSIZE changed from 2949866 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-binary-localedata-gez-er: PKGSIZE changed from 2949319 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-binary-localedata-gez-et+abegede: PKGSIZE changed from 2950038 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-binary-localedata-gez-et: PKGSIZE changed from 2949491 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-binary-localedata-gl-es+euro: PKGSIZE changed from 321918 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-binary-localedata-gl-es.utf-8: PKGSIZE changed from 2937329 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-binary-localedata-gl-es: PKGSIZE changed from 320520 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-binary-localedata-gu-in: PKGSIZE changed from 2941170 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-binary-localedata-gv-gb.utf-8: PKGSIZE changed from 2938451 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-binary-localedata-gv-gb: PKGSIZE changed from 321647 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-binary-localedata-ha-ng: PKGSIZE changed from 2939236 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-binary-localedata-hak-tw: PKGSIZE changed from 2896607 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-binary-localedata-he-il.utf-8: PKGSIZE changed from 2937475 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-binary-localedata-he-il: PKGSIZE changed from 319654 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-binary-localedata-hi-in: PKGSIZE changed from 2941012 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-binary-localedata-hif-fj: PKGSIZE changed from 2937711 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-binary-localedata-hne-in: PKGSIZE changed from 2940703 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-binary-localedata-hr-hr.utf-8: PKGSIZE changed from 2938873 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-binary-localedata-hr-hr: PKGSIZE changed from 323509 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-binary-localedata-hsb-de.utf-8: PKGSIZE changed from 2895642 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-binary-localedata-hsb-de: PKGSIZE changed from 322684 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-binary-localedata-ht-ht: PKGSIZE changed from 2937104 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-binary-localedata-hu-hu.utf-8: PKGSIZE changed from 2952393 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-binary-localedata-hu-hu: PKGSIZE changed from 336559 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-binary-localedata-hy-am.armscii-8: PKGSIZE changed from 321231 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-binary-localedata-hy-am: PKGSIZE changed from 2937891 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-binary-localedata-ia-fr: PKGSIZE changed from 2937409 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-binary-localedata-id-id.utf-8: PKGSIZE changed from 2937242 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-binary-localedata-id-id: PKGSIZE changed from 320444 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-binary-localedata-ig-ng: PKGSIZE changed from 2942538 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-binary-localedata-ik-ca: PKGSIZE changed from 2939444 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-binary-localedata-is-is.utf-8: PKGSIZE changed from 2937432 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-binary-localedata-is-is: PKGSIZE changed from 320504 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-binary-localedata-it-ch.utf-8: PKGSIZE changed from 2937404 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-binary-localedata-it-ch: PKGSIZE changed from 320665 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-binary-localedata-it-it+euro: PKGSIZE changed from 322070 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-binary-localedata-it-it.utf-8: PKGSIZE changed from 2937448 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-binary-localedata-it-it: PKGSIZE changed from 320647 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-binary-localedata-iu-ca: PKGSIZE changed from 2937201 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-binary-localedata-ja-jp.euc-jp: PKGSIZE changed from 1006088 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-binary-localedata-ja-jp.utf-8: PKGSIZE changed from 1064685 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-binary-localedata-ka-ge.utf-8: PKGSIZE changed from 2938214 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-binary-localedata-ka-ge: PKGSIZE changed from 324410 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-binary-localedata-kab-dz: PKGSIZE changed from 2937212 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-binary-localedata-kk-kz.utf-8: PKGSIZE changed from 2937563 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-binary-localedata-kk-kz: PKGSIZE changed from 323189 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-binary-localedata-kl-gl.utf-8: PKGSIZE changed from 2938304 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-binary-localedata-kl-gl: PKGSIZE changed from 321370 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-binary-localedata-km-kh: PKGSIZE changed from 382181 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-binary-localedata-kn-in: PKGSIZE changed from 2940976 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-binary-localedata-ko-kr.euc-kr: PKGSIZE changed from 1164470 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-binary-localedata-ko-kr.utf-8: PKGSIZE changed from 1337221 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-binary-localedata-kok-in: PKGSIZE changed from 2941614 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-binary-localedata-ks-in+devanagari: PKGSIZE changed from 2938590 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-binary-localedata-ks-in: PKGSIZE changed from 2938246 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-binary-localedata-ku-tr.utf-8: PKGSIZE changed from 2806577 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-binary-localedata-ku-tr: PKGSIZE changed from 202026 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-binary-localedata-kw-gb.utf-8: PKGSIZE changed from 2937803 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-binary-localedata-kw-gb: PKGSIZE changed from 321003 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-binary-localedata-ky-kg: PKGSIZE changed from 2937615 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-binary-localedata-lb-lu: PKGSIZE changed from 2937540 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-binary-localedata-lg-ug.utf-8: PKGSIZE changed from 2937508 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-binary-localedata-lg-ug: PKGSIZE changed from 322636 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-binary-localedata-li-be: PKGSIZE changed from 2937561 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-binary-localedata-li-nl: PKGSIZE changed from 2937572 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-binary-localedata-lij-it: PKGSIZE changed from 2937332 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-binary-localedata-ln-cd: PKGSIZE changed from 2938911 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-binary-localedata-lo-la: PKGSIZE changed from 386792 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-binary-localedata-lt-lt.utf-8: PKGSIZE changed from 2937695 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-binary-localedata-lt-lt: PKGSIZE changed from 322662 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-binary-localedata-lv-lv.utf-8: PKGSIZE changed from 2937444 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-binary-localedata-lv-lv: PKGSIZE changed from 322517 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-binary-localedata-lzh-tw: PKGSIZE changed from 2897018 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-binary-localedata-mag-in: PKGSIZE changed from 2941054 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-binary-localedata-mai-in: PKGSIZE changed from 2940944 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-binary-localedata-mai-np: PKGSIZE changed from 2938248 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-binary-localedata-mfe-mu: PKGSIZE changed from 2894732 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-binary-localedata-mg-mg.utf-8: PKGSIZE changed from 2937472 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-binary-localedata-mg-mg: PKGSIZE changed from 322084 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-binary-localedata-mhr-ru: PKGSIZE changed from 2937553 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-binary-localedata-mi-nz.utf-8: PKGSIZE changed from 2939053 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-binary-localedata-mi-nz: PKGSIZE changed from 324074 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-binary-localedata-miq-ni: PKGSIZE changed from 2938927 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-binary-localedata-mjw-in: PKGSIZE changed from 2937530 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-binary-localedata-mk-mk.utf-8: PKGSIZE changed from 2937725 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-binary-localedata-mk-mk: PKGSIZE changed from 321013 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-binary-localedata-ml-in: PKGSIZE changed from 2943133 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-binary-localedata-mn-mn: PKGSIZE changed from 2941283 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-binary-localedata-mni-in: PKGSIZE changed from 2940967 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-binary-localedata-mnw-mm: PKGSIZE changed from 2900230 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-binary-localedata-mr-in: PKGSIZE changed from 2941615 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-binary-localedata-ms-my.utf-8: PKGSIZE changed from 2937567 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-binary-localedata-ms-my: PKGSIZE changed from 320773 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-binary-localedata-mt-mt.utf-8: PKGSIZE changed from 2938164 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-binary-localedata-mt-mt: PKGSIZE changed from 322930 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-binary-localedata-my-mm: PKGSIZE changed from 2899917 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-binary-localedata-nan-tw+latin: PKGSIZE changed from 2937748 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-binary-localedata-nan-tw: PKGSIZE changed from 2896611 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-binary-localedata-nb-no.utf-8: PKGSIZE changed from 2937917 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-binary-localedata-nb-no: PKGSIZE changed from 321176 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-binary-localedata-nds-de: PKGSIZE changed from 2937526 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-binary-localedata-nds-nl: PKGSIZE changed from 2937451 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-binary-localedata-ne-np: PKGSIZE changed from 2938757 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-binary-localedata-nhn-mx: PKGSIZE changed from 2937471 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-binary-localedata-niu-nu: PKGSIZE changed from 2937489 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-binary-localedata-niu-nz: PKGSIZE changed from 2937498 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-binary-localedata-nl-aw: PKGSIZE changed from 2937429 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-binary-localedata-nl-be+euro: PKGSIZE changed from 321988 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-binary-localedata-nl-be.utf-8: PKGSIZE changed from 2937367 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-binary-localedata-nl-be: PKGSIZE changed from 320567 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-binary-localedata-nl-nl+euro: PKGSIZE changed from 322052 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-binary-localedata-nl-nl.utf-8: PKGSIZE changed from 2937429 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-binary-localedata-nl-nl: PKGSIZE changed from 320629 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-binary-localedata-nn-no.utf-8: PKGSIZE changed from 2937985 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-binary-localedata-nn-no: PKGSIZE changed from 321251 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-binary-localedata-nr-za: PKGSIZE changed from 2937640 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-binary-localedata-nso-za: PKGSIZE changed from 2895023 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-binary-localedata-oc-fr.utf-8: PKGSIZE changed from 2937629 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-binary-localedata-oc-fr: PKGSIZE changed from 320807 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-binary-localedata-om-et: PKGSIZE changed from 2952491 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-binary-localedata-om-ke.utf-8: PKGSIZE changed from 2940698 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-binary-localedata-om-ke: PKGSIZE changed from 323692 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-binary-localedata-or-in: PKGSIZE changed from 2942928 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-binary-localedata-os-ru: PKGSIZE changed from 2937561 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-binary-localedata-pa-in: PKGSIZE changed from 2940623 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-binary-localedata-pa-pk: PKGSIZE changed from 2937746 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-binary-localedata-pap-aw: PKGSIZE changed from 2937348 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-binary-localedata-pap-cw: PKGSIZE changed from 2937363 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-binary-localedata-pl-pl.utf-8: PKGSIZE changed from 2937334 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-binary-localedata-pl-pl: PKGSIZE changed from 321868 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-binary-localedata-ps-af: PKGSIZE changed from 2898735 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-binary-localedata-pt-br.utf-8: PKGSIZE changed from 2937337 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-binary-localedata-pt-br: PKGSIZE changed from 320531 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-binary-localedata-pt-pt+euro: PKGSIZE changed from 321956 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-binary-localedata-pt-pt.utf-8: PKGSIZE changed from 2937344 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-binary-localedata-pt-pt: PKGSIZE changed from 320538 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-binary-localedata-quz-pe: PKGSIZE changed from 2937488 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-binary-localedata-raj-in: PKGSIZE changed from 2940769 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-binary-localedata-ro-ro.utf-8: PKGSIZE changed from 2937646 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-binary-localedata-ro-ro: PKGSIZE changed from 322150 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-binary-localedata-ru-ru.koi8-r: PKGSIZE changed from 324271 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-binary-localedata-ru-ru.utf-8: PKGSIZE changed from 2937577 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-binary-localedata-ru-ru: PKGSIZE changed from 320903 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-binary-localedata-ru-ua.utf-8: PKGSIZE changed from 2937530 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-binary-localedata-ru-ua: PKGSIZE changed from 325028 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-binary-localedata-rw-rw: PKGSIZE changed from 2937601 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-binary-localedata-sa-in: PKGSIZE changed from 2938741 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-binary-localedata-sah-ru: PKGSIZE changed from 2939127 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-binary-localedata-sat-in: PKGSIZE changed from 2941265 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-binary-localedata-sc-it: PKGSIZE changed from 2937881 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-binary-localedata-sd-in+devanagari: PKGSIZE changed from 2938779 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-binary-localedata-sd-in: PKGSIZE changed from 2938016 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-binary-localedata-se-no: PKGSIZE changed from 2938092 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-binary-localedata-sgs-lt: PKGSIZE changed from 2937422 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-binary-localedata-shn-mm: PKGSIZE changed from 2944437 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-binary-localedata-shs-ca: PKGSIZE changed from 2938701 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-binary-localedata-si-lk: PKGSIZE changed from 2938499 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-binary-localedata-sid-et: PKGSIZE changed from 2949319 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-binary-localedata-sk-sk.utf-8: PKGSIZE changed from 2939080 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-binary-localedata-sk-sk: PKGSIZE changed from 322337 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-binary-localedata-sl-si.utf-8: PKGSIZE changed from 455591 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-binary-localedata-sl-si: PKGSIZE changed from 320251 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-binary-localedata-sm-ws: PKGSIZE changed from 2937499 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-binary-localedata-so-dj.utf-8: PKGSIZE changed from 2938530 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-binary-localedata-so-dj: PKGSIZE changed from 321732 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-binary-localedata-so-et: PKGSIZE changed from 2950348 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-binary-localedata-so-ke.utf-8: PKGSIZE changed from 2938445 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-binary-localedata-so-ke: PKGSIZE changed from 321647 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-binary-localedata-so-so.utf-8: PKGSIZE changed from 2938540 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-binary-localedata-so-so: PKGSIZE changed from 321742 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-binary-localedata-sq-al.utf-8: PKGSIZE changed from 2941796 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-binary-localedata-sq-al: PKGSIZE changed from 324798 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-binary-localedata-sq-mk: PKGSIZE changed from 2941791 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-binary-localedata-sr-me: PKGSIZE changed from 2896562 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-binary-localedata-sr-rs+latin: PKGSIZE changed from 2896242 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-binary-localedata-sr-rs: PKGSIZE changed from 2940938 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-binary-localedata-ss-za: PKGSIZE changed from 2937760 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-binary-localedata-st-za.utf-8: PKGSIZE changed from 2937635 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-binary-localedata-st-za: PKGSIZE changed from 320837 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-binary-localedata-sv-fi+euro: PKGSIZE changed from 321932 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-binary-localedata-sv-fi.utf-8: PKGSIZE changed from 2937361 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-binary-localedata-sv-fi: PKGSIZE changed from 320553 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-binary-localedata-sv-se.utf-8: PKGSIZE changed from 2937326 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-binary-localedata-sv-se: PKGSIZE changed from 320522 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-binary-localedata-sw-ke: PKGSIZE changed from 2937517 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-binary-localedata-sw-tz: PKGSIZE changed from 2937519 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-binary-localedata-szl-pl: PKGSIZE changed from 2937478 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-binary-localedata-ta-in: PKGSIZE changed from 2940984 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-binary-localedata-ta-lk: PKGSIZE changed from 2940749 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-binary-localedata-tcy-in.utf-8: PKGSIZE changed from 2940537 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-binary-localedata-te-in: PKGSIZE changed from 2941206 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-binary-localedata-tg-tj.utf-8: PKGSIZE changed from 2937648 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-binary-localedata-tg-tj: PKGSIZE changed from 322488 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-binary-localedata-th-th.utf-8: PKGSIZE changed from 394747 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-binary-localedata-th-th: PKGSIZE changed from 341237 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-binary-localedata-the-np: PKGSIZE changed from 2938517 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-binary-localedata-ti-er: PKGSIZE changed from 2949423 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-binary-localedata-ti-et: PKGSIZE changed from 2949536 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-binary-localedata-tig-er: PKGSIZE changed from 2949491 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-binary-localedata-tk-tm: PKGSIZE changed from 2939145 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-binary-localedata-tl-ph.utf-8: PKGSIZE changed from 2938008 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-binary-localedata-tl-ph: PKGSIZE changed from 321126 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-binary-localedata-tn-za: PKGSIZE changed from 2937807 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-binary-localedata-to-to: PKGSIZE changed from 2937783 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-binary-localedata-tpi-pg: PKGSIZE changed from 2937290 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-binary-localedata-tr-cy.utf-8: PKGSIZE changed from 2806734 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-binary-localedata-tr-cy: PKGSIZE changed from 202200 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-binary-localedata-tr-tr.utf-8: PKGSIZE changed from 2806715 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-binary-localedata-tr-tr: PKGSIZE changed from 202179 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-binary-localedata-ts-za: PKGSIZE changed from 2937874 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-binary-localedata-tt-ru+iqtelif: PKGSIZE changed from 2806906 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-binary-localedata-tt-ru: PKGSIZE changed from 2937654 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-binary-localedata-ug-cn: PKGSIZE changed from 2895470 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-binary-localedata-uk-ua.utf-8: PKGSIZE changed from 2897630 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-binary-localedata-uk-ua: PKGSIZE changed from 285733 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-binary-localedata-unm-us: PKGSIZE changed from 2937532 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-binary-localedata-ur-in: PKGSIZE changed from 2937893 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-binary-localedata-ur-pk: PKGSIZE changed from 2937746 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-binary-localedata-uz-uz+cyrillic: PKGSIZE changed from 2941543 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-binary-localedata-uz-uz.utf-8: PKGSIZE changed from 2941341 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-binary-localedata-uz-uz: PKGSIZE changed from 324511 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-binary-localedata-ve-za: PKGSIZE changed from 2937734 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-binary-localedata-vi-vn: PKGSIZE changed from 2937993 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-binary-localedata-wa-be+euro: PKGSIZE changed from 322201 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-binary-localedata-wa-be.utf-8: PKGSIZE changed from 2937606 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-binary-localedata-wa-be: PKGSIZE changed from 320756 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-binary-localedata-wae-ch: PKGSIZE changed from 2937708 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-binary-localedata-wal-et: PKGSIZE changed from 2949447 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-binary-localedata-wo-sn: PKGSIZE changed from 2937319 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-binary-localedata-xh-za.utf-8: PKGSIZE changed from 2937876 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-binary-localedata-xh-za: PKGSIZE changed from 321082 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-binary-localedata-yi-us.utf-8: PKGSIZE changed from 2939713 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-binary-localedata-yi-us: PKGSIZE changed from 325456 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-binary-localedata-yo-ng: PKGSIZE changed from 2940000 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-binary-localedata-yue-hk: PKGSIZE changed from 2937826 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-binary-localedata-yuw-pg: PKGSIZE changed from 2937342 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-binary-localedata-zh-cn.gb18030: PKGSIZE changed from 2874632 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-binary-localedata-zh-cn.gbk: PKGSIZE changed from 1193256 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-binary-localedata-zh-cn.utf-8: PKGSIZE changed from 3152620 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-binary-localedata-zh-cn: PKGSIZE changed from 759674 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-binary-localedata-zh-hk.utf-8: PKGSIZE changed from 2937958 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-binary-localedata-zh-hk: PKGSIZE changed from 1116958 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-binary-localedata-zh-sg.gbk: PKGSIZE changed from 1204193 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-binary-localedata-zh-sg.utf-8: PKGSIZE changed from 2937931 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-binary-localedata-zh-sg: PKGSIZE changed from 759135 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-binary-localedata-zh-tw.euc-tw: PKGSIZE changed from 1224449 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-binary-localedata-zh-tw.utf-8: PKGSIZE changed from 2938331 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-binary-localedata-zh-tw: PKGSIZE changed from 944561 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-binary-localedata-zu-za.utf-8: PKGSIZE changed from 2937548 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-binary-localedata-zu-za: PKGSIZE changed from 320750 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-charmap-ansi-x3.110-1983: PKGSIZE changed from 4752 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-charmap-ansi-x3.4-1968: PKGSIZE changed from 1600 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-charmap-armscii-8: PKGSIZE changed from 2179 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-charmap-asmo-449: PKGSIZE changed from 1588 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-charmap-big5-hkscs: PKGSIZE changed from 110198 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-charmap-big5: PKGSIZE changed from 77396 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-charmap-brf: PKGSIZE changed from 1166 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-charmap-bs-4730: PKGSIZE changed from 1564 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-charmap-bs-viewdata: PKGSIZE changed from 1575 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-charmap-cp10007: PKGSIZE changed from 2712 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-charmap-cp1125: PKGSIZE changed from 2755 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-charmap-cp1250: PKGSIZE changed from 2833 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-charmap-cp1251: PKGSIZE changed from 2838 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-charmap-cp1252: PKGSIZE changed from 2872 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-charmap-cp1253: PKGSIZE changed from 2700 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-charmap-cp1254: PKGSIZE changed from 2860 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-charmap-cp1255: PKGSIZE changed from 2743 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-charmap-cp1256: PKGSIZE changed from 2966 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-charmap-cp1257: PKGSIZE changed from 2813 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-charmap-cp1258: PKGSIZE changed from 2728 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-charmap-cp737: PKGSIZE changed from 2897 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-charmap-cp770: PKGSIZE changed from 2808 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-charmap-cp771: PKGSIZE changed from 2633 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-charmap-cp772: PKGSIZE changed from 2679 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-charmap-cp773: PKGSIZE changed from 2741 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-charmap-cp774: PKGSIZE changed from 2811 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-charmap-cp775: PKGSIZE changed from 2982 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-charmap-cp949: PKGSIZE changed from 129053 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-charmap-csa-z243.4-1985-1: PKGSIZE changed from 1560 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-charmap-csa-z243.4-1985-2: PKGSIZE changed from 1562 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-charmap-csa-z243.4-1985-gr: PKGSIZE changed from 3129 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-charmap-csn-369103: PKGSIZE changed from 3049 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-charmap-cwi: PKGSIZE changed from 3015 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-charmap-dec-mcs: PKGSIZE changed from 2948 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-charmap-din-66003: PKGSIZE changed from 1560 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-charmap-ds-2089: PKGSIZE changed from 1574 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-charmap-ebcdic-at-de-a: PKGSIZE changed from 2066 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-charmap-ebcdic-at-de: PKGSIZE changed from 2130 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-charmap-ebcdic-ca-fr: PKGSIZE changed from 2319 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-charmap-ebcdic-dk-no-a: PKGSIZE changed from 2066 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-charmap-ebcdic-dk-no: PKGSIZE changed from 2126 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-charmap-ebcdic-es-a: PKGSIZE changed from 2070 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-charmap-ebcdic-es-s: PKGSIZE changed from 2120 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-charmap-ebcdic-es: PKGSIZE changed from 2121 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-charmap-ebcdic-fi-se-a: PKGSIZE changed from 2071 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-charmap-ebcdic-fi-se: PKGSIZE changed from 2126 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-charmap-ebcdic-fr: PKGSIZE changed from 2130 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-charmap-ebcdic-is-friss: PKGSIZE changed from 1794 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-charmap-ebcdic-it: PKGSIZE changed from 2125 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-charmap-ebcdic-pt: PKGSIZE changed from 1993 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-charmap-ebcdic-uk: PKGSIZE changed from 2129 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-charmap-ebcdic-us: PKGSIZE changed from 2123 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-charmap-ecma-cyrillic: PKGSIZE changed from 2998 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-charmap-es: PKGSIZE changed from 1550 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-charmap-es2: PKGSIZE changed from 1552 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-charmap-euc-jisx0213: PKGSIZE changed from 69860 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-charmap-euc-jp-ms: PKGSIZE changed from 86324 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-charmap-euc-jp: PKGSIZE changed from 73802 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-charmap-euc-kr: PKGSIZE changed from 58543 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-charmap-euc-tw: PKGSIZE changed from 348518 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-charmap-gb-1988-80: PKGSIZE changed from 1566 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-charmap-gb18030: PKGSIZE changed from 646644 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-charmap-gb2312: PKGSIZE changed from 44796 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-charmap-gbk: PKGSIZE changed from 119347 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-charmap-georgian-academy: PKGSIZE changed from 2943 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-charmap-georgian-ps: PKGSIZE changed from 2947 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-charmap-gost-19768-74: PKGSIZE changed from 2695 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-charmap-greek-ccitt: PKGSIZE changed from 1589 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-charmap-greek7-old: PKGSIZE changed from 1617 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-charmap-greek7: PKGSIZE changed from 1593 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-charmap-hp-greek8: PKGSIZE changed from 2577 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-charmap-hp-roman8: PKGSIZE changed from 3193 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-charmap-hp-roman9: PKGSIZE changed from 3091 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-charmap-hp-thai8: PKGSIZE changed from 2951 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-charmap-hp-turkish8: PKGSIZE changed from 3008 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-charmap-ibm037: PKGSIZE changed from 3156 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-charmap-ibm038: PKGSIZE changed from 2152 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-charmap-ibm1004: PKGSIZE changed from 2852 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-charmap-ibm1026: PKGSIZE changed from 3155 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-charmap-ibm1047: PKGSIZE changed from 3177 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-charmap-ibm1124: PKGSIZE changed from 2227 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-charmap-ibm1129: PKGSIZE changed from 2417 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-charmap-ibm1132: PKGSIZE changed from 2028 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-charmap-ibm1133: PKGSIZE changed from 1996 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-charmap-ibm1160: PKGSIZE changed from 2386 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-charmap-ibm1161: PKGSIZE changed from 2196 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-charmap-ibm1162: PKGSIZE changed from 2349 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-charmap-ibm1163: PKGSIZE changed from 2416 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-charmap-ibm1164: PKGSIZE changed from 2419 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-charmap-ibm256: PKGSIZE changed from 3137 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-charmap-ibm273: PKGSIZE changed from 3149 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-charmap-ibm274: PKGSIZE changed from 2151 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-charmap-ibm275: PKGSIZE changed from 2123 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-charmap-ibm277: PKGSIZE changed from 3153 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-charmap-ibm278: PKGSIZE changed from 3164 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-charmap-ibm280: PKGSIZE changed from 3157 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-charmap-ibm281: PKGSIZE changed from 2145 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-charmap-ibm284: PKGSIZE changed from 3151 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-charmap-ibm285: PKGSIZE changed from 3151 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-charmap-ibm290: PKGSIZE changed from 2490 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-charmap-ibm297: PKGSIZE changed from 3162 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-charmap-ibm420: PKGSIZE changed from 2982 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-charmap-ibm423: PKGSIZE changed from 2947 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-charmap-ibm424: PKGSIZE changed from 2767 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-charmap-ibm437: PKGSIZE changed from 2985 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-charmap-ibm500: PKGSIZE changed from 3162 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-charmap-ibm850: PKGSIZE changed from 2959 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-charmap-ibm851: PKGSIZE changed from 2881 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-charmap-ibm852: PKGSIZE changed from 2930 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-charmap-ibm855: PKGSIZE changed from 2794 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-charmap-ibm856: PKGSIZE changed from 2152 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-charmap-ibm857: PKGSIZE changed from 2911 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-charmap-ibm858: PKGSIZE changed from 3351 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-charmap-ibm860: PKGSIZE changed from 2976 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-charmap-ibm861: PKGSIZE changed from 2998 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-charmap-ibm862: PKGSIZE changed from 2986 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-charmap-ibm863: PKGSIZE changed from 3011 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-charmap-ibm864: PKGSIZE changed from 2795 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-charmap-ibm865: PKGSIZE changed from 3002 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-charmap-ibm866: PKGSIZE changed from 2682 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-charmap-ibm866nav: PKGSIZE changed from 2864 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-charmap-ibm868: PKGSIZE changed from 2655 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-charmap-ibm869: PKGSIZE changed from 2839 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-charmap-ibm870: PKGSIZE changed from 3103 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-charmap-ibm871: PKGSIZE changed from 3149 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-charmap-ibm874: PKGSIZE changed from 2483 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-charmap-ibm875: PKGSIZE changed from 3016 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-charmap-ibm880: PKGSIZE changed from 2926 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-charmap-ibm891: PKGSIZE changed from 1566 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-charmap-ibm903: PKGSIZE changed from 1566 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-charmap-ibm904: PKGSIZE changed from 1602 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-charmap-ibm905: PKGSIZE changed from 3028 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-charmap-ibm918: PKGSIZE changed from 2827 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-charmap-ibm922: PKGSIZE changed from 2361 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-charmap-iec-p27-1: PKGSIZE changed from 3200 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-charmap-inis-8: PKGSIZE changed from 1070 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-charmap-inis-cyrillic: PKGSIZE changed from 1434 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-charmap-inis: PKGSIZE changed from 1404 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-charmap-invariant: PKGSIZE changed from 1384 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-charmap-isiri-3342: PKGSIZE changed from 2988 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-charmap-iso-10367-box: PKGSIZE changed from 2424 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-charmap-iso-10646: PKGSIZE changed from 19204 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-charmap-iso-11548-1: PKGSIZE changed from 1720 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-charmap-iso-2033-1983: PKGSIZE changed from 840 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-charmap-iso-5427-ext: PKGSIZE changed from 1110 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-charmap-iso-5427: PKGSIZE changed from 1553 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-charmap-iso-5428: PKGSIZE changed from 1507 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-charmap-iso-646.basic: PKGSIZE changed from 926 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-charmap-iso-646.irv: PKGSIZE changed from 1571 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-charmap-iso-6937-2-25: PKGSIZE changed from 2416 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-charmap-iso-6937-2-add: PKGSIZE changed from 4636 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-charmap-iso-6937: PKGSIZE changed from 4638 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-charmap-iso-8859-1+gl: PKGSIZE changed from 4234 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-charmap-iso-8859-1: PKGSIZE changed from 3139 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-charmap-iso-8859-10: PKGSIZE changed from 3056 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-charmap-iso-8859-11: PKGSIZE changed from 2978 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-charmap-iso-8859-13: PKGSIZE changed from 3003 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-charmap-iso-8859-14: PKGSIZE changed from 2902 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-charmap-iso-8859-15: PKGSIZE changed from 2966 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-charmap-iso-8859-16: PKGSIZE changed from 2984 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-charmap-iso-8859-2: PKGSIZE changed from 3066 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-charmap-iso-8859-3: PKGSIZE changed from 3026 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-charmap-iso-8859-4: PKGSIZE changed from 3101 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-charmap-iso-8859-5: PKGSIZE changed from 2991 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-charmap-iso-8859-6: PKGSIZE changed from 2637 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-charmap-iso-8859-7: PKGSIZE changed from 3074 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-charmap-iso-8859-8: PKGSIZE changed from 2770 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-charmap-iso-8859-9: PKGSIZE changed from 3103 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-charmap-iso-8859-9e: PKGSIZE changed from 3023 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-charmap-iso-8859-supp: PKGSIZE changed from 3043 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-charmap-iso-ir-197: PKGSIZE changed from 2932 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-charmap-iso-ir-209: PKGSIZE changed from 2881 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-charmap-iso-ir-90: PKGSIZE changed from 4581 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-charmap-it: PKGSIZE changed from 1544 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-charmap-jis-c6220-1969-jp: PKGSIZE changed from 2560 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-charmap-jis-c6220-1969-ro: PKGSIZE changed from 1569 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-charmap-jis-c6229-1984-a: PKGSIZE changed from 2399 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-charmap-jis-c6229-1984-b-add: PKGSIZE changed from 1858 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-charmap-jis-c6229-1984-b: PKGSIZE changed from 1563 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-charmap-jis-c6229-1984-hand-add: PKGSIZE changed from 1810 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-charmap-jis-c6229-1984-hand: PKGSIZE changed from 2402 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-charmap-jis-c6229-1984-kana: PKGSIZE changed from 2402 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-charmap-jis-x0201: PKGSIZE changed from 2624 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-charmap-johab: PKGSIZE changed from 124176 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-charmap-jus-i.b1.002: PKGSIZE changed from 1552 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-charmap-jus-i.b1.003-mac: PKGSIZE changed from 1553 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-charmap-jus-i.b1.003-serb: PKGSIZE changed from 1574 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-charmap-koi-8: PKGSIZE changed from 2109 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-charmap-koi8-r: PKGSIZE changed from 2869 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-charmap-koi8-ru: PKGSIZE changed from 2844 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-charmap-koi8-t: PKGSIZE changed from 2571 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-charmap-koi8-u: PKGSIZE changed from 2860 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-charmap-ksc5636: PKGSIZE changed from 1524 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-charmap-latin-greek-1: PKGSIZE changed from 1563 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-charmap-latin-greek: PKGSIZE changed from 1605 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-charmap-mac-centraleurope: PKGSIZE changed from 2719 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-charmap-mac-cyrillic: PKGSIZE changed from 2660 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-charmap-mac-is: PKGSIZE changed from 2975 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-charmap-mac-sami: PKGSIZE changed from 2884 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-charmap-mac-uk: PKGSIZE changed from 2684 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-charmap-macintosh: PKGSIZE changed from 3053 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-charmap-mik: PKGSIZE changed from 2906 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-charmap-msz-7795.3: PKGSIZE changed from 1559 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-charmap-nats-dano-add: PKGSIZE changed from 1716 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-charmap-nats-dano: PKGSIZE changed from 1590 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-charmap-nats-sefi-add: PKGSIZE changed from 1721 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-charmap-nats-sefi: PKGSIZE changed from 1571 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-charmap-nc-nc00-10: PKGSIZE changed from 1579 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-charmap-nextstep: PKGSIZE changed from 2972 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-charmap-nf-z-62-010-1973: PKGSIZE changed from 1568 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-charmap-nf-z-62-010: PKGSIZE changed from 1563 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-charmap-ns-4551-1: PKGSIZE changed from 1557 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-charmap-ns-4551-2: PKGSIZE changed from 1561 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-charmap-pt: PKGSIZE changed from 1547 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-charmap-pt154: PKGSIZE changed from 2833 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-charmap-pt2: PKGSIZE changed from 1545 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-charmap-rk1048: PKGSIZE changed from 2834 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-charmap-sami-ws2: PKGSIZE changed from 3003 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-charmap-sami: PKGSIZE changed from 2443 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-charmap-sen-850200-b: PKGSIZE changed from 1584 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-charmap-sen-850200-c: PKGSIZE changed from 1559 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-charmap-shift-jis: PKGSIZE changed from 42081 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-charmap-shift-jisx0213: PKGSIZE changed from 69772 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-charmap-t.101-g2: PKGSIZE changed from 4729 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-charmap-t.61-7bit: PKGSIZE changed from 1486 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-charmap-t.61-8bit: PKGSIZE changed from 4304 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-charmap-tcvn5712-1: PKGSIZE changed from 3126 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-charmap-tis-620: PKGSIZE changed from 2542 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-charmap-tscii: PKGSIZE changed from 3576 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-charmap-utf-8: PKGSIZE changed from 434115 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-charmap-videotex-suppl: PKGSIZE changed from 4580 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-charmap-viscii: PKGSIZE changed from 2636 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-charmap-windows-31j: PKGSIZE changed from 58773 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-gconv-ansi-x3.110: PKGSIZE changed from 25976 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-gconv-armscii-8: PKGSIZE changed from 17784 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-gconv-asmo-449: PKGSIZE changed from 17780 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-gconv-big5: PKGSIZE changed from 95600 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-gconv-big5hkscs: PKGSIZE changed from 243064 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-gconv-brf: PKGSIZE changed from 17776 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-gconv-cp10007: PKGSIZE changed from 17780 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-gconv-cp1125: PKGSIZE changed from 17780 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-gconv-cp1250: PKGSIZE changed from 17780 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-gconv-cp1251: PKGSIZE changed from 17780 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-gconv-cp1252: PKGSIZE changed from 17780 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-gconv-cp1253: PKGSIZE changed from 17780 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-gconv-cp1254: PKGSIZE changed from 17780 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-gconv-cp1255: PKGSIZE changed from 21876 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-gconv-cp1256: PKGSIZE changed from 17780 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-gconv-cp1257: PKGSIZE changed from 17780 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-gconv-cp1258: PKGSIZE changed from 17780 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-gconv-cp737: PKGSIZE changed from 17780 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-gconv-cp770: PKGSIZE changed from 17780 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-gconv-cp771: PKGSIZE changed from 17780 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-gconv-cp772: PKGSIZE changed from 17780 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-gconv-cp773: PKGSIZE changed from 17780 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-gconv-cp774: PKGSIZE changed from 17780 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-gconv-cp775: PKGSIZE changed from 17780 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-gconv-cp932: PKGSIZE changed from 99700 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-gconv-csn-369103: PKGSIZE changed from 17784 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-gconv-cwi: PKGSIZE changed from 17776 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-gconv-dec-mcs: PKGSIZE changed from 17780 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-gconv-ebcdic-at-de-a: PKGSIZE changed from 17788 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-gconv-ebcdic-at-de: PKGSIZE changed from 17784 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-gconv-ebcdic-ca-fr: PKGSIZE changed from 17784 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-gconv-ebcdic-dk-no-a: PKGSIZE changed from 17788 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-gconv-ebcdic-dk-no: PKGSIZE changed from 17784 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-gconv-ebcdic-es-a: PKGSIZE changed from 17784 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-gconv-ebcdic-es-s: PKGSIZE changed from 17784 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-gconv-ebcdic-es: PKGSIZE changed from 17784 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-gconv-ebcdic-fi-se-a: PKGSIZE changed from 17788 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-gconv-ebcdic-fi-se: PKGSIZE changed from 17784 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-gconv-ebcdic-fr: PKGSIZE changed from 17784 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-gconv-ebcdic-is-friss: PKGSIZE changed from 17788 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-gconv-ebcdic-it: PKGSIZE changed from 17784 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-gconv-ebcdic-pt: PKGSIZE changed from 17784 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-gconv-ebcdic-uk: PKGSIZE changed from 17784 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-gconv-ebcdic-us: PKGSIZE changed from 17784 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-gconv-ecma-cyrillic: PKGSIZE changed from 17788 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-gconv-euc-cn: PKGSIZE changed from 21876 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-gconv-euc-jisx0213: PKGSIZE changed from 21880 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-gconv-euc-jp-ms: PKGSIZE changed from 91512 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-gconv-euc-jp: PKGSIZE changed from 17780 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-gconv-euc-kr: PKGSIZE changed from 17780 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-gconv-euc-tw: PKGSIZE changed from 25972 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-gconv-gb18030: PKGSIZE changed from 181620 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-gconv-gbbig5: PKGSIZE changed from 62836 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-gconv-gbgbk: PKGSIZE changed from 17780 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-gconv-gbk: PKGSIZE changed from 120176 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-gconv-georgian-academy: PKGSIZE changed from 17788 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-gconv-georgian-ps: PKGSIZE changed from 17784 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-gconv-gost-19768-74: PKGSIZE changed from 17788 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-gconv-greek-ccitt: PKGSIZE changed from 17784 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-gconv-greek7-old: PKGSIZE changed from 17784 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-gconv-greek7: PKGSIZE changed from 17780 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-gconv-hp-greek8: PKGSIZE changed from 17784 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-gconv-hp-roman8: PKGSIZE changed from 17784 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-gconv-hp-roman9: PKGSIZE changed from 17784 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-gconv-hp-thai8: PKGSIZE changed from 17780 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-gconv-hp-turkish8: PKGSIZE changed from 17784 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-gconv-ibm037: PKGSIZE changed from 17780 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-gconv-ibm038: PKGSIZE changed from 17780 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-gconv-ibm1004: PKGSIZE changed from 17780 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-gconv-ibm1008-420: PKGSIZE changed from 13688 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-gconv-ibm1008: PKGSIZE changed from 17780 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-gconv-ibm1025: PKGSIZE changed from 17780 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-gconv-ibm1026: PKGSIZE changed from 17780 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-gconv-ibm1046: PKGSIZE changed from 17780 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-gconv-ibm1047: PKGSIZE changed from 17780 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-gconv-ibm1097: PKGSIZE changed from 17780 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-gconv-ibm1112: PKGSIZE changed from 17780 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-gconv-ibm1122: PKGSIZE changed from 17780 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-gconv-ibm1123: PKGSIZE changed from 17780 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-gconv-ibm1124: PKGSIZE changed from 17780 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-gconv-ibm1129: PKGSIZE changed from 17780 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-gconv-ibm1130: PKGSIZE changed from 17780 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-gconv-ibm1132: PKGSIZE changed from 17780 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-gconv-ibm1133: PKGSIZE changed from 17780 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-gconv-ibm1137: PKGSIZE changed from 17780 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-gconv-ibm1140: PKGSIZE changed from 17780 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-gconv-ibm1141: PKGSIZE changed from 17780 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-gconv-ibm1142: PKGSIZE changed from 17780 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-gconv-ibm1143: PKGSIZE changed from 17780 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-gconv-ibm1144: PKGSIZE changed from 17780 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-gconv-ibm1145: PKGSIZE changed from 17780 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-gconv-ibm1146: PKGSIZE changed from 17780 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-gconv-ibm1147: PKGSIZE changed from 17780 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-gconv-ibm1148: PKGSIZE changed from 17780 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-gconv-ibm1149: PKGSIZE changed from 17780 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-gconv-ibm1153: PKGSIZE changed from 17780 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-gconv-ibm1154: PKGSIZE changed from 17780 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-gconv-ibm1155: PKGSIZE changed from 17780 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-gconv-ibm1156: PKGSIZE changed from 17780 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-gconv-ibm1157: PKGSIZE changed from 17780 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-gconv-ibm1158: PKGSIZE changed from 17780 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-gconv-ibm1160: PKGSIZE changed from 17780 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-gconv-ibm1161: PKGSIZE changed from 17780 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-gconv-ibm1162: PKGSIZE changed from 17780 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-gconv-ibm1163: PKGSIZE changed from 17780 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-gconv-ibm1164: PKGSIZE changed from 17780 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-gconv-ibm1166: PKGSIZE changed from 17780 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-gconv-ibm1167: PKGSIZE changed from 17780 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-gconv-ibm12712: PKGSIZE changed from 17780 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-gconv-ibm1364: PKGSIZE changed from 152948 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-gconv-ibm1371: PKGSIZE changed from 132468 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-gconv-ibm1388: PKGSIZE changed from 177524 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-gconv-ibm1390: PKGSIZE changed from 234868 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-gconv-ibm1399: PKGSIZE changed from 234868 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-gconv-ibm16804: PKGSIZE changed from 17780 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-gconv-ibm256: PKGSIZE changed from 17780 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-gconv-ibm273: PKGSIZE changed from 17780 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-gconv-ibm274: PKGSIZE changed from 17780 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-gconv-ibm275: PKGSIZE changed from 17780 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-gconv-ibm277: PKGSIZE changed from 17780 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-gconv-ibm278: PKGSIZE changed from 17780 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-gconv-ibm280: PKGSIZE changed from 17780 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-gconv-ibm281: PKGSIZE changed from 17780 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-gconv-ibm284: PKGSIZE changed from 17780 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-gconv-ibm285: PKGSIZE changed from 17780 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-gconv-ibm290: PKGSIZE changed from 17780 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-gconv-ibm297: PKGSIZE changed from 17780 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-gconv-ibm420: PKGSIZE changed from 17780 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-gconv-ibm423: PKGSIZE changed from 17780 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-gconv-ibm424: PKGSIZE changed from 17780 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-gconv-ibm437: PKGSIZE changed from 17780 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-gconv-ibm4517: PKGSIZE changed from 17780 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-gconv-ibm4899: PKGSIZE changed from 17780 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-gconv-ibm4909: PKGSIZE changed from 17780 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-gconv-ibm4971: PKGSIZE changed from 17780 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-gconv-ibm500: PKGSIZE changed from 17780 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-gconv-ibm5347: PKGSIZE changed from 17780 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-gconv-ibm803: PKGSIZE changed from 17780 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-gconv-ibm850: PKGSIZE changed from 17780 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-gconv-ibm851: PKGSIZE changed from 17780 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-gconv-ibm852: PKGSIZE changed from 17780 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-gconv-ibm855: PKGSIZE changed from 17780 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-gconv-ibm856: PKGSIZE changed from 17780 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-gconv-ibm857: PKGSIZE changed from 17780 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-gconv-ibm858: PKGSIZE changed from 17780 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-gconv-ibm860: PKGSIZE changed from 17780 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-gconv-ibm861: PKGSIZE changed from 17780 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-gconv-ibm862: PKGSIZE changed from 17780 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-gconv-ibm863: PKGSIZE changed from 17780 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-gconv-ibm864: PKGSIZE changed from 17780 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-gconv-ibm865: PKGSIZE changed from 17780 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-gconv-ibm866: PKGSIZE changed from 17780 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-gconv-ibm866nav: PKGSIZE changed from 17784 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-gconv-ibm868: PKGSIZE changed from 17780 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-gconv-ibm869: PKGSIZE changed from 17780 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-gconv-ibm870: PKGSIZE changed from 17780 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-gconv-ibm871: PKGSIZE changed from 17780 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-gconv-ibm874: PKGSIZE changed from 17780 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-gconv-ibm875: PKGSIZE changed from 17780 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-gconv-ibm880: PKGSIZE changed from 17780 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-gconv-ibm891: PKGSIZE changed from 17780 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-gconv-ibm901: PKGSIZE changed from 17780 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-gconv-ibm902: PKGSIZE changed from 17780 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-gconv-ibm903: PKGSIZE changed from 17780 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-gconv-ibm9030: PKGSIZE changed from 17780 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-gconv-ibm904: PKGSIZE changed from 17780 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-gconv-ibm905: PKGSIZE changed from 17780 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-gconv-ibm9066: PKGSIZE changed from 17780 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-gconv-ibm918: PKGSIZE changed from 17780 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-gconv-ibm921: PKGSIZE changed from 17780 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-gconv-ibm922: PKGSIZE changed from 17780 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-gconv-ibm930: PKGSIZE changed from 103796 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-gconv-ibm932: PKGSIZE changed from 75124 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-gconv-ibm933: PKGSIZE changed from 124276 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-gconv-ibm935: PKGSIZE changed from 91508 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-gconv-ibm937: PKGSIZE changed from 120180 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-gconv-ibm939: PKGSIZE changed from 99700 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-gconv-ibm943: PKGSIZE changed from 75124 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-gconv-ibm9448: PKGSIZE changed from 17780 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-gconv-iec-p27-1: PKGSIZE changed from 17784 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-gconv-inis-8: PKGSIZE changed from 17780 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-gconv-inis-cyrillic: PKGSIZE changed from 17788 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-gconv-inis: PKGSIZE changed from 17776 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-gconv-isiri-3342: PKGSIZE changed from 17784 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-gconv-iso-10367-box: PKGSIZE changed from 17788 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-gconv-iso-11548-1: PKGSIZE changed from 17784 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-gconv-iso-2022-cn-ext: PKGSIZE changed from 42364 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-gconv-iso-2022-cn: PKGSIZE changed from 34168 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-gconv-iso-2022-jp-3: PKGSIZE changed from 30076 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-gconv-iso-2022-jp: PKGSIZE changed from 50552 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-gconv-iso-2022-kr: PKGSIZE changed from 21880 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-gconv-iso-2033: PKGSIZE changed from 17780 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-gconv-iso-5427-ext: PKGSIZE changed from 17784 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-gconv-iso-5427: PKGSIZE changed from 17780 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-gconv-iso-5428: PKGSIZE changed from 17780 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-gconv-iso-6937-2: PKGSIZE changed from 25976 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-gconv-iso-6937: PKGSIZE changed from 25972 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-gconv-iso-ir-197: PKGSIZE changed from 17784 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-gconv-iso-ir-209: PKGSIZE changed from 17784 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-gconv-iso646: PKGSIZE changed from 34164 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-gconv-iso8859-1: PKGSIZE changed from 17784 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-gconv-iso8859-10: PKGSIZE changed from 17784 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-gconv-iso8859-11: PKGSIZE changed from 17784 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-gconv-iso8859-13: PKGSIZE changed from 17784 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-gconv-iso8859-14: PKGSIZE changed from 17784 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-gconv-iso8859-15: PKGSIZE changed from 17784 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-gconv-iso8859-16: PKGSIZE changed from 17784 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-gconv-iso8859-2: PKGSIZE changed from 17784 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-gconv-iso8859-3: PKGSIZE changed from 17784 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-gconv-iso8859-4: PKGSIZE changed from 17784 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-gconv-iso8859-5: PKGSIZE changed from 17784 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-gconv-iso8859-6: PKGSIZE changed from 17784 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-gconv-iso8859-7: PKGSIZE changed from 17784 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-gconv-iso8859-8: PKGSIZE changed from 17784 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-gconv-iso8859-9: PKGSIZE changed from 17784 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-gconv-iso8859-9e: PKGSIZE changed from 17784 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-gconv-johab: PKGSIZE changed from 21876 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-gconv-koi-8: PKGSIZE changed from 17780 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-gconv-koi8-r: PKGSIZE changed from 17780 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-gconv-koi8-ru: PKGSIZE changed from 17780 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-gconv-koi8-t: PKGSIZE changed from 17780 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-gconv-koi8-u: PKGSIZE changed from 17780 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-gconv-latin-greek-1: PKGSIZE changed from 17788 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-gconv-latin-greek: PKGSIZE changed from 17784 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-gconv-libcns: PKGSIZE changed from 472336 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-gconv-libgb: PKGSIZE changed from 70928 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-gconv-libisoir165: PKGSIZE changed from 62740 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-gconv-libjis: PKGSIZE changed from 103696 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-gconv-libjisx0213: PKGSIZE changed from 128276 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-gconv-libksc: PKGSIZE changed from 50448 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-gconv-mac-centraleurope: PKGSIZE changed from 17792 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-gconv-mac-is: PKGSIZE changed from 17780 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-gconv-mac-sami: PKGSIZE changed from 17780 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-gconv-mac-uk: PKGSIZE changed from 17780 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-gconv-macintosh: PKGSIZE changed from 17784 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-gconv-mik: PKGSIZE changed from 17776 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-gconv-nats-dano: PKGSIZE changed from 17784 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-gconv-nats-sefi: PKGSIZE changed from 17784 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-gconv-pt154: PKGSIZE changed from 17780 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-gconv-rk1048: PKGSIZE changed from 17780 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-gconv-sami-ws2: PKGSIZE changed from 17780 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-gconv-shift-jisx0213: PKGSIZE changed from 21884 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-gconv-sjis: PKGSIZE changed from 99696 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-gconv-t.61: PKGSIZE changed from 25968 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-gconv-tcvn5712-1: PKGSIZE changed from 17784 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-gconv-tis-620: PKGSIZE changed from 17780 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-gconv-tscii: PKGSIZE changed from 25972 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-gconv-uhc: PKGSIZE changed from 79216 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-gconv-unicode: PKGSIZE changed from 17780 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-gconv-utf-16: PKGSIZE changed from 17780 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-gconv-utf-32: PKGSIZE changed from 17780 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-gconv-utf-7: PKGSIZE changed from 30068 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-gconv-viscii: PKGSIZE changed from 17780 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-gconv: PKGSIZE changed from 56353 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-locale-dbg: PKGSIZE changed from 890900 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-locale-locale.alias: PKGSIZE changed from 2998 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-localedata-aa-dj: PKGSIZE changed from 5186 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-localedata-aa-er+saaho: PKGSIZE changed from 4199 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-localedata-aa-er: PKGSIZE changed from 4535 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-localedata-aa-et: PKGSIZE changed from 4633 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-localedata-af-za: PKGSIZE changed from 6903 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-localedata-agr-pe: PKGSIZE changed from 4701 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-localedata-ak-gh: PKGSIZE changed from 4256 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-localedata-am-et: PKGSIZE changed from 29942 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-localedata-an-es: PKGSIZE changed from 2670 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-localedata-anp-in: PKGSIZE changed from 6084 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-localedata-ar-ae: PKGSIZE changed from 5510 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-localedata-ar-bh: PKGSIZE changed from 5458 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-localedata-ar-dz: PKGSIZE changed from 5673 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-localedata-ar-eg: PKGSIZE changed from 5575 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-localedata-ar-in: PKGSIZE changed from 4672 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-localedata-ar-iq: PKGSIZE changed from 5904 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-localedata-ar-jo: PKGSIZE changed from 5974 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-localedata-ar-kw: PKGSIZE changed from 5447 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-localedata-ar-lb: PKGSIZE changed from 5952 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-localedata-ar-ly: PKGSIZE changed from 5471 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-localedata-ar-ma: PKGSIZE changed from 5629 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-localedata-ar-om: PKGSIZE changed from 5432 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-localedata-ar-qa: PKGSIZE changed from 5421 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-localedata-ar-sa: PKGSIZE changed from 7987 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-localedata-ar-sd: PKGSIZE changed from 5686 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-localedata-ar-ss: PKGSIZE changed from 5701 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-localedata-ar-sy: PKGSIZE changed from 5994 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-localedata-ar-tn: PKGSIZE changed from 5638 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-localedata-ar-ye: PKGSIZE changed from 5420 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-localedata-as-in: PKGSIZE changed from 4838 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-localedata-ast-es: PKGSIZE changed from 3526 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-localedata-ayc-pe: PKGSIZE changed from 4777 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-localedata-az-az: PKGSIZE changed from 6119 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-localedata-az-ir: PKGSIZE changed from 9873 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-localedata-be-by+latin: PKGSIZE changed from 3636 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-localedata-be-by: PKGSIZE changed from 7244 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-localedata-bem-zm: PKGSIZE changed from 3169 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-localedata-ber-dz: PKGSIZE changed from 6526 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-localedata-ber-ma: PKGSIZE changed from 5466 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-localedata-bg-bg: PKGSIZE changed from 12556 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-localedata-bhb-in: PKGSIZE changed from 3632 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-localedata-bho-in: PKGSIZE changed from 4848 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-localedata-bho-np: PKGSIZE changed from 1872 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-localedata-bi-vu: PKGSIZE changed from 3351 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-localedata-bn-bd: PKGSIZE changed from 5993 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-localedata-bn-in: PKGSIZE changed from 5724 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-localedata-bo-cn: PKGSIZE changed from 5961 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-localedata-bo-in: PKGSIZE changed from 1986 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-localedata-br-fr+euro: PKGSIZE changed from 1698 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-localedata-br-fr: PKGSIZE changed from 3866 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-localedata-brx-in: PKGSIZE changed from 5365 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-localedata-bs-ba: PKGSIZE changed from 3591 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-localedata-byn-er: PKGSIZE changed from 5536 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-localedata-ca-ad: PKGSIZE changed from 1939 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-localedata-ca-es+euro: PKGSIZE changed from 1755 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-localedata-ca-es+valencia: PKGSIZE changed from 1839 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-localedata-ca-es: PKGSIZE changed from 4079 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-localedata-ca-fr: PKGSIZE changed from 1911 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-localedata-ca-it: PKGSIZE changed from 1937 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-localedata-ce-ru: PKGSIZE changed from 4718 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-localedata-chr-us: PKGSIZE changed from 3520 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-localedata-ckb-iq: PKGSIZE changed from 6357 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-localedata-cmn-tw: PKGSIZE changed from 5141 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-localedata-cns11643-stroke: PKGSIZE changed from 4523368 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-localedata-crh-ua: PKGSIZE changed from 5205 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-localedata-cs-cz: PKGSIZE changed from 10517 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-localedata-csb-pl: PKGSIZE changed from 5660 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-localedata-cv-ru: PKGSIZE changed from 5339 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-localedata-cy-gb: PKGSIZE changed from 6734 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-localedata-da-dk: PKGSIZE changed from 7619 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-localedata-de-at+euro: PKGSIZE changed from 1942 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-localedata-de-at: PKGSIZE changed from 3228 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-localedata-de-be+euro: PKGSIZE changed from 1721 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-localedata-de-be: PKGSIZE changed from 3258 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-localedata-de-ch: PKGSIZE changed from 3253 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-localedata-de-de+euro: PKGSIZE changed from 1731 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-localedata-de-de: PKGSIZE changed from 4402 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-localedata-de-it: PKGSIZE changed from 2637 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-localedata-de-li: PKGSIZE changed from 1824 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-localedata-de-lu+euro: PKGSIZE changed from 1728 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-localedata-de-lu: PKGSIZE changed from 3311 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-localedata-doi-in: PKGSIZE changed from 5022 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-localedata-dsb-de: PKGSIZE changed from 6379 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-localedata-dv-mv: PKGSIZE changed from 5651 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-localedata-dz-bt: PKGSIZE changed from 108898 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-localedata-el-cy: PKGSIZE changed from 5415 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-localedata-el-gr+euro: PKGSIZE changed from 1628 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-localedata-el-gr: PKGSIZE changed from 6491 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-localedata-en-ag: PKGSIZE changed from 3154 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-localedata-en-au: PKGSIZE changed from 3464 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-localedata-en-bw: PKGSIZE changed from 2421 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-localedata-en-ca: PKGSIZE changed from 4099 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-localedata-en-dk: PKGSIZE changed from 3713 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-localedata-en-gb: PKGSIZE changed from 3626 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-localedata-en-hk: PKGSIZE changed from 4662 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-localedata-en-ie+euro: PKGSIZE changed from 1724 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-localedata-en-ie: PKGSIZE changed from 3402 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-localedata-en-il: PKGSIZE changed from 2621 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-localedata-en-in: PKGSIZE changed from 3836 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-localedata-en-ng: PKGSIZE changed from 5920 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-localedata-en-nz: PKGSIZE changed from 3463 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-localedata-en-ph: PKGSIZE changed from 4737 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-localedata-en-sc: PKGSIZE changed from 2548 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-localedata-en-sg: PKGSIZE changed from 4553 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-localedata-en-us: PKGSIZE changed from 3688 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-localedata-en-za: PKGSIZE changed from 7988 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-localedata-en-zm: PKGSIZE changed from 2713 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-localedata-en-zw: PKGSIZE changed from 2430 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-localedata-eo: PKGSIZE changed from 4380 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-localedata-es-ar: PKGSIZE changed from 3351 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-localedata-es-bo: PKGSIZE changed from 3126 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-localedata-es-cl: PKGSIZE changed from 2553 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-localedata-es-co: PKGSIZE changed from 3150 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-localedata-es-cr: PKGSIZE changed from 3264 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-localedata-es-cu: PKGSIZE changed from 2736 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-localedata-es-do: PKGSIZE changed from 3223 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-localedata-es-ec: PKGSIZE changed from 2559 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-localedata-es-es+euro: PKGSIZE changed from 1718 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-localedata-es-es: PKGSIZE changed from 4485 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-localedata-es-gt: PKGSIZE changed from 3179 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-localedata-es-hn: PKGSIZE changed from 3170 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-localedata-es-mx: PKGSIZE changed from 3183 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-localedata-es-ni: PKGSIZE changed from 2994 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-localedata-es-pa: PKGSIZE changed from 3174 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-localedata-es-pe: PKGSIZE changed from 3110 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-localedata-es-pr: PKGSIZE changed from 2982 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-localedata-es-py: PKGSIZE changed from 3113 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-localedata-es-sv: PKGSIZE changed from 3185 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-localedata-es-us: PKGSIZE changed from 3379 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-localedata-es-uy: PKGSIZE changed from 3121 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-localedata-es-ve: PKGSIZE changed from 3135 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-localedata-et-ee: PKGSIZE changed from 5227 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-localedata-eu-es+euro: PKGSIZE changed from 2101 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-localedata-eu-es: PKGSIZE changed from 3526 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-localedata-fa-ir: PKGSIZE changed from 13697 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-localedata-ff-sn: PKGSIZE changed from 3175 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-localedata-fi-fi+euro: PKGSIZE changed from 1741 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-localedata-fi-fi: PKGSIZE changed from 9093 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-localedata-fil-ph: PKGSIZE changed from 4412 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-localedata-fo-fo: PKGSIZE changed from 3133 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-localedata-fr-be+euro: PKGSIZE changed from 1721 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-localedata-fr-be: PKGSIZE changed from 3292 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-localedata-fr-ca: PKGSIZE changed from 3114 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-localedata-fr-ch: PKGSIZE changed from 2799 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-localedata-fr-fr+euro: PKGSIZE changed from 1743 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-localedata-fr-fr: PKGSIZE changed from 3718 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-localedata-fr-lu+euro: PKGSIZE changed from 1728 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-localedata-fr-lu: PKGSIZE changed from 3303 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-localedata-fur-it: PKGSIZE changed from 2914 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-localedata-fy-de: PKGSIZE changed from 2591 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-localedata-fy-nl: PKGSIZE changed from 2672 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-localedata-ga-ie+euro: PKGSIZE changed from 1718 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-localedata-ga-ie: PKGSIZE changed from 3759 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-localedata-gd-gb: PKGSIZE changed from 4054 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-localedata-gez-er+abegede: PKGSIZE changed from 27651 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-localedata-gez-er: PKGSIZE changed from 5239 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-localedata-gez-et+abegede: PKGSIZE changed from 2679 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-localedata-gez-et: PKGSIZE changed from 5375 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-localedata-gl-es+euro: PKGSIZE changed from 1738 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-localedata-gl-es: PKGSIZE changed from 3436 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-localedata-gu-in: PKGSIZE changed from 5668 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-localedata-gv-gb: PKGSIZE changed from 3817 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-localedata-ha-ng: PKGSIZE changed from 7795 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-localedata-hak-tw: PKGSIZE changed from 5043 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-localedata-he-il: PKGSIZE changed from 4379 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-localedata-hi-in: PKGSIZE changed from 6738 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-localedata-hif-fj: PKGSIZE changed from 3954 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-localedata-hne-in: PKGSIZE changed from 5004 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-localedata-hr-hr: PKGSIZE changed from 8447 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-localedata-hsb-de: PKGSIZE changed from 5832 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-localedata-ht-ht: PKGSIZE changed from 4253 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-localedata-hu-hu: PKGSIZE changed from 22457 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-localedata-hy-am: PKGSIZE changed from 6870 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-localedata-i18n-ctype: PKGSIZE changed from 165653 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-localedata-i18n: PKGSIZE changed from 13706 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-localedata-ia-fr: PKGSIZE changed from 2705 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-localedata-id-id: PKGSIZE changed from 3506 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-localedata-ig-ng: PKGSIZE changed from 11613 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-localedata-ik-ca: PKGSIZE changed from 6624 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-localedata-is-is: PKGSIZE changed from 6808 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-localedata-iso14651-t1-common: PKGSIZE changed from 3386286 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-localedata-iso14651-t1-pinyin: PKGSIZE changed from 1111538 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-localedata-iso14651-t1: PKGSIZE changed from 649 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-localedata-it-ch: PKGSIZE changed from 2581 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-localedata-it-it+euro: PKGSIZE changed from 1718 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-localedata-it-it: PKGSIZE changed from 3397 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-localedata-iu-ca: PKGSIZE changed from 3560 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-localedata-ja-jp: PKGSIZE changed from 220701 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-localedata-ka-ge: PKGSIZE changed from 4305 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-localedata-kab-dz: PKGSIZE changed from 3378 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-localedata-kk-kz: PKGSIZE changed from 6326 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-localedata-kl-gl: PKGSIZE changed from 3443 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-localedata-km-kh: PKGSIZE changed from 39247 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-localedata-kn-in: PKGSIZE changed from 5781 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-localedata-ko-kr: PKGSIZE changed from 53842 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-localedata-kok-in: PKGSIZE changed from 5678 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-localedata-ks-in+devanagari: PKGSIZE changed from 5524 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-localedata-ks-in: PKGSIZE changed from 5468 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-localedata-ku-tr: PKGSIZE changed from 4536 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-localedata-kw-gb: PKGSIZE changed from 3837 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-localedata-ky-kg: PKGSIZE changed from 5895 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-localedata-lb-lu: PKGSIZE changed from 4004 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-localedata-lg-ug: PKGSIZE changed from 8122 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-localedata-li-be: PKGSIZE changed from 1900 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-localedata-li-nl: PKGSIZE changed from 2537 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-localedata-lij-it: PKGSIZE changed from 2710 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-localedata-ln-cd: PKGSIZE changed from 4813 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-localedata-lo-la: PKGSIZE changed from 31046 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-localedata-lt-lt: PKGSIZE changed from 6986 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-localedata-lv-lv: PKGSIZE changed from 5353 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-localedata-lzh-tw: PKGSIZE changed from 6137 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-localedata-mag-in: PKGSIZE changed from 5012 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-localedata-mai-in: PKGSIZE changed from 4457 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-localedata-mai-np: PKGSIZE changed from 1862 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-localedata-mfe-mu: PKGSIZE changed from 3590 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-localedata-mg-mg: PKGSIZE changed from 3666 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-localedata-mhr-ru: PKGSIZE changed from 4393 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-localedata-mi-nz: PKGSIZE changed from 4088 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-localedata-miq-ni: PKGSIZE changed from 5117 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-localedata-mjw-in: PKGSIZE changed from 3865 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-localedata-mk-mk: PKGSIZE changed from 4649 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-localedata-ml-in: PKGSIZE changed from 12246 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-localedata-mn-mn: PKGSIZE changed from 7195 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-localedata-mni-in: PKGSIZE changed from 5179 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-localedata-mnw-mm: PKGSIZE changed from 9597 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-localedata-mr-in: PKGSIZE changed from 7965 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-localedata-ms-my: PKGSIZE changed from 4960 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-localedata-mt-mt: PKGSIZE changed from 7801 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-localedata-my-mm: PKGSIZE changed from 8225 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-localedata-nan-tw+latin: PKGSIZE changed from 3763 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-localedata-nan-tw: PKGSIZE changed from 5058 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-localedata-nb-no: PKGSIZE changed from 8027 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-localedata-nds-de: PKGSIZE changed from 2694 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-localedata-nds-nl: PKGSIZE changed from 2624 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-localedata-ne-np: PKGSIZE changed from 5545 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-localedata-nhn-mx: PKGSIZE changed from 2980 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-localedata-niu-nu: PKGSIZE changed from 4143 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-localedata-niu-nz: PKGSIZE changed from 2566 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-localedata-nl-aw: PKGSIZE changed from 2830 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-localedata-nl-be+euro: PKGSIZE changed from 1723 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-localedata-nl-be: PKGSIZE changed from 2806 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-localedata-nl-nl+euro: PKGSIZE changed from 1738 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-localedata-nl-nl: PKGSIZE changed from 3514 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-localedata-nn-no: PKGSIZE changed from 3796 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-localedata-nr-za: PKGSIZE changed from 7129 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-localedata-nso-za: PKGSIZE changed from 6642 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-localedata-oc-fr: PKGSIZE changed from 3013 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-localedata-om-et: PKGSIZE changed from 5014 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-localedata-om-ke: PKGSIZE changed from 7226 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-localedata-or-in: PKGSIZE changed from 9684 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-localedata-os-ru: PKGSIZE changed from 5014 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-localedata-pa-in: PKGSIZE changed from 5406 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-localedata-pa-pk: PKGSIZE changed from 4909 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-localedata-pap-aw: PKGSIZE changed from 3473 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-localedata-pap-cw: PKGSIZE changed from 3516 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-localedata-pl-pl: PKGSIZE changed from 5957 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-localedata-posix: PKGSIZE changed from 8720 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-localedata-ps-af: PKGSIZE changed from 10615 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-localedata-pt-br: PKGSIZE changed from 3309 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-localedata-pt-pt+euro: PKGSIZE changed from 1736 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-localedata-pt-pt: PKGSIZE changed from 3586 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-localedata-quz-pe: PKGSIZE changed from 3307 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-localedata-raj-in: PKGSIZE changed from 5015 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-localedata-ro-ro: PKGSIZE changed from 10670 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-localedata-ru-ru: PKGSIZE changed from 6110 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-localedata-ru-ua: PKGSIZE changed from 2616 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-localedata-rw-rw: PKGSIZE changed from 3391 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-localedata-sa-in: PKGSIZE changed from 7161 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-localedata-sah-ru: PKGSIZE changed from 10180 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-localedata-sat-in: PKGSIZE changed from 5373 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-localedata-sc-it: PKGSIZE changed from 3213 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-localedata-sd-in+devanagari: PKGSIZE changed from 5383 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-localedata-sd-in: PKGSIZE changed from 5064 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-localedata-se-no: PKGSIZE changed from 10617 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-localedata-sgs-lt: PKGSIZE changed from 3218 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-localedata-shn-mm: PKGSIZE changed from 10419 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-localedata-shs-ca: PKGSIZE changed from 3916 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-localedata-si-lk: PKGSIZE changed from 7250 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-localedata-sid-et: PKGSIZE changed from 4611 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-localedata-sk-sk: PKGSIZE changed from 4053 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-localedata-sl-si: PKGSIZE changed from 80645 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-localedata-sm-ws: PKGSIZE changed from 3796 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-localedata-so-dj: PKGSIZE changed from 4759 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-localedata-so-et: PKGSIZE changed from 4726 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-localedata-so-ke: PKGSIZE changed from 4664 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-localedata-so-so: PKGSIZE changed from 5676 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-localedata-sq-al: PKGSIZE changed from 10065 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-localedata-sq-mk: PKGSIZE changed from 2555 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-localedata-sr-me: PKGSIZE changed from 4419 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-localedata-sr-rs+latin: PKGSIZE changed from 3416 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-localedata-sr-rs: PKGSIZE changed from 6858 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-localedata-ss-za: PKGSIZE changed from 7187 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-localedata-st-za: PKGSIZE changed from 6936 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-localedata-sv-fi+euro: PKGSIZE changed from 1723 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-localedata-sv-fi: PKGSIZE changed from 2815 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-localedata-sv-se: PKGSIZE changed from 8067 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-localedata-sw-ke: PKGSIZE changed from 2769 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-localedata-sw-tz: PKGSIZE changed from 2899 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-localedata-szl-pl: PKGSIZE changed from 5134 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-localedata-ta-in: PKGSIZE changed from 5826 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-localedata-ta-lk: PKGSIZE changed from 3808 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-localedata-tcy-in: PKGSIZE changed from 5267 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-localedata-te-in: PKGSIZE changed from 6008 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-localedata-tg-tj: PKGSIZE changed from 7342 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-localedata-th-th: PKGSIZE changed from 43739 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-localedata-the-np: PKGSIZE changed from 5196 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-localedata-ti-er: PKGSIZE changed from 6256 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-localedata-ti-et: PKGSIZE changed from 29667 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-localedata-tig-er: PKGSIZE changed from 5398 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-localedata-tk-tm: PKGSIZE changed from 12311 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-localedata-tl-ph: PKGSIZE changed from 3073 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-localedata-tn-za: PKGSIZE changed from 7146 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-localedata-to-to: PKGSIZE changed from 4100 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-localedata-tpi-pg: PKGSIZE changed from 4120 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-localedata-tr-cy: PKGSIZE changed from 2030 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-localedata-tr-tr: PKGSIZE changed from 170309 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-localedata-translit-circle: PKGSIZE changed from 15157 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-localedata-translit-cjk-compat: PKGSIZE changed from 69632 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-localedata-translit-cjk-variants: PKGSIZE changed from 162821 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-localedata-translit-combining: PKGSIZE changed from 87439 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-localedata-translit-compat: PKGSIZE changed from 50357 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-localedata-translit-font: PKGSIZE changed from 67678 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-localedata-translit-fraction: PKGSIZE changed from 3028 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-localedata-translit-hangul: PKGSIZE changed from 619216 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-localedata-translit-narrow: PKGSIZE changed from 6590 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-localedata-translit-neutral: PKGSIZE changed from 21385 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-localedata-translit-small: PKGSIZE changed from 3468 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-localedata-translit-wide: PKGSIZE changed from 5410 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-localedata-ts-za: PKGSIZE changed from 7081 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-localedata-tt-ru+iqtelif: PKGSIZE changed from 4184 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-localedata-tt-ru: PKGSIZE changed from 8903 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-localedata-ug-cn: PKGSIZE changed from 5653 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-localedata-uk-ua: PKGSIZE changed from 38003 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-localedata-unm-us: PKGSIZE changed from 3224 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-localedata-ur-in: PKGSIZE changed from 4909 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-localedata-ur-pk: PKGSIZE changed from 5331 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-localedata-uz-uz+cyrillic: PKGSIZE changed from 8340 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-localedata-uz-uz: PKGSIZE changed from 11593 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-localedata-ve-za: PKGSIZE changed from 7163 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-localedata-vi-vn: PKGSIZE changed from 6618 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-localedata-wa-be+euro: PKGSIZE changed from 1723 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-localedata-wa-be: PKGSIZE changed from 3860 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-localedata-wae-ch: PKGSIZE changed from 5689 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-localedata-wal-et: PKGSIZE changed from 5360 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-localedata-wo-sn: PKGSIZE changed from 3634 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-localedata-xh-za: PKGSIZE changed from 6932 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-localedata-yi-us: PKGSIZE changed from 8910 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-localedata-yo-ng: PKGSIZE changed from 9975 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-localedata-yue-hk: PKGSIZE changed from 4021 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-localedata-yuw-pg: PKGSIZE changed from 3513 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-localedata-zh-cn: PKGSIZE changed from 4748 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-localedata-zh-hk: PKGSIZE changed from 5291 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-localedata-zh-sg: PKGSIZE changed from 5276 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-localedata-zh-tw: PKGSIZE changed from 4552 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-localedata-zu-za: PKGSIZE changed from 6634 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-localedef: PKGSIZE changed from 321848 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-glibc/nativesdk-catchsegv: PKGSIZE changed from 3335 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-glibc/nativesdk-glibc-dbg: PKGSIZE changed from 1089628 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-glibc/nativesdk-glibc-dev: PKGSIZE changed from 2100261 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-glibc/nativesdk-glibc-extra-nss: PKGSIZE changed from 21961 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-glibc/nativesdk-glibc-extra-nss: latest.pkg_postinst changed from "#!/bin/sh set -e if [ x"$D" = "x" ]; then if [ -x /sbin/ldconfig ]; then /sbin/ldconfig ; fi fi " to "#!/bin/sh if [ x"$D" = "x" ]; then if [ -x /sbin/ldconfig ]; then /sbin/ldconfig ; fi fi " packages/i686-nativesdk-pokysdk-linux/nativesdk-glibc/nativesdk-glibc-pcprofile: PKGSIZE changed from 13688 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-glibc/nativesdk-glibc-pcprofile: latest.pkg_postinst changed from "#!/bin/sh set -e if [ x"$D" = "x" ]; then if [ -x /sbin/ldconfig ]; then /sbin/ldconfig ; fi fi " to "#!/bin/sh if [ x"$D" = "x" ]; then if [ -x /sbin/ldconfig ]; then /sbin/ldconfig ; fi fi " packages/i686-nativesdk-pokysdk-linux/nativesdk-glibc/nativesdk-glibc-staticdev: PKGSIZE changed from 7008698 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-glibc/nativesdk-glibc-thread-db: PKGSIZE changed from 38651 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-glibc/nativesdk-glibc-thread-db: latest.pkg_postinst changed from "#!/bin/sh set -e if [ x"$D" = "x" ]; then if [ -x /sbin/ldconfig ]; then /sbin/ldconfig ; fi fi " to "#!/bin/sh if [ x"$D" = "x" ]; then if [ -x /sbin/ldconfig ]; then /sbin/ldconfig ; fi fi " packages/i686-nativesdk-pokysdk-linux/nativesdk-glibc/nativesdk-glibc-utils: PKGSIZE changed from 350308 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-glibc/nativesdk-glibc: PKGSIZE changed from 3724021 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-glibc/nativesdk-glibc: latest.pkg_postinst changed from "#!/bin/sh set -e if [ x"$D" = "x" ]; then if [ -x /sbin/ldconfig ]; then /sbin/ldconfig ; fi fi " to "#!/bin/sh if [ x"$D" = "x" ]; then if [ -x /sbin/ldconfig ]; then /sbin/ldconfig ; fi fi " packages/i686-nativesdk-pokysdk-linux/nativesdk-glibc/nativesdk-ldconfig: PKGSIZE changed from 850480 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-glibc/nativesdk-ldd: PKGSIZE changed from 5633 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-glibc/nativesdk-libmemusage: PKGSIZE changed from 17832 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-glibc/nativesdk-libmemusage: latest.pkg_postinst changed from "#!/bin/sh set -e if [ x"$D" = "x" ]; then if [ -x /sbin/ldconfig ]; then /sbin/ldconfig ; fi fi " to "#!/bin/sh if [ x"$D" = "x" ]; then if [ -x /sbin/ldconfig ]; then /sbin/ldconfig ; fi fi " packages/i686-nativesdk-pokysdk-linux/nativesdk-glibc/nativesdk-libnss-db: PKGSIZE changed from 44045 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-glibc/nativesdk-libnss-db: latest.pkg_postinst changed from "#!/bin/sh set -e if [ x"$D" = "x" ]; then if [ -x /sbin/ldconfig ]; then /sbin/ldconfig ; fi fi " to "#!/bin/sh if [ x"$D" = "x" ]; then if [ -x /sbin/ldconfig ]; then /sbin/ldconfig ; fi fi " packages/i686-nativesdk-pokysdk-linux/nativesdk-glibc/nativesdk-libsegfault: PKGSIZE changed from 25976 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-glibc/nativesdk-libsegfault: latest.pkg_postinst changed from "#!/bin/sh set -e if [ x"$D" = "x" ]; then if [ -x /sbin/ldconfig ]; then /sbin/ldconfig ; fi fi " to "#!/bin/sh if [ x"$D" = "x" ]; then if [ -x /sbin/ldconfig ]; then /sbin/ldconfig ; fi fi " packages/i686-nativesdk-pokysdk-linux/nativesdk-glibc/nativesdk-libsotruss: PKGSIZE changed from 13688 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-glibc/nativesdk-nscd: PKGSIZE changed from 167842 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-glibc/nativesdk-nscd: latest.pkg_postinst changed from "set -e if [ -z "$D" ]; then if command -v systemd-tmpfiles >/dev/null; then systemd-tmpfiles --create /opt/poky/3.3+snapshot/sysroots/i686-pokysdk-linux/etc/tmpfiles.d/nscd.conf elif [ -e /opt/poky/3.3+snapshot/sysroots/i686-pokysdk-linux/etc/init.d/populate-volatile.sh ]; then /opt/poky/3.3+snapshot/sysroots/i686-pokysdk-linux/etc/init.d/populate-volatile.sh update fi fi " to " if [ -z "$D" ]; then if command -v systemd-tmpfiles >/dev/null; then systemd-tmpfiles --create /opt/poky/3.3+snapshot/sysroots/i686-pokysdk-linux/etc/tmpfiles.d/nscd.conf elif [ -e /opt/poky/3.3+snapshot/sysroots/i686-pokysdk-linux/etc/init.d/populate-volatile.sh ]; then /opt/poky/3.3+snapshot/sysroots/i686-pokysdk-linux/etc/init.d/populate-volatile.sh update fi fi " packages/i686-nativesdk-pokysdk-linux/nativesdk-glibc/nativesdk-sln: PKGSIZE changed from 637256 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-glibc/nativesdk-tzcode: PKGSIZE changed from 108480 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-gmp/nativesdk-gmp-dbg: PKGSIZE changed from 53516 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-gmp/nativesdk-gmp-dev: PKGSIZE changed from 214887 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-gmp/nativesdk-gmp-doc: PKGSIZE changed from 525119 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-gmp/nativesdk-gmp: PKGSIZE changed from 490272 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-gmp/nativesdk-gmp: latest.pkg_postinst changed from "#!/bin/sh set -e if [ x"$D" = "x" ]; then if [ -x /sbin/ldconfig ]; then /sbin/ldconfig ; fi fi " to "#!/bin/sh if [ x"$D" = "x" ]; then if [ -x /sbin/ldconfig ]; then /sbin/ldconfig ; fi fi " packages/i686-nativesdk-pokysdk-linux/nativesdk-gmp/nativesdk-libgmpxx: PKGSIZE changed from 26205 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-gmp/nativesdk-libgmpxx: latest.pkg_postinst changed from "#!/bin/sh set -e if [ x"$D" = "x" ]; then if [ -x /sbin/ldconfig ]; then /sbin/ldconfig ; fi fi " to "#!/bin/sh if [ x"$D" = "x" ]; then if [ -x /sbin/ldconfig ]; then /sbin/ldconfig ; fi fi " packages/i686-nativesdk-pokysdk-linux/nativesdk-gnu-config/nativesdk-gnu-config: PKGSIZE changed from 91430 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-gnutls/nativesdk-gnutls-bin: PKGSIZE changed from 1238056 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-gnutls/nativesdk-gnutls-dbg: PKGSIZE changed from 494248 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-gnutls/nativesdk-gnutls-dev: PKGSIZE changed from 557797 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-gnutls/nativesdk-gnutls-doc: PKGSIZE changed from 4356110 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-gnutls/nativesdk-gnutls-locale-cs: PKGSIZE changed from 34151 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-gnutls/nativesdk-gnutls-locale-de: PKGSIZE changed from 24988 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-gnutls/nativesdk-gnutls-locale-eo: PKGSIZE changed from 33110 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-gnutls/nativesdk-gnutls-locale-es: PKGSIZE changed from 24527 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-gnutls/nativesdk-gnutls-locale-fi: PKGSIZE changed from 24153 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-gnutls/nativesdk-gnutls-locale-fr: PKGSIZE changed from 35159 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-gnutls/nativesdk-gnutls-locale-it: PKGSIZE changed from 34940 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-gnutls/nativesdk-gnutls-locale-ms: PKGSIZE changed from 19867 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-gnutls/nativesdk-gnutls-locale-nl: PKGSIZE changed from 24388 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-gnutls/nativesdk-gnutls-locale-pl: PKGSIZE changed from 34025 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-gnutls/nativesdk-gnutls-locale-pt-br: PKGSIZE changed from 34575 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-gnutls/nativesdk-gnutls-locale-sr: PKGSIZE changed from 41709 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-gnutls/nativesdk-gnutls-locale-sv: PKGSIZE changed from 23808 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-gnutls/nativesdk-gnutls-locale-uk: PKGSIZE changed from 43946 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-gnutls/nativesdk-gnutls-locale-vi: PKGSIZE changed from 26073 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-gnutls/nativesdk-gnutls-locale-zh-cn: PKGSIZE changed from 22411 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-gnutls/nativesdk-gnutls-openssl: PKGSIZE changed from 104167 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-gnutls/nativesdk-gnutls-openssl: latest.pkg_postinst changed from "#!/bin/sh set -e if [ x"$D" = "x" ]; then if [ -x /sbin/ldconfig ]; then /sbin/ldconfig ; fi fi " to "#!/bin/sh if [ x"$D" = "x" ]; then if [ -x /sbin/ldconfig ]; then /sbin/ldconfig ; fi fi " packages/i686-nativesdk-pokysdk-linux/nativesdk-gnutls/nativesdk-gnutls-xx: PKGSIZE changed from 63581 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-gnutls/nativesdk-gnutls-xx: latest.pkg_postinst changed from "#!/bin/sh set -e if [ x"$D" = "x" ]; then if [ -x /sbin/ldconfig ]; then /sbin/ldconfig ; fi fi " to "#!/bin/sh if [ x"$D" = "x" ]; then if [ -x /sbin/ldconfig ]; then /sbin/ldconfig ; fi fi " packages/i686-nativesdk-pokysdk-linux/nativesdk-gnutls/nativesdk-gnutls: PKGSIZE changed from 2013560 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-gnutls/nativesdk-gnutls: latest.pkg_postinst changed from "#!/bin/sh set -e if [ x"$D" = "x" ]; then if [ -x /sbin/ldconfig ]; then /sbin/ldconfig ; fi fi " to "#!/bin/sh if [ x"$D" = "x" ]; then if [ -x /sbin/ldconfig ]; then /sbin/ldconfig ; fi fi " packages/i686-nativesdk-pokysdk-linux/nativesdk-intltool/nativesdk-intltool-doc: PKGSIZE changed from 12551 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-intltool/nativesdk-intltool: PKGSIZE changed from 139922 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-libarchive/nativesdk-bsdcpio: PKGSIZE changed from 51248 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-libarchive/nativesdk-bsdcpio: latest.pkg_postinst changed from "#!/bin/sh set -e update-alternatives --install /opt/poky/3.3+snapshot/sysroots/i686-pokysdk-linux/bin/cpio cpio /opt/poky/3.3+snapshot/sysroots/i686-pokysdk-linux/usr/bin/bsdcpio 80 " to "#!/bin/sh update-alternatives --install /opt/poky/3.3+snapshot/sysroots/i686-pokysdk-linux/bin/cpio cpio /opt/poky/3.3+snapshot/sysroots/i686-pokysdk-linux/usr/bin/bsdcpio 80 " packages/i686-nativesdk-pokysdk-linux/nativesdk-libarchive/nativesdk-bsdcpio: latest.pkg_prerm changed from "#!/bin/sh set -e update-alternatives --remove cpio /opt/poky/3.3+snapshot/sysroots/i686-pokysdk-linux/usr/bin/bsdcpio " to "#!/bin/sh update-alternatives --remove cpio /opt/poky/3.3+snapshot/sysroots/i686-pokysdk-linux/usr/bin/bsdcpio " packages/i686-nativesdk-pokysdk-linux/nativesdk-libarchive/nativesdk-bsdtar: PKGSIZE changed from 75916 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-libarchive/nativesdk-bsdtar: latest.pkg_postinst changed from "#!/bin/sh set -e update-alternatives --install /opt/poky/3.3+snapshot/sysroots/i686-pokysdk-linux/bin/tar tar /opt/poky/3.3+snapshot/sysroots/i686-pokysdk-linux/usr/bin/bsdtar 80 " to "#!/bin/sh update-alternatives --install /opt/poky/3.3+snapshot/sysroots/i686-pokysdk-linux/bin/tar tar /opt/poky/3.3+snapshot/sysroots/i686-pokysdk-linux/usr/bin/bsdtar 80 " packages/i686-nativesdk-pokysdk-linux/nativesdk-libarchive/nativesdk-bsdtar: latest.pkg_prerm changed from "#!/bin/sh set -e update-alternatives --remove tar /opt/poky/3.3+snapshot/sysroots/i686-pokysdk-linux/usr/bin/bsdtar " to "#!/bin/sh update-alternatives --remove tar /opt/poky/3.3+snapshot/sysroots/i686-pokysdk-linux/usr/bin/bsdtar " packages/i686-nativesdk-pokysdk-linux/nativesdk-libarchive/nativesdk-libarchive-dbg: PKGSIZE changed from 146680 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-libarchive/nativesdk-libarchive-dev: PKGSIZE changed from 87439 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-libarchive/nativesdk-libarchive-doc: PKGSIZE changed from 360394 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-libarchive/nativesdk-libarchive: PKGSIZE changed from 820380 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-libarchive/nativesdk-libarchive: latest.pkg_postinst changed from "#!/bin/sh set -e if [ x"$D" = "x" ]; then if [ -x /sbin/ldconfig ]; then /sbin/ldconfig ; fi fi " to "#!/bin/sh if [ x"$D" = "x" ]; then if [ -x /sbin/ldconfig ]; then /sbin/ldconfig ; fi fi " packages/i686-nativesdk-pokysdk-linux/nativesdk-libcap-ng/nativesdk-libcap-ng-bin: PKGSIZE changed from 75952 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-libcap-ng/nativesdk-libcap-ng-dbg: PKGSIZE changed from 42360 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-libcap-ng/nativesdk-libcap-ng-dev: PKGSIZE changed from 5117 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-libcap-ng/nativesdk-libcap-ng-doc: PKGSIZE changed from 28267 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-libcap-ng/nativesdk-libcap-ng: PKGSIZE changed from 35718 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-libcap-ng/nativesdk-libcap-ng: latest.pkg_postinst changed from "#!/bin/sh set -e if [ x"$D" = "x" ]; then if [ -x /sbin/ldconfig ]; then /sbin/ldconfig ; fi fi " to "#!/bin/sh if [ x"$D" = "x" ]; then if [ -x /sbin/ldconfig ]; then /sbin/ldconfig ; fi fi " packages/i686-nativesdk-pokysdk-linux/nativesdk-libcap/nativesdk-libcap-bin: PKGSIZE changed from 97704 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-libcap/nativesdk-libcap-dbg: PKGSIZE changed from 187836 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-libcap/nativesdk-libcap-dev: PKGSIZE changed from 11187 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-libcap/nativesdk-libcap-doc: PKGSIZE changed from 64139 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-libcap/nativesdk-libcap-src: PKGSIZE changed from 174352 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-libcap/nativesdk-libcap-staticdev: PKGSIZE changed from 128150 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-libcap/nativesdk-libcap: PKGSIZE changed from 56436 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-libcap/nativesdk-libcap: latest.pkg_postinst changed from "#!/bin/sh set -e if [ x"$D" = "x" ]; then if [ -x /sbin/ldconfig ]; then /sbin/ldconfig ; fi fi " to "#!/bin/sh if [ x"$D" = "x" ]; then if [ -x /sbin/ldconfig ]; then /sbin/ldconfig ; fi fi " packages/i686-nativesdk-pokysdk-linux/nativesdk-libdrm/nativesdk-libdrm-amdgpu: PKGSIZE changed from 42586 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-libdrm/nativesdk-libdrm-amdgpu: latest.pkg_postinst changed from "#!/bin/sh set -e if [ x"$D" = "x" ]; then if [ -x /sbin/ldconfig ]; then /sbin/ldconfig ; fi fi " to "#!/bin/sh if [ x"$D" = "x" ]; then if [ -x /sbin/ldconfig ]; then /sbin/ldconfig ; fi fi " packages/i686-nativesdk-pokysdk-linux/nativesdk-libdrm/nativesdk-libdrm-dbg: PKGSIZE changed from 198676 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-libdrm/nativesdk-libdrm-dev: PKGSIZE changed from 641274 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-libdrm/nativesdk-libdrm-etnaviv: PKGSIZE changed from 22023 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-libdrm/nativesdk-libdrm-etnaviv: latest.pkg_postinst changed from "#!/bin/sh set -e if [ x"$D" = "x" ]; then if [ -x /sbin/ldconfig ]; then /sbin/ldconfig ; fi fi " to "#!/bin/sh if [ x"$D" = "x" ]; then if [ -x /sbin/ldconfig ]; then /sbin/ldconfig ; fi fi " packages/i686-nativesdk-pokysdk-linux/nativesdk-libdrm/nativesdk-libdrm-freedreno: PKGSIZE changed from 34401 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-libdrm/nativesdk-libdrm-freedreno: latest.pkg_postinst changed from "#!/bin/sh set -e if [ x"$D" = "x" ]; then if [ -x /sbin/ldconfig ]; then /sbin/ldconfig ; fi fi " to "#!/bin/sh if [ x"$D" = "x" ]; then if [ -x /sbin/ldconfig ]; then /sbin/ldconfig ; fi fi " packages/i686-nativesdk-pokysdk-linux/nativesdk-libdrm/nativesdk-libdrm-intel: PKGSIZE changed from 166669 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-libdrm/nativesdk-libdrm-intel: latest.pkg_postinst changed from "#!/bin/sh set -e if [ x"$D" = "x" ]; then if [ -x /sbin/ldconfig ]; then /sbin/ldconfig ; fi fi " to "#!/bin/sh if [ x"$D" = "x" ]; then if [ -x /sbin/ldconfig ]; then /sbin/ldconfig ; fi fi " packages/i686-nativesdk-pokysdk-linux/nativesdk-libdrm/nativesdk-libdrm-kms: PKGSIZE changed from 17819 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-libdrm/nativesdk-libdrm-kms: latest.pkg_postinst changed from "#!/bin/sh set -e if [ x"$D" = "x" ]; then if [ -x /sbin/ldconfig ]; then /sbin/ldconfig ; fi fi " to "#!/bin/sh if [ x"$D" = "x" ]; then if [ -x /sbin/ldconfig ]; then /sbin/ldconfig ; fi fi " packages/i686-nativesdk-pokysdk-linux/nativesdk-libdrm/nativesdk-libdrm-nouveau: PKGSIZE changed from 38435 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-libdrm/nativesdk-libdrm-nouveau: latest.pkg_postinst changed from "#!/bin/sh set -e if [ x"$D" = "x" ]; then if [ -x /sbin/ldconfig ]; then /sbin/ldconfig ; fi fi " to "#!/bin/sh if [ x"$D" = "x" ]; then if [ -x /sbin/ldconfig ]; then /sbin/ldconfig ; fi fi " packages/i686-nativesdk-pokysdk-linux/nativesdk-libdrm/nativesdk-libdrm-omap: PKGSIZE changed from 13704 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-libdrm/nativesdk-libdrm-omap: latest.pkg_postinst changed from "#!/bin/sh set -e if [ x"$D" = "x" ]; then if [ -x /sbin/ldconfig ]; then /sbin/ldconfig ; fi fi " to "#!/bin/sh if [ x"$D" = "x" ]; then if [ -x /sbin/ldconfig ]; then /sbin/ldconfig ; fi fi " packages/i686-nativesdk-pokysdk-linux/nativesdk-libdrm/nativesdk-libdrm-radeon: PKGSIZE changed from 54782 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-libdrm/nativesdk-libdrm-radeon: latest.pkg_postinst changed from "#!/bin/sh set -e if [ x"$D" = "x" ]; then if [ -x /sbin/ldconfig ]; then /sbin/ldconfig ; fi fi " to "#!/bin/sh if [ x"$D" = "x" ]; then if [ -x /sbin/ldconfig ]; then /sbin/ldconfig ; fi fi " packages/i686-nativesdk-pokysdk-linux/nativesdk-libdrm/nativesdk-libdrm-tests: PKGSIZE changed from 300460 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-libdrm/nativesdk-libdrm: PKGSIZE changed from 94350 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-libdrm/nativesdk-libdrm: latest.pkg_postinst changed from "#!/bin/sh set -e if [ x"$D" = "x" ]; then if [ -x /sbin/ldconfig ]; then /sbin/ldconfig ; fi fi " to "#!/bin/sh if [ x"$D" = "x" ]; then if [ -x /sbin/ldconfig ]; then /sbin/ldconfig ; fi fi " packages/i686-nativesdk-pokysdk-linux/nativesdk-libepoxy/nativesdk-libepoxy-dbg: PKGSIZE changed from 487540 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-libepoxy/nativesdk-libepoxy-dev: PKGSIZE changed from 1665150 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-libepoxy/nativesdk-libepoxy: PKGSIZE changed from 1096989 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-libepoxy/nativesdk-libepoxy: latest.pkg_postinst changed from "#!/bin/sh set -e if [ x"$D" = "x" ]; then if [ -x /sbin/ldconfig ]; then /sbin/ldconfig ; fi fi " to "#!/bin/sh if [ x"$D" = "x" ]; then if [ -x /sbin/ldconfig ]; then /sbin/ldconfig ; fi fi " packages/i686-nativesdk-pokysdk-linux/nativesdk-libffi/nativesdk-libffi-dbg: PKGSIZE changed from 8204 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-libffi/nativesdk-libffi-dev: PKGSIZE changed from 19398 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-libffi/nativesdk-libffi-doc: PKGSIZE changed from 44031 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-libffi/nativesdk-libffi: PKGSIZE changed from 42599 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-libffi/nativesdk-libffi: latest.pkg_postinst changed from "#!/bin/sh set -e if [ x"$D" = "x" ]; then if [ -x /sbin/ldconfig ]; then /sbin/ldconfig ; fi fi " to "#!/bin/sh if [ x"$D" = "x" ]; then if [ -x /sbin/ldconfig ]; then /sbin/ldconfig ; fi fi " packages/i686-nativesdk-pokysdk-linux/nativesdk-libgcc/nativesdk-libgcc-dbg: PKGSIZE changed from 380040 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-libgcc/nativesdk-libgcc-dev: PKGSIZE changed from 4994816 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-libgcc/nativesdk-libgcc-src: PKGSIZE changed from 45232 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-libgcc/nativesdk-libgcc: PKGSIZE changed from 128576 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-libgcc/nativesdk-libgcc: latest.pkg_postinst changed from "#!/bin/sh set -e if [ x"$D" = "x" ]; then if [ -x /sbin/ldconfig ]; then /sbin/ldconfig ; fi fi " to "#!/bin/sh if [ x"$D" = "x" ]; then if [ -x /sbin/ldconfig ]; then /sbin/ldconfig ; fi fi " packages/i686-nativesdk-pokysdk-linux/nativesdk-libgcrypt/nativesdk-dumpsexp-dev: PKGSIZE changed from 22004 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-libgcrypt/nativesdk-libgcrypt-dbg: PKGSIZE changed from 107056 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-libgcrypt/nativesdk-libgcrypt-dev: PKGSIZE changed from 98869 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-libgcrypt/nativesdk-libgcrypt-doc: PKGSIZE changed from 338799 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-libgcrypt/nativesdk-libgcrypt: PKGSIZE changed from 1019843 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-libgcrypt/nativesdk-libgcrypt: latest.pkg_postinst changed from "#!/bin/sh set -e if [ x"$D" = "x" ]; then if [ -x /sbin/ldconfig ]; then /sbin/ldconfig ; fi fi " to "#!/bin/sh if [ x"$D" = "x" ]; then if [ -x /sbin/ldconfig ]; then /sbin/ldconfig ; fi fi " packages/i686-nativesdk-pokysdk-linux/nativesdk-libgpg-error/nativesdk-libgpg-error-dbg: PKGSIZE changed from 44304 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-libgpg-error/nativesdk-libgpg-error-dev: PKGSIZE changed from 206646 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-libgpg-error/nativesdk-libgpg-error-doc: PKGSIZE changed from 101348 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-libgpg-error/nativesdk-libgpg-error-locale-cs: PKGSIZE changed from 22010 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-libgpg-error/nativesdk-libgpg-error-locale-da: PKGSIZE changed from 20822 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-libgpg-error/nativesdk-libgpg-error-locale-de: PKGSIZE changed from 35085 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-libgpg-error/nativesdk-libgpg-error-locale-eo: PKGSIZE changed from 16312 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-libgpg-error/nativesdk-libgpg-error-locale-es: PKGSIZE changed from 27013 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-libgpg-error/nativesdk-libgpg-error-locale-fr: PKGSIZE changed from 22649 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-libgpg-error/nativesdk-libgpg-error-locale-hu: PKGSIZE changed from 17540 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-libgpg-error/nativesdk-libgpg-error-locale-it: PKGSIZE changed from 21084 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-libgpg-error/nativesdk-libgpg-error-locale-ja: PKGSIZE changed from 38814 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-libgpg-error/nativesdk-libgpg-error-locale-nl: PKGSIZE changed from 20438 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-libgpg-error/nativesdk-libgpg-error-locale-pl: PKGSIZE changed from 34878 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-libgpg-error/nativesdk-libgpg-error-locale-pt: PKGSIZE changed from 21316 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-libgpg-error/nativesdk-libgpg-error-locale-ro: PKGSIZE changed from 14455 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-libgpg-error/nativesdk-libgpg-error-locale-ru: PKGSIZE changed from 39786 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-libgpg-error/nativesdk-libgpg-error-locale-sr: PKGSIZE changed from 21279 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-libgpg-error/nativesdk-libgpg-error-locale-sv: PKGSIZE changed from 17166 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-libgpg-error/nativesdk-libgpg-error-locale-uk: PKGSIZE changed from 45209 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-libgpg-error/nativesdk-libgpg-error-locale-vi: PKGSIZE changed from 18302 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-libgpg-error/nativesdk-libgpg-error-locale-zh-cn: PKGSIZE changed from 31390 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-libgpg-error/nativesdk-libgpg-error-locale-zh-tw: PKGSIZE changed from 31924 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-libgpg-error/nativesdk-libgpg-error: PKGSIZE changed from 191986 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-libgpg-error/nativesdk-libgpg-error: latest.pkg_postinst changed from "#!/bin/sh set -e if [ x"$D" = "x" ]; then if [ -x /sbin/ldconfig ]; then /sbin/ldconfig ; fi fi " to "#!/bin/sh if [ x"$D" = "x" ]; then if [ -x /sbin/ldconfig ]; then /sbin/ldconfig ; fi fi " packages/i686-nativesdk-pokysdk-linux/nativesdk-libidn2/nativesdk-libidn2-bin: PKGSIZE changed from 63408 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-libidn2/nativesdk-libidn2-dbg: PKGSIZE changed from 20696 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-libidn2/nativesdk-libidn2-dev: PKGSIZE changed from 14333 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-libidn2/nativesdk-libidn2-doc: PKGSIZE changed from 71956 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-libidn2/nativesdk-libidn2-locale-cs: PKGSIZE changed from 4999 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-libidn2/nativesdk-libidn2-locale-da: PKGSIZE changed from 4754 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-libidn2/nativesdk-libidn2-locale-de: PKGSIZE changed from 5158 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-libidn2/nativesdk-libidn2-locale-eo: PKGSIZE changed from 4804 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-libidn2/nativesdk-libidn2-locale-es: PKGSIZE changed from 1352 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-libidn2/nativesdk-libidn2-locale-fi: PKGSIZE changed from 1020 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-libidn2/nativesdk-libidn2-locale-fr: PKGSIZE changed from 5103 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-libidn2/nativesdk-libidn2-locale-fur: PKGSIZE changed from 4542 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-libidn2/nativesdk-libidn2-locale-hr: PKGSIZE changed from 1079 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-libidn2/nativesdk-libidn2-locale-hu: PKGSIZE changed from 5273 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-libidn2/nativesdk-libidn2-locale-id: PKGSIZE changed from 968 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-libidn2/nativesdk-libidn2-locale-it: PKGSIZE changed from 937 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-libidn2/nativesdk-libidn2-locale-ja: PKGSIZE changed from 669 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-libidn2/nativesdk-libidn2-locale-nl: PKGSIZE changed from 988 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-libidn2/nativesdk-libidn2-locale-pl: PKGSIZE changed from 4978 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-libidn2/nativesdk-libidn2-locale-pt-br: PKGSIZE changed from 5027 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-libidn2/nativesdk-libidn2-locale-ro: PKGSIZE changed from 5050 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-libidn2/nativesdk-libidn2-locale-ru: PKGSIZE changed from 6292 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-libidn2/nativesdk-libidn2-locale-sr: PKGSIZE changed from 6100 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-libidn2/nativesdk-libidn2-locale-sv: PKGSIZE changed from 4859 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-libidn2/nativesdk-libidn2-locale-uk: PKGSIZE changed from 6375 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-libidn2/nativesdk-libidn2-locale-vi: PKGSIZE changed from 1090 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-libidn2/nativesdk-libidn2-locale-zh-cn: PKGSIZE changed from 4759 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-libidn2/nativesdk-libidn2: PKGSIZE changed from 140908 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-libidn2/nativesdk-libidn2: latest.pkg_postinst changed from "#!/bin/sh set -e if [ x"$D" = "x" ]; then if [ -x /sbin/ldconfig ]; then /sbin/ldconfig ; fi fi " to "#!/bin/sh if [ x"$D" = "x" ]; then if [ -x /sbin/ldconfig ]; then /sbin/ldconfig ; fi fi " packages/i686-nativesdk-pokysdk-linux/nativesdk-libmicrohttpd/nativesdk-libmicrohttpd-dbg: PKGSIZE changed from 24840 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-libmicrohttpd/nativesdk-libmicrohttpd-dev: PKGSIZE changed from 150269 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-libmicrohttpd/nativesdk-libmicrohttpd-doc: PKGSIZE changed from 404778 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-libmicrohttpd/nativesdk-libmicrohttpd: PKGSIZE changed from 153492 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-libmicrohttpd/nativesdk-libmicrohttpd: latest.pkg_postinst changed from "#!/bin/sh set -e if [ x"$D" = "x" ]; then if [ -x /sbin/ldconfig ]; then /sbin/ldconfig ; fi fi " to "#!/bin/sh if [ x"$D" = "x" ]; then if [ -x /sbin/ldconfig ]; then /sbin/ldconfig ; fi fi " packages/i686-nativesdk-pokysdk-linux/nativesdk-libmpc/nativesdk-libmpc-dbg: PKGSIZE changed from 12764 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-libmpc/nativesdk-libmpc-dev: PKGSIZE changed from 13212 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-libmpc/nativesdk-libmpc-doc: PKGSIZE changed from 89253 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-libmpc/nativesdk-libmpc: PKGSIZE changed from 116875 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-libmpc/nativesdk-libmpc: latest.pkg_postinst changed from "#!/bin/sh set -e if [ x"$D" = "x" ]; then if [ -x /sbin/ldconfig ]; then /sbin/ldconfig ; fi fi " to "#!/bin/sh if [ x"$D" = "x" ]; then if [ -x /sbin/ldconfig ]; then /sbin/ldconfig ; fi fi " packages/i686-nativesdk-pokysdk-linux/nativesdk-libnsl2/nativesdk-libnsl2-dbg: PKGSIZE changed from 16324 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-libnsl2/nativesdk-libnsl2-dev: PKGSIZE changed from 108468 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-libnsl2/nativesdk-libnsl2: PKGSIZE changed from 92195 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-libnsl2/nativesdk-libnsl2: latest.pkg_postinst changed from "#!/bin/sh set -e if [ x"$D" = "x" ]; then if [ -x /sbin/ldconfig ]; then /sbin/ldconfig ; fi fi " to "#!/bin/sh if [ x"$D" = "x" ]; then if [ -x /sbin/ldconfig ]; then /sbin/ldconfig ; fi fi " packages/i686-nativesdk-pokysdk-linux/nativesdk-libpciaccess/nativesdk-libpciaccess-dbg: PKGSIZE changed from 8332 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-libpciaccess/nativesdk-libpciaccess-dev: PKGSIZE changed from 15906 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-libpciaccess/nativesdk-libpciaccess: PKGSIZE changed from 42626 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-libpciaccess/nativesdk-libpciaccess: latest.pkg_postinst changed from "#!/bin/sh set -e if [ x"$D" = "x" ]; then if [ -x /sbin/ldconfig ]; then /sbin/ldconfig ; fi fi " to "#!/bin/sh if [ x"$D" = "x" ]; then if [ -x /sbin/ldconfig ]; then /sbin/ldconfig ; fi fi " packages/i686-nativesdk-pokysdk-linux/nativesdk-libpcre/nativesdk-libpcre-dbg: PKGSIZE changed from 70524 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-libpcre/nativesdk-libpcre-dev: PKGSIZE changed from 85149 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-libpcre/nativesdk-libpcre-doc: PKGSIZE changed from 2301066 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-libpcre/nativesdk-libpcre: PKGSIZE changed from 488981 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-libpcre/nativesdk-libpcre: latest.pkg_postinst changed from "#!/bin/sh set -e if [ x"$D" = "x" ]; then if [ -x /sbin/ldconfig ]; then /sbin/ldconfig ; fi fi " to "#!/bin/sh if [ x"$D" = "x" ]; then if [ -x /sbin/ldconfig ]; then /sbin/ldconfig ; fi fi " packages/i686-nativesdk-pokysdk-linux/nativesdk-libpcre/nativesdk-libpcrecpp: PKGSIZE changed from 42683 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-libpcre/nativesdk-libpcrecpp: latest.pkg_postinst changed from "#!/bin/sh set -e if [ x"$D" = "x" ]; then if [ -x /sbin/ldconfig ]; then /sbin/ldconfig ; fi fi " to "#!/bin/sh if [ x"$D" = "x" ]; then if [ -x /sbin/ldconfig ]; then /sbin/ldconfig ; fi fi " packages/i686-nativesdk-pokysdk-linux/nativesdk-libpcre/nativesdk-libpcreposix: PKGSIZE changed from 13765 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-libpcre/nativesdk-libpcreposix: latest.pkg_postinst changed from "#!/bin/sh set -e if [ x"$D" = "x" ]; then if [ -x /sbin/ldconfig ]; then /sbin/ldconfig ; fi fi " to "#!/bin/sh if [ x"$D" = "x" ]; then if [ -x /sbin/ldconfig ]; then /sbin/ldconfig ; fi fi " packages/i686-nativesdk-pokysdk-linux/nativesdk-libpcre/nativesdk-pcregrep-doc: PKGSIZE changed from 35450 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-libpcre/nativesdk-pcregrep: PKGSIZE changed from 43864 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-libpcre/nativesdk-pcretest-doc: PKGSIZE changed from 49267 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-libpcre/nativesdk-pcretest: PKGSIZE changed from 79576 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-libpcre2/nativesdk-libpcre2-16: PKGSIZE changed from 341813 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-libpcre2/nativesdk-libpcre2-16: latest.pkg_postinst changed from "#!/bin/sh set -e if [ x"$D" = "x" ]; then if [ -x /sbin/ldconfig ]; then /sbin/ldconfig ; fi fi " to "#!/bin/sh if [ x"$D" = "x" ]; then if [ -x /sbin/ldconfig ]; then /sbin/ldconfig ; fi fi " packages/i686-nativesdk-pokysdk-linux/nativesdk-libpcre2/nativesdk-libpcre2-32: PKGSIZE changed from 325429 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-libpcre2/nativesdk-libpcre2-32: latest.pkg_postinst changed from "#!/bin/sh set -e if [ x"$D" = "x" ]; then if [ -x /sbin/ldconfig ]; then /sbin/ldconfig ; fi fi " to "#!/bin/sh if [ x"$D" = "x" ]; then if [ -x /sbin/ldconfig ]; then /sbin/ldconfig ; fi fi " packages/i686-nativesdk-pokysdk-linux/nativesdk-libpcre2/nativesdk-libpcre2-dbg: PKGSIZE changed from 124940 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-libpcre2/nativesdk-libpcre2-dev: PKGSIZE changed from 56184 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-libpcre2/nativesdk-libpcre2-doc: PKGSIZE changed from 2495479 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-libpcre2/nativesdk-libpcre2: PKGSIZE changed from 392447 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-libpcre2/nativesdk-libpcre2: latest.pkg_postinst changed from "#!/bin/sh set -e if [ x"$D" = "x" ]; then if [ -x /sbin/ldconfig ]; then /sbin/ldconfig ; fi fi " to "#!/bin/sh if [ x"$D" = "x" ]; then if [ -x /sbin/ldconfig ]; then /sbin/ldconfig ; fi fi " packages/i686-nativesdk-pokysdk-linux/nativesdk-libpcre2/nativesdk-pcre2grep-doc: PKGSIZE changed from 49380 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-libpcre2/nativesdk-pcre2grep: PKGSIZE changed from 52268 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-libpcre2/nativesdk-pcre2test-doc: PKGSIZE changed from 88918 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-libpcre2/nativesdk-pcre2test: PKGSIZE changed from 160284 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-libpthread-stubs/nativesdk-libpthread-stubs-dev: PKGSIZE changed from 374 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-libsdl2/nativesdk-libsdl2-dbg: PKGSIZE changed from 191440 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-libsdl2/nativesdk-libsdl2-dev: PKGSIZE changed from 1724680 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-libsdl2/nativesdk-libsdl2-staticdev: PKGSIZE changed from 258094 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-libsdl2/nativesdk-libsdl2: PKGSIZE changed from 1305793 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-libsdl2/nativesdk-libsdl2: latest.pkg_postinst changed from "#!/bin/sh set -e if [ x"$D" = "x" ]; then if [ -x /sbin/ldconfig ]; then /sbin/ldconfig ; fi fi " to "#!/bin/sh if [ x"$D" = "x" ]; then if [ -x /sbin/ldconfig ]; then /sbin/ldconfig ; fi fi " packages/i686-nativesdk-pokysdk-linux/nativesdk-libsolv/nativesdk-libsolv-dbg: PKGSIZE changed from 165160 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-libsolv/nativesdk-libsolv-dev: PKGSIZE changed from 125118 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-libsolv/nativesdk-libsolv-doc: PKGSIZE changed from 281777 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-libsolv/nativesdk-libsolv-tools: PKGSIZE changed from 218536 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-libsolv/nativesdk-libsolv: PKGSIZE changed from 782704 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-libsolv/nativesdk-libsolv: latest.pkg_postinst changed from "#!/bin/sh set -e if [ x"$D" = "x" ]; then if [ -x /sbin/ldconfig ]; then /sbin/ldconfig ; fi fi " to "#!/bin/sh if [ x"$D" = "x" ]; then if [ -x /sbin/ldconfig ]; then /sbin/ldconfig ; fi fi " packages/i686-nativesdk-pokysdk-linux/nativesdk-libtirpc/nativesdk-libtirpc-dbg: PKGSIZE changed from 25948 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-libtirpc/nativesdk-libtirpc-dev: PKGSIZE changed from 181888 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-libtirpc/nativesdk-libtirpc-doc: PKGSIZE changed from 126381 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-libtirpc/nativesdk-libtirpc: PKGSIZE changed from 159451 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-libtirpc/nativesdk-libtirpc: latest.pkg_postinst changed from "#!/bin/sh set -e if [ x"$D" = "x" ]; then if [ -x /sbin/ldconfig ]; then /sbin/ldconfig ; fi fi " to "#!/bin/sh if [ x"$D" = "x" ]; then if [ -x /sbin/ldconfig ]; then /sbin/ldconfig ; fi fi " packages/i686-nativesdk-pokysdk-linux/nativesdk-libtool/nativesdk-libltdl: PKGSIZE changed from 38572 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-libtool/nativesdk-libltdl: latest.pkg_postinst changed from "#!/bin/sh set -e if [ x"$D" = "x" ]; then if [ -x /sbin/ldconfig ]; then /sbin/ldconfig ; fi fi " to "#!/bin/sh if [ x"$D" = "x" ]; then if [ -x /sbin/ldconfig ]; then /sbin/ldconfig ; fi fi " packages/i686-nativesdk-pokysdk-linux/nativesdk-libtool/nativesdk-libtool-dbg: PKGSIZE changed from 8600 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-libtool/nativesdk-libtool-dev: PKGSIZE changed from 17925 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-libtool/nativesdk-libtool-doc: PKGSIZE changed from 368214 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-libtool/nativesdk-libtool: PKGSIZE changed from 2139336 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-libunistring/nativesdk-libunistring-dbg: PKGSIZE changed from 69776 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-libunistring/nativesdk-libunistring-dev: PKGSIZE changed from 155121 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-libunistring/nativesdk-libunistring-doc: PKGSIZE changed from 889293 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-libunistring/nativesdk-libunistring: PKGSIZE changed from 1599993 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-libunistring/nativesdk-libunistring: latest.pkg_postinst changed from "#!/bin/sh set -e if [ x"$D" = "x" ]; then if [ -x /sbin/ldconfig ]; then /sbin/ldconfig ; fi fi " to "#!/bin/sh if [ x"$D" = "x" ]; then if [ -x /sbin/ldconfig ]; then /sbin/ldconfig ; fi fi " packages/i686-nativesdk-pokysdk-linux/nativesdk-libx11/nativesdk-libx11-dbg: PKGSIZE changed from 105976 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-libx11/nativesdk-libx11-dev: PKGSIZE changed from 254006 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-libx11/nativesdk-libx11-doc: PKGSIZE changed from 1996995 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-libx11/nativesdk-libx11-locale: PKGSIZE changed from 1235273 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-libx11/nativesdk-libx11-xcb: PKGSIZE changed from 13575 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-libx11/nativesdk-libx11-xcb: latest.pkg_postinst changed from "#!/bin/sh set -e if [ x"$D" = "x" ]; then if [ -x /sbin/ldconfig ]; then /sbin/ldconfig ; fi fi " to "#!/bin/sh if [ x"$D" = "x" ]; then if [ -x /sbin/ldconfig ]; then /sbin/ldconfig ; fi fi " packages/i686-nativesdk-pokysdk-linux/nativesdk-libx11/nativesdk-libx11: PKGSIZE changed from 1365631 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-libx11/nativesdk-libx11: latest.pkg_postinst changed from "#!/bin/sh set -e if [ x"$D" = "x" ]; then if [ -x /sbin/ldconfig ]; then /sbin/ldconfig ; fi fi " to "#!/bin/sh if [ x"$D" = "x" ]; then if [ -x /sbin/ldconfig ]; then /sbin/ldconfig ; fi fi " packages/i686-nativesdk-pokysdk-linux/nativesdk-libxau/nativesdk-libxau-dbg: PKGSIZE changed from 4148 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-libxau/nativesdk-libxau-dev: PKGSIZE changed from 4244 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-libxau/nativesdk-libxau-doc: PKGSIZE changed from 5382 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-libxau/nativesdk-libxau: PKGSIZE changed from 13767 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-libxau/nativesdk-libxau: latest.pkg_postinst changed from "#!/bin/sh set -e if [ x"$D" = "x" ]; then if [ -x /sbin/ldconfig ]; then /sbin/ldconfig ; fi fi " to "#!/bin/sh if [ x"$D" = "x" ]; then if [ -x /sbin/ldconfig ]; then /sbin/ldconfig ; fi fi " packages/i686-nativesdk-pokysdk-linux/nativesdk-libxcb/nativesdk-libxcb-composite: PKGSIZE changed from 13757 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-libxcb/nativesdk-libxcb-composite: latest.pkg_postinst changed from "#!/bin/sh set -e if [ x"$D" = "x" ]; then if [ -x /sbin/ldconfig ]; then /sbin/ldconfig ; fi fi " to "#!/bin/sh if [ x"$D" = "x" ]; then if [ -x /sbin/ldconfig ]; then /sbin/ldconfig ; fi fi " packages/i686-nativesdk-pokysdk-linux/nativesdk-libxcb/nativesdk-libxcb-damage: PKGSIZE changed from 13750 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-libxcb/nativesdk-libxcb-damage: latest.pkg_postinst changed from "#!/bin/sh set -e if [ x"$D" = "x" ]; then if [ -x /sbin/ldconfig ]; then /sbin/ldconfig ; fi fi " to "#!/bin/sh if [ x"$D" = "x" ]; then if [ -x /sbin/ldconfig ]; then /sbin/ldconfig ; fi fi " packages/i686-nativesdk-pokysdk-linux/nativesdk-libxcb/nativesdk-libxcb-dbg: PKGSIZE changed from 292588 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-libxcb/nativesdk-libxcb-dev: PKGSIZE changed from 2074623 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-libxcb/nativesdk-libxcb-doc: PKGSIZE changed from 1570194 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-libxcb/nativesdk-libxcb-dpms: PKGSIZE changed from 13748 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-libxcb/nativesdk-libxcb-dpms: latest.pkg_postinst changed from "#!/bin/sh set -e if [ x"$D" = "x" ]; then if [ -x /sbin/ldconfig ]; then /sbin/ldconfig ; fi fi " to "#!/bin/sh if [ x"$D" = "x" ]; then if [ -x /sbin/ldconfig ]; then /sbin/ldconfig ; fi fi " packages/i686-nativesdk-pokysdk-linux/nativesdk-libxcb/nativesdk-libxcb-dri2: PKGSIZE changed from 21948 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-libxcb/nativesdk-libxcb-dri2: latest.pkg_postinst changed from "#!/bin/sh set -e if [ x"$D" = "x" ]; then if [ -x /sbin/ldconfig ]; then /sbin/ldconfig ; fi fi " to "#!/bin/sh if [ x"$D" = "x" ]; then if [ -x /sbin/ldconfig ]; then /sbin/ldconfig ; fi fi " packages/i686-nativesdk-pokysdk-linux/nativesdk-libxcb/nativesdk-libxcb-dri3: PKGSIZE changed from 21960 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-libxcb/nativesdk-libxcb-dri3: latest.pkg_postinst changed from "#!/bin/sh set -e if [ x"$D" = "x" ]; then if [ -x /sbin/ldconfig ]; then /sbin/ldconfig ; fi fi " to "#!/bin/sh if [ x"$D" = "x" ]; then if [ -x /sbin/ldconfig ]; then /sbin/ldconfig ; fi fi " packages/i686-nativesdk-pokysdk-linux/nativesdk-libxcb/nativesdk-libxcb-glx: PKGSIZE changed from 107967 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-libxcb/nativesdk-libxcb-glx: latest.pkg_postinst changed from "#!/bin/sh set -e if [ x"$D" = "x" ]; then if [ -x /sbin/ldconfig ]; then /sbin/ldconfig ; fi fi " to "#!/bin/sh if [ x"$D" = "x" ]; then if [ -x /sbin/ldconfig ]; then /sbin/ldconfig ; fi fi " packages/i686-nativesdk-pokysdk-linux/nativesdk-libxcb/nativesdk-libxcb-present: PKGSIZE changed from 13751 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-libxcb/nativesdk-libxcb-present: latest.pkg_postinst changed from "#!/bin/sh set -e if [ x"$D" = "x" ]; then if [ -x /sbin/ldconfig ]; then /sbin/ldconfig ; fi fi " to "#!/bin/sh if [ x"$D" = "x" ]; then if [ -x /sbin/ldconfig ]; then /sbin/ldconfig ; fi fi " packages/i686-nativesdk-pokysdk-linux/nativesdk-libxcb/nativesdk-libxcb-randr: PKGSIZE changed from 71217 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-libxcb/nativesdk-libxcb-randr: latest.pkg_postinst changed from "#!/bin/sh set -e if [ x"$D" = "x" ]; then if [ -x /sbin/ldconfig ]; then /sbin/ldconfig ; fi fi " to "#!/bin/sh if [ x"$D" = "x" ]; then if [ -x /sbin/ldconfig ]; then /sbin/ldconfig ; fi fi " packages/i686-nativesdk-pokysdk-linux/nativesdk-libxcb/nativesdk-libxcb-record: PKGSIZE changed from 21958 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-libxcb/nativesdk-libxcb-record: latest.pkg_postinst changed from "#!/bin/sh set -e if [ x"$D" = "x" ]; then if [ -x /sbin/ldconfig ]; then /sbin/ldconfig ; fi fi " to "#!/bin/sh if [ x"$D" = "x" ]; then if [ -x /sbin/ldconfig ]; then /sbin/ldconfig ; fi fi " packages/i686-nativesdk-pokysdk-linux/nativesdk-libxcb/nativesdk-libxcb-render: PKGSIZE changed from 58914 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-libxcb/nativesdk-libxcb-render: latest.pkg_postinst changed from "#!/bin/sh set -e if [ x"$D" = "x" ]; then if [ -x /sbin/ldconfig ]; then /sbin/ldconfig ; fi fi " to "#!/bin/sh if [ x"$D" = "x" ]; then if [ -x /sbin/ldconfig ]; then /sbin/ldconfig ; fi fi " packages/i686-nativesdk-pokysdk-linux/nativesdk-libxcb/nativesdk-libxcb-res: PKGSIZE changed from 17855 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-libxcb/nativesdk-libxcb-res: latest.pkg_postinst changed from "#!/bin/sh set -e if [ x"$D" = "x" ]; then if [ -x /sbin/ldconfig ]; then /sbin/ldconfig ; fi fi " to "#!/bin/sh if [ x"$D" = "x" ]; then if [ -x /sbin/ldconfig ]; then /sbin/ldconfig ; fi fi " packages/i686-nativesdk-pokysdk-linux/nativesdk-libxcb/nativesdk-libxcb-screensaver: PKGSIZE changed from 17875 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-libxcb/nativesdk-libxcb-screensaver: latest.pkg_postinst changed from "#!/bin/sh set -e if [ x"$D" = "x" ]; then if [ -x /sbin/ldconfig ]; then /sbin/ldconfig ; fi fi " to "#!/bin/sh if [ x"$D" = "x" ]; then if [ -x /sbin/ldconfig ]; then /sbin/ldconfig ; fi fi " packages/i686-nativesdk-pokysdk-linux/nativesdk-libxcb/nativesdk-libxcb-shape: PKGSIZE changed from 13749 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-libxcb/nativesdk-libxcb-shape: latest.pkg_postinst changed from "#!/bin/sh set -e if [ x"$D" = "x" ]; then if [ -x /sbin/ldconfig ]; then /sbin/ldconfig ; fi fi " to "#!/bin/sh if [ x"$D" = "x" ]; then if [ -x /sbin/ldconfig ]; then /sbin/ldconfig ; fi fi " packages/i686-nativesdk-pokysdk-linux/nativesdk-libxcb/nativesdk-libxcb-shm: PKGSIZE changed from 13751 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-libxcb/nativesdk-libxcb-shm: latest.pkg_postinst changed from "#!/bin/sh set -e if [ x"$D" = "x" ]; then if [ -x /sbin/ldconfig ]; then /sbin/ldconfig ; fi fi " to "#!/bin/sh if [ x"$D" = "x" ]; then if [ -x /sbin/ldconfig ]; then /sbin/ldconfig ; fi fi " packages/i686-nativesdk-pokysdk-linux/nativesdk-libxcb/nativesdk-libxcb-sync: PKGSIZE changed from 30172 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-libxcb/nativesdk-libxcb-sync: latest.pkg_postinst changed from "#!/bin/sh set -e if [ x"$D" = "x" ]; then if [ -x /sbin/ldconfig ]; then /sbin/ldconfig ; fi fi " to "#!/bin/sh if [ x"$D" = "x" ]; then if [ -x /sbin/ldconfig ]; then /sbin/ldconfig ; fi fi " packages/i686-nativesdk-pokysdk-linux/nativesdk-libxcb/nativesdk-libxcb-xf86dri: PKGSIZE changed from 21951 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-libxcb/nativesdk-libxcb-xf86dri: latest.pkg_postinst changed from "#!/bin/sh set -e if [ x"$D" = "x" ]; then if [ -x /sbin/ldconfig ]; then /sbin/ldconfig ; fi fi " to "#!/bin/sh if [ x"$D" = "x" ]; then if [ -x /sbin/ldconfig ]; then /sbin/ldconfig ; fi fi " packages/i686-nativesdk-pokysdk-linux/nativesdk-libxcb/nativesdk-libxcb-xfixes: PKGSIZE changed from 34234 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-libxcb/nativesdk-libxcb-xfixes: latest.pkg_postinst changed from "#!/bin/sh set -e if [ x"$D" = "x" ]; then if [ -x /sbin/ldconfig ]; then /sbin/ldconfig ; fi fi " to "#!/bin/sh if [ x"$D" = "x" ]; then if [ -x /sbin/ldconfig ]; then /sbin/ldconfig ; fi fi " packages/i686-nativesdk-pokysdk-linux/nativesdk-libxcb/nativesdk-libxcb-xinerama: PKGSIZE changed from 13756 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-libxcb/nativesdk-libxcb-xinerama: latest.pkg_postinst changed from "#!/bin/sh set -e if [ x"$D" = "x" ]; then if [ -x /sbin/ldconfig ]; then /sbin/ldconfig ; fi fi " to "#!/bin/sh if [ x"$D" = "x" ]; then if [ -x /sbin/ldconfig ]; then /sbin/ldconfig ; fi fi " packages/i686-nativesdk-pokysdk-linux/nativesdk-libxcb/nativesdk-libxcb-xinput: PKGSIZE changed from 145262 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-libxcb/nativesdk-libxcb-xinput: latest.pkg_postinst changed from "#!/bin/sh set -e if [ x"$D" = "x" ]; then if [ -x /sbin/ldconfig ]; then /sbin/ldconfig ; fi fi " to "#!/bin/sh if [ x"$D" = "x" ]; then if [ -x /sbin/ldconfig ]; then /sbin/ldconfig ; fi fi " packages/i686-nativesdk-pokysdk-linux/nativesdk-libxcb/nativesdk-libxcb-xkb: PKGSIZE changed from 116395 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-libxcb/nativesdk-libxcb-xkb: latest.pkg_postinst changed from "#!/bin/sh set -e if [ x"$D" = "x" ]; then if [ -x /sbin/ldconfig ]; then /sbin/ldconfig ; fi fi " to "#!/bin/sh if [ x"$D" = "x" ]; then if [ -x /sbin/ldconfig ]; then /sbin/ldconfig ; fi fi " packages/i686-nativesdk-pokysdk-linux/nativesdk-libxcb/nativesdk-libxcb-xtest: PKGSIZE changed from 13749 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-libxcb/nativesdk-libxcb-xtest: latest.pkg_postinst changed from "#!/bin/sh set -e if [ x"$D" = "x" ]; then if [ -x /sbin/ldconfig ]; then /sbin/ldconfig ; fi fi " to "#!/bin/sh if [ x"$D" = "x" ]; then if [ -x /sbin/ldconfig ]; then /sbin/ldconfig ; fi fi " packages/i686-nativesdk-pokysdk-linux/nativesdk-libxcb/nativesdk-libxcb-xv: PKGSIZE changed from 30174 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-libxcb/nativesdk-libxcb-xv: latest.pkg_postinst changed from "#!/bin/sh set -e if [ x"$D" = "x" ]; then if [ -x /sbin/ldconfig ]; then /sbin/ldconfig ; fi fi " to "#!/bin/sh if [ x"$D" = "x" ]; then if [ -x /sbin/ldconfig ]; then /sbin/ldconfig ; fi fi " packages/i686-nativesdk-pokysdk-linux/nativesdk-libxcb/nativesdk-libxcb-xvmc: PKGSIZE changed from 17844 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-libxcb/nativesdk-libxcb-xvmc: latest.pkg_postinst changed from "#!/bin/sh set -e if [ x"$D" = "x" ]; then if [ -x /sbin/ldconfig ]; then /sbin/ldconfig ; fi fi " to "#!/bin/sh if [ x"$D" = "x" ]; then if [ -x /sbin/ldconfig ]; then /sbin/ldconfig ; fi fi " packages/i686-nativesdk-pokysdk-linux/nativesdk-libxcb/nativesdk-libxcb: PKGSIZE changed from 169831 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-libxcb/nativesdk-libxcb: latest.pkg_postinst changed from "#!/bin/sh set -e if [ x"$D" = "x" ]; then if [ -x /sbin/ldconfig ]; then /sbin/ldconfig ; fi fi " to "#!/bin/sh if [ x"$D" = "x" ]; then if [ -x /sbin/ldconfig ]; then /sbin/ldconfig ; fi fi " packages/i686-nativesdk-pokysdk-linux/nativesdk-libxcrypt/nativesdk-libxcrypt-dbg: PKGSIZE changed from 17268 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-libxcrypt/nativesdk-libxcrypt-dev: PKGSIZE changed from 11677 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-libxcrypt/nativesdk-libxcrypt-doc: PKGSIZE changed from 32393 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-libxcrypt/nativesdk-libxcrypt: PKGSIZE changed from 226665 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-libxcrypt/nativesdk-libxcrypt: latest.pkg_postinst changed from "#!/bin/sh set -e if [ x"$D" = "x" ]; then if [ -x /sbin/ldconfig ]; then /sbin/ldconfig ; fi fi " to "#!/bin/sh if [ x"$D" = "x" ]; then if [ -x /sbin/ldconfig ]; then /sbin/ldconfig ; fi fi " packages/i686-nativesdk-pokysdk-linux/nativesdk-libxdamage/nativesdk-libxdamage-dbg: PKGSIZE changed from 3564 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-libxdamage/nativesdk-libxdamage-dev: PKGSIZE changed from 2780 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-libxdamage/nativesdk-libxdamage: PKGSIZE changed from 13715 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-libxdamage/nativesdk-libxdamage: latest.pkg_postinst changed from "#!/bin/sh set -e if [ x"$D" = "x" ]; then if [ -x /sbin/ldconfig ]; then /sbin/ldconfig ; fi fi " to "#!/bin/sh if [ x"$D" = "x" ]; then if [ -x /sbin/ldconfig ]; then /sbin/ldconfig ; fi fi " packages/i686-nativesdk-pokysdk-linux/nativesdk-libxdmcp/nativesdk-libxdmcp-dbg: PKGSIZE changed from 4860 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-libxdmcp/nativesdk-libxdmcp-dev: PKGSIZE changed from 6808 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-libxdmcp/nativesdk-libxdmcp-doc: PKGSIZE changed from 99136 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-libxdmcp/nativesdk-libxdmcp: PKGSIZE changed from 21969 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-libxdmcp/nativesdk-libxdmcp: latest.pkg_postinst changed from "#!/bin/sh set -e if [ x"$D" = "x" ]; then if [ -x /sbin/ldconfig ]; then /sbin/ldconfig ; fi fi " to "#!/bin/sh if [ x"$D" = "x" ]; then if [ -x /sbin/ldconfig ]; then /sbin/ldconfig ; fi fi " packages/i686-nativesdk-pokysdk-linux/nativesdk-libxext/nativesdk-libxext-dbg: PKGSIZE changed from 14320 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-libxext/nativesdk-libxext-dev: PKGSIZE changed from 55553 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-libxext/nativesdk-libxext-doc: PKGSIZE changed from 102654 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-libxext/nativesdk-libxext: PKGSIZE changed from 80280 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-libxext/nativesdk-libxext: latest.pkg_postinst changed from "#!/bin/sh set -e if [ x"$D" = "x" ]; then if [ -x /sbin/ldconfig ]; then /sbin/ldconfig ; fi fi " to "#!/bin/sh if [ x"$D" = "x" ]; then if [ -x /sbin/ldconfig ]; then /sbin/ldconfig ; fi fi " packages/i686-nativesdk-pokysdk-linux/nativesdk-libxfixes/nativesdk-libxfixes-dbg: PKGSIZE changed from 5216 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-libxfixes/nativesdk-libxfixes-dev: PKGSIZE changed from 8225 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-libxfixes/nativesdk-libxfixes-doc: PKGSIZE changed from 2873 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-libxfixes/nativesdk-libxfixes: PKGSIZE changed from 21902 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-libxfixes/nativesdk-libxfixes: latest.pkg_postinst changed from "#!/bin/sh set -e if [ x"$D" = "x" ]; then if [ -x /sbin/ldconfig ]; then /sbin/ldconfig ; fi fi " to "#!/bin/sh if [ x"$D" = "x" ]; then if [ -x /sbin/ldconfig ]; then /sbin/ldconfig ; fi fi " packages/i686-nativesdk-pokysdk-linux/nativesdk-libxml-parser-perl/nativesdk-libxml-parser-perl-dbg: PKGSIZE changed from 10052 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-libxml-parser-perl/nativesdk-libxml-parser-perl-doc: PKGSIZE changed from 66058 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-libxml-parser-perl/nativesdk-libxml-parser-perl: PKGSIZE changed from 396708 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-libxml2/nativesdk-libxml2-dbg: PKGSIZE changed from 352716 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-libxml2/nativesdk-libxml2-dev: PKGSIZE changed from 432182 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-libxml2/nativesdk-libxml2-doc: PKGSIZE changed from 6123069 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-libxml2/nativesdk-libxml2-python: PKGSIZE changed from 713365 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-libxml2/nativesdk-libxml2-utils: PKGSIZE changed from 98504 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-libxml2/nativesdk-libxml2: PKGSIZE changed from 1461909 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-libxml2/nativesdk-libxml2: latest.pkg_postinst changed from "#!/bin/sh set -e if [ x"$D" = "x" ]; then if [ -x /sbin/ldconfig ]; then /sbin/ldconfig ; fi fi " to "#!/bin/sh if [ x"$D" = "x" ]; then if [ -x /sbin/ldconfig ]; then /sbin/ldconfig ; fi fi " packages/i686-nativesdk-pokysdk-linux/nativesdk-libxrandr/nativesdk-libxrandr-dbg: PKGSIZE changed from 7480 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-libxrandr/nativesdk-libxrandr-dev: PKGSIZE changed from 17586 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-libxrandr/nativesdk-libxrandr-doc: PKGSIZE changed from 12587 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-libxrandr/nativesdk-libxrandr: PKGSIZE changed from 50722 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-libxrandr/nativesdk-libxrandr: latest.pkg_postinst changed from "#!/bin/sh set -e if [ x"$D" = "x" ]; then if [ -x /sbin/ldconfig ]; then /sbin/ldconfig ; fi fi " to "#!/bin/sh if [ x"$D" = "x" ]; then if [ -x /sbin/ldconfig ]; then /sbin/ldconfig ; fi fi " packages/i686-nativesdk-pokysdk-linux/nativesdk-libxrender/nativesdk-libxrender-dbg: PKGSIZE changed from 6328 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-libxrender/nativesdk-libxrender-dev: PKGSIZE changed from 13268 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-libxrender/nativesdk-libxrender-doc: PKGSIZE changed from 17217 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-libxrender/nativesdk-libxrender: PKGSIZE changed from 50899 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-libxrender/nativesdk-libxrender: latest.pkg_postinst changed from "#!/bin/sh set -e if [ x"$D" = "x" ]; then if [ -x /sbin/ldconfig ]; then /sbin/ldconfig ; fi fi " to "#!/bin/sh if [ x"$D" = "x" ]; then if [ -x /sbin/ldconfig ]; then /sbin/ldconfig ; fi fi " packages/i686-nativesdk-pokysdk-linux/nativesdk-libxxf86vm/nativesdk-libxxf86vm-dbg: PKGSIZE changed from 4364 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-libxxf86vm/nativesdk-libxxf86vm-dev: PKGSIZE changed from 8093 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-libxxf86vm/nativesdk-libxxf86vm-doc: PKGSIZE changed from 14289 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-libxxf86vm/nativesdk-libxxf86vm: PKGSIZE changed from 22023 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-libxxf86vm/nativesdk-libxxf86vm: latest.pkg_postinst changed from "#!/bin/sh set -e if [ x"$D" = "x" ]; then if [ -x /sbin/ldconfig ]; then /sbin/ldconfig ; fi fi " to "#!/bin/sh if [ x"$D" = "x" ]; then if [ -x /sbin/ldconfig ]; then /sbin/ldconfig ; fi fi " packages/i686-nativesdk-pokysdk-linux/nativesdk-linux-libc-headers/nativesdk-linux-libc-headers-dev: PKGSIZE changed from 5641396 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-lzo/nativesdk-lzo-dbg: PKGSIZE changed from 10492 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-lzo/nativesdk-lzo-dev: PKGSIZE changed from 187326 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-lzo/nativesdk-lzo-doc: PKGSIZE changed from 58346 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-lzo/nativesdk-lzo: PKGSIZE changed from 140792 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-lzo/nativesdk-lzo: latest.pkg_postinst changed from "#!/bin/sh set -e if [ x"$D" = "x" ]; then if [ -x /sbin/ldconfig ]; then /sbin/ldconfig ; fi fi " to "#!/bin/sh if [ x"$D" = "x" ]; then if [ -x /sbin/ldconfig ]; then /sbin/ldconfig ; fi fi " packages/i686-nativesdk-pokysdk-linux/nativesdk-m4/nativesdk-m4-dbg: PKGSIZE changed from 49584 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-m4/nativesdk-m4-doc: PKGSIZE changed from 371370 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-m4/nativesdk-m4-locale-bg: PKGSIZE changed from 2595 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-m4/nativesdk-m4-locale-cs: PKGSIZE changed from 1995 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-m4/nativesdk-m4-locale-da: PKGSIZE changed from 1998 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-m4/nativesdk-m4-locale-de: PKGSIZE changed from 2104 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-m4/nativesdk-m4-locale-el: PKGSIZE changed from 815 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-m4/nativesdk-m4-locale-eo: PKGSIZE changed from 1969 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-m4/nativesdk-m4-locale-es: PKGSIZE changed from 2153 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-m4/nativesdk-m4-locale-fi: PKGSIZE changed from 2107 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-m4/nativesdk-m4-locale-fr: PKGSIZE changed from 2100 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-m4/nativesdk-m4-locale-ga: PKGSIZE changed from 1999 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-m4/nativesdk-m4-locale-gl: PKGSIZE changed from 2152 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-m4/nativesdk-m4-locale-hr: PKGSIZE changed from 1904 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-m4/nativesdk-m4-locale-id: PKGSIZE changed from 2032 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-m4/nativesdk-m4-locale-ja: PKGSIZE changed from 7613 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-m4/nativesdk-m4-locale-ko: PKGSIZE changed from 22998 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-m4/nativesdk-m4-locale-nl: PKGSIZE changed from 22752 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-m4/nativesdk-m4-locale-pl: PKGSIZE changed from 2072 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-m4/nativesdk-m4-locale-pt-br: PKGSIZE changed from 2196 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-m4/nativesdk-m4-locale-ro: PKGSIZE changed from 2093 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-m4/nativesdk-m4-locale-ru: PKGSIZE changed from 2059 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-m4/nativesdk-m4-locale-sr: PKGSIZE changed from 2654 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-m4/nativesdk-m4-locale-sv: PKGSIZE changed from 2004 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-m4/nativesdk-m4-locale-uk: PKGSIZE changed from 29869 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-m4/nativesdk-m4-locale-vi: PKGSIZE changed from 2286 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-m4/nativesdk-m4-locale-zh-cn: PKGSIZE changed from 12900 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-m4/nativesdk-m4-locale-zh-tw: PKGSIZE changed from 2037 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-m4/nativesdk-m4: PKGSIZE changed from 305324 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-makedevs/nativesdk-makedevs-dbg: PKGSIZE changed from 9372 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-makedevs/nativesdk-makedevs: PKGSIZE changed from 23471 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-mesa/nativesdk-libegl-mesa-dev: PKGSIZE changed from 110910 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-mesa/nativesdk-libegl-mesa: PKGSIZE changed from 190831 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-mesa/nativesdk-libegl-mesa: latest.pkg_postinst changed from "#!/bin/sh set -e if [ x"$D" = "x" ]; then if [ -x /sbin/ldconfig ]; then /sbin/ldconfig ; fi fi " to "#!/bin/sh if [ x"$D" = "x" ]; then if [ -x /sbin/ldconfig ]; then /sbin/ldconfig ; fi fi " packages/i686-nativesdk-pokysdk-linux/nativesdk-mesa/nativesdk-libgbm-dev: PKGSIZE changed from 16113 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-mesa/nativesdk-libgbm: PKGSIZE changed from 59243 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-mesa/nativesdk-libgbm: latest.pkg_postinst changed from "#!/bin/sh set -e if [ x"$D" = "x" ]; then if [ -x /sbin/ldconfig ]; then /sbin/ldconfig ; fi fi " to "#!/bin/sh if [ x"$D" = "x" ]; then if [ -x /sbin/ldconfig ]; then /sbin/ldconfig ; fi fi " packages/i686-nativesdk-pokysdk-linux/nativesdk-mesa/nativesdk-libgl-mesa-dev: PKGSIZE changed from 1494322 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-mesa/nativesdk-libgl-mesa: PKGSIZE changed from 424422 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-mesa/nativesdk-libgl-mesa: latest.pkg_postinst changed from "#!/bin/sh set -e if [ x"$D" = "x" ]; then if [ -x /sbin/ldconfig ]; then /sbin/ldconfig ; fi fi " to "#!/bin/sh if [ x"$D" = "x" ]; then if [ -x /sbin/ldconfig ]; then /sbin/ldconfig ; fi fi " packages/i686-nativesdk-pokysdk-linux/nativesdk-mesa/nativesdk-libglapi-dev: PKGSIZE changed from 13 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-mesa/nativesdk-libglapi: PKGSIZE changed from 161317 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-mesa/nativesdk-libglapi: latest.pkg_postinst changed from "#!/bin/sh set -e if [ x"$D" = "x" ]; then if [ -x /sbin/ldconfig ]; then /sbin/ldconfig ; fi fi " to "#!/bin/sh if [ x"$D" = "x" ]; then if [ -x /sbin/ldconfig ]; then /sbin/ldconfig ; fi fi " packages/i686-nativesdk-pokysdk-linux/nativesdk-mesa/nativesdk-mesa-dbg: PKGSIZE changed from 1629524 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-mesa/nativesdk-mesa-dev: PKGSIZE changed from 321 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-mesa/nativesdk-mesa-megadriver: PKGSIZE changed from 10995174 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-meson/nativesdk-meson-doc: PKGSIZE changed from 5341 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-meson/nativesdk-meson: PKGSIZE changed from 5162244 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-mpfr/nativesdk-mpfr-dbg: PKGSIZE changed from 1335724 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-mpfr/nativesdk-mpfr-dev: PKGSIZE changed from 59796 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-mpfr/nativesdk-mpfr-doc: PKGSIZE changed from 145656 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-mpfr/nativesdk-mpfr: PKGSIZE changed from 3032592 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-mpfr/nativesdk-mpfr: latest.pkg_postinst changed from "#!/bin/sh set -e if [ x"$D" = "x" ]; then if [ -x /sbin/ldconfig ]; then /sbin/ldconfig ; fi fi " to "#!/bin/sh if [ x"$D" = "x" ]; then if [ -x /sbin/ldconfig ]; then /sbin/ldconfig ; fi fi " packages/i686-nativesdk-pokysdk-linux/nativesdk-ncurses/nativesdk-ncurses-dbg: PKGSIZE changed from 197408 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-ncurses/nativesdk-ncurses-dev: PKGSIZE changed from 691136 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-ncurses/nativesdk-ncurses-doc: PKGSIZE changed from 1083702 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-ncurses/nativesdk-ncurses-libform: PKGSIZE changed from 68082 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-ncurses/nativesdk-ncurses-libform: latest.pkg_postinst changed from "#!/bin/sh set -e if [ x"$D" = "x" ]; then if [ -x /sbin/ldconfig ]; then /sbin/ldconfig ; fi fi " to "#!/bin/sh if [ x"$D" = "x" ]; then if [ -x /sbin/ldconfig ]; then /sbin/ldconfig ; fi fi " packages/i686-nativesdk-pokysdk-linux/nativesdk-ncurses/nativesdk-ncurses-libformw: PKGSIZE changed from 76403 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-ncurses/nativesdk-ncurses-libformw: latest.pkg_postinst changed from "#!/bin/sh set -e if [ x"$D" = "x" ]; then if [ -x /sbin/ldconfig ]; then /sbin/ldconfig ; fi fi " to "#!/bin/sh if [ x"$D" = "x" ]; then if [ -x /sbin/ldconfig ]; then /sbin/ldconfig ; fi fi " packages/i686-nativesdk-pokysdk-linux/nativesdk-ncurses/nativesdk-ncurses-libmenu: PKGSIZE changed from 38626 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-ncurses/nativesdk-ncurses-libmenu: latest.pkg_postinst changed from "#!/bin/sh set -e if [ x"$D" = "x" ]; then if [ -x /sbin/ldconfig ]; then /sbin/ldconfig ; fi fi " to "#!/bin/sh if [ x"$D" = "x" ]; then if [ -x /sbin/ldconfig ]; then /sbin/ldconfig ; fi fi " packages/i686-nativesdk-pokysdk-linux/nativesdk-ncurses/nativesdk-ncurses-libmenuw: PKGSIZE changed from 38659 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-ncurses/nativesdk-ncurses-libmenuw: latest.pkg_postinst changed from "#!/bin/sh set -e if [ x"$D" = "x" ]; then if [ -x /sbin/ldconfig ]; then /sbin/ldconfig ; fi fi " to "#!/bin/sh if [ x"$D" = "x" ]; then if [ -x /sbin/ldconfig ]; then /sbin/ldconfig ; fi fi " packages/i686-nativesdk-pokysdk-linux/nativesdk-ncurses/nativesdk-ncurses-libncurses: PKGSIZE changed from 153781 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-ncurses/nativesdk-ncurses-libncurses: latest.pkg_postinst changed from "#!/bin/sh set -e if [ x"$D" = "x" ]; then if [ -x /sbin/ldconfig ]; then /sbin/ldconfig ; fi fi " to "#!/bin/sh if [ x"$D" = "x" ]; then if [ -x /sbin/ldconfig ]; then /sbin/ldconfig ; fi fi " packages/i686-nativesdk-pokysdk-linux/nativesdk-ncurses/nativesdk-ncurses-libncursesw: PKGSIZE changed from 211310 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-ncurses/nativesdk-ncurses-libncursesw: latest.pkg_postinst changed from "#!/bin/sh set -e if [ x"$D" = "x" ]; then if [ -x /sbin/ldconfig ]; then /sbin/ldconfig ; fi fi " to "#!/bin/sh if [ x"$D" = "x" ]; then if [ -x /sbin/ldconfig ]; then /sbin/ldconfig ; fi fi " packages/i686-nativesdk-pokysdk-linux/nativesdk-ncurses/nativesdk-ncurses-libpanel: PKGSIZE changed from 17743 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-ncurses/nativesdk-ncurses-libpanel: latest.pkg_postinst changed from "#!/bin/sh set -e if [ x"$D" = "x" ]; then if [ -x /sbin/ldconfig ]; then /sbin/ldconfig ; fi fi " to "#!/bin/sh if [ x"$D" = "x" ]; then if [ -x /sbin/ldconfig ]; then /sbin/ldconfig ; fi fi " packages/i686-nativesdk-pokysdk-linux/nativesdk-ncurses/nativesdk-ncurses-libpanelw: PKGSIZE changed from 17748 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-ncurses/nativesdk-ncurses-libpanelw: latest.pkg_postinst changed from "#!/bin/sh set -e if [ x"$D" = "x" ]; then if [ -x /sbin/ldconfig ]; then /sbin/ldconfig ; fi fi " to "#!/bin/sh if [ x"$D" = "x" ]; then if [ -x /sbin/ldconfig ]; then /sbin/ldconfig ; fi fi " packages/i686-nativesdk-pokysdk-linux/nativesdk-ncurses/nativesdk-ncurses-libtic: PKGSIZE changed from 67329 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-ncurses/nativesdk-ncurses-libtic: latest.pkg_postinst changed from "#!/bin/sh set -e if [ x"$D" = "x" ]; then if [ -x /sbin/ldconfig ]; then /sbin/ldconfig ; fi fi " to "#!/bin/sh if [ x"$D" = "x" ]; then if [ -x /sbin/ldconfig ]; then /sbin/ldconfig ; fi fi " packages/i686-nativesdk-pokysdk-linux/nativesdk-ncurses/nativesdk-ncurses-libticw: PKGSIZE changed from 67330 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-ncurses/nativesdk-ncurses-libticw: latest.pkg_postinst changed from "#!/bin/sh set -e if [ x"$D" = "x" ]; then if [ -x /sbin/ldconfig ]; then /sbin/ldconfig ; fi fi " to "#!/bin/sh if [ x"$D" = "x" ]; then if [ -x /sbin/ldconfig ]; then /sbin/ldconfig ; fi fi " packages/i686-nativesdk-pokysdk-linux/nativesdk-ncurses/nativesdk-ncurses-libtinfo: PKGSIZE changed from 141947 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-ncurses/nativesdk-ncurses-libtinfo: latest.pkg_postinst changed from "#!/bin/sh set -e if [ x"$D" = "x" ]; then if [ -x /sbin/ldconfig ]; then /sbin/ldconfig ; fi fi " to "#!/bin/sh if [ x"$D" = "x" ]; then if [ -x /sbin/ldconfig ]; then /sbin/ldconfig ; fi fi " packages/i686-nativesdk-pokysdk-linux/nativesdk-ncurses/nativesdk-ncurses-staticdev: PKGSIZE changed from 256060 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-ncurses/nativesdk-ncurses-terminfo-base: PKGSIZE changed from 21858 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-ncurses/nativesdk-ncurses-terminfo: PKGSIZE changed from 2016496 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-ncurses/nativesdk-ncurses-tools: PKGSIZE changed from 217250 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-ncurses/nativesdk-ncurses: PKGSIZE changed from 52938 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-nettle/nativesdk-nettle-dbg: PKGSIZE changed from 1896176 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-nettle/nativesdk-nettle-dev: PKGSIZE changed from 252060 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-nettle/nativesdk-nettle-doc: PKGSIZE changed from 314875 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-nettle/nativesdk-nettle-src: PKGSIZE changed from 2696191 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-nettle/nativesdk-nettle: PKGSIZE changed from 708953 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-nettle/nativesdk-nettle: latest.pkg_postinst changed from "#!/bin/sh set -e if [ x"$D" = "x" ]; then if [ -x /sbin/ldconfig ]; then /sbin/ldconfig ; fi fi " to "#!/bin/sh if [ x"$D" = "x" ]; then if [ -x /sbin/ldconfig ]; then /sbin/ldconfig ; fi fi " packages/i686-nativesdk-pokysdk-linux/nativesdk-ninja/nativesdk-ninja-dbg: PKGSIZE changed from 5610864 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-ninja/nativesdk-ninja-src: PKGSIZE changed from 368711 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-ninja/nativesdk-ninja: PKGSIZE changed from 264252 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-openssl/nativesdk-libcrypto: PKGSIZE changed from 2594156 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-openssl/nativesdk-libcrypto: latest.pkg_postinst changed from "#!/bin/sh set -e if [ x"$D" = "x" ]; then if [ -x /sbin/ldconfig ]; then /sbin/ldconfig ; fi fi " to "#!/bin/sh if [ x"$D" = "x" ]; then if [ -x /sbin/ldconfig ]; then /sbin/ldconfig ; fi fi " packages/i686-nativesdk-pokysdk-linux/nativesdk-openssl/nativesdk-libssl: PKGSIZE changed from 581772 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-openssl/nativesdk-libssl: latest.pkg_postinst changed from "#!/bin/sh set -e if [ x"$D" = "x" ]; then if [ -x /sbin/ldconfig ]; then /sbin/ldconfig ; fi fi " to "#!/bin/sh if [ x"$D" = "x" ]; then if [ -x /sbin/ldconfig ]; then /sbin/ldconfig ; fi fi " packages/i686-nativesdk-pokysdk-linux/nativesdk-openssl/nativesdk-openssl-bin: PKGSIZE changed from 663012 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-openssl/nativesdk-openssl-conf: PKGSIZE changed from 21846 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-openssl/nativesdk-openssl-dbg: PKGSIZE changed from 515048 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-openssl/nativesdk-openssl-dev: PKGSIZE changed from 1373220 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-openssl/nativesdk-openssl-doc: PKGSIZE changed from 132816 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-openssl/nativesdk-openssl-engines: PKGSIZE changed from 53732 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-openssl/nativesdk-openssl-misc: PKGSIZE changed from 20517 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-openssl/nativesdk-openssl-staticdev: PKGSIZE changed from 5117214 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-openssl/nativesdk-openssl: PKGSIZE changed from 897 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-opkg-utils/nativesdk-opkg-utils-doc: PKGSIZE changed from 6818 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-opkg-utils/nativesdk-opkg-utils: PKGSIZE changed from 74505 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-opkg-utils/nativesdk-update-alternatives-opkg: PKGSIZE changed from 4679 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-opkg-utils/nativesdk-update-alternatives-opkg: latest.pkg_postrm changed from "set -e rm -rf $D/opt/poky/3.3+snapshot/sysroots/i686-pokysdk-linux/usr/lib/opkg/alternatives rmdir $D/opt/poky/3.3+snapshot/sysroots/i686-pokysdk-linux/usr/lib/opkg || true " to " rm -rf $D/opt/poky/3.3+snapshot/sysroots/i686-pokysdk-linux/usr/lib/opkg/alternatives rmdir $D/opt/poky/3.3+snapshot/sysroots/i686-pokysdk-linux/usr/lib/opkg || true " packages/i686-nativesdk-pokysdk-linux/nativesdk-opkg/nativesdk-libopkg: PKGSIZE changed from 196800 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-opkg/nativesdk-libopkg: latest.pkg_postinst changed from "#!/bin/sh set -e if [ x"$D" = "x" ]; then if [ -x /sbin/ldconfig ]; then /sbin/ldconfig ; fi fi " to "#!/bin/sh if [ x"$D" = "x" ]; then if [ -x /sbin/ldconfig ]; then /sbin/ldconfig ; fi fi " packages/i686-nativesdk-pokysdk-linux/nativesdk-opkg/nativesdk-opkg-dbg: PKGSIZE changed from 39352 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-opkg/nativesdk-opkg-dev: PKGSIZE changed from 285 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-opkg/nativesdk-opkg-doc: PKGSIZE changed from 15278 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-opkg/nativesdk-opkg: PKGSIZE changed from 34623 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-opkg/nativesdk-opkg: RDEPENDS: removed all items "nativesdk-libsolv (['>= 0.7.19']) nativesdk-glibc (['>= 2.33']) nativesdk-libarchive (['>= 3.5.1']) nativesdk-libopkg (['>= 0.4.5'])" packages/i686-nativesdk-pokysdk-linux/nativesdk-perl/nativesdk-perl-dbg: PKGSIZE changed from 1036144 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-perl/nativesdk-perl-dev: PKGSIZE changed from 7956106 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-perl/nativesdk-perl-doc: PKGSIZE changed from 22502986 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-perl/nativesdk-perl-doc: latest.pkg_postinst changed from "#!/bin/sh set -e update-alternatives --install /opt/poky/3.3+snapshot/sysroots/i686-pokysdk-linux/usr/share/man/man3/Thread.3 Thread.3 /opt/poky/3.3+snapshot/sysroots/i686-pokysdk-linux/usr/share/man/man3/Thread.3.perl 40 " to "#!/bin/sh update-alternatives --install /opt/poky/3.3+snapshot/sysroots/i686-pokysdk-linux/usr/share/man/man3/Thread.3 Thread.3 /opt/poky/3.3+snapshot/sysroots/i686-pokysdk-linux/usr/share/man/man3/Thread.3.perl 40 " packages/i686-nativesdk-pokysdk-linux/nativesdk-perl/nativesdk-perl-doc: latest.pkg_prerm changed from "#!/bin/sh set -e update-alternatives --remove Thread.3 /opt/poky/3.3+snapshot/sysroots/i686-pokysdk-linux/usr/share/man/man3/Thread.3.perl " to "#!/bin/sh update-alternatives --remove Thread.3 /opt/poky/3.3+snapshot/sysroots/i686-pokysdk-linux/usr/share/man/man3/Thread.3.perl " packages/i686-nativesdk-pokysdk-linux/nativesdk-perl/nativesdk-perl-misc: PKGSIZE changed from 420240 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-perl/nativesdk-perl-misc: latest.pkg_postinst changed from "#!/bin/sh set -e update-alternatives --install /opt/poky/3.3+snapshot/sysroots/i686-pokysdk-linux/usr/bin/corelist corelist /opt/poky/3.3+snapshot/sysroots/i686-pokysdk-linux/usr/bin/corelist.perl 40 update-alternatives --install /opt/poky/3.3+snapshot/sysroots/i686-pokysdk-linux/usr/bin/cpan cpan /opt/poky/3.3+snapshot/sysroots/i686-pokysdk-linux/usr/bin/cpan.perl 40 update-alternatives --install /opt/poky/3.3+snapshot/sysroots/i686-pokysdk-linux/usr/bin/enc2xs enc2xs /opt/poky/3.3+snapshot/sysroots/i686-pokysdk-linux/usr/bin/enc2xs.perl 40 update-alternatives --install /opt/poky/3.3+snapshot/sysroots/i686-pokysdk-linux/usr/bin/encguess encguess /opt/poky/3.3+snapshot/sysroots/i686-pokysdk-linux/usr/bin/encguess.perl 40 update-alternatives --install /opt/poky/3.3+snapshot/sysroots/i686-pokysdk-linux/usr/bin/h2ph h2ph /opt/poky/3.3+snapshot/sysroots/i686-pokysdk-linux/usr/bin/h2ph.perl 40 update-alternatives --install /opt/poky/3.3+snapshot/sysroots/i686-pokysdk-linux/usr/bin/h2xs h2xs /opt/poky/3.3+snapshot/sysroots/i686-pokysdk-linux/usr/bin/h2xs.perl 40 update-alternatives --install /opt/poky/3.3+snapshot/sysroots/i686-pokysdk-linux/usr/bin/instmodsh instmodsh /opt/poky/3.3+snapshot/sysroots/i686-pokysdk-linux/usr/bin/instmodsh.perl 40 update-alternatives --install /opt/poky/3.3+snapshot/sysroots/i686-pokysdk-linux/usr/bin/json_pp json_pp /opt/poky/3.3+snapshot/sysroots/i686-pokysdk-linux/usr/bin/json_pp.perl 40 update-alternatives --install /opt/poky/3.3+snapshot/sysroots/i686-pokysdk-linux/usr/bin/libnetcfg libnetcfg /opt/poky/3.3+snapshot/sysroots/i686-pokysdk-linux/usr/bin/libnetcfg.perl 40 update-alternatives --install /opt/poky/3.3+snapshot/sysroots/i686-pokysdk-linux/usr/bin/piconv piconv /opt/poky/3.3+snapshot/sysroots/i686-pokysdk-linux/usr/bin/piconv.perl 40 update-alternatives --install /opt/poky/3.3+snapshot/sysroots/i686-pokysdk-linux/usr/bin/pl2pm pl2pm /opt/poky/3.3+snapshot/sysroots/i686-pokysdk-linux/usr/bin/pl2pm.perl 40 update-alternatives --install /opt/poky/3.3+snapshot/sysroots/i686-pokysdk-linux/usr/bin/pod2html pod2html /opt/poky/3.3+snapshot/sysroots/i686-pokysdk-linux/usr/bin/pod2html.perl 40 update-alternatives --install /opt/poky/3.3+snapshot/sysroots/i686-pokysdk-linux/usr/bin/pod2man pod2man /opt/poky/3.3+snapshot/sysroots/i686-pokysdk-linux/usr/bin/pod2man.perl 40 update-alternatives --install /opt/poky/3.3+snapshot/sysroots/i686-pokysdk-linux/usr/bin/pod2text pod2text /opt/poky/3.3+snapshot/sysroots/i686-pokysdk-linux/usr/bin/pod2text.perl 40 update-alternatives --install /opt/poky/3.3+snapshot/sysroots/i686-pokysdk-linux/usr/bin/pod2usage pod2usage /opt/poky/3.3+snapshot/sysroots/i686-pokysdk-linux/usr/bin/pod2usage.perl 40 update-alternatives --install /opt/poky/3.3+snapshot/sysroots/i686-pokysdk-linux/usr/bin/podchecker podchecker /opt/poky/3.3+snapshot/sysroots/i686-pokysdk-linux/usr/bin/podchecker.perl 40 update-alternatives --install /opt/poky/3.3+snapshot/sysroots/i686-pokysdk-linux/usr/bin/prove prove /opt/poky/3.3+snapshot/sysroots/i686-pokysdk-linux/usr/bin/prove.perl 40 update-alternatives --install /opt/poky/3.3+snapshot/sysroots/i686-pokysdk-linux/usr/bin/ptar ptar /opt/poky/3.3+snapshot/sysroots/i686-pokysdk-linux/usr/bin/ptar.perl 40 update-alternatives --install /opt/poky/3.3+snapshot/sysroots/i686-pokysdk-linux/usr/bin/ptardiff ptardiff /opt/poky/3.3+snapshot/sysroots/i686-pokysdk-linux/usr/bin/ptardiff.perl 40 update-alternatives --install /opt/poky/3.3+snapshot/sysroots/i686-pokysdk-linux/usr/bin/ptargrep ptargrep /opt/poky/3.3+snapshot/sysroots/i686-pokysdk-linux/usr/bin/ptargrep.perl 40 update-alternatives --install /opt/poky/3.3+snapshot/sysroots/i686-pokysdk-linux/usr/bin/shasum shasum /opt/poky/3.3+snapshot/sysroots/i686-pokysdk-linux/usr/bin/shasum.perl 40 update-alternatives --install /opt/poky/3.3+snapshot/sysroots/i686-pokysdk-linux/usr/bin/splain splain /opt/poky/3.3+snapshot/sysroots/i686-pokysdk-linux/usr/bin/splain.perl 40 update-alternatives --install /opt/poky/3.3+snapshot/sysroots/i686-pokysdk-linux/usr/bin/xsubpp xsubpp /opt/poky/3.3+snapshot/sysroots/i686-pokysdk-linux/usr/bin/xsubpp.perl 40 update-alternatives --install /opt/poky/3.3+snapshot/sysroots/i686-pokysdk-linux/usr/bin/zipdetails zipdetails /opt/poky/3.3+snapshot/sysroots/i686-pokysdk-linux/usr/bin/zipdetails.perl 40 " to "#!/bin/sh update-alternatives --install /opt/poky/3.3+snapshot/sysroots/i686-pokysdk-linux/usr/bin/corelist corelist /opt/poky/3.3+snapshot/sysroots/i686-pokysdk-linux/usr/bin/corelist.perl 40 update-alternatives --install /opt/poky/3.3+snapshot/sysroots/i686-pokysdk-linux/usr/bin/cpan cpan /opt/poky/3.3+snapshot/sysroots/i686-pokysdk-linux/usr/bin/cpan.perl 40 update-alternatives --install /opt/poky/3.3+snapshot/sysroots/i686-pokysdk-linux/usr/bin/enc2xs enc2xs /opt/poky/3.3+snapshot/sysroots/i686-pokysdk-linux/usr/bin/enc2xs.perl 40 update-alternatives --install /opt/poky/3.3+snapshot/sysroots/i686-pokysdk-linux/usr/bin/encguess encguess /opt/poky/3.3+snapshot/sysroots/i686-pokysdk-linux/usr/bin/encguess.perl 40 update-alternatives --install /opt/poky/3.3+snapshot/sysroots/i686-pokysdk-linux/usr/bin/h2ph h2ph /opt/poky/3.3+snapshot/sysroots/i686-pokysdk-linux/usr/bin/h2ph.perl 40 update-alternatives --install /opt/poky/3.3+snapshot/sysroots/i686-pokysdk-linux/usr/bin/h2xs h2xs /opt/poky/3.3+snapshot/sysroots/i686-pokysdk-linux/usr/bin/h2xs.perl 40 update-alternatives --install /opt/poky/3.3+snapshot/sysroots/i686-pokysdk-linux/usr/bin/instmodsh instmodsh /opt/poky/3.3+snapshot/sysroots/i686-pokysdk-linux/usr/bin/instmodsh.perl 40 update-alternatives --install /opt/poky/3.3+snapshot/sysroots/i686-pokysdk-linux/usr/bin/json_pp json_pp /opt/poky/3.3+snapshot/sysroots/i686-pokysdk-linux/usr/bin/json_pp.perl 40 update-alternatives --install /opt/poky/3.3+snapshot/sysroots/i686-pokysdk-linux/usr/bin/libnetcfg libnetcfg /opt/poky/3.3+snapshot/sysroots/i686-pokysdk-linux/usr/bin/libnetcfg.perl 40 update-alternatives --install /opt/poky/3.3+snapshot/sysroots/i686-pokysdk-linux/usr/bin/piconv piconv /opt/poky/3.3+snapshot/sysroots/i686-pokysdk-linux/usr/bin/piconv.perl 40 update-alternatives --install /opt/poky/3.3+snapshot/sysroots/i686-pokysdk-linux/usr/bin/pl2pm pl2pm /opt/poky/3.3+snapshot/sysroots/i686-pokysdk-linux/usr/bin/pl2pm.perl 40 update-alternatives --install /opt/poky/3.3+snapshot/sysroots/i686-pokysdk-linux/usr/bin/pod2html pod2html /opt/poky/3.3+snapshot/sysroots/i686-pokysdk-linux/usr/bin/pod2html.perl 40 update-alternatives --install /opt/poky/3.3+snapshot/sysroots/i686-pokysdk-linux/usr/bin/pod2man pod2man /opt/poky/3.3+snapshot/sysroots/i686-pokysdk-linux/usr/bin/pod2man.perl 40 update-alternatives --install /opt/poky/3.3+snapshot/sysroots/i686-pokysdk-linux/usr/bin/pod2text pod2text /opt/poky/3.3+snapshot/sysroots/i686-pokysdk-linux/usr/bin/pod2text.perl 40 update-alternatives --install /opt/poky/3.3+snapshot/sysroots/i686-pokysdk-linux/usr/bin/pod2usage pod2usage /opt/poky/3.3+snapshot/sysroots/i686-pokysdk-linux/usr/bin/pod2usage.perl 40 update-alternatives --install /opt/poky/3.3+snapshot/sysroots/i686-pokysdk-linux/usr/bin/podchecker podchecker /opt/poky/3.3+snapshot/sysroots/i686-pokysdk-linux/usr/bin/podchecker.perl 40 update-alternatives --install /opt/poky/3.3+snapshot/sysroots/i686-pokysdk-linux/usr/bin/prove prove /opt/poky/3.3+snapshot/sysroots/i686-pokysdk-linux/usr/bin/prove.perl 40 update-alternatives --install /opt/poky/3.3+snapshot/sysroots/i686-pokysdk-linux/usr/bin/ptar ptar /opt/poky/3.3+snapshot/sysroots/i686-pokysdk-linux/usr/bin/ptar.perl 40 update-alternatives --install /opt/poky/3.3+snapshot/sysroots/i686-pokysdk-linux/usr/bin/ptardiff ptardiff /opt/poky/3.3+snapshot/sysroots/i686-pokysdk-linux/usr/bin/ptardiff.perl 40 update-alternatives --install /opt/poky/3.3+snapshot/sysroots/i686-pokysdk-linux/usr/bin/ptargrep ptargrep /opt/poky/3.3+snapshot/sysroots/i686-pokysdk-linux/usr/bin/ptargrep.perl 40 update-alternatives --install /opt/poky/3.3+snapshot/sysroots/i686-pokysdk-linux/usr/bin/shasum shasum /opt/poky/3.3+snapshot/sysroots/i686-pokysdk-linux/usr/bin/shasum.perl 40 update-alternatives --install /opt/poky/3.3+snapshot/sysroots/i686-pokysdk-linux/usr/bin/splain splain /opt/poky/3.3+snapshot/sysroots/i686-pokysdk-linux/usr/bin/splain.perl 40 update-alternatives --install /opt/poky/3.3+snapshot/sysroots/i686-pokysdk-linux/usr/bin/xsubpp xsubpp /opt/poky/3.3+snapshot/sysroots/i686-pokysdk-linux/usr/bin/xsubpp.perl 40 update-alternatives --install /opt/poky/3.3+snapshot/sysroots/i686-pokysdk-linux/usr/bin/zipdetails zipdetails /opt/poky/3.3+snapshot/sysroots/i686-pokysdk-linux/usr/bin/zipdetails.perl 40 " packages/i686-nativesdk-pokysdk-linux/nativesdk-perl/nativesdk-perl-misc: latest.pkg_prerm changed from "#!/bin/sh set -e update-alternatives --remove corelist /opt/poky/3.3+snapshot/sysroots/i686-pokysdk-linux/usr/bin/corelist.perl update-alternatives --remove cpan /opt/poky/3.3+snapshot/sysroots/i686-pokysdk-linux/usr/bin/cpan.perl update-alternatives --remove enc2xs /opt/poky/3.3+snapshot/sysroots/i686-pokysdk-linux/usr/bin/enc2xs.perl update-alternatives --remove encguess /opt/poky/3.3+snapshot/sysroots/i686-pokysdk-linux/usr/bin/encguess.perl update-alternatives --remove h2ph /opt/poky/3.3+snapshot/sysroots/i686-pokysdk-linux/usr/bin/h2ph.perl update-alternatives --remove h2xs /opt/poky/3.3+snapshot/sysroots/i686-pokysdk-linux/usr/bin/h2xs.perl update-alternatives --remove instmodsh /opt/poky/3.3+snapshot/sysroots/i686-pokysdk-linux/usr/bin/instmodsh.perl update-alternatives --remove json_pp /opt/poky/3.3+snapshot/sysroots/i686-pokysdk-linux/usr/bin/json_pp.perl update-alternatives --remove libnetcfg /opt/poky/3.3+snapshot/sysroots/i686-pokysdk-linux/usr/bin/libnetcfg.perl update-alternatives --remove piconv /opt/poky/3.3+snapshot/sysroots/i686-pokysdk-linux/usr/bin/piconv.perl update-alternatives --remove pl2pm /opt/poky/3.3+snapshot/sysroots/i686-pokysdk-linux/usr/bin/pl2pm.perl update-alternatives --remove pod2html /opt/poky/3.3+snapshot/sysroots/i686-pokysdk-linux/usr/bin/pod2html.perl update-alternatives --remove pod2man /opt/poky/3.3+snapshot/sysroots/i686-pokysdk-linux/usr/bin/pod2man.perl update-alternatives --remove pod2text /opt/poky/3.3+snapshot/sysroots/i686-pokysdk-linux/usr/bin/pod2text.perl update-alternatives --remove pod2usage /opt/poky/3.3+snapshot/sysroots/i686-pokysdk-linux/usr/bin/pod2usage.perl update-alternatives --remove podchecker /opt/poky/3.3+snapshot/sysroots/i686-pokysdk-linux/usr/bin/podchecker.perl update-alternatives --remove prove /opt/poky/3.3+snapshot/sysroots/i686-pokysdk-linux/usr/bin/prove.perl update-alternatives --remove ptar /opt/poky/3.3+snapshot/sysroots/i686-pokysdk-linux/usr/bin/ptar.perl update-alternatives --remove ptardiff /opt/poky/3.3+snapshot/sysroots/i686-pokysdk-linux/usr/bin/ptardiff.perl update-alternatives --remove ptargrep /opt/poky/3.3+snapshot/sysroots/i686-pokysdk-linux/usr/bin/ptargrep.perl update-alternatives --remove shasum /opt/poky/3.3+snapshot/sysroots/i686-pokysdk-linux/usr/bin/shasum.perl update-alternatives --remove splain /opt/poky/3.3+snapshot/sysroots/i686-pokysdk-linux/usr/bin/splain.perl update-alternatives --remove xsubpp /opt/poky/3.3+snapshot/sysroots/i686-pokysdk-linux/usr/bin/xsubpp.perl update-alternatives --remove zipdetails /opt/poky/3.3+snapshot/sysroots/i686-pokysdk-linux/usr/bin/zipdetails.perl " to "#!/bin/sh update-alternatives --remove corelist /opt/poky/3.3+snapshot/sysroots/i686-pokysdk-linux/usr/bin/corelist.perl update-alternatives --remove cpan /opt/poky/3.3+snapshot/sysroots/i686-pokysdk-linux/usr/bin/cpan.perl update-alternatives --remove enc2xs /opt/poky/3.3+snapshot/sysroots/i686-pokysdk-linux/usr/bin/enc2xs.perl update-alternatives --remove encguess /opt/poky/3.3+snapshot/sysroots/i686-pokysdk-linux/usr/bin/encguess.perl update-alternatives --remove h2ph /opt/poky/3.3+snapshot/sysroots/i686-pokysdk-linux/usr/bin/h2ph.perl update-alternatives --remove h2xs /opt/poky/3.3+snapshot/sysroots/i686-pokysdk-linux/usr/bin/h2xs.perl update-alternatives --remove instmodsh /opt/poky/3.3+snapshot/sysroots/i686-pokysdk-linux/usr/bin/instmodsh.perl update-alternatives --remove json_pp /opt/poky/3.3+snapshot/sysroots/i686-pokysdk-linux/usr/bin/json_pp.perl update-alternatives --remove libnetcfg /opt/poky/3.3+snapshot/sysroots/i686-pokysdk-linux/usr/bin/libnetcfg.perl update-alternatives --remove piconv /opt/poky/3.3+snapshot/sysroots/i686-pokysdk-linux/usr/bin/piconv.perl update-alternatives --remove pl2pm /opt/poky/3.3+snapshot/sysroots/i686-pokysdk-linux/usr/bin/pl2pm.perl update-alternatives --remove pod2html /opt/poky/3.3+snapshot/sysroots/i686-pokysdk-linux/usr/bin/pod2html.perl update-alternatives --remove pod2man /opt/poky/3.3+snapshot/sysroots/i686-pokysdk-linux/usr/bin/pod2man.perl update-alternatives --remove pod2text /opt/poky/3.3+snapshot/sysroots/i686-pokysdk-linux/usr/bin/pod2text.perl update-alternatives --remove pod2usage /opt/poky/3.3+snapshot/sysroots/i686-pokysdk-linux/usr/bin/pod2usage.perl update-alternatives --remove podchecker /opt/poky/3.3+snapshot/sysroots/i686-pokysdk-linux/usr/bin/podchecker.perl update-alternatives --remove prove /opt/poky/3.3+snapshot/sysroots/i686-pokysdk-linux/usr/bin/prove.perl update-alternatives --remove ptar /opt/poky/3.3+snapshot/sysroots/i686-pokysdk-linux/usr/bin/ptar.perl update-alternatives --remove ptardiff /opt/poky/3.3+snapshot/sysroots/i686-pokysdk-linux/usr/bin/ptardiff.perl update-alternatives --remove ptargrep /opt/poky/3.3+snapshot/sysroots/i686-pokysdk-linux/usr/bin/ptargrep.perl update-alternatives --remove shasum /opt/poky/3.3+snapshot/sysroots/i686-pokysdk-linux/usr/bin/shasum.perl update-alternatives --remove splain /opt/poky/3.3+snapshot/sysroots/i686-pokysdk-linux/usr/bin/splain.perl update-alternatives --remove xsubpp /opt/poky/3.3+snapshot/sysroots/i686-pokysdk-linux/usr/bin/xsubpp.perl update-alternatives --remove zipdetails /opt/poky/3.3+snapshot/sysroots/i686-pokysdk-linux/usr/bin/zipdetails.perl " packages/i686-nativesdk-pokysdk-linux/nativesdk-perl/nativesdk-perl-module--charnames: PKGSIZE changed from 34151 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-perl/nativesdk-perl-module-anydbm-file: PKGSIZE changed from 2618 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-perl/nativesdk-perl-module-app-cpan: PKGSIZE changed from 40880 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-perl/nativesdk-perl-module-app-prove-state-result-test: PKGSIZE changed from 3418 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-perl/nativesdk-perl-module-app-prove-state-result: PKGSIZE changed from 4945 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-perl/nativesdk-perl-module-app-prove-state: PKGSIZE changed from 11689 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-perl/nativesdk-perl-module-app-prove: PKGSIZE changed from 18991 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-perl/nativesdk-perl-module-archive-tar-constant: PKGSIZE changed from 4747 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-perl/nativesdk-perl-module-archive-tar-file: PKGSIZE changed from 18745 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-perl/nativesdk-perl-module-archive-tar: PKGSIZE changed from 77080 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-perl/nativesdk-perl-module-attribute-handlers: PKGSIZE changed from 30449 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-perl/nativesdk-perl-module-attributes: PKGSIZE changed from 30093 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-perl/nativesdk-perl-module-autodie-exception-system: PKGSIZE changed from 1631 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-perl/nativesdk-perl-module-autodie-exception: PKGSIZE changed from 22336 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-perl/nativesdk-perl-module-autodie-hints: PKGSIZE changed from 16961 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-perl/nativesdk-perl-module-autodie-scope-guard: PKGSIZE changed from 1396 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-perl/nativesdk-perl-module-autodie-scope-guardstack: PKGSIZE changed from 3424 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-perl/nativesdk-perl-module-autodie-skip: PKGSIZE changed from 1215 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-perl/nativesdk-perl-module-autodie-util: PKGSIZE changed from 7743 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-perl/nativesdk-perl-module-autodie: PKGSIZE changed from 12436 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-perl/nativesdk-perl-module-autoloader: PKGSIZE changed from 15797 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-perl/nativesdk-perl-module-autosplit: PKGSIZE changed from 19637 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-perl/nativesdk-perl-module-autouse: PKGSIZE changed from 4238 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-perl/nativesdk-perl-module-b-concise: PKGSIZE changed from 60514 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-perl/nativesdk-perl-module-b-deparse: PKGSIZE changed from 213996 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-perl/nativesdk-perl-module-b-op-private: PKGSIZE changed from 38768 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-perl/nativesdk-perl-module-b-showlex: PKGSIZE changed from 5656 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-perl/nativesdk-perl-module-b-terse: PKGSIZE changed from 2905 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-perl/nativesdk-perl-module-b-xref: PKGSIZE changed from 12494 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-perl/nativesdk-perl-module-b: PKGSIZE changed from 113745 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-perl/nativesdk-perl-module-base: PKGSIZE changed from 10961 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-perl/nativesdk-perl-module-benchmark: PKGSIZE changed from 31026 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-perl/nativesdk-perl-module-bigint: PKGSIZE changed from 23398 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-perl/nativesdk-perl-module-bignum: PKGSIZE changed from 21137 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-perl/nativesdk-perl-module-bigrat: PKGSIZE changed from 16154 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-perl/nativesdk-perl-module-blib: PKGSIZE changed from 2062 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-perl/nativesdk-perl-module-bytes-heavy: PKGSIZE changed from 758 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-perl/nativesdk-perl-module-bytes: PKGSIZE changed from 3782 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-perl/nativesdk-perl-module-carp-heavy: PKGSIZE changed from 773 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-perl/nativesdk-perl-module-carp: PKGSIZE changed from 35985 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-perl/nativesdk-perl-module-charnames: PKGSIZE changed from 20931 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-perl/nativesdk-perl-module-class-struct: PKGSIZE changed from 20319 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-perl/nativesdk-perl-module-compress-raw-bzip2: PKGSIZE changed from 98592 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-perl/nativesdk-perl-module-compress-raw-zlib: PKGSIZE changed from 176123 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-perl/nativesdk-perl-module-compress-zlib: PKGSIZE changed from 43956 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-perl/nativesdk-perl-module-config-extensions: PKGSIZE changed from 1355 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-perl/nativesdk-perl-module-config-heavy: PKGSIZE changed from 46743 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-perl/nativesdk-perl-module-config-perl-v: PKGSIZE changed from 15101 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-perl/nativesdk-perl-module-constant: PKGSIZE changed from 14724 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-perl/nativesdk-perl-module-corelist: PKGSIZE changed from 972955 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-perl/nativesdk-perl-module-cpan: PKGSIZE changed from 968789 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-perl/nativesdk-perl-module-cwd: PKGSIZE changed from 39814 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-perl/nativesdk-perl-module-data-dumper: PKGSIZE changed from 84645 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-perl/nativesdk-perl-module-db-file: PKGSIZE changed from 117700 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-perl/nativesdk-perl-module-db: PKGSIZE changed from 18922 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-perl/nativesdk-perl-module-dbm-filter-compress: PKGSIZE changed from 854 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-perl/nativesdk-perl-module-dbm-filter-encode: PKGSIZE changed from 1361 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-perl/nativesdk-perl-module-dbm-filter-int32: PKGSIZE changed from 754 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-perl/nativesdk-perl-module-dbm-filter-null: PKGSIZE changed from 967 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-perl/nativesdk-perl-module-dbm-filter-utf8: PKGSIZE changed from 777 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-perl/nativesdk-perl-module-dbm-filter: PKGSIZE changed from 14385 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-perl/nativesdk-perl-module-deprecate: PKGSIZE changed from 4603 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-perl/nativesdk-perl-module-devel-peek: PKGSIZE changed from 35984 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-perl/nativesdk-perl-module-devel-ppport: PKGSIZE changed from 591141 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-perl/nativesdk-perl-module-devel-selfstubber: PKGSIZE changed from 4908 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-perl/nativesdk-perl-module-diagnostics: PKGSIZE changed from 19299 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-perl/nativesdk-perl-module-digest-base: PKGSIZE changed from 1984 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-perl/nativesdk-perl-module-digest-file: PKGSIZE changed from 1724 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-perl/nativesdk-perl-module-digest-md5: PKGSIZE changed from 32890 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-perl/nativesdk-perl-module-digest-sha: PKGSIZE changed from 68678 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-perl/nativesdk-perl-module-digest: PKGSIZE changed from 11225 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-perl/nativesdk-perl-module-dirhandle: PKGSIZE changed from 2085 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-perl/nativesdk-perl-module-dumpvalue: PKGSIZE changed from 17668 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-perl/nativesdk-perl-module-dumpvar: PKGSIZE changed from 15555 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-perl/nativesdk-perl-module-dynaloader: PKGSIZE changed from 25243 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-perl/nativesdk-perl-module-encode--pm: PKGSIZE changed from 250 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-perl/nativesdk-perl-module-encode--t: PKGSIZE changed from 151 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-perl/nativesdk-perl-module-encode-alias: PKGSIZE changed from 12545 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-perl/nativesdk-perl-module-encode-byte: PKGSIZE changed from 171826 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-perl/nativesdk-perl-module-encode-changes: PKGSIZE changed from 179 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-perl/nativesdk-perl-module-encode-cjkconstants: PKGSIZE changed from 1683 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-perl/nativesdk-perl-module-encode-cn-hz: PKGSIZE changed from 6084 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-perl/nativesdk-perl-module-encode-cn: PKGSIZE changed from 1027502 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-perl/nativesdk-perl-module-encode-config: PKGSIZE changed from 6065 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-perl/nativesdk-perl-module-encode-configlocal-pm: PKGSIZE changed from 184 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-perl/nativesdk-perl-module-encode-ebcdic: PKGSIZE changed from 31001 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-perl/nativesdk-perl-module-encode-encoder: PKGSIZE changed from 6316 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-perl/nativesdk-perl-module-encode-encoding: PKGSIZE changed from 9063 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-perl/nativesdk-perl-module-encode-gsm0338: PKGSIZE changed from 12865 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-perl/nativesdk-perl-module-encode-guess: PKGSIZE changed from 10114 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-perl/nativesdk-perl-module-encode-jp-h2z: PKGSIZE changed from 5142 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-perl/nativesdk-perl-module-encode-jp-jis7: PKGSIZE changed from 4262 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-perl/nativesdk-perl-module-encode-jp: PKGSIZE changed from 1257518 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-perl/nativesdk-perl-module-encode-kr-2022-kr: PKGSIZE changed from 1977 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-perl/nativesdk-perl-module-encode-kr: PKGSIZE changed from 1150300 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-perl/nativesdk-perl-module-encode-makefile-pl: PKGSIZE changed from 5168 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-perl/nativesdk-perl-module-encode-mime-header-iso-2022-jp: PKGSIZE changed from 3200 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-perl/nativesdk-perl-module-encode-mime-header: PKGSIZE changed from 16663 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-perl/nativesdk-perl-module-encode-mime-name: PKGSIZE changed from 3821 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-perl/nativesdk-perl-module-encode-readme: PKGSIZE changed from 553 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-perl/nativesdk-perl-module-encode-symbol: PKGSIZE changed from 30983 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-perl/nativesdk-perl-module-encode-tw: PKGSIZE changed from 1027752 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-perl/nativesdk-perl-module-encode-unicode-utf7: PKGSIZE changed from 3875 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-perl/nativesdk-perl-module-encode-unicode: PKGSIZE changed from 30884 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-perl/nativesdk-perl-module-encode: PKGSIZE changed from 74703 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-perl/nativesdk-perl-module-encoding-warnings: PKGSIZE changed from 7052 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-perl/nativesdk-perl-module-encoding: PKGSIZE changed from 22950 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-perl/nativesdk-perl-module-english: PKGSIZE changed from 4761 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-perl/nativesdk-perl-module-env: PKGSIZE changed from 5571 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-perl/nativesdk-perl-module-errno: PKGSIZE changed from 6586 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-perl/nativesdk-perl-module-experimental: PKGSIZE changed from 7600 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-perl/nativesdk-perl-module-exporter-heavy: PKGSIZE changed from 6530 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-perl/nativesdk-perl-module-exporter: PKGSIZE changed from 18774 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-perl/nativesdk-perl-module-extutils-cbuilder-base: PKGSIZE changed from 10787 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-perl/nativesdk-perl-module-extutils-cbuilder-platform-aix: PKGSIZE changed from 625 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-perl/nativesdk-perl-module-extutils-cbuilder-platform-android: PKGSIZE changed from 1216 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-perl/nativesdk-perl-module-extutils-cbuilder-platform-cygwin: PKGSIZE changed from 932 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-perl/nativesdk-perl-module-extutils-cbuilder-platform-darwin: PKGSIZE changed from 673 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-perl/nativesdk-perl-module-extutils-cbuilder-platform-dec-osf: PKGSIZE changed from 428 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-perl/nativesdk-perl-module-extutils-cbuilder-platform-os2: PKGSIZE changed from 2411 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-perl/nativesdk-perl-module-extutils-cbuilder-platform-unix: PKGSIZE changed from 1046 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-perl/nativesdk-perl-module-extutils-cbuilder-platform-vms: PKGSIZE changed from 10288 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-perl/nativesdk-perl-module-extutils-cbuilder-platform-windows-bcc: PKGSIZE changed from 3503 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-perl/nativesdk-perl-module-extutils-cbuilder-platform-windows-gcc: PKGSIZE changed from 3898 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-perl/nativesdk-perl-module-extutils-cbuilder-platform-windows-msvc: PKGSIZE changed from 3248 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-perl/nativesdk-perl-module-extutils-cbuilder-platform-windows: PKGSIZE changed from 8961 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-perl/nativesdk-perl-module-extutils-cbuilder: PKGSIZE changed from 8883 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-perl/nativesdk-perl-module-extutils-command-mm: PKGSIZE changed from 7704 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-perl/nativesdk-perl-module-extutils-command: PKGSIZE changed from 7811 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-perl/nativesdk-perl-module-extutils-constant-base: PKGSIZE changed from 33322 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-perl/nativesdk-perl-module-extutils-constant-proxysubs: PKGSIZE changed from 19742 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-perl/nativesdk-perl-module-extutils-constant-utils: PKGSIZE changed from 3522 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-perl/nativesdk-perl-module-extutils-constant-xs: PKGSIZE changed from 6370 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-perl/nativesdk-perl-module-extutils-constant: PKGSIZE changed from 15050 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-perl/nativesdk-perl-module-extutils-embed: PKGSIZE changed from 12745 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-perl/nativesdk-perl-module-extutils-install: PKGSIZE changed from 40938 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-perl/nativesdk-perl-module-extutils-installed: PKGSIZE changed from 14332 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-perl/nativesdk-perl-module-extutils-liblist-kid: PKGSIZE changed from 26905 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-perl/nativesdk-perl-module-extutils-liblist: PKGSIZE changed from 9509 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-perl/nativesdk-perl-module-extutils-makemaker-config: PKGSIZE changed from 602 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-perl/nativesdk-perl-module-extutils-makemaker-locale: PKGSIZE changed from 13348 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-perl/nativesdk-perl-module-extutils-makemaker-version: PKGSIZE changed from 2389 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-perl/nativesdk-perl-module-extutils-makemaker: PKGSIZE changed from 109336 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-perl/nativesdk-perl-module-extutils-manifest: PKGSIZE changed from 23491 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-perl/nativesdk-perl-module-extutils-miniperl: PKGSIZE changed from 6634 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-perl/nativesdk-perl-module-extutils-mkbootstrap: PKGSIZE changed from 3274 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-perl/nativesdk-perl-module-extutils-mksymlists: PKGSIZE changed from 11013 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-perl/nativesdk-perl-module-extutils-mm-aix: PKGSIZE changed from 1496 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-perl/nativesdk-perl-module-extutils-mm-any: PKGSIZE changed from 82843 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-perl/nativesdk-perl-module-extutils-mm-beos: PKGSIZE changed from 1062 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-perl/nativesdk-perl-module-extutils-mm-cygwin: PKGSIZE changed from 4127 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-perl/nativesdk-perl-module-extutils-mm-darwin: PKGSIZE changed from 1481 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-perl/nativesdk-perl-module-extutils-mm-dos: PKGSIZE changed from 1065 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-perl/nativesdk-perl-module-extutils-mm-macos: PKGSIZE changed from 901 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-perl/nativesdk-perl-module-extutils-mm-nw5: PKGSIZE changed from 5480 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-perl/nativesdk-perl-module-extutils-mm-os2: PKGSIZE changed from 3229 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-perl/nativesdk-perl-module-extutils-mm-os390: PKGSIZE changed from 2269 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-perl/nativesdk-perl-module-extutils-mm-qnx: PKGSIZE changed from 907 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-perl/nativesdk-perl-module-extutils-mm-unix: PKGSIZE changed from 115786 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-perl/nativesdk-perl-module-extutils-mm-uwin: PKGSIZE changed from 994 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-perl/nativesdk-perl-module-extutils-mm-vms: PKGSIZE changed from 68279 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-perl/nativesdk-perl-module-extutils-mm-vos: PKGSIZE changed from 762 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-perl/nativesdk-perl-module-extutils-mm-win32: PKGSIZE changed from 15062 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-perl/nativesdk-perl-module-extutils-mm-win95: PKGSIZE changed from 1293 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-perl/nativesdk-perl-module-extutils-mm: PKGSIZE changed from 2184 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-perl/nativesdk-perl-module-extutils-my: PKGSIZE changed from 676 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-perl/nativesdk-perl-module-extutils-packlist: PKGSIZE changed from 8538 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-perl/nativesdk-perl-module-extutils-parsexs-constants: PKGSIZE changed from 1144 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-perl/nativesdk-perl-module-extutils-parsexs-countlines: PKGSIZE changed from 971 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-perl/nativesdk-perl-module-extutils-parsexs-eval: PKGSIZE changed from 2374 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-perl/nativesdk-perl-module-extutils-parsexs-utilities: PKGSIZE changed from 17171 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-perl/nativesdk-perl-module-extutils-parsexs: PKGSIZE changed from 66928 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-perl/nativesdk-perl-module-extutils-pl2bat: PKGSIZE changed from 5219 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-perl/nativesdk-perl-module-extutils-testlib: PKGSIZE changed from 911 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-perl/nativesdk-perl-module-extutils-typemaps-cmd: PKGSIZE changed from 4133 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-perl/nativesdk-perl-module-extutils-typemaps-inputmap: PKGSIZE changed from 1954 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-perl/nativesdk-perl-module-extutils-typemaps-outputmap: PKGSIZE changed from 4428 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-perl/nativesdk-perl-module-extutils-typemaps-type: PKGSIZE changed from 2085 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-perl/nativesdk-perl-module-extutils-typemaps: PKGSIZE changed from 26893 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-perl/nativesdk-perl-module-fatal: PKGSIZE changed from 59085 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-perl/nativesdk-perl-module-fcntl: PKGSIZE changed from 17844 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-perl/nativesdk-perl-module-feature: PKGSIZE changed from 22644 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-perl/nativesdk-perl-module-fields: PKGSIZE changed from 9475 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-perl/nativesdk-perl-module-file-basename: PKGSIZE changed from 11194 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-perl/nativesdk-perl-module-file-compare: PKGSIZE changed from 4332 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-perl/nativesdk-perl-module-file-copy: PKGSIZE changed from 16234 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-perl/nativesdk-perl-module-file-dosglob: PKGSIZE changed from 21666 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-perl/nativesdk-perl-module-file-fetch: PKGSIZE changed from 47225 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-perl/nativesdk-perl-module-file-find: PKGSIZE changed from 33015 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-perl/nativesdk-perl-module-file-glob: PKGSIZE changed from 43016 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-perl/nativesdk-perl-module-file-globmapper: PKGSIZE changed from 15683 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-perl/nativesdk-perl-module-file-path: PKGSIZE changed from 43254 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-perl/nativesdk-perl-module-file-spec-amigaos: PKGSIZE changed from 982 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-perl/nativesdk-perl-module-file-spec-cygwin: PKGSIZE changed from 3610 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-perl/nativesdk-perl-module-file-spec-epoc: PKGSIZE changed from 1571 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-perl/nativesdk-perl-module-file-spec-functions: PKGSIZE changed from 2348 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-perl/nativesdk-perl-module-file-spec-mac: PKGSIZE changed from 22274 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-perl/nativesdk-perl-module-file-spec-os2: PKGSIZE changed from 6766 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-perl/nativesdk-perl-module-file-spec-unix: PKGSIZE changed from 15889 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-perl/nativesdk-perl-module-file-spec-vms: PKGSIZE changed from 16326 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-perl/nativesdk-perl-module-file-spec-win32: PKGSIZE changed from 10766 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-perl/nativesdk-perl-module-file-spec: PKGSIZE changed from 10571 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-perl/nativesdk-perl-module-file-stat: PKGSIZE changed from 10302 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-perl/nativesdk-perl-module-file-temp: PKGSIZE changed from 118877 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-perl/nativesdk-perl-module-filecache: PKGSIZE changed from 5549 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-perl/nativesdk-perl-module-filehandle: PKGSIZE changed from 6784 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-perl/nativesdk-perl-module-filetest: PKGSIZE changed from 4003 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-perl/nativesdk-perl-module-filter-simple: PKGSIZE changed from 23923 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-perl/nativesdk-perl-module-filter-util-call: PKGSIZE changed from 31887 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-perl/nativesdk-perl-module-findbin: PKGSIZE changed from 4648 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-perl/nativesdk-perl-module-gdbm-file: PKGSIZE changed from 46440 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-perl/nativesdk-perl-module-getopt-long: PKGSIZE changed from 83897 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-perl/nativesdk-perl-module-getopt-std: PKGSIZE changed from 8983 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-perl/nativesdk-perl-module-hash-util-fieldhash: PKGSIZE changed from 47682 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-perl/nativesdk-perl-module-hash-util: PKGSIZE changed from 47062 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-perl/nativesdk-perl-module-http-tiny: PKGSIZE changed from 78254 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-perl/nativesdk-perl-module-i18n-collate: PKGSIZE changed from 5390 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-perl/nativesdk-perl-module-i18n-langinfo: PKGSIZE changed from 20381 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-perl/nativesdk-perl-module-i18n-langtags-detect: PKGSIZE changed from 6649 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-perl/nativesdk-perl-module-i18n-langtags-list: PKGSIZE changed from 28816 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-perl/nativesdk-perl-module-i18n-langtags: PKGSIZE changed from 28077 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-perl/nativesdk-perl-module-if: PKGSIZE changed from 3626 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-perl/nativesdk-perl-module-integer: PKGSIZE changed from 3254 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-perl/nativesdk-perl-module-io-compress-adapter-bzip2: PKGSIZE changed from 2564 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-perl/nativesdk-perl-module-io-compress-adapter-deflate: PKGSIZE changed from 3041 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-perl/nativesdk-perl-module-io-compress-adapter-identity: PKGSIZE changed from 1415 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-perl/nativesdk-perl-module-io-compress-base-common: PKGSIZE changed from 22774 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-perl/nativesdk-perl-module-io-compress-base: PKGSIZE changed from 24024 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-perl/nativesdk-perl-module-io-compress-bzip2: PKGSIZE changed from 21305 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-perl/nativesdk-perl-module-io-compress-deflate: PKGSIZE changed from 24739 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-perl/nativesdk-perl-module-io-compress-gzip-constants: PKGSIZE changed from 3883 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-perl/nativesdk-perl-module-io-compress-gzip: PKGSIZE changed from 35164 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-perl/nativesdk-perl-module-io-compress-rawdeflate: PKGSIZE changed from 26901 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-perl/nativesdk-perl-module-io-compress-zip-constants: PKGSIZE changed from 4092 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-perl/nativesdk-perl-module-io-compress-zip: PKGSIZE changed from 64234 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-perl/nativesdk-perl-module-io-compress-zlib-constants: PKGSIZE changed from 1657 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-perl/nativesdk-perl-module-io-compress-zlib-extra: PKGSIZE changed from 5647 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-perl/nativesdk-perl-module-io-dir: PKGSIZE changed from 5326 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-perl/nativesdk-perl-module-io-file: PKGSIZE changed from 4872 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-perl/nativesdk-perl-module-io-handle: PKGSIZE changed from 16641 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-perl/nativesdk-perl-module-io-pipe: PKGSIZE changed from 5461 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-perl/nativesdk-perl-module-io-poll: PKGSIZE changed from 4508 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-perl/nativesdk-perl-module-io-seekable: PKGSIZE changed from 2891 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-perl/nativesdk-perl-module-io-select: PKGSIZE changed from 9263 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-perl/nativesdk-perl-module-io-socket-inet: PKGSIZE changed from 12759 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-perl/nativesdk-perl-module-io-socket-ip: PKGSIZE changed from 40436 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-perl/nativesdk-perl-module-io-socket-unix: PKGSIZE changed from 3950 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-perl/nativesdk-perl-module-io-socket: PKGSIZE changed from 28361 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-perl/nativesdk-perl-module-io-uncompress-adapter-bunzip2: PKGSIZE changed from 2027 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-perl/nativesdk-perl-module-io-uncompress-adapter-identity: PKGSIZE changed from 4551 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-perl/nativesdk-perl-module-io-uncompress-adapter-inflate: PKGSIZE changed from 3259 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-perl/nativesdk-perl-module-io-uncompress-anyinflate: PKGSIZE changed from 28266 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-perl/nativesdk-perl-module-io-uncompress-anyuncompress: PKGSIZE changed from 31065 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-perl/nativesdk-perl-module-io-uncompress-base: PKGSIZE changed from 38337 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-perl/nativesdk-perl-module-io-uncompress-bunzip2: PKGSIZE changed from 25540 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-perl/nativesdk-perl-module-io-uncompress-gunzip: PKGSIZE changed from 32152 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-perl/nativesdk-perl-module-io-uncompress-inflate: PKGSIZE changed from 28328 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-perl/nativesdk-perl-module-io-uncompress-rawinflate: PKGSIZE changed from 31841 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-perl/nativesdk-perl-module-io-uncompress-unzip: PKGSIZE changed from 56345 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-perl/nativesdk-perl-module-io-zlib: PKGSIZE changed from 16101 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-perl/nativesdk-perl-module-io: PKGSIZE changed from 19378 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-perl/nativesdk-perl-module-ipc-cmd: PKGSIZE changed from 67591 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-perl/nativesdk-perl-module-ipc-msg: PKGSIZE changed from 4520 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-perl/nativesdk-perl-module-ipc-open2: PKGSIZE changed from 4294 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-perl/nativesdk-perl-module-ipc-open3: PKGSIZE changed from 13464 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-perl/nativesdk-perl-module-ipc-semaphore: PKGSIZE changed from 6422 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-perl/nativesdk-perl-module-ipc-sharedmem: PKGSIZE changed from 5603 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-perl/nativesdk-perl-module-ipc-sysv: PKGSIZE changed from 30605 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-perl/nativesdk-perl-module-json-pp-boolean: PKGSIZE changed from 810 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-perl/nativesdk-perl-module-json-pp: PKGSIZE changed from 100527 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-perl/nativesdk-perl-module-less: PKGSIZE changed from 3204 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-perl/nativesdk-perl-module-lib: PKGSIZE changed from 6136 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-perl/nativesdk-perl-module-list-util-xs: PKGSIZE changed from 1018 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-perl/nativesdk-perl-module-list-util: PKGSIZE changed from 79011 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-perl/nativesdk-perl-module-load: PKGSIZE changed from 28418 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-perl/nativesdk-perl-module-loaded: PKGSIZE changed from 3348 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-perl/nativesdk-perl-module-locale-maketext-guts: PKGSIZE changed from 451 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-perl/nativesdk-perl-module-locale-maketext-gutsloader: PKGSIZE changed from 490 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-perl/nativesdk-perl-module-locale-maketext-simple: PKGSIZE changed from 9792 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-perl/nativesdk-perl-module-locale-maketext: PKGSIZE changed from 30385 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-perl/nativesdk-perl-module-locale: PKGSIZE changed from 4885 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-perl/nativesdk-perl-module-math-bigfloat-trace: PKGSIZE changed from 1269 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-perl/nativesdk-perl-module-math-bigfloat: PKGSIZE changed from 199342 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-perl/nativesdk-perl-module-math-bigint-calc: PKGSIZE changed from 73554 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-perl/nativesdk-perl-module-math-bigint-fastcalc: PKGSIZE changed from 21951 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-perl/nativesdk-perl-module-math-bigint-lib: PKGSIZE changed from 70864 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-perl/nativesdk-perl-module-math-bigint-trace: PKGSIZE changed from 991 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-perl/nativesdk-perl-module-math-bigint: PKGSIZE changed from 217779 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-perl/nativesdk-perl-module-math-bigrat: PKGSIZE changed from 79510 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-perl/nativesdk-perl-module-math-complex: PKGSIZE changed from 50065 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-perl/nativesdk-perl-module-math-trig: PKGSIZE changed from 21374 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-perl/nativesdk-perl-module-memoize-anydbm-file: PKGSIZE changed from 674 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-perl/nativesdk-perl-module-memoize-expire: PKGSIZE changed from 11704 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-perl/nativesdk-perl-module-memoize-expirefile: PKGSIZE changed from 1050 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-perl/nativesdk-perl-module-memoize-expiretest: PKGSIZE changed from 883 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-perl/nativesdk-perl-module-memoize-ndbm-file: PKGSIZE changed from 1488 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-perl/nativesdk-perl-module-memoize-sdbm-file: PKGSIZE changed from 1486 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-perl/nativesdk-perl-module-memoize-storable: PKGSIZE changed from 1413 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-perl/nativesdk-perl-module-memoize: PKGSIZE changed from 36192 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-perl/nativesdk-perl-module-meta-notation: PKGSIZE changed from 2117 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-perl/nativesdk-perl-module-metadata: PKGSIZE changed from 34199 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-perl/nativesdk-perl-module-mime-base64: PKGSIZE changed from 23249 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-perl/nativesdk-perl-module-mime-quotedprint: PKGSIZE changed from 3280 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-perl/nativesdk-perl-module-mro: PKGSIZE changed from 27838 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-perl/nativesdk-perl-module-ndbm-file: PKGSIZE changed from 20984 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-perl/nativesdk-perl-module-net-cmd: PKGSIZE changed from 21004 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-perl/nativesdk-perl-module-net-config: PKGSIZE changed from 8871 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-perl/nativesdk-perl-module-net-domain: PKGSIZE changed from 8779 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-perl/nativesdk-perl-module-net-ftp-a: PKGSIZE changed from 2400 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-perl/nativesdk-perl-module-net-ftp-dataconn: PKGSIZE changed from 5013 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-perl/nativesdk-perl-module-net-ftp-e: PKGSIZE changed from 137 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-perl/nativesdk-perl-module-net-ftp-i: PKGSIZE changed from 1659 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-perl/nativesdk-perl-module-net-ftp-l: PKGSIZE changed from 137 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-perl/nativesdk-perl-module-net-ftp: PKGSIZE changed from 53270 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-perl/nativesdk-perl-module-net-hostent: PKGSIZE changed from 4088 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-perl/nativesdk-perl-module-net-netent: PKGSIZE changed from 4515 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-perl/nativesdk-perl-module-net-netrc: PKGSIZE changed from 8204 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-perl/nativesdk-perl-module-net-nntp: PKGSIZE changed from 33461 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-perl/nativesdk-perl-module-net-ping: PKGSIZE changed from 83972 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-perl/nativesdk-perl-module-net-pop3: PKGSIZE changed from 21590 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-perl/nativesdk-perl-module-net-protoent: PKGSIZE changed from 3050 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-perl/nativesdk-perl-module-net-servent: PKGSIZE changed from 3500 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-perl/nativesdk-perl-module-net-smtp: PKGSIZE changed from 29148 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-perl/nativesdk-perl-module-net-time: PKGSIZE changed from 4256 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-perl/nativesdk-perl-module-next: PKGSIZE changed from 18982 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-perl/nativesdk-perl-module-o: PKGSIZE changed from 4291 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-perl/nativesdk-perl-module-ok: PKGSIZE changed from 967 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-perl/nativesdk-perl-module-opcode: PKGSIZE changed from 38270 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-perl/nativesdk-perl-module-open: PKGSIZE changed from 8512 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-perl/nativesdk-perl-module-ops: PKGSIZE changed from 997 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-perl/nativesdk-perl-module-overload-numbers: PKGSIZE changed from 1951 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-perl/nativesdk-perl-module-overload: PKGSIZE changed from 53349 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-perl/nativesdk-perl-module-overloading: PKGSIZE changed from 1808 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-perl/nativesdk-perl-module-params-check: PKGSIZE changed from 19330 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-perl/nativesdk-perl-module-parent: PKGSIZE changed from 2702 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-perl/nativesdk-perl-module-parse-cpan-meta: PKGSIZE changed from 10743 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-perl/nativesdk-perl-module-perl-ostype: PKGSIZE changed from 4688 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-perl/nativesdk-perl-module-perl5db: PKGSIZE changed from 317285 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-perl/nativesdk-perl-module-perlfaq: PKGSIZE changed from 77 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-perl/nativesdk-perl-module-perlio-encoding: PKGSIZE changed from 27452 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-perl/nativesdk-perl-module-perlio-mmap: PKGSIZE changed from 14376 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-perl/nativesdk-perl-module-perlio-scalar: PKGSIZE changed from 18981 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-perl/nativesdk-perl-module-perlio-via-quotedprint: PKGSIZE changed from 4668 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-perl/nativesdk-perl-module-perlio-via: PKGSIZE changed from 33423 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-perl/nativesdk-perl-module-perlio: PKGSIZE changed from 14441 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-perl/nativesdk-perl-module-pod-checker: PKGSIZE changed from 33843 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-perl/nativesdk-perl-module-pod-escapes: PKGSIZE changed from 17888 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-perl/nativesdk-perl-module-pod-functions: PKGSIZE changed from 14366 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-perl/nativesdk-perl-module-pod-html: PKGSIZE changed from 26623 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-perl/nativesdk-perl-module-pod-man: PKGSIZE changed from 79750 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-perl/nativesdk-perl-module-pod-parselink: PKGSIZE changed from 6399 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-perl/nativesdk-perl-module-pod-perldoc-baseto: PKGSIZE changed from 3637 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-perl/nativesdk-perl-module-pod-perldoc-getoptsoo: PKGSIZE changed from 3888 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-perl/nativesdk-perl-module-pod-perldoc-toansi: PKGSIZE changed from 2303 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-perl/nativesdk-perl-module-pod-perldoc-tochecker: PKGSIZE changed from 1691 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-perl/nativesdk-perl-module-pod-perldoc-toman: PKGSIZE changed from 14248 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-perl/nativesdk-perl-module-pod-perldoc-tonroff: PKGSIZE changed from 2782 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-perl/nativesdk-perl-module-pod-perldoc-topod: PKGSIZE changed from 1959 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-perl/nativesdk-perl-module-pod-perldoc-tortf: PKGSIZE changed from 2149 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-perl/nativesdk-perl-module-pod-perldoc-toterm: PKGSIZE changed from 3816 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-perl/nativesdk-perl-module-pod-perldoc-totext: PKGSIZE changed from 2266 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-perl/nativesdk-perl-module-pod-perldoc-totk: PKGSIZE changed from 4000 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-perl/nativesdk-perl-module-pod-perldoc-toxml: PKGSIZE changed from 1407 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-perl/nativesdk-perl-module-pod-perldoc: PKGSIZE changed from 64594 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-perl/nativesdk-perl-module-pod-simple-blackbox: PKGSIZE changed from 86688 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-perl/nativesdk-perl-module-pod-simple-checker: PKGSIZE changed from 5432 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-perl/nativesdk-perl-module-pod-simple-debug: PKGSIZE changed from 4625 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-perl/nativesdk-perl-module-pod-simple-dumpastext: PKGSIZE changed from 4035 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-perl/nativesdk-perl-module-pod-simple-dumpasxml: PKGSIZE changed from 4560 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-perl/nativesdk-perl-module-pod-simple-html: PKGSIZE changed from 34759 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-perl/nativesdk-perl-module-pod-simple-htmlbatch: PKGSIZE changed from 40656 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-perl/nativesdk-perl-module-pod-simple-htmllegacy: PKGSIZE changed from 2758 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-perl/nativesdk-perl-module-pod-simple-justpod: PKGSIZE changed from 9637 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-perl/nativesdk-perl-module-pod-simple-linksection: PKGSIZE changed from 4301 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-perl/nativesdk-perl-module-pod-simple-methody: PKGSIZE changed from 3571 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-perl/nativesdk-perl-module-pod-simple-progress: PKGSIZE changed from 2413 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-perl/nativesdk-perl-module-pod-simple-pullparser: PKGSIZE changed from 25729 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-perl/nativesdk-perl-module-pod-simple-pullparserendtoken: PKGSIZE changed from 2884 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-perl/nativesdk-perl-module-pod-simple-pullparserstarttoken: PKGSIZE changed from 4146 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-perl/nativesdk-perl-module-pod-simple-pullparsertexttoken: PKGSIZE changed from 3363 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-perl/nativesdk-perl-module-pod-simple-pullparsertoken: PKGSIZE changed from 4004 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-perl/nativesdk-perl-module-pod-simple-rtf: PKGSIZE changed from 23556 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-perl/nativesdk-perl-module-pod-simple-search: PKGSIZE changed from 35836 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-perl/nativesdk-perl-module-pod-simple-simpletree: PKGSIZE changed from 4632 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-perl/nativesdk-perl-module-pod-simple-text: PKGSIZE changed from 5103 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-perl/nativesdk-perl-module-pod-simple-textcontent: PKGSIZE changed from 2518 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-perl/nativesdk-perl-module-pod-simple-tiedoutfh: PKGSIZE changed from 2751 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-perl/nativesdk-perl-module-pod-simple-transcode: PKGSIZE changed from 736 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-perl/nativesdk-perl-module-pod-simple-transcodedumb: PKGSIZE changed from 2693 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-perl/nativesdk-perl-module-pod-simple-transcodesmart: PKGSIZE changed from 715 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-perl/nativesdk-perl-module-pod-simple-xhtml: PKGSIZE changed from 26592 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-perl/nativesdk-perl-module-pod-simple-xmloutstream: PKGSIZE changed from 4666 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-perl/nativesdk-perl-module-pod-simple: PKGSIZE changed from 54803 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-perl/nativesdk-perl-module-pod-text-color: PKGSIZE changed from 6046 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-perl/nativesdk-perl-module-pod-text-overstrike: PKGSIZE changed from 6259 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-perl/nativesdk-perl-module-pod-text-termcap: PKGSIZE changed from 8350 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-perl/nativesdk-perl-module-pod-text: PKGSIZE changed from 36448 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-perl/nativesdk-perl-module-pod-usage: PKGSIZE changed from 30993 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-perl/nativesdk-perl-module-posix: PKGSIZE changed from 112660 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-perl/nativesdk-perl-module-re: PKGSIZE changed from 686577 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-perl/nativesdk-perl-module-safe: PKGSIZE changed from 25352 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-perl/nativesdk-perl-module-scalar-util: PKGSIZE changed from 10189 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-perl/nativesdk-perl-module-sdbm-file: PKGSIZE changed from 38189 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-perl/nativesdk-perl-module-search-dict: PKGSIZE changed from 3349 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-perl/nativesdk-perl-module-selectsaver: PKGSIZE changed from 1076 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-perl/nativesdk-perl-module-selfloader: PKGSIZE changed from 17686 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-perl/nativesdk-perl-module-sigtrap: PKGSIZE changed from 8736 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-perl/nativesdk-perl-module-socket: PKGSIZE changed from 75479 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-perl/nativesdk-perl-module-sort: PKGSIZE changed from 3911 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-perl/nativesdk-perl-module-storable: PKGSIZE changed from 141879 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-perl/nativesdk-perl-module-sub-util: PKGSIZE changed from 4661 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-perl/nativesdk-perl-module-subs: PKGSIZE changed from 945 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-perl/nativesdk-perl-module-symbol: PKGSIZE changed from 4905 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-perl/nativesdk-perl-module-sys-hostname: PKGSIZE changed from 17365 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-perl/nativesdk-perl-module-sys-syslog: PKGSIZE changed from 65789 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-perl/nativesdk-perl-module-tap-base: PKGSIZE changed from 2301 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-perl/nativesdk-perl-module-tap-formatter-base: PKGSIZE changed from 11870 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-perl/nativesdk-perl-module-tap-formatter-color: PKGSIZE changed from 2321 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-perl/nativesdk-perl-module-tap-formatter-console-parallelsession: PKGSIZE changed from 4183 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-perl/nativesdk-perl-module-tap-formatter-console-session: PKGSIZE changed from 5527 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-perl/nativesdk-perl-module-tap-formatter-console: PKGSIZE changed from 1995 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-perl/nativesdk-perl-module-tap-formatter-file-session: PKGSIZE changed from 2217 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-perl/nativesdk-perl-module-tap-formatter-file: PKGSIZE changed from 850 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-perl/nativesdk-perl-module-tap-formatter-session: PKGSIZE changed from 4988 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-perl/nativesdk-perl-module-tap-harness-env: PKGSIZE changed from 5416 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-perl/nativesdk-perl-module-tap-harness: PKGSIZE changed from 29169 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-perl/nativesdk-perl-module-tap-object: PKGSIZE changed from 2696 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-perl/nativesdk-perl-module-tap-parser-aggregator: PKGSIZE changed from 9243 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-perl/nativesdk-perl-module-tap-parser-grammar: PKGSIZE changed from 15666 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-perl/nativesdk-perl-module-tap-parser-iterator-array: PKGSIZE changed from 1696 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-perl/nativesdk-perl-module-tap-parser-iterator-process: PKGSIZE changed from 9116 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-perl/nativesdk-perl-module-tap-parser-iterator-stream: PKGSIZE changed from 1925 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-perl/nativesdk-perl-module-tap-parser-iterator: PKGSIZE changed from 2998 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-perl/nativesdk-perl-module-tap-parser-iteratorfactory: PKGSIZE changed from 8307 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-perl/nativesdk-perl-module-tap-parser-multiplexer: PKGSIZE changed from 4265 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-perl/nativesdk-perl-module-tap-parser-result-bailout: PKGSIZE changed from 1148 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-perl/nativesdk-perl-module-tap-parser-result-comment: PKGSIZE changed from 986 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-perl/nativesdk-perl-module-tap-parser-result-plan: PKGSIZE changed from 2048 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-perl/nativesdk-perl-module-tap-parser-result-pragma: PKGSIZE changed from 946 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-perl/nativesdk-perl-module-tap-parser-result-test: PKGSIZE changed from 6078 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-perl/nativesdk-perl-module-tap-parser-result-unknown: PKGSIZE changed from 734 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-perl/nativesdk-perl-module-tap-parser-result-version: PKGSIZE changed from 946 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-perl/nativesdk-perl-module-tap-parser-result-yaml: PKGSIZE changed from 880 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-perl/nativesdk-perl-module-tap-parser-result: PKGSIZE changed from 6145 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-perl/nativesdk-perl-module-tap-parser-resultfactory: PKGSIZE changed from 4065 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-perl/nativesdk-perl-module-tap-parser-scheduler-job: PKGSIZE changed from 2201 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-perl/nativesdk-perl-module-tap-parser-scheduler-spinner: PKGSIZE changed from 990 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-perl/nativesdk-perl-module-tap-parser-scheduler: PKGSIZE changed from 11543 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-perl/nativesdk-perl-module-tap-parser-source: PKGSIZE changed from 9551 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-perl/nativesdk-perl-module-tap-parser-sourcehandler-executable: PKGSIZE changed from 4045 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-perl/nativesdk-perl-module-tap-parser-sourcehandler-file: PKGSIZE changed from 2993 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-perl/nativesdk-perl-module-tap-parser-sourcehandler-handle: PKGSIZE changed from 2651 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-perl/nativesdk-perl-module-tap-parser-sourcehandler-perl: PKGSIZE changed from 9447 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-perl/nativesdk-perl-module-tap-parser-sourcehandler-rawtap: PKGSIZE changed from 2842 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-perl/nativesdk-perl-module-tap-parser-sourcehandler: PKGSIZE changed from 5154 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-perl/nativesdk-perl-module-tap-parser-yamlish-reader: PKGSIZE changed from 7603 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-perl/nativesdk-perl-module-tap-parser-yamlish-writer: PKGSIZE changed from 5235 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-perl/nativesdk-perl-module-tap-parser: PKGSIZE changed from 52200 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-perl/nativesdk-perl-module-term-ansicolor: PKGSIZE changed from 56048 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-perl/nativesdk-perl-module-term-cap: PKGSIZE changed from 19774 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-perl/nativesdk-perl-module-term-complete: PKGSIZE changed from 4552 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-perl/nativesdk-perl-module-term-readline: PKGSIZE changed from 14036 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-perl/nativesdk-perl-module-test-builder-formatter: PKGSIZE changed from 2122 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-perl/nativesdk-perl-module-test-builder-io-scalar: PKGSIZE changed from 13640 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-perl/nativesdk-perl-module-test-builder-module: PKGSIZE changed from 4079 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-perl/nativesdk-perl-module-test-builder-tester-color: PKGSIZE changed from 973 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-perl/nativesdk-perl-module-test-builder-tester: PKGSIZE changed from 18035 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-perl/nativesdk-perl-module-test-builder-tododiag: PKGSIZE changed from 1081 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-perl/nativesdk-perl-module-test-builder: PKGSIZE changed from 65114 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-perl/nativesdk-perl-module-test-harness: PKGSIZE changed from 16649 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-perl/nativesdk-perl-module-test-more: PKGSIZE changed from 52697 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-perl/nativesdk-perl-module-test-simple: PKGSIZE changed from 6492 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-perl/nativesdk-perl-module-test-tester-capture: PKGSIZE changed from 4424 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-perl/nativesdk-perl-module-test-tester-capturerunner: PKGSIZE changed from 1302 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-perl/nativesdk-perl-module-test-tester-delegate: PKGSIZE changed from 571 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-perl/nativesdk-perl-module-test-tester: PKGSIZE changed from 18333 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-perl/nativesdk-perl-module-test-use-ok: PKGSIZE changed from 1360 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-perl/nativesdk-perl-module-test: PKGSIZE changed from 30042 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-perl/nativesdk-perl-module-test2-api-breakage: PKGSIZE changed from 4826 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-perl/nativesdk-perl-module-test2-api-context: PKGSIZE changed from 27521 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-perl/nativesdk-perl-module-test2-api-instance: PKGSIZE changed from 21497 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-perl/nativesdk-perl-module-test2-api-interceptresult-event: PKGSIZE changed from 28637 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-perl/nativesdk-perl-module-test2-api-interceptresult-facet: PKGSIZE changed from 380 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-perl/nativesdk-perl-module-test2-api-interceptresult-hub: PKGSIZE changed from 967 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-perl/nativesdk-perl-module-test2-api-interceptresult-squasher: PKGSIZE changed from 3674 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-perl/nativesdk-perl-module-test2-api-interceptresult: PKGSIZE changed from 18152 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-perl/nativesdk-perl-module-test2-api-stack: PKGSIZE changed from 4862 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-perl/nativesdk-perl-module-test2-api: PKGSIZE changed from 48398 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-perl/nativesdk-perl-module-test2-event-bail: PKGSIZE changed from 1696 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-perl/nativesdk-perl-module-test2-event-diag: PKGSIZE changed from 1455 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-perl/nativesdk-perl-module-test2-event-encoding: PKGSIZE changed from 1769 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-perl/nativesdk-perl-module-test2-event-exception: PKGSIZE changed from 1781 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-perl/nativesdk-perl-module-test2-event-fail: PKGSIZE changed from 2018 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-perl/nativesdk-perl-module-test2-event-generic: PKGSIZE changed from 5909 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-perl/nativesdk-perl-module-test2-event-note: PKGSIZE changed from 1417 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-perl/nativesdk-perl-module-test2-event-ok: PKGSIZE changed from 3162 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-perl/nativesdk-perl-module-test2-event-pass: PKGSIZE changed from 1934 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-perl/nativesdk-perl-module-test2-event-plan: PKGSIZE changed from 3388 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-perl/nativesdk-perl-module-test2-event-skip: PKGSIZE changed from 2010 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-perl/nativesdk-perl-module-test2-event-subtest: PKGSIZE changed from 3197 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-perl/nativesdk-perl-module-test2-event-tap-version: PKGSIZE changed from 1644 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-perl/nativesdk-perl-module-test2-event-v2: PKGSIZE changed from 4907 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-perl/nativesdk-perl-module-test2-event-waiting: PKGSIZE changed from 1238 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-perl/nativesdk-perl-module-test2-event: PKGSIZE changed from 22639 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-perl/nativesdk-perl-module-test2-eventfacet-about: PKGSIZE changed from 1484 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-perl/nativesdk-perl-module-test2-eventfacet-amnesty: PKGSIZE changed from 1643 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-perl/nativesdk-perl-module-test2-eventfacet-assert: PKGSIZE changed from 1712 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-perl/nativesdk-perl-module-test2-eventfacet-control: PKGSIZE changed from 2008 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-perl/nativesdk-perl-module-test2-eventfacet-error: PKGSIZE changed from 1803 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-perl/nativesdk-perl-module-test2-eventfacet-hub: PKGSIZE changed from 1877 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-perl/nativesdk-perl-module-test2-eventfacet-info-table: PKGSIZE changed from 2855 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-perl/nativesdk-perl-module-test2-eventfacet-info: PKGSIZE changed from 3126 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-perl/nativesdk-perl-module-test2-eventfacet-meta: PKGSIZE changed from 1862 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-perl/nativesdk-perl-module-test2-eventfacet-parent: PKGSIZE changed from 1750 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-perl/nativesdk-perl-module-test2-eventfacet-plan: PKGSIZE changed from 1886 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-perl/nativesdk-perl-module-test2-eventfacet-render: PKGSIZE changed from 2047 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-perl/nativesdk-perl-module-test2-eventfacet-trace: PKGSIZE changed from 6837 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-perl/nativesdk-perl-module-test2-eventfacet: PKGSIZE changed from 1494 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-perl/nativesdk-perl-module-test2-formatter-tap: PKGSIZE changed from 13732 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-perl/nativesdk-perl-module-test2-formatter: PKGSIZE changed from 3953 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-perl/nativesdk-perl-module-test2-hub-interceptor-terminator: PKGSIZE changed from 736 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-perl/nativesdk-perl-module-test2-hub-interceptor: PKGSIZE changed from 2726 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-perl/nativesdk-perl-module-test2-hub-subtest: PKGSIZE changed from 2640 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-perl/nativesdk-perl-module-test2-hub: PKGSIZE changed from 22828 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-perl/nativesdk-perl-module-test2-ipc-driver-files: PKGSIZE changed from 13564 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-perl/nativesdk-perl-module-test2-ipc-driver: PKGSIZE changed from 6522 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-perl/nativesdk-perl-module-test2-ipc: PKGSIZE changed from 3174 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-perl/nativesdk-perl-module-test2-tools-tiny: PKGSIZE changed from 9141 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-perl/nativesdk-perl-module-test2-util-externalmeta: PKGSIZE changed from 3779 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-perl/nativesdk-perl-module-test2-util-facets2legacy: PKGSIZE changed from 6907 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-perl/nativesdk-perl-module-test2-util-hashbase: PKGSIZE changed from 13221 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-perl/nativesdk-perl-module-test2-util-trace: PKGSIZE changed from 883 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-perl/nativesdk-perl-module-test2-util: PKGSIZE changed from 10500 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-perl/nativesdk-perl-module-test2: PKGSIZE changed from 6393 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-perl/nativesdk-perl-module-text-abbrev: PKGSIZE changed from 2041 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-perl/nativesdk-perl-module-text-balanced: PKGSIZE changed from 77325 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-perl/nativesdk-perl-module-text-parsewords: PKGSIZE changed from 8144 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-perl/nativesdk-perl-module-text-tabs: PKGSIZE changed from 4457 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-perl/nativesdk-perl-module-text-wrap: PKGSIZE changed from 9018 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-perl/nativesdk-perl-module-thread-queue: PKGSIZE changed from 17689 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-perl/nativesdk-perl-module-thread-semaphore: PKGSIZE changed from 7582 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-perl/nativesdk-perl-module-thread: PKGSIZE changed from 8289 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-perl/nativesdk-perl-module-threads-shared: PKGSIZE changed from 34204 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-perl/nativesdk-perl-module-threads: PKGSIZE changed from 51603 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-perl/nativesdk-perl-module-tie-array: PKGSIZE changed from 7303 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-perl/nativesdk-perl-module-tie-file: PKGSIZE changed from 77419 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-perl/nativesdk-perl-module-tie-handle: PKGSIZE changed from 4202 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-perl/nativesdk-perl-module-tie-hash-namedcapture: PKGSIZE changed from 1582 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-perl/nativesdk-perl-module-tie-hash: PKGSIZE changed from 7639 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-perl/nativesdk-perl-module-tie-memoize: PKGSIZE changed from 4251 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-perl/nativesdk-perl-module-tie-refhash: PKGSIZE changed from 8913 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-perl/nativesdk-perl-module-tie-scalar: PKGSIZE changed from 4169 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-perl/nativesdk-perl-module-tie-stdhandle: PKGSIZE changed from 1389 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-perl/nativesdk-perl-module-tie-substrhash: PKGSIZE changed from 5404 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-perl/nativesdk-perl-module-time-gmtime: PKGSIZE changed from 2620 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-perl/nativesdk-perl-module-time-hires: PKGSIZE changed from 55889 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-perl/nativesdk-perl-module-time-local: PKGSIZE changed from 16312 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-perl/nativesdk-perl-module-time-localtime: PKGSIZE changed from 2443 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-perl/nativesdk-perl-module-time-piece: PKGSIZE changed from 54188 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-perl/nativesdk-perl-module-time-seconds: PKGSIZE changed from 5351 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-perl/nativesdk-perl-module-time-tm: PKGSIZE changed from 691 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-perl/nativesdk-perl-module-unicode-collate-cjk-big5: PKGSIZE changed from 66468 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-perl/nativesdk-perl-module-unicode-collate-cjk-gb2312: PKGSIZE changed from 35206 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-perl/nativesdk-perl-module-unicode-collate-cjk-jisx0208: PKGSIZE changed from 32777 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-perl/nativesdk-perl-module-unicode-collate-cjk-korean: PKGSIZE changed from 48679 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-perl/nativesdk-perl-module-unicode-collate-cjk-pinyin: PKGSIZE changed from 106071 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-perl/nativesdk-perl-module-unicode-collate-cjk-stroke: PKGSIZE changed from 121621 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-perl/nativesdk-perl-module-unicode-collate-cjk-zhuyin: PKGSIZE changed from 112687 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-perl/nativesdk-perl-module-unicode-collate-locale-af: PKGSIZE changed from 158 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-perl/nativesdk-perl-module-unicode-collate-locale-ar: PKGSIZE changed from 861 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-perl/nativesdk-perl-module-unicode-collate-locale-as: PKGSIZE changed from 801 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-perl/nativesdk-perl-module-unicode-collate-locale-az: PKGSIZE changed from 3600 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-perl/nativesdk-perl-module-unicode-collate-locale-be: PKGSIZE changed from 566 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-perl/nativesdk-perl-module-unicode-collate-locale-bn: PKGSIZE changed from 364 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-perl/nativesdk-perl-module-unicode-collate-locale-ca: PKGSIZE changed from 1336 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-perl/nativesdk-perl-module-unicode-collate-locale-cs: PKGSIZE changed from 1472 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-perl/nativesdk-perl-module-unicode-collate-locale-cu: PKGSIZE changed from 16789 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-perl/nativesdk-perl-module-unicode-collate-locale-cy: PKGSIZE changed from 1978 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-perl/nativesdk-perl-module-unicode-collate-locale-da: PKGSIZE changed from 5681 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-perl/nativesdk-perl-module-unicode-collate-locale-de-at-ph: PKGSIZE changed from 2222 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-perl/nativesdk-perl-module-unicode-collate-locale-de-phone: PKGSIZE changed from 2476 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-perl/nativesdk-perl-module-unicode-collate-locale-dsb: PKGSIZE changed from 3686 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-perl/nativesdk-perl-module-unicode-collate-locale-ee: PKGSIZE changed from 2556 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-perl/nativesdk-perl-module-unicode-collate-locale-eo: PKGSIZE changed from 1742 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-perl/nativesdk-perl-module-unicode-collate-locale-es-trad: PKGSIZE changed from 816 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-perl/nativesdk-perl-module-unicode-collate-locale-es: PKGSIZE changed from 342 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-perl/nativesdk-perl-module-unicode-collate-locale-et: PKGSIZE changed from 3700 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-perl/nativesdk-perl-module-unicode-collate-locale-fa: PKGSIZE changed from 3410 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-perl/nativesdk-perl-module-unicode-collate-locale-fi-phone: PKGSIZE changed from 4658 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-perl/nativesdk-perl-module-unicode-collate-locale-fi: PKGSIZE changed from 4766 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-perl/nativesdk-perl-module-unicode-collate-locale-fil: PKGSIZE changed from 579 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-perl/nativesdk-perl-module-unicode-collate-locale-fo: PKGSIZE changed from 5534 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-perl/nativesdk-perl-module-unicode-collate-locale-fr-ca: PKGSIZE changed from 52 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-perl/nativesdk-perl-module-unicode-collate-locale-gu: PKGSIZE changed from 361 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-perl/nativesdk-perl-module-unicode-collate-locale-ha: PKGSIZE changed from 917 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-perl/nativesdk-perl-module-unicode-collate-locale-haw: PKGSIZE changed from 1511 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-perl/nativesdk-perl-module-unicode-collate-locale-he: PKGSIZE changed from 201 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-perl/nativesdk-perl-module-unicode-collate-locale-hi: PKGSIZE changed from 369 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-perl/nativesdk-perl-module-unicode-collate-locale-hr: PKGSIZE changed from 3270 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-perl/nativesdk-perl-module-unicode-collate-locale-hu: PKGSIZE changed from 17354 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-perl/nativesdk-perl-module-unicode-collate-locale-hy: PKGSIZE changed from 423 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-perl/nativesdk-perl-module-unicode-collate-locale-ig: PKGSIZE changed from 3901 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-perl/nativesdk-perl-module-unicode-collate-locale-is: PKGSIZE changed from 5340 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-perl/nativesdk-perl-module-unicode-collate-locale-ja: PKGSIZE changed from 201380 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-perl/nativesdk-perl-module-unicode-collate-locale-kk: PKGSIZE changed from 834 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-perl/nativesdk-perl-module-unicode-collate-locale-kl: PKGSIZE changed from 5274 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-perl/nativesdk-perl-module-unicode-collate-locale-kn: PKGSIZE changed from 438 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-perl/nativesdk-perl-module-unicode-collate-locale-ko: PKGSIZE changed from 62666 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-perl/nativesdk-perl-module-unicode-collate-locale-kok: PKGSIZE changed from 723 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-perl/nativesdk-perl-module-unicode-collate-locale-lkt: PKGSIZE changed from 1382 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-perl/nativesdk-perl-module-unicode-collate-locale-ln: PKGSIZE changed from 487 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-perl/nativesdk-perl-module-unicode-collate-locale-lt: PKGSIZE changed from 2963 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-perl/nativesdk-perl-module-unicode-collate-locale-lv: PKGSIZE changed from 2202 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-perl/nativesdk-perl-module-unicode-collate-locale-mk: PKGSIZE changed from 983 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-perl/nativesdk-perl-module-unicode-collate-locale-ml: PKGSIZE changed from 1643 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-perl/nativesdk-perl-module-unicode-collate-locale-mr: PKGSIZE changed from 847 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-perl/nativesdk-perl-module-unicode-collate-locale-mt: PKGSIZE changed from 2158 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-perl/nativesdk-perl-module-unicode-collate-locale-nb: PKGSIZE changed from 5387 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-perl/nativesdk-perl-module-unicode-collate-locale-nn: PKGSIZE changed from 5387 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-perl/nativesdk-perl-module-unicode-collate-locale-nso: PKGSIZE changed from 2878 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-perl/nativesdk-perl-module-unicode-collate-locale-om: PKGSIZE changed from 1423 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-perl/nativesdk-perl-module-unicode-collate-locale-or: PKGSIZE changed from 579 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-perl/nativesdk-perl-module-unicode-collate-locale-pa: PKGSIZE changed from 1351 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-perl/nativesdk-perl-module-unicode-collate-locale-pl: PKGSIZE changed from 3100 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-perl/nativesdk-perl-module-unicode-collate-locale-ro: PKGSIZE changed from 3932 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-perl/nativesdk-perl-module-unicode-collate-locale-sa: PKGSIZE changed from 847 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-perl/nativesdk-perl-module-unicode-collate-locale-se: PKGSIZE changed from 10694 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-perl/nativesdk-perl-module-unicode-collate-locale-si-dict: PKGSIZE changed from 409 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-perl/nativesdk-perl-module-unicode-collate-locale-si: PKGSIZE changed from 441 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-perl/nativesdk-perl-module-unicode-collate-locale-sk: PKGSIZE changed from 3210 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-perl/nativesdk-perl-module-unicode-collate-locale-sl: PKGSIZE changed from 862 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-perl/nativesdk-perl-module-unicode-collate-locale-sq: PKGSIZE changed from 3776 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-perl/nativesdk-perl-module-unicode-collate-locale-sr: PKGSIZE changed from 275 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-perl/nativesdk-perl-module-unicode-collate-locale-sv-refo: PKGSIZE changed from 6418 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-perl/nativesdk-perl-module-unicode-collate-locale-sv: PKGSIZE changed from 6526 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-perl/nativesdk-perl-module-unicode-collate-locale-ta: PKGSIZE changed from 3958 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-perl/nativesdk-perl-module-unicode-collate-locale-te: PKGSIZE changed from 360 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-perl/nativesdk-perl-module-unicode-collate-locale-th: PKGSIZE changed from 1185 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-perl/nativesdk-perl-module-unicode-collate-locale-tn: PKGSIZE changed from 2878 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-perl/nativesdk-perl-module-unicode-collate-locale-to: PKGSIZE changed from 3825 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-perl/nativesdk-perl-module-unicode-collate-locale-tr: PKGSIZE changed from 3242 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-perl/nativesdk-perl-module-unicode-collate-locale-ug-cyrl: PKGSIZE changed from 204 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-perl/nativesdk-perl-module-unicode-collate-locale-uk: PKGSIZE changed from 637 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-perl/nativesdk-perl-module-unicode-collate-locale-ur: PKGSIZE changed from 6368 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-perl/nativesdk-perl-module-unicode-collate-locale-vi: PKGSIZE changed from 22785 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-perl/nativesdk-perl-module-unicode-collate-locale-vo: PKGSIZE changed from 2068 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-perl/nativesdk-perl-module-unicode-collate-locale-wae: PKGSIZE changed from 2387 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-perl/nativesdk-perl-module-unicode-collate-locale-wo: PKGSIZE changed from 1820 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-perl/nativesdk-perl-module-unicode-collate-locale-yo: PKGSIZE changed from 1741 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-perl/nativesdk-perl-module-unicode-collate-locale-zh-big5: PKGSIZE changed from 63278 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-perl/nativesdk-perl-module-unicode-collate-locale-zh-gb: PKGSIZE changed from 42362 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-perl/nativesdk-perl-module-unicode-collate-locale-zh-pin: PKGSIZE changed from 101390 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-perl/nativesdk-perl-module-unicode-collate-locale-zh-strk: PKGSIZE changed from 106613 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-perl/nativesdk-perl-module-unicode-collate-locale-zh-zhu: PKGSIZE changed from 104801 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-perl/nativesdk-perl-module-unicode-collate-locale-zh: PKGSIZE changed from 15294 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-perl/nativesdk-perl-module-unicode-collate-locale: PKGSIZE changed from 18988 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-perl/nativesdk-perl-module-unicode-collate: PKGSIZE changed from 935193 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-perl/nativesdk-perl-module-unicode-normalize: PKGSIZE changed from 323279 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-perl/nativesdk-perl-module-unicode-ucd: PKGSIZE changed from 186274 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-perl/nativesdk-perl-module-unicore: PKGSIZE changed from 3548852 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-perl/nativesdk-perl-module-universal: PKGSIZE changed from 6594 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-perl/nativesdk-perl-module-user-grent: PKGSIZE changed from 2918 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-perl/nativesdk-perl-module-user-pwent: PKGSIZE changed from 9982 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-perl/nativesdk-perl-module-utf8: PKGSIZE changed from 10756 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-perl/nativesdk-perl-module-version-regex: PKGSIZE changed from 4072 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-perl/nativesdk-perl-module-version: PKGSIZE changed from 1976 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-perl/nativesdk-perl-module-vmsish: PKGSIZE changed from 4313 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-perl/nativesdk-perl-module-xsloader: PKGSIZE changed from 11985 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-perl/nativesdk-perl-pod: PKGSIZE changed from 9688130 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-perl/nativesdk-perl: PKGSIZE changed from 2984308 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-perl/nativesdk-perl: latest.pkg_postinst changed from "#!/bin/sh set -e if [ x"$D" = "x" ]; then if [ -x /sbin/ldconfig ]; then /sbin/ldconfig ; fi fi " to "#!/bin/sh if [ x"$D" = "x" ]; then if [ -x /sbin/ldconfig ]; then /sbin/ldconfig ; fi fi " packages/i686-nativesdk-pokysdk-linux/nativesdk-pixman/nativesdk-pixman-dbg: PKGSIZE changed from 57084 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-pixman/nativesdk-pixman-dev: PKGSIZE changed from 49812 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-pixman/nativesdk-pixman: PKGSIZE changed from 714549 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-pixman/nativesdk-pixman: latest.pkg_postinst changed from "#!/bin/sh set -e if [ x"$D" = "x" ]; then if [ -x /sbin/ldconfig ]; then /sbin/ldconfig ; fi fi " to "#!/bin/sh if [ x"$D" = "x" ]; then if [ -x /sbin/ldconfig ]; then /sbin/ldconfig ; fi fi " packages/i686-nativesdk-pokysdk-linux/nativesdk-pkgconfig/nativesdk-pkgconfig-dbg: PKGSIZE changed from 85056 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-pkgconfig/nativesdk-pkgconfig-doc: PKGSIZE changed from 41443 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-pkgconfig/nativesdk-pkgconfig: PKGSIZE changed from 623399 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-popt/nativesdk-popt-dbg: PKGSIZE changed from 12732 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-popt/nativesdk-popt-dev: PKGSIZE changed from 18668 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-popt/nativesdk-popt-doc: PKGSIZE changed from 31667 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-popt/nativesdk-popt-locale-cs: PKGSIZE changed from 2160 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-popt/nativesdk-popt-locale-da: PKGSIZE changed from 2119 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-popt/nativesdk-popt-locale-de: PKGSIZE changed from 2176 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-popt/nativesdk-popt-locale-eo: PKGSIZE changed from 2151 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-popt/nativesdk-popt-locale-es: PKGSIZE changed from 1513 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-popt/nativesdk-popt-locale-fi: PKGSIZE changed from 2402 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-popt/nativesdk-popt-locale-fr: PKGSIZE changed from 1844 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-popt/nativesdk-popt-locale-ga: PKGSIZE changed from 2243 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-popt/nativesdk-popt-locale-gl: PKGSIZE changed from 1556 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-popt/nativesdk-popt-locale-hu: PKGSIZE changed from 2116 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-popt/nativesdk-popt-locale-id: PKGSIZE changed from 2154 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-popt/nativesdk-popt-locale-is: PKGSIZE changed from 1750 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-popt/nativesdk-popt-locale-it: PKGSIZE changed from 2276 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-popt/nativesdk-popt-locale-ja: PKGSIZE changed from 2086 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-popt/nativesdk-popt-locale-ko: PKGSIZE changed from 2021 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-popt/nativesdk-popt-locale-lv: PKGSIZE changed from 2347 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-popt/nativesdk-popt-locale-nb: PKGSIZE changed from 1718 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-popt/nativesdk-popt-locale-nl: PKGSIZE changed from 2180 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-popt/nativesdk-popt-locale-pl: PKGSIZE changed from 2122 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-popt/nativesdk-popt-locale-pt: PKGSIZE changed from 1809 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-popt/nativesdk-popt-locale-ro: PKGSIZE changed from 1053 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-popt/nativesdk-popt-locale-ru: PKGSIZE changed from 2829 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-popt/nativesdk-popt-locale-sk: PKGSIZE changed from 533 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-popt/nativesdk-popt-locale-sl: PKGSIZE changed from 533 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-popt/nativesdk-popt-locale-sv: PKGSIZE changed from 2137 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-popt/nativesdk-popt-locale-th: PKGSIZE changed from 3138 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-popt/nativesdk-popt-locale-tr: PKGSIZE changed from 1608 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-popt/nativesdk-popt-locale-uk: PKGSIZE changed from 576 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-popt/nativesdk-popt-locale-vi: PKGSIZE changed from 2483 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-popt/nativesdk-popt-locale-wa: PKGSIZE changed from 532 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-popt/nativesdk-popt-locale-zh-cn: PKGSIZE changed from 2024 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-popt/nativesdk-popt-locale-zh-tw: PKGSIZE changed from 1679 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-popt/nativesdk-popt: PKGSIZE changed from 51260 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-popt/nativesdk-popt: latest.pkg_postinst changed from "#!/bin/sh set -e if [ x"$D" = "x" ]; then if [ -x /sbin/ldconfig ]; then /sbin/ldconfig ; fi fi " to "#!/bin/sh if [ x"$D" = "x" ]; then if [ -x /sbin/ldconfig ]; then /sbin/ldconfig ; fi fi " packages/i686-nativesdk-pokysdk-linux/nativesdk-pseudo/nativesdk-pseudo-dbg: PKGSIZE changed from 1200868 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-pseudo/nativesdk-pseudo-src: PKGSIZE changed from 872838 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-pseudo/nativesdk-pseudo: PKGSIZE changed from 728060 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-python3-setuptools/nativesdk-python3-pkg-resources: PKGSIZE changed from 860428 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-python3-setuptools/nativesdk-python3-setuptools: PKGSIZE changed from 3287437 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-python3/nativesdk-libpython3-staticdev: PKGSIZE changed from 12449650 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-python3/nativesdk-libpython3: PKGSIZE changed from 3273488 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-python3/nativesdk-libpython3: latest.pkg_postinst changed from "#!/bin/sh set -e if [ x"$D" = "x" ]; then if [ -x /sbin/ldconfig ]; then /sbin/ldconfig ; fi fi " to "#!/bin/sh if [ x"$D" = "x" ]; then if [ -x /sbin/ldconfig ]; then /sbin/ldconfig ; fi fi " packages/i686-nativesdk-pokysdk-linux/nativesdk-python3/nativesdk-python3-2to3: PKGSIZE changed from 998597 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-python3/nativesdk-python3-asyncio: PKGSIZE changed from 1788161 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-python3/nativesdk-python3-audio: PKGSIZE changed from 253485 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-python3/nativesdk-python3-codecs: PKGSIZE changed from 71041 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-python3/nativesdk-python3-compile: PKGSIZE changed from 114390 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-python3/nativesdk-python3-compression: PKGSIZE changed from 598474 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-python3/nativesdk-python3-core: PKGSIZE changed from 10790945 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-python3/nativesdk-python3-crypt: PKGSIZE changed from 314307 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-python3/nativesdk-python3-ctypes: PKGSIZE changed from 344836 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-python3/nativesdk-python3-curses: PKGSIZE changed from 208583 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-python3/nativesdk-python3-datetime: PKGSIZE changed from 516294 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-python3/nativesdk-python3-db: PKGSIZE changed from 70906 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-python3/nativesdk-python3-dbg: PKGSIZE changed from 15584196 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-python3/nativesdk-python3-debugger: PKGSIZE changed from 286800 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-python3/nativesdk-python3-dev: PKGSIZE changed from 683593 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-python3/nativesdk-python3-dev: latest.pkg_postinst changed from "#!/bin/sh set -e update-alternatives --install /opt/poky/3.3+snapshot/sysroots/i686-pokysdk-linux/usr/bin/python3.9-config python3-config /opt/poky/3.3+snapshot/sysroots/i686-pokysdk-linux/usr/bin/python3.9-config-lib 10 if [ x"$D" = "x" ]; then if [ -x /sbin/ldconfig ]; then /sbin/ldconfig ; fi fi " to "#!/bin/sh update-alternatives --install /opt/poky/3.3+snapshot/sysroots/i686-pokysdk-linux/usr/bin/python3.9-config python3-config /opt/poky/3.3+snapshot/sysroots/i686-pokysdk-linux/usr/bin/python3.9-config-lib 10 if [ x"$D" = "x" ]; then if [ -x /sbin/ldconfig ]; then /sbin/ldconfig ; fi fi " packages/i686-nativesdk-pokysdk-linux/nativesdk-python3/nativesdk-python3-dev: latest.pkg_prerm changed from "#!/bin/sh set -e update-alternatives --remove python3-config /opt/poky/3.3+snapshot/sysroots/i686-pokysdk-linux/usr/bin/python3.9-config-lib " to "#!/bin/sh update-alternatives --remove python3-config /opt/poky/3.3+snapshot/sysroots/i686-pokysdk-linux/usr/bin/python3.9-config-lib " packages/i686-nativesdk-pokysdk-linux/nativesdk-python3/nativesdk-python3-difflib: PKGSIZE changed from 228736 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-python3/nativesdk-python3-distutils: PKGSIZE changed from 1847175 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-python3/nativesdk-python3-doc: PKGSIZE changed from 18243 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-python3/nativesdk-python3-doctest: PKGSIZE changed from 296988 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-python3/nativesdk-python3-email: PKGSIZE changed from 1325547 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-python3/nativesdk-python3-fcntl: PKGSIZE changed from 22148 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-python3/nativesdk-python3-gdbm: PKGSIZE changed from 26784 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-python3/nativesdk-python3-html: PKGSIZE changed from 354008 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-python3/nativesdk-python3-idle: PKGSIZE changed from 2834696 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-python3/nativesdk-python3-image: PKGSIZE changed from 29439 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-python3/nativesdk-python3-io: PKGSIZE changed from 1223485 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-python3/nativesdk-python3-json: PKGSIZE changed from 188043 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-python3/nativesdk-python3-logging: PKGSIZE changed from 522664 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-python3/nativesdk-python3-mailbox: PKGSIZE changed from 254026 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-python3/nativesdk-python3-math: PKGSIZE changed from 151602 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-python3/nativesdk-python3-mime: PKGSIZE changed from 41186 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-python3/nativesdk-python3-misc: PKGSIZE changed from 5554002 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-python3/nativesdk-python3-mmap: PKGSIZE changed from 31072 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-python3/nativesdk-python3-multiprocessing: PKGSIZE changed from 974342 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-python3/nativesdk-python3-netclient: PKGSIZE changed from 1354651 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-python3/nativesdk-python3-netserver: PKGSIZE changed from 197878 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-python3/nativesdk-python3-numbers: PKGSIZE changed from 1053773 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-python3/nativesdk-python3-pickle: PKGSIZE changed from 645796 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-python3/nativesdk-python3-plistlib: PKGSIZE changed from 96572 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-python3/nativesdk-python3-pprint: PKGSIZE changed from 70938 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-python3/nativesdk-python3-profile: PKGSIZE changed from 316219 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-python3/nativesdk-python3-pydoc: PKGSIZE changed from 2337221 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-python3/nativesdk-python3-resource: PKGSIZE changed from 14176 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-python3/nativesdk-python3-shell: PKGSIZE changed from 102557 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-python3/nativesdk-python3-smtpd: PKGSIZE changed from 209625 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-python3/nativesdk-python3-sqlite3: PKGSIZE changed from 95439 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-python3/nativesdk-python3-src: PKGSIZE changed from 20357559 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-python3/nativesdk-python3-statistics: PKGSIZE changed from 117888 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-python3/nativesdk-python3-stringold: PKGSIZE changed from 31099 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-python3/nativesdk-python3-syslog: PKGSIZE changed from 14020 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-python3/nativesdk-python3-terminal: PKGSIZE changed from 20122 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-python3/nativesdk-python3-tests: PKGSIZE changed from 69570393 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-python3/nativesdk-python3-threading: PKGSIZE changed from 77917 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-python3/nativesdk-python3-tkinter: PKGSIZE changed from 1326319 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-python3/nativesdk-python3-unittest: PKGSIZE changed from 765834 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-python3/nativesdk-python3-unixadmin: PKGSIZE changed from 31656 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-python3/nativesdk-python3-venv: PKGSIZE changed from 79035 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-python3/nativesdk-python3-xml: PKGSIZE changed from 1293897 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-python3/nativesdk-python3-xmlrpc: PKGSIZE changed from 261811 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-qemu-helper/nativesdk-qemu-helper-dbg: PKGSIZE changed from 8260 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-qemu-helper/nativesdk-qemu-helper: PKGSIZE changed from 103581 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-qemu/nativesdk-qemu-dbg: PKGSIZE changed from 853674600 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-qemu/nativesdk-qemu-src: PKGSIZE changed from 69260698 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-qemu/nativesdk-qemu: PKGSIZE changed from 539013997 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-qemuwrapper-cross/nativesdk-qemuwrapper-cross: PKGSIZE changed from 337 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-readline/nativesdk-readline-dbg: PKGSIZE changed from 52092 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-readline/nativesdk-readline-dev: PKGSIZE changed from 69906 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-readline/nativesdk-readline-doc: PKGSIZE changed from 559527 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-readline/nativesdk-readline-doc: latest.pkg_postinst changed from "#!/bin/sh set -e update-alternatives --install /opt/poky/3.3+snapshot/sysroots/i686-pokysdk-linux/usr/share/man/man3/history.3 history.3 /opt/poky/3.3+snapshot/sysroots/i686-pokysdk-linux/usr/share/man/man3/history.3.readline 100 " to "#!/bin/sh update-alternatives --install /opt/poky/3.3+snapshot/sysroots/i686-pokysdk-linux/usr/share/man/man3/history.3 history.3 /opt/poky/3.3+snapshot/sysroots/i686-pokysdk-linux/usr/share/man/man3/history.3.readline 100 " packages/i686-nativesdk-pokysdk-linux/nativesdk-readline/nativesdk-readline-doc: latest.pkg_prerm changed from "#!/bin/sh set -e update-alternatives --remove history.3 /opt/poky/3.3+snapshot/sysroots/i686-pokysdk-linux/usr/share/man/man3/history.3.readline " to "#!/bin/sh update-alternatives --remove history.3 /opt/poky/3.3+snapshot/sysroots/i686-pokysdk-linux/usr/share/man/man3/history.3.readline " packages/i686-nativesdk-pokysdk-linux/nativesdk-readline/nativesdk-readline: PKGSIZE changed from 353124 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-readline/nativesdk-readline: latest.pkg_postinst changed from "#!/bin/sh set -e if [ x"$D" = "x" ]; then if [ -x /sbin/ldconfig ]; then /sbin/ldconfig ; fi fi " to "#!/bin/sh if [ x"$D" = "x" ]; then if [ -x /sbin/ldconfig ]; then /sbin/ldconfig ; fi fi " packages/i686-nativesdk-pokysdk-linux/nativesdk-rpm/nativesdk-python3-rpm: PKGSIZE changed from 153340 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-rpm/nativesdk-rpm-build: PKGSIZE changed from 400530 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-rpm/nativesdk-rpm-build: latest.pkg_postinst changed from "#!/bin/sh set -e if [ x"$D" = "x" ]; then if [ -x /sbin/ldconfig ]; then /sbin/ldconfig ; fi fi " to "#!/bin/sh if [ x"$D" = "x" ]; then if [ -x /sbin/ldconfig ]; then /sbin/ldconfig ; fi fi " packages/i686-nativesdk-pokysdk-linux/nativesdk-rpm/nativesdk-rpm-dbg: PKGSIZE changed from 270040 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-rpm/nativesdk-rpm-dev: PKGSIZE changed from 272548 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-rpm/nativesdk-rpm-doc: PKGSIZE changed from 261828 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-rpm/nativesdk-rpm-locale-ar: PKGSIZE changed from 6626 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-rpm/nativesdk-rpm-locale-br: PKGSIZE changed from 9143 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-rpm/nativesdk-rpm-locale-ca: PKGSIZE changed from 64881 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-rpm/nativesdk-rpm-locale-cmn: PKGSIZE changed from 54663 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-rpm/nativesdk-rpm-locale-cs: PKGSIZE changed from 43268 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-rpm/nativesdk-rpm-locale-da: PKGSIZE changed from 26371 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-rpm/nativesdk-rpm-locale-de: PKGSIZE changed from 76403 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-rpm/nativesdk-rpm-locale-el: PKGSIZE changed from 2341 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-rpm/nativesdk-rpm-locale-eo: PKGSIZE changed from 64354 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-rpm/nativesdk-rpm-locale-es: PKGSIZE changed from 59779 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-rpm/nativesdk-rpm-locale-fi: PKGSIZE changed from 38870 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-rpm/nativesdk-rpm-locale-fr: PKGSIZE changed from 61926 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-rpm/nativesdk-rpm-locale-id: PKGSIZE changed from 8662 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-rpm/nativesdk-rpm-locale-is: PKGSIZE changed from 6040 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-rpm/nativesdk-rpm-locale-it: PKGSIZE changed from 63043 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-rpm/nativesdk-rpm-locale-ja: PKGSIZE changed from 67179 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-rpm/nativesdk-rpm-locale-ko: PKGSIZE changed from 36805 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-rpm/nativesdk-rpm-locale-ms: PKGSIZE changed from 2970 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-rpm/nativesdk-rpm-locale-nb: PKGSIZE changed from 18790 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-rpm/nativesdk-rpm-locale-nl: PKGSIZE changed from 3855 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-rpm/nativesdk-rpm-locale-pl: PKGSIZE changed from 81798 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-rpm/nativesdk-rpm-locale-pt-br: PKGSIZE changed from 50363 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-rpm/nativesdk-rpm-locale-pt: PKGSIZE changed from 32776 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-rpm/nativesdk-rpm-locale-ru: PKGSIZE changed from 54355 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-rpm/nativesdk-rpm-locale-sk: PKGSIZE changed from 56555 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-rpm/nativesdk-rpm-locale-sl: PKGSIZE changed from 13043 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-rpm/nativesdk-rpm-locale-sr+latin: PKGSIZE changed from 45493 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-rpm/nativesdk-rpm-locale-sr: PKGSIZE changed from 56997 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-rpm/nativesdk-rpm-locale-sv: PKGSIZE changed from 71486 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-rpm/nativesdk-rpm-locale-te: PKGSIZE changed from 2350 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-rpm/nativesdk-rpm-locale-tr: PKGSIZE changed from 34736 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-rpm/nativesdk-rpm-locale-uk: PKGSIZE changed from 86904 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-rpm/nativesdk-rpm-locale-vi: PKGSIZE changed from 73621 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-rpm/nativesdk-rpm-locale-zh-cn: PKGSIZE changed from 58941 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-rpm/nativesdk-rpm-locale-zh-tw: PKGSIZE changed from 70382 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-rpm/nativesdk-rpm-sign: PKGSIZE changed from 22470 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-rpm/nativesdk-rpm-sign: latest.pkg_postinst changed from "#!/bin/sh set -e if [ x"$D" = "x" ]; then if [ -x /sbin/ldconfig ]; then /sbin/ldconfig ; fi fi " to "#!/bin/sh if [ x"$D" = "x" ]; then if [ -x /sbin/ldconfig ]; then /sbin/ldconfig ; fi fi " packages/i686-nativesdk-pokysdk-linux/nativesdk-rpm/nativesdk-rpm: PKGSIZE changed from 1180715 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-rpm/nativesdk-rpm: latest.pkg_postinst changed from "#!/bin/sh set -e if [ x"$D" = "x" ]; then if [ -x /sbin/ldconfig ]; then /sbin/ldconfig ; fi fi " to "#!/bin/sh if [ x"$D" = "x" ]; then if [ -x /sbin/ldconfig ]; then /sbin/ldconfig ; fi fi " packages/i686-nativesdk-pokysdk-linux/nativesdk-shadow/nativesdk-shadow-base: PKGSIZE changed from 214226 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-shadow/nativesdk-shadow-base: latest.pkg_postinst changed from "#!/bin/sh set -e update-alternatives --install /opt/poky/3.3+snapshot/sysroots/i686-pokysdk-linux/usr/bin/newgrp newgrp /opt/poky/3.3+snapshot/sysroots/i686-pokysdk-linux/usr/bin/newgrp.shadow 200 update-alternatives --install /opt/poky/3.3+snapshot/sysroots/i686-pokysdk-linux/usr/bin/groups groups /opt/poky/3.3+snapshot/sysroots/i686-pokysdk-linux/usr/bin/groups.shadow 200 update-alternatives --install /opt/poky/3.3+snapshot/sysroots/i686-pokysdk-linux/bin/login login /opt/poky/3.3+snapshot/sysroots/i686-pokysdk-linux/bin/login.shadow 200 update-alternatives --install /opt/poky/3.3+snapshot/sysroots/i686-pokysdk-linux/bin/su su /opt/poky/3.3+snapshot/sysroots/i686-pokysdk-linux/bin/su.shadow 200 " to "#!/bin/sh update-alternatives --install /opt/poky/3.3+snapshot/sysroots/i686-pokysdk-linux/usr/bin/newgrp newgrp /opt/poky/3.3+snapshot/sysroots/i686-pokysdk-linux/usr/bin/newgrp.shadow 200 update-alternatives --install /opt/poky/3.3+snapshot/sysroots/i686-pokysdk-linux/usr/bin/groups groups /opt/poky/3.3+snapshot/sysroots/i686-pokysdk-linux/usr/bin/groups.shadow 200 update-alternatives --install /opt/poky/3.3+snapshot/sysroots/i686-pokysdk-linux/bin/login login /opt/poky/3.3+snapshot/sysroots/i686-pokysdk-linux/bin/login.shadow 200 update-alternatives --install /opt/poky/3.3+snapshot/sysroots/i686-pokysdk-linux/bin/su su /opt/poky/3.3+snapshot/sysroots/i686-pokysdk-linux/bin/su.shadow 200 " packages/i686-nativesdk-pokysdk-linux/nativesdk-shadow/nativesdk-shadow-base: latest.pkg_prerm changed from "#!/bin/sh set -e update-alternatives --remove newgrp /opt/poky/3.3+snapshot/sysroots/i686-pokysdk-linux/usr/bin/newgrp.shadow update-alternatives --remove groups /opt/poky/3.3+snapshot/sysroots/i686-pokysdk-linux/usr/bin/groups.shadow update-alternatives --remove login /opt/poky/3.3+snapshot/sysroots/i686-pokysdk-linux/bin/login.shadow update-alternatives --remove su /opt/poky/3.3+snapshot/sysroots/i686-pokysdk-linux/bin/su.shadow " to "#!/bin/sh update-alternatives --remove newgrp /opt/poky/3.3+snapshot/sysroots/i686-pokysdk-linux/usr/bin/newgrp.shadow update-alternatives --remove groups /opt/poky/3.3+snapshot/sysroots/i686-pokysdk-linux/usr/bin/groups.shadow update-alternatives --remove login /opt/poky/3.3+snapshot/sysroots/i686-pokysdk-linux/bin/login.shadow update-alternatives --remove su /opt/poky/3.3+snapshot/sysroots/i686-pokysdk-linux/bin/su.shadow " packages/i686-nativesdk-pokysdk-linux/nativesdk-shadow/nativesdk-shadow-dbg: PKGSIZE changed from 515492 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-shadow/nativesdk-shadow-doc: PKGSIZE changed from 2242213 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-shadow/nativesdk-shadow-doc: latest.pkg_postinst changed from "#!/bin/sh set -e update-alternatives --install /opt/poky/3.3+snapshot/sysroots/i686-pokysdk-linux/usr/share/man/man5/passwd.5 passwd.5 /opt/poky/3.3+snapshot/sysroots/i686-pokysdk-linux/usr/share/man/man5/passwd.5.shadow 200 update-alternatives --install /opt/poky/3.3+snapshot/sysroots/i686-pokysdk-linux/usr/share/man/man3/getspnam.3 getspnam.3 /opt/poky/3.3+snapshot/sysroots/i686-pokysdk-linux/usr/share/man/man3/getspnam.3.shadow 200 update-alternatives --install /opt/poky/3.3+snapshot/sysroots/i686-pokysdk-linux/usr/share/man/man1/groups.1 groups.1 /opt/poky/3.3+snapshot/sysroots/i686-pokysdk-linux/usr/share/man/man1/groups.1.shadow 200 update-alternatives --install /opt/poky/3.3+snapshot/sysroots/i686-pokysdk-linux/usr/share/man/man1/su.1 su.1 /opt/poky/3.3+snapshot/sysroots/i686-pokysdk-linux/usr/share/man/man1/su.1.shadow 200 update-alternatives --install /opt/poky/3.3+snapshot/sysroots/i686-pokysdk-linux/usr/share/man/man8/nologin.8 nologin.8 /opt/poky/3.3+snapshot/sysroots/i686-pokysdk-linux/usr/share/man/man8/nologin.8.shadow 200 " to "#!/bin/sh update-alternatives --install /opt/poky/3.3+snapshot/sysroots/i686-pokysdk-linux/usr/share/man/man5/passwd.5 passwd.5 /opt/poky/3.3+snapshot/sysroots/i686-pokysdk-linux/usr/share/man/man5/passwd.5.shadow 200 update-alternatives --install /opt/poky/3.3+snapshot/sysroots/i686-pokysdk-linux/usr/share/man/man3/getspnam.3 getspnam.3 /opt/poky/3.3+snapshot/sysroots/i686-pokysdk-linux/usr/share/man/man3/getspnam.3.shadow 200 update-alternatives --install /opt/poky/3.3+snapshot/sysroots/i686-pokysdk-linux/usr/share/man/man1/groups.1 groups.1 /opt/poky/3.3+snapshot/sysroots/i686-pokysdk-linux/usr/share/man/man1/groups.1.shadow 200 update-alternatives --install /opt/poky/3.3+snapshot/sysroots/i686-pokysdk-linux/usr/share/man/man1/su.1 su.1 /opt/poky/3.3+snapshot/sysroots/i686-pokysdk-linux/usr/share/man/man1/su.1.shadow 200 update-alternatives --install /opt/poky/3.3+snapshot/sysroots/i686-pokysdk-linux/usr/share/man/man8/nologin.8 nologin.8 /opt/poky/3.3+snapshot/sysroots/i686-pokysdk-linux/usr/share/man/man8/nologin.8.shadow 200 " packages/i686-nativesdk-pokysdk-linux/nativesdk-shadow/nativesdk-shadow-doc: latest.pkg_prerm changed from "#!/bin/sh set -e update-alternatives --remove passwd.5 /opt/poky/3.3+snapshot/sysroots/i686-pokysdk-linux/usr/share/man/man5/passwd.5.shadow update-alternatives --remove getspnam.3 /opt/poky/3.3+snapshot/sysroots/i686-pokysdk-linux/usr/share/man/man3/getspnam.3.shadow update-alternatives --remove groups.1 /opt/poky/3.3+snapshot/sysroots/i686-pokysdk-linux/usr/share/man/man1/groups.1.shadow update-alternatives --remove su.1 /opt/poky/3.3+snapshot/sysroots/i686-pokysdk-linux/usr/share/man/man1/su.1.shadow update-alternatives --remove nologin.8 /opt/poky/3.3+snapshot/sysroots/i686-pokysdk-linux/usr/share/man/man8/nologin.8.shadow " to "#!/bin/sh update-alternatives --remove passwd.5 /opt/poky/3.3+snapshot/sysroots/i686-pokysdk-linux/usr/share/man/man5/passwd.5.shadow update-alternatives --remove getspnam.3 /opt/poky/3.3+snapshot/sysroots/i686-pokysdk-linux/usr/share/man/man3/getspnam.3.shadow update-alternatives --remove groups.1 /opt/poky/3.3+snapshot/sysroots/i686-pokysdk-linux/usr/share/man/man1/groups.1.shadow update-alternatives --remove su.1 /opt/poky/3.3+snapshot/sysroots/i686-pokysdk-linux/usr/share/man/man1/su.1.shadow update-alternatives --remove nologin.8 /opt/poky/3.3+snapshot/sysroots/i686-pokysdk-linux/usr/share/man/man8/nologin.8.shadow " packages/i686-nativesdk-pokysdk-linux/nativesdk-shadow/nativesdk-shadow-locale-bs: PKGSIZE changed from 2971 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-shadow/nativesdk-shadow-locale-ca: PKGSIZE changed from 66961 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-shadow/nativesdk-shadow-locale-cs: PKGSIZE changed from 70326 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-shadow/nativesdk-shadow-locale-da: PKGSIZE changed from 62518 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-shadow/nativesdk-shadow-locale-de: PKGSIZE changed from 68187 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-shadow/nativesdk-shadow-locale-dz: PKGSIZE changed from 33102 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-shadow/nativesdk-shadow-locale-el: PKGSIZE changed from 84103 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-shadow/nativesdk-shadow-locale-es: PKGSIZE changed from 60011 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-shadow/nativesdk-shadow-locale-eu: PKGSIZE changed from 47713 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-shadow/nativesdk-shadow-locale-fi: PKGSIZE changed from 19219 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-shadow/nativesdk-shadow-locale-fr: PKGSIZE changed from 536 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-shadow/nativesdk-shadow-locale-gl: PKGSIZE changed from 19296 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-shadow/nativesdk-shadow-locale-he: PKGSIZE changed from 4658 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-shadow/nativesdk-shadow-locale-hu: PKGSIZE changed from 19000 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-shadow/nativesdk-shadow-locale-id: PKGSIZE changed from 16194 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-shadow/nativesdk-shadow-locale-it: PKGSIZE changed from 21482 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-shadow/nativesdk-shadow-locale-ja: PKGSIZE changed from 71948 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-shadow/nativesdk-shadow-locale-kk: PKGSIZE changed from 83766 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-shadow/nativesdk-shadow-locale-km: PKGSIZE changed from 28595 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-shadow/nativesdk-shadow-locale-ko: PKGSIZE changed from 31593 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-shadow/nativesdk-shadow-locale-nb: PKGSIZE changed from 66207 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-shadow/nativesdk-shadow-locale-ne: PKGSIZE changed from 28494 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-shadow/nativesdk-shadow-locale-nl: PKGSIZE changed from 80704 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-shadow/nativesdk-shadow-locale-nn: PKGSIZE changed from 12893 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-shadow/nativesdk-shadow-locale-pl: PKGSIZE changed from 19398 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-shadow/nativesdk-shadow-locale-pt-br: PKGSIZE changed from 57295 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-shadow/nativesdk-shadow-locale-pt: PKGSIZE changed from 66447 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-shadow/nativesdk-shadow-locale-ro: PKGSIZE changed from 19167 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-shadow/nativesdk-shadow-locale-ru: PKGSIZE changed from 90171 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-shadow/nativesdk-shadow-locale-sk: PKGSIZE changed from 43771 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-shadow/nativesdk-shadow-locale-sq: PKGSIZE changed from 1027 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-shadow/nativesdk-shadow-locale-sv: PKGSIZE changed from 54826 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-shadow/nativesdk-shadow-locale-tl: PKGSIZE changed from 19232 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-shadow/nativesdk-shadow-locale-tr: PKGSIZE changed from 20898 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-shadow/nativesdk-shadow-locale-uk: PKGSIZE changed from 23513 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-shadow/nativesdk-shadow-locale-vi: PKGSIZE changed from 74867 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-shadow/nativesdk-shadow-locale-zh-cn: PKGSIZE changed from 63428 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-shadow/nativesdk-shadow-locale-zh-tw: PKGSIZE changed from 67377 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-shadow/nativesdk-shadow: PKGSIZE changed from 1838725 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-shadow/nativesdk-shadow: RDEPENDS: removed all items "nativesdk-glibc (['>= 2.33']) nativesdk-update-alternatives-opkg nativesdk-libxcrypt (['>= 4.4.23'])" packages/i686-nativesdk-pokysdk-linux/nativesdk-shadow/nativesdk-shadow: latest.pkg_postinst changed from "#!/bin/sh set -e update-alternatives --install /opt/poky/3.3+snapshot/sysroots/i686-pokysdk-linux/usr/bin/passwd passwd /opt/poky/3.3+snapshot/sysroots/i686-pokysdk-linux/usr/bin/passwd.shadow 200 update-alternatives --install /opt/poky/3.3+snapshot/sysroots/i686-pokysdk-linux/usr/bin/chfn chfn /opt/poky/3.3+snapshot/sysroots/i686-pokysdk-linux/usr/bin/chfn.shadow 200 update-alternatives --install /opt/poky/3.3+snapshot/sysroots/i686-pokysdk-linux/usr/bin/chsh chsh /opt/poky/3.3+snapshot/sysroots/i686-pokysdk-linux/usr/bin/chsh.shadow 200 update-alternatives --install /opt/poky/3.3+snapshot/sysroots/i686-pokysdk-linux/usr/bin/chpasswd chpasswd /opt/poky/3.3+snapshot/sysroots/i686-pokysdk-linux/usr/bin/chpasswd.shadow 200 update-alternatives --install /opt/poky/3.3+snapshot/sysroots/i686-pokysdk-linux/sbin/vipw vipw /opt/poky/3.3+snapshot/sysroots/i686-pokysdk-linux/sbin/vipw.shadow 200 update-alternatives --install /opt/poky/3.3+snapshot/sysroots/i686-pokysdk-linux/sbin/vigr vigr /opt/poky/3.3+snapshot/sysroots/i686-pokysdk-linux/sbin/vigr.shadow 200 update-alternatives --install /opt/poky/3.3+snapshot/sysroots/i686-pokysdk-linux/sbin/nologin nologin /opt/poky/3.3+snapshot/sysroots/i686-pokysdk-linux/sbin/nologin.shadow 200 " to "#!/bin/sh update-alternatives --install /opt/poky/3.3+snapshot/sysroots/i686-pokysdk-linux/usr/bin/passwd passwd /opt/poky/3.3+snapshot/sysroots/i686-pokysdk-linux/usr/bin/passwd.shadow 200 update-alternatives --install /opt/poky/3.3+snapshot/sysroots/i686-pokysdk-linux/usr/bin/chfn chfn /opt/poky/3.3+snapshot/sysroots/i686-pokysdk-linux/usr/bin/chfn.shadow 200 update-alternatives --install /opt/poky/3.3+snapshot/sysroots/i686-pokysdk-linux/usr/bin/chsh chsh /opt/poky/3.3+snapshot/sysroots/i686-pokysdk-linux/usr/bin/chsh.shadow 200 update-alternatives --install /opt/poky/3.3+snapshot/sysroots/i686-pokysdk-linux/usr/bin/chpasswd chpasswd /opt/poky/3.3+snapshot/sysroots/i686-pokysdk-linux/usr/bin/chpasswd.shadow 200 update-alternatives --install /opt/poky/3.3+snapshot/sysroots/i686-pokysdk-linux/sbin/vipw vipw /opt/poky/3.3+snapshot/sysroots/i686-pokysdk-linux/sbin/vipw.shadow 200 update-alternatives --install /opt/poky/3.3+snapshot/sysroots/i686-pokysdk-linux/sbin/vigr vigr /opt/poky/3.3+snapshot/sysroots/i686-pokysdk-linux/sbin/vigr.shadow 200 update-alternatives --install /opt/poky/3.3+snapshot/sysroots/i686-pokysdk-linux/sbin/nologin nologin /opt/poky/3.3+snapshot/sysroots/i686-pokysdk-linux/sbin/nologin.shadow 200 " packages/i686-nativesdk-pokysdk-linux/nativesdk-shadow/nativesdk-shadow: latest.pkg_prerm changed from "#!/bin/sh set -e update-alternatives --remove passwd /opt/poky/3.3+snapshot/sysroots/i686-pokysdk-linux/usr/bin/passwd.shadow update-alternatives --remove chfn /opt/poky/3.3+snapshot/sysroots/i686-pokysdk-linux/usr/bin/chfn.shadow update-alternatives --remove chsh /opt/poky/3.3+snapshot/sysroots/i686-pokysdk-linux/usr/bin/chsh.shadow update-alternatives --remove chpasswd /opt/poky/3.3+snapshot/sysroots/i686-pokysdk-linux/usr/bin/chpasswd.shadow update-alternatives --remove vipw /opt/poky/3.3+snapshot/sysroots/i686-pokysdk-linux/sbin/vipw.shadow update-alternatives --remove vigr /opt/poky/3.3+snapshot/sysroots/i686-pokysdk-linux/sbin/vigr.shadow update-alternatives --remove nologin /opt/poky/3.3+snapshot/sysroots/i686-pokysdk-linux/sbin/nologin.shadow " to "#!/bin/sh update-alternatives --remove passwd /opt/poky/3.3+snapshot/sysroots/i686-pokysdk-linux/usr/bin/passwd.shadow update-alternatives --remove chfn /opt/poky/3.3+snapshot/sysroots/i686-pokysdk-linux/usr/bin/chfn.shadow update-alternatives --remove chsh /opt/poky/3.3+snapshot/sysroots/i686-pokysdk-linux/usr/bin/chsh.shadow update-alternatives --remove chpasswd /opt/poky/3.3+snapshot/sysroots/i686-pokysdk-linux/usr/bin/chpasswd.shadow update-alternatives --remove vipw /opt/poky/3.3+snapshot/sysroots/i686-pokysdk-linux/sbin/vipw.shadow update-alternatives --remove vigr /opt/poky/3.3+snapshot/sysroots/i686-pokysdk-linux/sbin/vigr.shadow update-alternatives --remove nologin /opt/poky/3.3+snapshot/sysroots/i686-pokysdk-linux/sbin/nologin.shadow " packages/i686-nativesdk-pokysdk-linux/nativesdk-shared-mime-info/nativesdk-shared-mime-info-data: PKGSIZE changed from 2375737 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-shared-mime-info/nativesdk-shared-mime-info-data: latest.pkg_postinst changed from "#!/bin/sh set -e if [ "x$D" != "x" ]; then $INTERCEPT_DIR/postinst_intercept update_mime_database nativesdk-shared-mime-info-data \ mlprefix=nativesdk- \ mimedir=/opt/poky/3.3+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.3+snapshot/sysroots/i686-pokysdk-linux/usr/share/mime fi " to "#!/bin/sh if [ "x$D" != "x" ]; then $INTERCEPT_DIR/postinst_intercept update_mime_database nativesdk-shared-mime-info-data \ mlprefix=nativesdk- \ mimedir=/opt/poky/3.3+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.3+snapshot/sysroots/i686-pokysdk-linux/usr/share/mime fi " 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 nativesdk-shared-mime-info-data \ mlprefix=nativesdk- \ mimedir=/opt/poky/3.3+snapshot/sysroots/i686-pokysdk-linux/usr/share/mime else echo "Updating MIME database... this may take a while." # $D/opt/poky/3.3+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.3+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.3+snapshot/sysroots/i686-pokysdk-linux/usr/share/mime/packages ]; then mkdir -p $D/opt/poky/3.3+snapshot/sysroots/i686-pokysdk-linux/usr/share/mime/packages update-mime-database $D/opt/poky/3.3+snapshot/sysroots/i686-pokysdk-linux/usr/share/mime rmdir --ignore-fail-on-non-empty $D/opt/poky/3.3+snapshot/sysroots/i686-pokysdk-linux/usr/share/mime/packages else update-mime-database $D/opt/poky/3.3+snapshot/sysroots/i686-pokysdk-linux/usr/share/mime fi fi " to "#!/bin/sh if [ "x$D" != "x" ]; then $INTERCEPT_DIR/postinst_intercept update_mime_database nativesdk-shared-mime-info-data \ mlprefix=nativesdk- \ mimedir=/opt/poky/3.3+snapshot/sysroots/i686-pokysdk-linux/usr/share/mime else echo "Updating MIME database... this may take a while." # $D/opt/poky/3.3+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.3+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.3+snapshot/sysroots/i686-pokysdk-linux/usr/share/mime/packages ]; then mkdir -p $D/opt/poky/3.3+snapshot/sysroots/i686-pokysdk-linux/usr/share/mime/packages update-mime-database $D/opt/poky/3.3+snapshot/sysroots/i686-pokysdk-linux/usr/share/mime rmdir --ignore-fail-on-non-empty $D/opt/poky/3.3+snapshot/sysroots/i686-pokysdk-linux/usr/share/mime/packages else update-mime-database $D/opt/poky/3.3+snapshot/sysroots/i686-pokysdk-linux/usr/share/mime fi fi " packages/i686-nativesdk-pokysdk-linux/nativesdk-shared-mime-info/nativesdk-shared-mime-info-dbg: PKGSIZE changed from 14120 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-shared-mime-info/nativesdk-shared-mime-info-dev: PKGSIZE changed from 837 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-shared-mime-info/nativesdk-shared-mime-info-doc: PKGSIZE changed from 1491 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-shared-mime-info/nativesdk-shared-mime-info-locale-af: PKGSIZE changed from 36657 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-shared-mime-info/nativesdk-shared-mime-info-locale-ar: PKGSIZE changed from 35968 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-shared-mime-info/nativesdk-shared-mime-info-locale-as: PKGSIZE changed from 450 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-shared-mime-info/nativesdk-shared-mime-info-locale-ast: PKGSIZE changed from 12698 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-shared-mime-info/nativesdk-shared-mime-info-locale-az: PKGSIZE changed from 8030 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-shared-mime-info/nativesdk-shared-mime-info-locale-be+latin: PKGSIZE changed from 32913 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-shared-mime-info/nativesdk-shared-mime-info-locale-be: PKGSIZE changed from 590 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-shared-mime-info/nativesdk-shared-mime-info-locale-bg: PKGSIZE changed from 56209 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-shared-mime-info/nativesdk-shared-mime-info-locale-bn-in: PKGSIZE changed from 463 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-shared-mime-info/nativesdk-shared-mime-info-locale-ca+valencia: PKGSIZE changed from 479 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-shared-mime-info/nativesdk-shared-mime-info-locale-ca: PKGSIZE changed from 48680 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-shared-mime-info/nativesdk-shared-mime-info-locale-cs: PKGSIZE changed from 43348 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-shared-mime-info/nativesdk-shared-mime-info-locale-cy: PKGSIZE changed from 8339 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-shared-mime-info/nativesdk-shared-mime-info-locale-da: PKGSIZE changed from 45604 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-shared-mime-info/nativesdk-shared-mime-info-locale-de: PKGSIZE changed from 46001 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-shared-mime-info/nativesdk-shared-mime-info-locale-el: PKGSIZE changed from 47400 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-shared-mime-info/nativesdk-shared-mime-info-locale-en-gb: PKGSIZE changed from 45577 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-shared-mime-info/nativesdk-shared-mime-info-locale-eo: PKGSIZE changed from 23116 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-shared-mime-info/nativesdk-shared-mime-info-locale-es: PKGSIZE changed from 49533 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-shared-mime-info/nativesdk-shared-mime-info-locale-et: PKGSIZE changed from 450 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-shared-mime-info/nativesdk-shared-mime-info-locale-eu: PKGSIZE changed from 47173 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-shared-mime-info/nativesdk-shared-mime-info-locale-fa: PKGSIZE changed from 448 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-shared-mime-info/nativesdk-shared-mime-info-locale-fi: PKGSIZE changed from 46714 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-shared-mime-info/nativesdk-shared-mime-info-locale-fo: PKGSIZE changed from 32335 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-shared-mime-info/nativesdk-shared-mime-info-locale-fr: PKGSIZE changed from 46738 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-shared-mime-info/nativesdk-shared-mime-info-locale-fur: PKGSIZE changed from 42975 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-shared-mime-info/nativesdk-shared-mime-info-locale-ga: PKGSIZE changed from 43253 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-shared-mime-info/nativesdk-shared-mime-info-locale-gl: PKGSIZE changed from 38991 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-shared-mime-info/nativesdk-shared-mime-info-locale-gu: PKGSIZE changed from 450 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-shared-mime-info/nativesdk-shared-mime-info-locale-he: PKGSIZE changed from 43634 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-shared-mime-info/nativesdk-shared-mime-info-locale-hi: PKGSIZE changed from 447 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-shared-mime-info/nativesdk-shared-mime-info-locale-hr: PKGSIZE changed from 47273 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-shared-mime-info/nativesdk-shared-mime-info-locale-hu: PKGSIZE changed from 46192 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-shared-mime-info/nativesdk-shared-mime-info-locale-ia: PKGSIZE changed from 39524 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-shared-mime-info/nativesdk-shared-mime-info-locale-id: PKGSIZE changed from 45189 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-shared-mime-info/nativesdk-shared-mime-info-locale-it: PKGSIZE changed from 47549 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-shared-mime-info/nativesdk-shared-mime-info-locale-ja: PKGSIZE changed from 40337 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-shared-mime-info/nativesdk-shared-mime-info-locale-ka: PKGSIZE changed from 16387 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-shared-mime-info/nativesdk-shared-mime-info-locale-kk: PKGSIZE changed from 54080 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-shared-mime-info/nativesdk-shared-mime-info-locale-kn: PKGSIZE changed from 448 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-shared-mime-info/nativesdk-shared-mime-info-locale-ko: PKGSIZE changed from 47226 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-shared-mime-info/nativesdk-shared-mime-info-locale-ky: PKGSIZE changed from 441 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-shared-mime-info/nativesdk-shared-mime-info-locale-lt: PKGSIZE changed from 36131 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-shared-mime-info/nativesdk-shared-mime-info-locale-lv: PKGSIZE changed from 36299 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-shared-mime-info/nativesdk-shared-mime-info-locale-ml: PKGSIZE changed from 451 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-shared-mime-info/nativesdk-shared-mime-info-locale-mr: PKGSIZE changed from 449 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-shared-mime-info/nativesdk-shared-mime-info-locale-ms: PKGSIZE changed from 14569 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-shared-mime-info/nativesdk-shared-mime-info-locale-nb: PKGSIZE changed from 28467 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-shared-mime-info/nativesdk-shared-mime-info-locale-nl: PKGSIZE changed from 35377 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-shared-mime-info/nativesdk-shared-mime-info-locale-nn: PKGSIZE changed from 29749 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-shared-mime-info/nativesdk-shared-mime-info-locale-oc: PKGSIZE changed from 39069 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-shared-mime-info/nativesdk-shared-mime-info-locale-or: PKGSIZE changed from 447 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-shared-mime-info/nativesdk-shared-mime-info-locale-pa: PKGSIZE changed from 459 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-shared-mime-info/nativesdk-shared-mime-info-locale-pl: PKGSIZE changed from 48600 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-shared-mime-info/nativesdk-shared-mime-info-locale-pt-br: PKGSIZE changed from 48343 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-shared-mime-info/nativesdk-shared-mime-info-locale-pt: PKGSIZE changed from 41748 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-shared-mime-info/nativesdk-shared-mime-info-locale-ro: PKGSIZE changed from 33674 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-shared-mime-info/nativesdk-shared-mime-info-locale-ru: PKGSIZE changed from 54651 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-shared-mime-info/nativesdk-shared-mime-info-locale-rw: PKGSIZE changed from 414 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-shared-mime-info/nativesdk-shared-mime-info-locale-sk: PKGSIZE changed from 44958 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-shared-mime-info/nativesdk-shared-mime-info-locale-sl: PKGSIZE changed from 44119 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-shared-mime-info/nativesdk-shared-mime-info-locale-sq: PKGSIZE changed from 30633 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-shared-mime-info/nativesdk-shared-mime-info-locale-sr+latin: PKGSIZE changed from 543 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-shared-mime-info/nativesdk-shared-mime-info-locale-sr: PKGSIZE changed from 51691 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-shared-mime-info/nativesdk-shared-mime-info-locale-sv: PKGSIZE changed from 45225 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-shared-mime-info/nativesdk-shared-mime-info-locale-ta: PKGSIZE changed from 447 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-shared-mime-info/nativesdk-shared-mime-info-locale-te: PKGSIZE changed from 448 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-shared-mime-info/nativesdk-shared-mime-info-locale-th: PKGSIZE changed from 439 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-shared-mime-info/nativesdk-shared-mime-info-locale-tr: PKGSIZE changed from 46949 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-shared-mime-info/nativesdk-shared-mime-info-locale-uk: PKGSIZE changed from 56630 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-shared-mime-info/nativesdk-shared-mime-info-locale-vi: PKGSIZE changed from 33607 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-shared-mime-info/nativesdk-shared-mime-info-locale-wa: PKGSIZE changed from 448 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-shared-mime-info/nativesdk-shared-mime-info-locale-zh-cn: PKGSIZE changed from 45479 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-shared-mime-info/nativesdk-shared-mime-info-locale-zh-hk: PKGSIZE changed from 460 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-shared-mime-info/nativesdk-shared-mime-info-locale-zh-tw: PKGSIZE changed from 44592 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-shared-mime-info/nativesdk-shared-mime-info: PKGSIZE changed from 2691866 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-sqlite3/nativesdk-libsqlite3-dev: PKGSIZE changed from 624721 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-sqlite3/nativesdk-libsqlite3-doc: PKGSIZE changed from 8928 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-sqlite3/nativesdk-libsqlite3: PKGSIZE changed from 1357035 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-sqlite3/nativesdk-libsqlite3: latest.pkg_postinst changed from "#!/bin/sh set -e if [ x"$D" = "x" ]; then if [ -x /sbin/ldconfig ]; then /sbin/ldconfig ; fi fi " to "#!/bin/sh if [ x"$D" = "x" ]; then if [ -x /sbin/ldconfig ]; then /sbin/ldconfig ; fi fi " packages/i686-nativesdk-pokysdk-linux/nativesdk-sqlite3/nativesdk-sqlite3-dbg: PKGSIZE changed from 152948 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-sqlite3/nativesdk-sqlite3: PKGSIZE changed from 265044 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-unfs3/nativesdk-unfs3-dbg: PKGSIZE changed from 27744 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-unfs3/nativesdk-unfs3-doc: PKGSIZE changed from 17361 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-unfs3/nativesdk-unfs3: PKGSIZE changed from 120796 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-util-linux-libuuid/nativesdk-util-linux-libuuid-dbg: PKGSIZE changed from 12624 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-util-linux-libuuid/nativesdk-util-linux-libuuid-dev: PKGSIZE changed from 4443 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-util-linux-libuuid/nativesdk-util-linux-libuuid: PKGSIZE changed from 30360 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-util-linux-libuuid/nativesdk-util-linux-libuuid: latest.pkg_postinst changed from "#!/bin/sh set -e if [ x"$D" = "x" ]; then if [ -x /sbin/ldconfig ]; then /sbin/ldconfig ; fi fi " to "#!/bin/sh if [ x"$D" = "x" ]; then if [ -x /sbin/ldconfig ]; then /sbin/ldconfig ; fi fi " packages/i686-nativesdk-pokysdk-linux/nativesdk-util-linux/nativesdk-util-linux-addpart: PKGSIZE changed from 26248 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-util-linux/nativesdk-util-linux-agetty: PKGSIZE changed from 68180 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-util-linux/nativesdk-util-linux-agetty: latest.pkg_postinst changed from "#!/bin/sh set -e update-alternatives --install /opt/poky/3.3+snapshot/sysroots/i686-pokysdk-linux/sbin/getty getty /opt/poky/3.3+snapshot/sysroots/i686-pokysdk-linux/sbin/agetty 80 " to "#!/bin/sh update-alternatives --install /opt/poky/3.3+snapshot/sysroots/i686-pokysdk-linux/sbin/getty getty /opt/poky/3.3+snapshot/sysroots/i686-pokysdk-linux/sbin/agetty 80 " packages/i686-nativesdk-pokysdk-linux/nativesdk-util-linux/nativesdk-util-linux-agetty: latest.pkg_prerm changed from "#!/bin/sh set -e update-alternatives --remove getty /opt/poky/3.3+snapshot/sysroots/i686-pokysdk-linux/sbin/agetty " to "#!/bin/sh update-alternatives --remove getty /opt/poky/3.3+snapshot/sysroots/i686-pokysdk-linux/sbin/agetty " packages/i686-nativesdk-pokysdk-linux/nativesdk-util-linux/nativesdk-util-linux-bash-completion: PKGSIZE changed from 93710 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-util-linux/nativesdk-util-linux-blkdiscard: PKGSIZE changed from 42716 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-util-linux/nativesdk-util-linux-blkid: PKGSIZE changed from 129188 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-util-linux/nativesdk-util-linux-blkid: latest.pkg_postinst changed from "#!/bin/sh set -e update-alternatives --install /opt/poky/3.3+snapshot/sysroots/i686-pokysdk-linux/sbin/blkid blkid /opt/poky/3.3+snapshot/sysroots/i686-pokysdk-linux/sbin/blkid.util-linux 80 " to "#!/bin/sh update-alternatives --install /opt/poky/3.3+snapshot/sysroots/i686-pokysdk-linux/sbin/blkid blkid /opt/poky/3.3+snapshot/sysroots/i686-pokysdk-linux/sbin/blkid.util-linux 80 " packages/i686-nativesdk-pokysdk-linux/nativesdk-util-linux/nativesdk-util-linux-blkid: latest.pkg_prerm changed from "#!/bin/sh set -e update-alternatives --remove blkid /opt/poky/3.3+snapshot/sysroots/i686-pokysdk-linux/sbin/blkid.util-linux " to "#!/bin/sh update-alternatives --remove blkid /opt/poky/3.3+snapshot/sysroots/i686-pokysdk-linux/sbin/blkid.util-linux " packages/i686-nativesdk-pokysdk-linux/nativesdk-util-linux/nativesdk-util-linux-blkzone: PKGSIZE changed from 79740 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-util-linux/nativesdk-util-linux-blockdev: PKGSIZE changed from 67424 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-util-linux/nativesdk-util-linux-blockdev: latest.pkg_postinst changed from "#!/bin/sh set -e update-alternatives --install /opt/poky/3.3+snapshot/sysroots/i686-pokysdk-linux/sbin/blockdev blockdev /opt/poky/3.3+snapshot/sysroots/i686-pokysdk-linux/sbin/blockdev.util-linux 80 " to "#!/bin/sh update-alternatives --install /opt/poky/3.3+snapshot/sysroots/i686-pokysdk-linux/sbin/blockdev blockdev /opt/poky/3.3+snapshot/sysroots/i686-pokysdk-linux/sbin/blockdev.util-linux 80 " packages/i686-nativesdk-pokysdk-linux/nativesdk-util-linux/nativesdk-util-linux-blockdev: latest.pkg_prerm changed from "#!/bin/sh set -e update-alternatives --remove blockdev /opt/poky/3.3+snapshot/sysroots/i686-pokysdk-linux/sbin/blockdev.util-linux " to "#!/bin/sh update-alternatives --remove blockdev /opt/poky/3.3+snapshot/sysroots/i686-pokysdk-linux/sbin/blockdev.util-linux " packages/i686-nativesdk-pokysdk-linux/nativesdk-util-linux/nativesdk-util-linux-cal: PKGSIZE changed from 67720 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-util-linux/nativesdk-util-linux-cal: latest.pkg_postinst changed from "#!/bin/sh set -e update-alternatives --install /opt/poky/3.3+snapshot/sysroots/i686-pokysdk-linux/usr/bin/cal cal /opt/poky/3.3+snapshot/sysroots/i686-pokysdk-linux/usr/bin/cal.util-linux 80 " to "#!/bin/sh update-alternatives --install /opt/poky/3.3+snapshot/sysroots/i686-pokysdk-linux/usr/bin/cal cal /opt/poky/3.3+snapshot/sysroots/i686-pokysdk-linux/usr/bin/cal.util-linux 80 " packages/i686-nativesdk-pokysdk-linux/nativesdk-util-linux/nativesdk-util-linux-cal: latest.pkg_prerm changed from "#!/bin/sh set -e update-alternatives --remove cal /opt/poky/3.3+snapshot/sysroots/i686-pokysdk-linux/usr/bin/cal.util-linux " to "#!/bin/sh update-alternatives --remove cal /opt/poky/3.3+snapshot/sysroots/i686-pokysdk-linux/usr/bin/cal.util-linux " packages/i686-nativesdk-pokysdk-linux/nativesdk-util-linux/nativesdk-util-linux-cfdisk: PKGSIZE changed from 109192 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-util-linux/nativesdk-util-linux-chcpu: PKGSIZE changed from 50968 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-util-linux/nativesdk-util-linux-chmem: PKGSIZE changed from 67428 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-util-linux/nativesdk-util-linux-choom: PKGSIZE changed from 59216 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-util-linux/nativesdk-util-linux-chrt: PKGSIZE changed from 42764 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-util-linux/nativesdk-util-linux-chrt: latest.pkg_postinst changed from "#!/bin/sh set -e update-alternatives --install /opt/poky/3.3+snapshot/sysroots/i686-pokysdk-linux/usr/bin/chrt chrt /opt/poky/3.3+snapshot/sysroots/i686-pokysdk-linux/usr/bin/chrt.util-linux 80 " to "#!/bin/sh update-alternatives --install /opt/poky/3.3+snapshot/sysroots/i686-pokysdk-linux/usr/bin/chrt chrt /opt/poky/3.3+snapshot/sysroots/i686-pokysdk-linux/usr/bin/chrt.util-linux 80 " packages/i686-nativesdk-pokysdk-linux/nativesdk-util-linux/nativesdk-util-linux-chrt: latest.pkg_prerm changed from "#!/bin/sh set -e update-alternatives --remove chrt /opt/poky/3.3+snapshot/sysroots/i686-pokysdk-linux/usr/bin/chrt.util-linux " to "#!/bin/sh update-alternatives --remove chrt /opt/poky/3.3+snapshot/sysroots/i686-pokysdk-linux/usr/bin/chrt.util-linux " packages/i686-nativesdk-pokysdk-linux/nativesdk-util-linux/nativesdk-util-linux-col: PKGSIZE changed from 34496 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-util-linux/nativesdk-util-linux-colcrt: PKGSIZE changed from 18036 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-util-linux/nativesdk-util-linux-colrm: PKGSIZE changed from 30380 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-util-linux/nativesdk-util-linux-column: PKGSIZE changed from 59268 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-util-linux/nativesdk-util-linux-ctrlaltdel: PKGSIZE changed from 46880 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-util-linux/nativesdk-util-linux-dbg: PKGSIZE changed from 1960852 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-util-linux/nativesdk-util-linux-delpart: PKGSIZE changed from 26248 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-util-linux/nativesdk-util-linux-dev: PKGSIZE changed from 101970 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-util-linux/nativesdk-util-linux-dmesg: PKGSIZE changed from 79980 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-util-linux/nativesdk-util-linux-dmesg: latest.pkg_postinst changed from "#!/bin/sh set -e update-alternatives --install /opt/poky/3.3+snapshot/sysroots/i686-pokysdk-linux/bin/dmesg dmesg /opt/poky/3.3+snapshot/sysroots/i686-pokysdk-linux/bin/dmesg.util-linux 80 " to "#!/bin/sh update-alternatives --install /opt/poky/3.3+snapshot/sysroots/i686-pokysdk-linux/bin/dmesg dmesg /opt/poky/3.3+snapshot/sysroots/i686-pokysdk-linux/bin/dmesg.util-linux 80 " packages/i686-nativesdk-pokysdk-linux/nativesdk-util-linux/nativesdk-util-linux-dmesg: latest.pkg_prerm changed from "#!/bin/sh set -e update-alternatives --remove dmesg /opt/poky/3.3+snapshot/sysroots/i686-pokysdk-linux/bin/dmesg.util-linux " to "#!/bin/sh update-alternatives --remove dmesg /opt/poky/3.3+snapshot/sysroots/i686-pokysdk-linux/bin/dmesg.util-linux " packages/i686-nativesdk-pokysdk-linux/nativesdk-util-linux/nativesdk-util-linux-doc: PKGSIZE changed from 3850 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-util-linux/nativesdk-util-linux-eject: PKGSIZE changed from 83932 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-util-linux/nativesdk-util-linux-eject: latest.pkg_postinst changed from "#!/bin/sh set -e update-alternatives --install /opt/poky/3.3+snapshot/sysroots/i686-pokysdk-linux/usr/bin/eject eject /opt/poky/3.3+snapshot/sysroots/i686-pokysdk-linux/usr/bin/eject.util-linux 80 " to "#!/bin/sh update-alternatives --install /opt/poky/3.3+snapshot/sysroots/i686-pokysdk-linux/usr/bin/eject eject /opt/poky/3.3+snapshot/sysroots/i686-pokysdk-linux/usr/bin/eject.util-linux 80 " packages/i686-nativesdk-pokysdk-linux/nativesdk-util-linux/nativesdk-util-linux-eject: latest.pkg_prerm changed from "#!/bin/sh set -e update-alternatives --remove eject /opt/poky/3.3+snapshot/sysroots/i686-pokysdk-linux/usr/bin/eject.util-linux " to "#!/bin/sh update-alternatives --remove eject /opt/poky/3.3+snapshot/sysroots/i686-pokysdk-linux/usr/bin/eject.util-linux " packages/i686-nativesdk-pokysdk-linux/nativesdk-util-linux/nativesdk-util-linux-fallocate: PKGSIZE changed from 38612 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-util-linux/nativesdk-util-linux-fallocate: latest.pkg_postinst changed from "#!/bin/sh set -e update-alternatives --install /opt/poky/3.3+snapshot/sysroots/i686-pokysdk-linux/usr/bin/fallocate fallocate /opt/poky/3.3+snapshot/sysroots/i686-pokysdk-linux/usr/bin/fallocate.util-linux 80 " to "#!/bin/sh update-alternatives --install /opt/poky/3.3+snapshot/sysroots/i686-pokysdk-linux/usr/bin/fallocate fallocate /opt/poky/3.3+snapshot/sysroots/i686-pokysdk-linux/usr/bin/fallocate.util-linux 80 " packages/i686-nativesdk-pokysdk-linux/nativesdk-util-linux/nativesdk-util-linux-fallocate: latest.pkg_prerm changed from "#!/bin/sh set -e update-alternatives --remove fallocate /opt/poky/3.3+snapshot/sysroots/i686-pokysdk-linux/usr/bin/fallocate.util-linux " to "#!/bin/sh update-alternatives --remove fallocate /opt/poky/3.3+snapshot/sysroots/i686-pokysdk-linux/usr/bin/fallocate.util-linux " packages/i686-nativesdk-pokysdk-linux/nativesdk-util-linux/nativesdk-util-linux-fdisk: PKGSIZE changed from 158432 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-util-linux/nativesdk-util-linux-fdisk: latest.pkg_postinst changed from "#!/bin/sh set -e update-alternatives --install /opt/poky/3.3+snapshot/sysroots/i686-pokysdk-linux/sbin/fdisk fdisk /opt/poky/3.3+snapshot/sysroots/i686-pokysdk-linux/sbin/fdisk.util-linux 80 " to "#!/bin/sh update-alternatives --install /opt/poky/3.3+snapshot/sysroots/i686-pokysdk-linux/sbin/fdisk fdisk /opt/poky/3.3+snapshot/sysroots/i686-pokysdk-linux/sbin/fdisk.util-linux 80 " packages/i686-nativesdk-pokysdk-linux/nativesdk-util-linux/nativesdk-util-linux-fdisk: latest.pkg_prerm changed from "#!/bin/sh set -e update-alternatives --remove fdisk /opt/poky/3.3+snapshot/sysroots/i686-pokysdk-linux/sbin/fdisk.util-linux " to "#!/bin/sh update-alternatives --remove fdisk /opt/poky/3.3+snapshot/sysroots/i686-pokysdk-linux/sbin/fdisk.util-linux " packages/i686-nativesdk-pokysdk-linux/nativesdk-util-linux/nativesdk-util-linux-fincore: PKGSIZE changed from 38712 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-util-linux/nativesdk-util-linux-findfs: PKGSIZE changed from 17992 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-util-linux/nativesdk-util-linux-findmnt: PKGSIZE changed from 72528 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-util-linux/nativesdk-util-linux-flock: PKGSIZE changed from 38724 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-util-linux/nativesdk-util-linux-flock: latest.pkg_postinst changed from "#!/bin/sh set -e update-alternatives --install /opt/poky/3.3+snapshot/sysroots/i686-pokysdk-linux/usr/bin/flock flock /opt/poky/3.3+snapshot/sysroots/i686-pokysdk-linux/usr/bin/flock.util-linux 80 " to "#!/bin/sh update-alternatives --install /opt/poky/3.3+snapshot/sysroots/i686-pokysdk-linux/usr/bin/flock flock /opt/poky/3.3+snapshot/sysroots/i686-pokysdk-linux/usr/bin/flock.util-linux 80 " packages/i686-nativesdk-pokysdk-linux/nativesdk-util-linux/nativesdk-util-linux-flock: latest.pkg_prerm changed from "#!/bin/sh set -e update-alternatives --remove flock /opt/poky/3.3+snapshot/sysroots/i686-pokysdk-linux/usr/bin/flock.util-linux " to "#!/bin/sh update-alternatives --remove flock /opt/poky/3.3+snapshot/sysroots/i686-pokysdk-linux/usr/bin/flock.util-linux " packages/i686-nativesdk-pokysdk-linux/nativesdk-util-linux/nativesdk-util-linux-fsck.cramfs: PKGSIZE changed from 46900 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-util-linux/nativesdk-util-linux-fsck: PKGSIZE changed from 59384 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-util-linux/nativesdk-util-linux-fsck: latest.pkg_postinst changed from "#!/bin/sh set -e update-alternatives --install /opt/poky/3.3+snapshot/sysroots/i686-pokysdk-linux/sbin/fsck fsck /opt/poky/3.3+snapshot/sysroots/i686-pokysdk-linux/sbin/fsck.util-linux 80 " to "#!/bin/sh update-alternatives --install /opt/poky/3.3+snapshot/sysroots/i686-pokysdk-linux/sbin/fsck fsck /opt/poky/3.3+snapshot/sysroots/i686-pokysdk-linux/sbin/fsck.util-linux 80 " packages/i686-nativesdk-pokysdk-linux/nativesdk-util-linux/nativesdk-util-linux-fsck: latest.pkg_prerm changed from "#!/bin/sh set -e update-alternatives --remove fsck /opt/poky/3.3+snapshot/sysroots/i686-pokysdk-linux/sbin/fsck.util-linux " to "#!/bin/sh update-alternatives --remove fsck /opt/poky/3.3+snapshot/sysroots/i686-pokysdk-linux/sbin/fsck.util-linux " packages/i686-nativesdk-pokysdk-linux/nativesdk-util-linux/nativesdk-util-linux-fsfreeze: PKGSIZE changed from 18012 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-util-linux/nativesdk-util-linux-fsfreeze: latest.pkg_postinst changed from "#!/bin/sh set -e update-alternatives --install /opt/poky/3.3+snapshot/sysroots/i686-pokysdk-linux/usr/bin/fsfreeze fsfreeze /opt/poky/3.3+snapshot/sysroots/i686-pokysdk-linux/usr/bin/fsfreeze.util-linux 80 " to "#!/bin/sh update-alternatives --install /opt/poky/3.3+snapshot/sysroots/i686-pokysdk-linux/usr/bin/fsfreeze fsfreeze /opt/poky/3.3+snapshot/sysroots/i686-pokysdk-linux/usr/bin/fsfreeze.util-linux 80 " packages/i686-nativesdk-pokysdk-linux/nativesdk-util-linux/nativesdk-util-linux-fsfreeze: latest.pkg_prerm changed from "#!/bin/sh set -e update-alternatives --remove fsfreeze /opt/poky/3.3+snapshot/sysroots/i686-pokysdk-linux/usr/bin/fsfreeze.util-linux " to "#!/bin/sh update-alternatives --remove fsfreeze /opt/poky/3.3+snapshot/sysroots/i686-pokysdk-linux/usr/bin/fsfreeze.util-linux " packages/i686-nativesdk-pokysdk-linux/nativesdk-util-linux/nativesdk-util-linux-fstrim: PKGSIZE changed from 79864 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-util-linux/nativesdk-util-linux-fstrim: latest.pkg_postinst changed from "#!/bin/sh set -e update-alternatives --install /opt/poky/3.3+snapshot/sysroots/i686-pokysdk-linux/sbin/fstrim fstrim /opt/poky/3.3+snapshot/sysroots/i686-pokysdk-linux/sbin/fstrim.util-linux 80 " to "#!/bin/sh update-alternatives --install /opt/poky/3.3+snapshot/sysroots/i686-pokysdk-linux/sbin/fstrim fstrim /opt/poky/3.3+snapshot/sysroots/i686-pokysdk-linux/sbin/fstrim.util-linux 80 " packages/i686-nativesdk-pokysdk-linux/nativesdk-util-linux/nativesdk-util-linux-fstrim: latest.pkg_prerm changed from "#!/bin/sh set -e update-alternatives --remove fstrim /opt/poky/3.3+snapshot/sysroots/i686-pokysdk-linux/sbin/fstrim.util-linux " to "#!/bin/sh update-alternatives --remove fstrim /opt/poky/3.3+snapshot/sysroots/i686-pokysdk-linux/sbin/fstrim.util-linux " packages/i686-nativesdk-pokysdk-linux/nativesdk-util-linux/nativesdk-util-linux-getopt: PKGSIZE changed from 34500 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-util-linux/nativesdk-util-linux-getopt: latest.pkg_postinst changed from "#!/bin/sh set -e update-alternatives --install /opt/poky/3.3+snapshot/sysroots/i686-pokysdk-linux/bin/getopt getopt /opt/poky/3.3+snapshot/sysroots/i686-pokysdk-linux/bin/getopt.util-linux 80 " to "#!/bin/sh update-alternatives --install /opt/poky/3.3+snapshot/sysroots/i686-pokysdk-linux/bin/getopt getopt /opt/poky/3.3+snapshot/sysroots/i686-pokysdk-linux/bin/getopt.util-linux 80 " packages/i686-nativesdk-pokysdk-linux/nativesdk-util-linux/nativesdk-util-linux-getopt: latest.pkg_prerm changed from "#!/bin/sh set -e update-alternatives --remove getopt /opt/poky/3.3+snapshot/sysroots/i686-pokysdk-linux/bin/getopt.util-linux " to "#!/bin/sh update-alternatives --remove getopt /opt/poky/3.3+snapshot/sysroots/i686-pokysdk-linux/bin/getopt.util-linux " packages/i686-nativesdk-pokysdk-linux/nativesdk-util-linux/nativesdk-util-linux-hardlink: PKGSIZE changed from 46856 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-util-linux/nativesdk-util-linux-hexdump: PKGSIZE changed from 59200 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-util-linux/nativesdk-util-linux-hexdump: latest.pkg_postinst changed from "#!/bin/sh set -e update-alternatives --install /opt/poky/3.3+snapshot/sysroots/i686-pokysdk-linux/usr/bin/hexdump hexdump /opt/poky/3.3+snapshot/sysroots/i686-pokysdk-linux/usr/bin/hexdump.util-linux 80 " to "#!/bin/sh update-alternatives --install /opt/poky/3.3+snapshot/sysroots/i686-pokysdk-linux/usr/bin/hexdump hexdump /opt/poky/3.3+snapshot/sysroots/i686-pokysdk-linux/usr/bin/hexdump.util-linux 80 " packages/i686-nativesdk-pokysdk-linux/nativesdk-util-linux/nativesdk-util-linux-hexdump: latest.pkg_prerm changed from "#!/bin/sh set -e update-alternatives --remove hexdump /opt/poky/3.3+snapshot/sysroots/i686-pokysdk-linux/usr/bin/hexdump.util-linux " to "#!/bin/sh update-alternatives --remove hexdump /opt/poky/3.3+snapshot/sysroots/i686-pokysdk-linux/usr/bin/hexdump.util-linux " packages/i686-nativesdk-pokysdk-linux/nativesdk-util-linux/nativesdk-util-linux-hwclock: PKGSIZE changed from 88040 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-util-linux/nativesdk-util-linux-hwclock: latest.pkg_postinst changed from "#!/bin/sh set -e update-alternatives --install /opt/poky/3.3+snapshot/sysroots/i686-pokysdk-linux/sbin/hwclock hwclock /opt/poky/3.3+snapshot/sysroots/i686-pokysdk-linux/sbin/hwclock.util-linux 80 " to "#!/bin/sh update-alternatives --install /opt/poky/3.3+snapshot/sysroots/i686-pokysdk-linux/sbin/hwclock hwclock /opt/poky/3.3+snapshot/sysroots/i686-pokysdk-linux/sbin/hwclock.util-linux 80 " packages/i686-nativesdk-pokysdk-linux/nativesdk-util-linux/nativesdk-util-linux-hwclock: latest.pkg_prerm changed from "#!/bin/sh set -e update-alternatives --remove hwclock /opt/poky/3.3+snapshot/sysroots/i686-pokysdk-linux/sbin/hwclock.util-linux " to "#!/bin/sh update-alternatives --remove hwclock /opt/poky/3.3+snapshot/sysroots/i686-pokysdk-linux/sbin/hwclock.util-linux " packages/i686-nativesdk-pokysdk-linux/nativesdk-util-linux/nativesdk-util-linux-ionice: PKGSIZE changed from 34492 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-util-linux/nativesdk-util-linux-ionice: latest.pkg_postinst changed from "#!/bin/sh set -e update-alternatives --install /opt/poky/3.3+snapshot/sysroots/i686-pokysdk-linux/usr/bin/ionice ionice /opt/poky/3.3+snapshot/sysroots/i686-pokysdk-linux/usr/bin/ionice.util-linux 80 " to "#!/bin/sh update-alternatives --install /opt/poky/3.3+snapshot/sysroots/i686-pokysdk-linux/usr/bin/ionice ionice /opt/poky/3.3+snapshot/sysroots/i686-pokysdk-linux/usr/bin/ionice.util-linux 80 " packages/i686-nativesdk-pokysdk-linux/nativesdk-util-linux/nativesdk-util-linux-ionice: latest.pkg_prerm changed from "#!/bin/sh set -e update-alternatives --remove ionice /opt/poky/3.3+snapshot/sysroots/i686-pokysdk-linux/usr/bin/ionice.util-linux " to "#!/bin/sh update-alternatives --remove ionice /opt/poky/3.3+snapshot/sysroots/i686-pokysdk-linux/usr/bin/ionice.util-linux " packages/i686-nativesdk-pokysdk-linux/nativesdk-util-linux/nativesdk-util-linux-ipcmk: PKGSIZE changed from 38676 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-util-linux/nativesdk-util-linux-ipcrm: PKGSIZE changed from 34488 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-util-linux/nativesdk-util-linux-ipcs: PKGSIZE changed from 79744 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-util-linux/nativesdk-util-linux-irqtop: PKGSIZE changed from 55304 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-util-linux/nativesdk-util-linux-isosize: PKGSIZE changed from 34476 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-util-linux/nativesdk-util-linux-kill: PKGSIZE changed from 46884 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-util-linux/nativesdk-util-linux-kill: latest.pkg_postinst changed from "#!/bin/sh set -e update-alternatives --install /opt/poky/3.3+snapshot/sysroots/i686-pokysdk-linux/bin/kill kill /opt/poky/3.3+snapshot/sysroots/i686-pokysdk-linux/bin/kill.util-linux 80 " to "#!/bin/sh update-alternatives --install /opt/poky/3.3+snapshot/sysroots/i686-pokysdk-linux/bin/kill kill /opt/poky/3.3+snapshot/sysroots/i686-pokysdk-linux/bin/kill.util-linux 80 " packages/i686-nativesdk-pokysdk-linux/nativesdk-util-linux/nativesdk-util-linux-kill: latest.pkg_prerm changed from "#!/bin/sh set -e update-alternatives --remove kill /opt/poky/3.3+snapshot/sysroots/i686-pokysdk-linux/bin/kill.util-linux " to "#!/bin/sh update-alternatives --remove kill /opt/poky/3.3+snapshot/sysroots/i686-pokysdk-linux/bin/kill.util-linux " packages/i686-nativesdk-pokysdk-linux/nativesdk-util-linux/nativesdk-util-linux-last: PKGSIZE changed from 55087 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-util-linux/nativesdk-util-linux-last: latest.pkg_postinst changed from "#!/bin/sh set -e update-alternatives --install /opt/poky/3.3+snapshot/sysroots/i686-pokysdk-linux/usr/bin/last last /opt/poky/3.3+snapshot/sysroots/i686-pokysdk-linux/usr/bin/last.util-linux 80 update-alternatives --install /opt/poky/3.3+snapshot/sysroots/i686-pokysdk-linux/usr/bin/lastb lastb /opt/poky/3.3+snapshot/sysroots/i686-pokysdk-linux/usr/bin/lastb.util-linux 80 " to "#!/bin/sh update-alternatives --install /opt/poky/3.3+snapshot/sysroots/i686-pokysdk-linux/usr/bin/last last /opt/poky/3.3+snapshot/sysroots/i686-pokysdk-linux/usr/bin/last.util-linux 80 update-alternatives --install /opt/poky/3.3+snapshot/sysroots/i686-pokysdk-linux/usr/bin/lastb lastb /opt/poky/3.3+snapshot/sysroots/i686-pokysdk-linux/usr/bin/lastb.util-linux 80 " packages/i686-nativesdk-pokysdk-linux/nativesdk-util-linux/nativesdk-util-linux-last: latest.pkg_prerm changed from "#!/bin/sh set -e update-alternatives --remove last /opt/poky/3.3+snapshot/sysroots/i686-pokysdk-linux/usr/bin/last.util-linux update-alternatives --remove lastb /opt/poky/3.3+snapshot/sysroots/i686-pokysdk-linux/usr/bin/lastb.util-linux " to "#!/bin/sh update-alternatives --remove last /opt/poky/3.3+snapshot/sysroots/i686-pokysdk-linux/usr/bin/last.util-linux update-alternatives --remove lastb /opt/poky/3.3+snapshot/sysroots/i686-pokysdk-linux/usr/bin/lastb.util-linux " packages/i686-nativesdk-pokysdk-linux/nativesdk-util-linux/nativesdk-util-linux-ldattach: PKGSIZE changed from 38632 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-util-linux/nativesdk-util-linux-libblkid: PKGSIZE changed from 346997 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-util-linux/nativesdk-util-linux-libblkid: latest.pkg_postinst changed from "#!/bin/sh set -e if [ x"$D" = "x" ]; then if [ -x /sbin/ldconfig ]; then /sbin/ldconfig ; fi fi " to "#!/bin/sh if [ x"$D" = "x" ]; then if [ -x /sbin/ldconfig ]; then /sbin/ldconfig ; fi fi " packages/i686-nativesdk-pokysdk-linux/nativesdk-util-linux/nativesdk-util-linux-libfdisk: PKGSIZE changed from 479193 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-util-linux/nativesdk-util-linux-libfdisk: latest.pkg_postinst changed from "#!/bin/sh set -e if [ x"$D" = "x" ]; then if [ -x /sbin/ldconfig ]; then /sbin/ldconfig ; fi fi " to "#!/bin/sh if [ x"$D" = "x" ]; then if [ -x /sbin/ldconfig ]; then /sbin/ldconfig ; fi fi " packages/i686-nativesdk-pokysdk-linux/nativesdk-util-linux/nativesdk-util-linux-libmount: PKGSIZE changed from 388505 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-util-linux/nativesdk-util-linux-libmount: latest.pkg_postinst changed from "#!/bin/sh set -e if [ x"$D" = "x" ]; then if [ -x /sbin/ldconfig ]; then /sbin/ldconfig ; fi fi " to "#!/bin/sh if [ x"$D" = "x" ]; then if [ -x /sbin/ldconfig ]; then /sbin/ldconfig ; fi fi " packages/i686-nativesdk-pokysdk-linux/nativesdk-util-linux/nativesdk-util-linux-libsmartcols: PKGSIZE changed from 236001 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-util-linux/nativesdk-util-linux-libsmartcols: latest.pkg_postinst changed from "#!/bin/sh set -e if [ x"$D" = "x" ]; then if [ -x /sbin/ldconfig ]; then /sbin/ldconfig ; fi fi " to "#!/bin/sh if [ x"$D" = "x" ]; then if [ -x /sbin/ldconfig ]; then /sbin/ldconfig ; fi fi " packages/i686-nativesdk-pokysdk-linux/nativesdk-util-linux/nativesdk-util-linux-locale-ca: PKGSIZE changed from 33113 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-util-linux/nativesdk-util-linux-locale-cs: PKGSIZE changed from 501691 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-util-linux/nativesdk-util-linux-locale-da: PKGSIZE changed from 413020 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-util-linux/nativesdk-util-linux-locale-de: PKGSIZE changed from 509346 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-util-linux/nativesdk-util-linux-locale-es: PKGSIZE changed from 484265 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-util-linux/nativesdk-util-linux-locale-et: PKGSIZE changed from 20833 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-util-linux/nativesdk-util-linux-locale-eu: PKGSIZE changed from 20147 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-util-linux/nativesdk-util-linux-locale-fi: PKGSIZE changed from 82153 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-util-linux/nativesdk-util-linux-locale-fr: PKGSIZE changed from 514455 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-util-linux/nativesdk-util-linux-locale-gl: PKGSIZE changed from 16538 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-util-linux/nativesdk-util-linux-locale-hr: PKGSIZE changed from 495167 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-util-linux/nativesdk-util-linux-locale-hu: PKGSIZE changed from 39862 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-util-linux/nativesdk-util-linux-locale-id: PKGSIZE changed from 43348 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-util-linux/nativesdk-util-linux-locale-it: PKGSIZE changed from 31911 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-util-linux/nativesdk-util-linux-locale-ja: PKGSIZE changed from 408278 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-util-linux/nativesdk-util-linux-locale-nl: PKGSIZE changed from 334225 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-util-linux/nativesdk-util-linux-locale-pl: PKGSIZE changed from 497100 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-util-linux/nativesdk-util-linux-locale-pt-br: PKGSIZE changed from 473280 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-util-linux/nativesdk-util-linux-locale-pt: PKGSIZE changed from 487574 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-util-linux/nativesdk-util-linux-locale-ru: PKGSIZE changed from 202156 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-util-linux/nativesdk-util-linux-locale-sl: PKGSIZE changed from 31148 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-util-linux/nativesdk-util-linux-locale-sv: PKGSIZE changed from 460436 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-util-linux/nativesdk-util-linux-locale-tr: PKGSIZE changed from 353868 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-util-linux/nativesdk-util-linux-locale-uk: PKGSIZE changed from 641343 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-util-linux/nativesdk-util-linux-locale-vi: PKGSIZE changed from 325353 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-util-linux/nativesdk-util-linux-locale-zh-cn: PKGSIZE changed from 364813 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-util-linux/nativesdk-util-linux-locale-zh-tw: PKGSIZE changed from 47803 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-util-linux/nativesdk-util-linux-logger: PKGSIZE changed from 55404 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-util-linux/nativesdk-util-linux-logger: latest.pkg_postinst changed from "#!/bin/sh set -e update-alternatives --install /opt/poky/3.3+snapshot/sysroots/i686-pokysdk-linux/usr/bin/logger logger /opt/poky/3.3+snapshot/sysroots/i686-pokysdk-linux/usr/bin/logger.util-linux 80 " to "#!/bin/sh update-alternatives --install /opt/poky/3.3+snapshot/sysroots/i686-pokysdk-linux/usr/bin/logger logger /opt/poky/3.3+snapshot/sysroots/i686-pokysdk-linux/usr/bin/logger.util-linux 80 " packages/i686-nativesdk-pokysdk-linux/nativesdk-util-linux/nativesdk-util-linux-logger: latest.pkg_prerm changed from "#!/bin/sh set -e update-alternatives --remove logger /opt/poky/3.3+snapshot/sysroots/i686-pokysdk-linux/usr/bin/logger.util-linux " to "#!/bin/sh update-alternatives --remove logger /opt/poky/3.3+snapshot/sysroots/i686-pokysdk-linux/usr/bin/logger.util-linux " packages/i686-nativesdk-pokysdk-linux/nativesdk-util-linux/nativesdk-util-linux-look: PKGSIZE changed from 18036 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-util-linux/nativesdk-util-linux-losetup: PKGSIZE changed from 120968 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-util-linux/nativesdk-util-linux-losetup: latest.pkg_postinst changed from "#!/bin/sh set -e update-alternatives --install /opt/poky/3.3+snapshot/sysroots/i686-pokysdk-linux/sbin/losetup losetup /opt/poky/3.3+snapshot/sysroots/i686-pokysdk-linux/sbin/losetup.util-linux 80 " to "#!/bin/sh update-alternatives --install /opt/poky/3.3+snapshot/sysroots/i686-pokysdk-linux/sbin/losetup losetup /opt/poky/3.3+snapshot/sysroots/i686-pokysdk-linux/sbin/losetup.util-linux 80 " packages/i686-nativesdk-pokysdk-linux/nativesdk-util-linux/nativesdk-util-linux-losetup: latest.pkg_prerm changed from "#!/bin/sh set -e update-alternatives --remove losetup /opt/poky/3.3+snapshot/sysroots/i686-pokysdk-linux/sbin/losetup.util-linux " to "#!/bin/sh update-alternatives --remove losetup /opt/poky/3.3+snapshot/sysroots/i686-pokysdk-linux/sbin/losetup.util-linux " packages/i686-nativesdk-pokysdk-linux/nativesdk-util-linux/nativesdk-util-linux-lsblk: PKGSIZE changed from 178344 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-util-linux/nativesdk-util-linux-lscpu: PKGSIZE changed from 124892 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-util-linux/nativesdk-util-linux-lsipc: PKGSIZE changed from 96264 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-util-linux/nativesdk-util-linux-lsirq: PKGSIZE changed from 42824 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-util-linux/nativesdk-util-linux-lslocks: PKGSIZE changed from 43040 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-util-linux/nativesdk-util-linux-lslogins: PKGSIZE changed from 71640 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-util-linux/nativesdk-util-linux-lsmem: PKGSIZE changed from 71572 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-util-linux/nativesdk-util-linux-lsns: PKGSIZE changed from 55188 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-util-linux/nativesdk-util-linux-mcookie: PKGSIZE changed from 42780 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-util-linux/nativesdk-util-linux-mcookie: latest.pkg_postinst changed from "#!/bin/sh set -e update-alternatives --install /opt/poky/3.3+snapshot/sysroots/i686-pokysdk-linux/usr/bin/mcookie mcookie /opt/poky/3.3+snapshot/sysroots/i686-pokysdk-linux/usr/bin/mcookie.util-linux 80 " to "#!/bin/sh update-alternatives --install /opt/poky/3.3+snapshot/sysroots/i686-pokysdk-linux/usr/bin/mcookie mcookie /opt/poky/3.3+snapshot/sysroots/i686-pokysdk-linux/usr/bin/mcookie.util-linux 80 " packages/i686-nativesdk-pokysdk-linux/nativesdk-util-linux/nativesdk-util-linux-mcookie: latest.pkg_prerm changed from "#!/bin/sh set -e update-alternatives --remove mcookie /opt/poky/3.3+snapshot/sysroots/i686-pokysdk-linux/usr/bin/mcookie.util-linux " to "#!/bin/sh update-alternatives --remove mcookie /opt/poky/3.3+snapshot/sysroots/i686-pokysdk-linux/usr/bin/mcookie.util-linux " packages/i686-nativesdk-pokysdk-linux/nativesdk-util-linux/nativesdk-util-linux-mesg: PKGSIZE changed from 18052 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-util-linux/nativesdk-util-linux-mesg: latest.pkg_postinst changed from "#!/bin/sh set -e update-alternatives --install /opt/poky/3.3+snapshot/sysroots/i686-pokysdk-linux/usr/bin/mesg mesg /opt/poky/3.3+snapshot/sysroots/i686-pokysdk-linux/usr/bin/mesg.util-linux 80 " to "#!/bin/sh update-alternatives --install /opt/poky/3.3+snapshot/sysroots/i686-pokysdk-linux/usr/bin/mesg mesg /opt/poky/3.3+snapshot/sysroots/i686-pokysdk-linux/usr/bin/mesg.util-linux 80 " packages/i686-nativesdk-pokysdk-linux/nativesdk-util-linux/nativesdk-util-linux-mesg: latest.pkg_prerm changed from "#!/bin/sh set -e update-alternatives --remove mesg /opt/poky/3.3+snapshot/sysroots/i686-pokysdk-linux/usr/bin/mesg.util-linux " to "#!/bin/sh update-alternatives --remove mesg /opt/poky/3.3+snapshot/sysroots/i686-pokysdk-linux/usr/bin/mesg.util-linux " packages/i686-nativesdk-pokysdk-linux/nativesdk-util-linux/nativesdk-util-linux-mkfs.cramfs: PKGSIZE changed from 46776 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-util-linux/nativesdk-util-linux-mkfs: PKGSIZE changed from 18000 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-util-linux/nativesdk-util-linux-mkswap: PKGSIZE changed from 120848 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-util-linux/nativesdk-util-linux-mkswap: latest.pkg_postinst changed from "#!/bin/sh set -e update-alternatives --install /opt/poky/3.3+snapshot/sysroots/i686-pokysdk-linux/sbin/mkswap mkswap /opt/poky/3.3+snapshot/sysroots/i686-pokysdk-linux/sbin/mkswap.util-linux 80 " to "#!/bin/sh update-alternatives --install /opt/poky/3.3+snapshot/sysroots/i686-pokysdk-linux/sbin/mkswap mkswap /opt/poky/3.3+snapshot/sysroots/i686-pokysdk-linux/sbin/mkswap.util-linux 80 " packages/i686-nativesdk-pokysdk-linux/nativesdk-util-linux/nativesdk-util-linux-mkswap: latest.pkg_prerm changed from "#!/bin/sh set -e update-alternatives --remove mkswap /opt/poky/3.3+snapshot/sysroots/i686-pokysdk-linux/sbin/mkswap.util-linux " to "#!/bin/sh update-alternatives --remove mkswap /opt/poky/3.3+snapshot/sysroots/i686-pokysdk-linux/sbin/mkswap.util-linux " packages/i686-nativesdk-pokysdk-linux/nativesdk-util-linux/nativesdk-util-linux-more: PKGSIZE changed from 63400 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-util-linux/nativesdk-util-linux-more: latest.pkg_postinst changed from "#!/bin/sh set -e update-alternatives --install /opt/poky/3.3+snapshot/sysroots/i686-pokysdk-linux/bin/more more /opt/poky/3.3+snapshot/sysroots/i686-pokysdk-linux/bin/more.util-linux 80 " to "#!/bin/sh update-alternatives --install /opt/poky/3.3+snapshot/sysroots/i686-pokysdk-linux/bin/more more /opt/poky/3.3+snapshot/sysroots/i686-pokysdk-linux/bin/more.util-linux 80 " packages/i686-nativesdk-pokysdk-linux/nativesdk-util-linux/nativesdk-util-linux-more: latest.pkg_prerm changed from "#!/bin/sh set -e update-alternatives --remove more /opt/poky/3.3+snapshot/sysroots/i686-pokysdk-linux/bin/more.util-linux " to "#!/bin/sh update-alternatives --remove more /opt/poky/3.3+snapshot/sysroots/i686-pokysdk-linux/bin/more.util-linux " packages/i686-nativesdk-pokysdk-linux/nativesdk-util-linux/nativesdk-util-linux-mount: PKGSIZE changed from 59480 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-util-linux/nativesdk-util-linux-mount: latest.pkg_postinst changed from "#!/bin/sh set -e update-alternatives --install /opt/poky/3.3+snapshot/sysroots/i686-pokysdk-linux/bin/mount mount /opt/poky/3.3+snapshot/sysroots/i686-pokysdk-linux/bin/mount.util-linux 80 " to "#!/bin/sh update-alternatives --install /opt/poky/3.3+snapshot/sysroots/i686-pokysdk-linux/bin/mount mount /opt/poky/3.3+snapshot/sysroots/i686-pokysdk-linux/bin/mount.util-linux 80 " packages/i686-nativesdk-pokysdk-linux/nativesdk-util-linux/nativesdk-util-linux-mount: latest.pkg_prerm changed from "#!/bin/sh set -e update-alternatives --remove mount /opt/poky/3.3+snapshot/sysroots/i686-pokysdk-linux/bin/mount.util-linux " to "#!/bin/sh update-alternatives --remove mount /opt/poky/3.3+snapshot/sysroots/i686-pokysdk-linux/bin/mount.util-linux " packages/i686-nativesdk-pokysdk-linux/nativesdk-util-linux/nativesdk-util-linux-mountpoint: PKGSIZE changed from 18060 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-util-linux/nativesdk-util-linux-mountpoint: latest.pkg_postinst changed from "#!/bin/sh set -e update-alternatives --install /opt/poky/3.3+snapshot/sysroots/i686-pokysdk-linux/bin/mountpoint mountpoint /opt/poky/3.3+snapshot/sysroots/i686-pokysdk-linux/bin/mountpoint.util-linux 80 " to "#!/bin/sh update-alternatives --install /opt/poky/3.3+snapshot/sysroots/i686-pokysdk-linux/bin/mountpoint mountpoint /opt/poky/3.3+snapshot/sysroots/i686-pokysdk-linux/bin/mountpoint.util-linux 80 " packages/i686-nativesdk-pokysdk-linux/nativesdk-util-linux/nativesdk-util-linux-mountpoint: latest.pkg_prerm changed from "#!/bin/sh set -e update-alternatives --remove mountpoint /opt/poky/3.3+snapshot/sysroots/i686-pokysdk-linux/bin/mountpoint.util-linux " to "#!/bin/sh update-alternatives --remove mountpoint /opt/poky/3.3+snapshot/sysroots/i686-pokysdk-linux/bin/mountpoint.util-linux " packages/i686-nativesdk-pokysdk-linux/nativesdk-util-linux/nativesdk-util-linux-namei: PKGSIZE changed from 38612 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-util-linux/nativesdk-util-linux-nologin: PKGSIZE changed from 18036 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-util-linux/nativesdk-util-linux-nologin: latest.pkg_postinst changed from "#!/bin/sh set -e update-alternatives --install /opt/poky/3.3+snapshot/sysroots/i686-pokysdk-linux/sbin/nologin nologin /opt/poky/3.3+snapshot/sysroots/i686-pokysdk-linux/sbin/nologin.util-linux 80 " to "#!/bin/sh update-alternatives --install /opt/poky/3.3+snapshot/sysroots/i686-pokysdk-linux/sbin/nologin nologin /opt/poky/3.3+snapshot/sysroots/i686-pokysdk-linux/sbin/nologin.util-linux 80 " packages/i686-nativesdk-pokysdk-linux/nativesdk-util-linux/nativesdk-util-linux-nologin: latest.pkg_prerm changed from "#!/bin/sh set -e update-alternatives --remove nologin /opt/poky/3.3+snapshot/sysroots/i686-pokysdk-linux/sbin/nologin.util-linux " to "#!/bin/sh update-alternatives --remove nologin /opt/poky/3.3+snapshot/sysroots/i686-pokysdk-linux/sbin/nologin.util-linux " packages/i686-nativesdk-pokysdk-linux/nativesdk-util-linux/nativesdk-util-linux-nsenter: PKGSIZE changed from 42896 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-util-linux/nativesdk-util-linux-nsenter: latest.pkg_postinst changed from "#!/bin/sh set -e update-alternatives --install /opt/poky/3.3+snapshot/sysroots/i686-pokysdk-linux/usr/bin/nsenter nsenter /opt/poky/3.3+snapshot/sysroots/i686-pokysdk-linux/usr/bin/nsenter.util-linux 80 " to "#!/bin/sh update-alternatives --install /opt/poky/3.3+snapshot/sysroots/i686-pokysdk-linux/usr/bin/nsenter nsenter /opt/poky/3.3+snapshot/sysroots/i686-pokysdk-linux/usr/bin/nsenter.util-linux 80 " packages/i686-nativesdk-pokysdk-linux/nativesdk-util-linux/nativesdk-util-linux-nsenter: latest.pkg_prerm changed from "#!/bin/sh set -e update-alternatives --remove nsenter /opt/poky/3.3+snapshot/sysroots/i686-pokysdk-linux/usr/bin/nsenter.util-linux " to "#!/bin/sh update-alternatives --remove nsenter /opt/poky/3.3+snapshot/sysroots/i686-pokysdk-linux/usr/bin/nsenter.util-linux " packages/i686-nativesdk-pokysdk-linux/nativesdk-util-linux/nativesdk-util-linux-partx: PKGSIZE changed from 124996 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-util-linux/nativesdk-util-linux-pivot-root: PKGSIZE changed from 18004 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-util-linux/nativesdk-util-linux-pivot-root: latest.pkg_postinst changed from "#!/bin/sh set -e update-alternatives --install /opt/poky/3.3+snapshot/sysroots/i686-pokysdk-linux/sbin/pivot_root pivot_root /opt/poky/3.3+snapshot/sysroots/i686-pokysdk-linux/sbin/pivot_root.util-linux 80 " to "#!/bin/sh update-alternatives --install /opt/poky/3.3+snapshot/sysroots/i686-pokysdk-linux/sbin/pivot_root pivot_root /opt/poky/3.3+snapshot/sysroots/i686-pokysdk-linux/sbin/pivot_root.util-linux 80 " packages/i686-nativesdk-pokysdk-linux/nativesdk-util-linux/nativesdk-util-linux-pivot-root: latest.pkg_prerm changed from "#!/bin/sh set -e update-alternatives --remove pivot_root /opt/poky/3.3+snapshot/sysroots/i686-pokysdk-linux/sbin/pivot_root.util-linux " to "#!/bin/sh update-alternatives --remove pivot_root /opt/poky/3.3+snapshot/sysroots/i686-pokysdk-linux/sbin/pivot_root.util-linux " packages/i686-nativesdk-pokysdk-linux/nativesdk-util-linux/nativesdk-util-linux-prlimit: PKGSIZE changed from 43012 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-util-linux/nativesdk-util-linux-prlimit: latest.pkg_postinst changed from "#!/bin/sh set -e update-alternatives --install /opt/poky/3.3+snapshot/sysroots/i686-pokysdk-linux/usr/bin/prlimit prlimit /opt/poky/3.3+snapshot/sysroots/i686-pokysdk-linux/usr/bin/prlimit.util-linux 80 " to "#!/bin/sh update-alternatives --install /opt/poky/3.3+snapshot/sysroots/i686-pokysdk-linux/usr/bin/prlimit prlimit /opt/poky/3.3+snapshot/sysroots/i686-pokysdk-linux/usr/bin/prlimit.util-linux 80 " packages/i686-nativesdk-pokysdk-linux/nativesdk-util-linux/nativesdk-util-linux-prlimit: latest.pkg_prerm changed from "#!/bin/sh set -e update-alternatives --remove prlimit /opt/poky/3.3+snapshot/sysroots/i686-pokysdk-linux/usr/bin/prlimit.util-linux " to "#!/bin/sh update-alternatives --remove prlimit /opt/poky/3.3+snapshot/sysroots/i686-pokysdk-linux/usr/bin/prlimit.util-linux " packages/i686-nativesdk-pokysdk-linux/nativesdk-util-linux/nativesdk-util-linux-raw: PKGSIZE changed from 22100 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-util-linux/nativesdk-util-linux-readprofile: PKGSIZE changed from 22212 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-util-linux/nativesdk-util-linux-readprofile: latest.pkg_postinst changed from "#!/bin/sh set -e update-alternatives --install /opt/poky/3.3+snapshot/sysroots/i686-pokysdk-linux/usr/bin/readprofile readprofile /opt/poky/3.3+snapshot/sysroots/i686-pokysdk-linux/usr/bin/readprofile.util-linux 80 " to "#!/bin/sh update-alternatives --install /opt/poky/3.3+snapshot/sysroots/i686-pokysdk-linux/usr/bin/readprofile readprofile /opt/poky/3.3+snapshot/sysroots/i686-pokysdk-linux/usr/bin/readprofile.util-linux 80 " packages/i686-nativesdk-pokysdk-linux/nativesdk-util-linux/nativesdk-util-linux-readprofile: latest.pkg_prerm changed from "#!/bin/sh set -e update-alternatives --remove readprofile /opt/poky/3.3+snapshot/sysroots/i686-pokysdk-linux/usr/bin/readprofile.util-linux " to "#!/bin/sh update-alternatives --remove readprofile /opt/poky/3.3+snapshot/sysroots/i686-pokysdk-linux/usr/bin/readprofile.util-linux " packages/i686-nativesdk-pokysdk-linux/nativesdk-util-linux/nativesdk-util-linux-rename: PKGSIZE changed from 22164 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-util-linux/nativesdk-util-linux-renice: PKGSIZE changed from 18008 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-util-linux/nativesdk-util-linux-renice: latest.pkg_postinst changed from "#!/bin/sh set -e update-alternatives --install /opt/poky/3.3+snapshot/sysroots/i686-pokysdk-linux/usr/bin/renice renice /opt/poky/3.3+snapshot/sysroots/i686-pokysdk-linux/usr/bin/renice.util-linux 80 " to "#!/bin/sh update-alternatives --install /opt/poky/3.3+snapshot/sysroots/i686-pokysdk-linux/usr/bin/renice renice /opt/poky/3.3+snapshot/sysroots/i686-pokysdk-linux/usr/bin/renice.util-linux 80 " packages/i686-nativesdk-pokysdk-linux/nativesdk-util-linux/nativesdk-util-linux-renice: latest.pkg_prerm changed from "#!/bin/sh set -e update-alternatives --remove renice /opt/poky/3.3+snapshot/sysroots/i686-pokysdk-linux/usr/bin/renice.util-linux " to "#!/bin/sh update-alternatives --remove renice /opt/poky/3.3+snapshot/sysroots/i686-pokysdk-linux/usr/bin/renice.util-linux " packages/i686-nativesdk-pokysdk-linux/nativesdk-util-linux/nativesdk-util-linux-resizepart: PKGSIZE changed from 71544 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-util-linux/nativesdk-util-linux-rev: PKGSIZE changed from 18032 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-util-linux/nativesdk-util-linux-rev: latest.pkg_postinst changed from "#!/bin/sh set -e update-alternatives --install /opt/poky/3.3+snapshot/sysroots/i686-pokysdk-linux/usr/bin/rev rev /opt/poky/3.3+snapshot/sysroots/i686-pokysdk-linux/usr/bin/rev.util-linux 80 " to "#!/bin/sh update-alternatives --install /opt/poky/3.3+snapshot/sysroots/i686-pokysdk-linux/usr/bin/rev rev /opt/poky/3.3+snapshot/sysroots/i686-pokysdk-linux/usr/bin/rev.util-linux 80 " packages/i686-nativesdk-pokysdk-linux/nativesdk-util-linux/nativesdk-util-linux-rev: latest.pkg_prerm changed from "#!/bin/sh set -e update-alternatives --remove rev /opt/poky/3.3+snapshot/sysroots/i686-pokysdk-linux/usr/bin/rev.util-linux " to "#!/bin/sh update-alternatives --remove rev /opt/poky/3.3+snapshot/sysroots/i686-pokysdk-linux/usr/bin/rev.util-linux " packages/i686-nativesdk-pokysdk-linux/nativesdk-util-linux/nativesdk-util-linux-rfkill: PKGSIZE changed from 51000 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-util-linux/nativesdk-util-linux-rfkill: latest.pkg_postinst changed from "#!/bin/sh set -e update-alternatives --install /opt/poky/3.3+snapshot/sysroots/i686-pokysdk-linux/usr/bin/rfkill rfkill /opt/poky/3.3+snapshot/sysroots/i686-pokysdk-linux/usr/bin/rfkill.util-linux 80 " to "#!/bin/sh update-alternatives --install /opt/poky/3.3+snapshot/sysroots/i686-pokysdk-linux/usr/bin/rfkill rfkill /opt/poky/3.3+snapshot/sysroots/i686-pokysdk-linux/usr/bin/rfkill.util-linux 80 " packages/i686-nativesdk-pokysdk-linux/nativesdk-util-linux/nativesdk-util-linux-rfkill: latest.pkg_prerm changed from "#!/bin/sh set -e update-alternatives --remove rfkill /opt/poky/3.3+snapshot/sysroots/i686-pokysdk-linux/usr/bin/rfkill.util-linux " to "#!/bin/sh update-alternatives --remove rfkill /opt/poky/3.3+snapshot/sysroots/i686-pokysdk-linux/usr/bin/rfkill.util-linux " packages/i686-nativesdk-pokysdk-linux/nativesdk-util-linux/nativesdk-util-linux-rtcwake: PKGSIZE changed from 55080 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-util-linux/nativesdk-util-linux-rtcwake: latest.pkg_postinst changed from "#!/bin/sh set -e update-alternatives --install /opt/poky/3.3+snapshot/sysroots/i686-pokysdk-linux/usr/bin/rtcwake rtcwake /opt/poky/3.3+snapshot/sysroots/i686-pokysdk-linux/usr/bin/rtcwake.util-linux 80 " to "#!/bin/sh update-alternatives --install /opt/poky/3.3+snapshot/sysroots/i686-pokysdk-linux/usr/bin/rtcwake rtcwake /opt/poky/3.3+snapshot/sysroots/i686-pokysdk-linux/usr/bin/rtcwake.util-linux 80 " packages/i686-nativesdk-pokysdk-linux/nativesdk-util-linux/nativesdk-util-linux-rtcwake: latest.pkg_prerm changed from "#!/bin/sh set -e update-alternatives --remove rtcwake /opt/poky/3.3+snapshot/sysroots/i686-pokysdk-linux/usr/bin/rtcwake.util-linux " to "#!/bin/sh update-alternatives --remove rtcwake /opt/poky/3.3+snapshot/sysroots/i686-pokysdk-linux/usr/bin/rtcwake.util-linux " packages/i686-nativesdk-pokysdk-linux/nativesdk-util-linux/nativesdk-util-linux-script: PKGSIZE changed from 71572 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-util-linux/nativesdk-util-linux-scriptlive: PKGSIZE changed from 63352 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-util-linux/nativesdk-util-linux-scriptreplay: PKGSIZE changed from 46860 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-util-linux/nativesdk-util-linux-setarch: PKGSIZE changed from 22304 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-util-linux/nativesdk-util-linux-setsid: PKGSIZE changed from 18024 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-util-linux/nativesdk-util-linux-setsid: latest.pkg_postinst changed from "#!/bin/sh set -e update-alternatives --install /opt/poky/3.3+snapshot/sysroots/i686-pokysdk-linux/usr/bin/setsid setsid /opt/poky/3.3+snapshot/sysroots/i686-pokysdk-linux/usr/bin/setsid.util-linux 80 " to "#!/bin/sh update-alternatives --install /opt/poky/3.3+snapshot/sysroots/i686-pokysdk-linux/usr/bin/setsid setsid /opt/poky/3.3+snapshot/sysroots/i686-pokysdk-linux/usr/bin/setsid.util-linux 80 " packages/i686-nativesdk-pokysdk-linux/nativesdk-util-linux/nativesdk-util-linux-setsid: latest.pkg_prerm changed from "#!/bin/sh set -e update-alternatives --remove setsid /opt/poky/3.3+snapshot/sysroots/i686-pokysdk-linux/usr/bin/setsid.util-linux " to "#!/bin/sh update-alternatives --remove setsid /opt/poky/3.3+snapshot/sysroots/i686-pokysdk-linux/usr/bin/setsid.util-linux " packages/i686-nativesdk-pokysdk-linux/nativesdk-util-linux/nativesdk-util-linux-setterm: PKGSIZE changed from 55036 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-util-linux/nativesdk-util-linux-sfdisk: PKGSIZE changed from 154128 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-util-linux/nativesdk-util-linux-sulogin: PKGSIZE changed from 55236 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-util-linux/nativesdk-util-linux-sulogin: latest.pkg_postinst changed from "#!/bin/sh set -e update-alternatives --install /opt/poky/3.3+snapshot/sysroots/i686-pokysdk-linux/sbin/sulogin sulogin /opt/poky/3.3+snapshot/sysroots/i686-pokysdk-linux/sbin/sulogin.util-linux 80 " to "#!/bin/sh update-alternatives --install /opt/poky/3.3+snapshot/sysroots/i686-pokysdk-linux/sbin/sulogin sulogin /opt/poky/3.3+snapshot/sysroots/i686-pokysdk-linux/sbin/sulogin.util-linux 80 " packages/i686-nativesdk-pokysdk-linux/nativesdk-util-linux/nativesdk-util-linux-sulogin: latest.pkg_prerm changed from "#!/bin/sh set -e update-alternatives --remove sulogin /opt/poky/3.3+snapshot/sysroots/i686-pokysdk-linux/sbin/sulogin.util-linux " to "#!/bin/sh update-alternatives --remove sulogin /opt/poky/3.3+snapshot/sysroots/i686-pokysdk-linux/sbin/sulogin.util-linux " packages/i686-nativesdk-pokysdk-linux/nativesdk-util-linux/nativesdk-util-linux-swaplabel: PKGSIZE changed from 18040 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-util-linux/nativesdk-util-linux-swapoff: PKGSIZE changed from 26324 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-util-linux/nativesdk-util-linux-swapoff: latest.pkg_postinst changed from "#!/bin/sh set -e update-alternatives --install /opt/poky/3.3+snapshot/sysroots/i686-pokysdk-linux/sbin/swapoff swapoff /opt/poky/3.3+snapshot/sysroots/i686-pokysdk-linux/sbin/swapoff.util-linux 80 " to "#!/bin/sh update-alternatives --install /opt/poky/3.3+snapshot/sysroots/i686-pokysdk-linux/sbin/swapoff swapoff /opt/poky/3.3+snapshot/sysroots/i686-pokysdk-linux/sbin/swapoff.util-linux 80 " packages/i686-nativesdk-pokysdk-linux/nativesdk-util-linux/nativesdk-util-linux-swapoff: latest.pkg_prerm changed from "#!/bin/sh set -e update-alternatives --remove swapoff /opt/poky/3.3+snapshot/sysroots/i686-pokysdk-linux/sbin/swapoff.util-linux " to "#!/bin/sh update-alternatives --remove swapoff /opt/poky/3.3+snapshot/sysroots/i686-pokysdk-linux/sbin/swapoff.util-linux " packages/i686-nativesdk-pokysdk-linux/nativesdk-util-linux/nativesdk-util-linux-swapon: PKGSIZE changed from 55224 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-util-linux/nativesdk-util-linux-swapon: latest.pkg_postinst changed from "#!/bin/sh set -e update-alternatives --install /opt/poky/3.3+snapshot/sysroots/i686-pokysdk-linux/sbin/swapon swapon /opt/poky/3.3+snapshot/sysroots/i686-pokysdk-linux/sbin/swapon.util-linux 80 " to "#!/bin/sh update-alternatives --install /opt/poky/3.3+snapshot/sysroots/i686-pokysdk-linux/sbin/swapon swapon /opt/poky/3.3+snapshot/sysroots/i686-pokysdk-linux/sbin/swapon.util-linux 80 " packages/i686-nativesdk-pokysdk-linux/nativesdk-util-linux/nativesdk-util-linux-swapon: latest.pkg_prerm changed from "#!/bin/sh set -e update-alternatives --remove swapon /opt/poky/3.3+snapshot/sysroots/i686-pokysdk-linux/sbin/swapon.util-linux " to "#!/bin/sh update-alternatives --remove swapon /opt/poky/3.3+snapshot/sysroots/i686-pokysdk-linux/sbin/swapon.util-linux " packages/i686-nativesdk-pokysdk-linux/nativesdk-util-linux/nativesdk-util-linux-switch-root: PKGSIZE changed from 22164 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-util-linux/nativesdk-util-linux-switch-root: latest.pkg_postinst changed from "#!/bin/sh set -e update-alternatives --install /opt/poky/3.3+snapshot/sysroots/i686-pokysdk-linux/sbin/switch_root switch_root /opt/poky/3.3+snapshot/sysroots/i686-pokysdk-linux/sbin/switch_root.util-linux 80 " to "#!/bin/sh update-alternatives --install /opt/poky/3.3+snapshot/sysroots/i686-pokysdk-linux/sbin/switch_root switch_root /opt/poky/3.3+snapshot/sysroots/i686-pokysdk-linux/sbin/switch_root.util-linux 80 " packages/i686-nativesdk-pokysdk-linux/nativesdk-util-linux/nativesdk-util-linux-switch-root: latest.pkg_prerm changed from "#!/bin/sh set -e update-alternatives --remove switch_root /opt/poky/3.3+snapshot/sysroots/i686-pokysdk-linux/sbin/switch_root.util-linux " to "#!/bin/sh update-alternatives --remove switch_root /opt/poky/3.3+snapshot/sysroots/i686-pokysdk-linux/sbin/switch_root.util-linux " packages/i686-nativesdk-pokysdk-linux/nativesdk-util-linux/nativesdk-util-linux-taskset: PKGSIZE changed from 42760 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-util-linux/nativesdk-util-linux-taskset: latest.pkg_postinst changed from "#!/bin/sh set -e update-alternatives --install /opt/poky/3.3+snapshot/sysroots/i686-pokysdk-linux/usr/bin/taskset taskset /opt/poky/3.3+snapshot/sysroots/i686-pokysdk-linux/usr/bin/taskset.util-linux 80 " to "#!/bin/sh update-alternatives --install /opt/poky/3.3+snapshot/sysroots/i686-pokysdk-linux/usr/bin/taskset taskset /opt/poky/3.3+snapshot/sysroots/i686-pokysdk-linux/usr/bin/taskset.util-linux 80 " packages/i686-nativesdk-pokysdk-linux/nativesdk-util-linux/nativesdk-util-linux-taskset: latest.pkg_prerm changed from "#!/bin/sh set -e update-alternatives --remove taskset /opt/poky/3.3+snapshot/sysroots/i686-pokysdk-linux/usr/bin/taskset.util-linux " to "#!/bin/sh update-alternatives --remove taskset /opt/poky/3.3+snapshot/sysroots/i686-pokysdk-linux/usr/bin/taskset.util-linux " packages/i686-nativesdk-pokysdk-linux/nativesdk-util-linux/nativesdk-util-linux-uclampset: PKGSIZE changed from 63336 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-util-linux/nativesdk-util-linux-ul: PKGSIZE changed from 22152 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-util-linux/nativesdk-util-linux-umount: PKGSIZE changed from 38828 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-util-linux/nativesdk-util-linux-umount: latest.pkg_postinst changed from "#!/bin/sh set -e update-alternatives --install /opt/poky/3.3+snapshot/sysroots/i686-pokysdk-linux/bin/umount umount /opt/poky/3.3+snapshot/sysroots/i686-pokysdk-linux/bin/umount.util-linux 80 " to "#!/bin/sh update-alternatives --install /opt/poky/3.3+snapshot/sysroots/i686-pokysdk-linux/bin/umount umount /opt/poky/3.3+snapshot/sysroots/i686-pokysdk-linux/bin/umount.util-linux 80 " packages/i686-nativesdk-pokysdk-linux/nativesdk-util-linux/nativesdk-util-linux-umount: latest.pkg_prerm changed from "#!/bin/sh set -e update-alternatives --remove umount /opt/poky/3.3+snapshot/sysroots/i686-pokysdk-linux/bin/umount.util-linux " to "#!/bin/sh update-alternatives --remove umount /opt/poky/3.3+snapshot/sysroots/i686-pokysdk-linux/bin/umount.util-linux " packages/i686-nativesdk-pokysdk-linux/nativesdk-util-linux/nativesdk-util-linux-unshare: PKGSIZE changed from 51220 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-util-linux/nativesdk-util-linux-unshare: latest.pkg_postinst changed from "#!/bin/sh set -e update-alternatives --install /opt/poky/3.3+snapshot/sysroots/i686-pokysdk-linux/usr/bin/unshare unshare /opt/poky/3.3+snapshot/sysroots/i686-pokysdk-linux/usr/bin/unshare.util-linux 80 " to "#!/bin/sh update-alternatives --install /opt/poky/3.3+snapshot/sysroots/i686-pokysdk-linux/usr/bin/unshare unshare /opt/poky/3.3+snapshot/sysroots/i686-pokysdk-linux/usr/bin/unshare.util-linux 80 " packages/i686-nativesdk-pokysdk-linux/nativesdk-util-linux/nativesdk-util-linux-unshare: latest.pkg_prerm changed from "#!/bin/sh set -e update-alternatives --remove unshare /opt/poky/3.3+snapshot/sysroots/i686-pokysdk-linux/usr/bin/unshare.util-linux " to "#!/bin/sh update-alternatives --remove unshare /opt/poky/3.3+snapshot/sysroots/i686-pokysdk-linux/usr/bin/unshare.util-linux " packages/i686-nativesdk-pokysdk-linux/nativesdk-util-linux/nativesdk-util-linux-utmpdump: PKGSIZE changed from 30452 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-util-linux/nativesdk-util-linux-utmpdump: latest.pkg_postinst changed from "#!/bin/sh set -e update-alternatives --install /opt/poky/3.3+snapshot/sysroots/i686-pokysdk-linux/usr/bin/utmpdump utmpdump /opt/poky/3.3+snapshot/sysroots/i686-pokysdk-linux/usr/bin/utmpdump.util-linux 80 " to "#!/bin/sh update-alternatives --install /opt/poky/3.3+snapshot/sysroots/i686-pokysdk-linux/usr/bin/utmpdump utmpdump /opt/poky/3.3+snapshot/sysroots/i686-pokysdk-linux/usr/bin/utmpdump.util-linux 80 " packages/i686-nativesdk-pokysdk-linux/nativesdk-util-linux/nativesdk-util-linux-utmpdump: latest.pkg_prerm changed from "#!/bin/sh set -e update-alternatives --remove utmpdump /opt/poky/3.3+snapshot/sysroots/i686-pokysdk-linux/usr/bin/utmpdump.util-linux " to "#!/bin/sh update-alternatives --remove utmpdump /opt/poky/3.3+snapshot/sysroots/i686-pokysdk-linux/usr/bin/utmpdump.util-linux " packages/i686-nativesdk-pokysdk-linux/nativesdk-util-linux/nativesdk-util-linux-uuidd: PKGSIZE changed from 47204 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-util-linux/nativesdk-util-linux-uuidgen: PKGSIZE changed from 18040 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-util-linux/nativesdk-util-linux-uuidgen: latest.pkg_postinst changed from "#!/bin/sh set -e update-alternatives --install /opt/poky/3.3+snapshot/sysroots/i686-pokysdk-linux/usr/bin/uuidgen uuidgen /opt/poky/3.3+snapshot/sysroots/i686-pokysdk-linux/usr/bin/uuidgen.util-linux 80 " to "#!/bin/sh update-alternatives --install /opt/poky/3.3+snapshot/sysroots/i686-pokysdk-linux/usr/bin/uuidgen uuidgen /opt/poky/3.3+snapshot/sysroots/i686-pokysdk-linux/usr/bin/uuidgen.util-linux 80 " packages/i686-nativesdk-pokysdk-linux/nativesdk-util-linux/nativesdk-util-linux-uuidgen: latest.pkg_prerm changed from "#!/bin/sh set -e update-alternatives --remove uuidgen /opt/poky/3.3+snapshot/sysroots/i686-pokysdk-linux/usr/bin/uuidgen.util-linux " to "#!/bin/sh update-alternatives --remove uuidgen /opt/poky/3.3+snapshot/sysroots/i686-pokysdk-linux/usr/bin/uuidgen.util-linux " packages/i686-nativesdk-pokysdk-linux/nativesdk-util-linux/nativesdk-util-linux-uuidparse: PKGSIZE changed from 42780 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-util-linux/nativesdk-util-linux-wall: PKGSIZE changed from 42796 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-util-linux/nativesdk-util-linux-wall: latest.pkg_postinst changed from "#!/bin/sh set -e update-alternatives --install /opt/poky/3.3+snapshot/sysroots/i686-pokysdk-linux/usr/bin/wall wall /opt/poky/3.3+snapshot/sysroots/i686-pokysdk-linux/usr/bin/wall.util-linux 80 " to "#!/bin/sh update-alternatives --install /opt/poky/3.3+snapshot/sysroots/i686-pokysdk-linux/usr/bin/wall wall /opt/poky/3.3+snapshot/sysroots/i686-pokysdk-linux/usr/bin/wall.util-linux 80 " packages/i686-nativesdk-pokysdk-linux/nativesdk-util-linux/nativesdk-util-linux-wall: latest.pkg_prerm changed from "#!/bin/sh set -e update-alternatives --remove wall /opt/poky/3.3+snapshot/sysroots/i686-pokysdk-linux/usr/bin/wall.util-linux " to "#!/bin/sh update-alternatives --remove wall /opt/poky/3.3+snapshot/sysroots/i686-pokysdk-linux/usr/bin/wall.util-linux " packages/i686-nativesdk-pokysdk-linux/nativesdk-util-linux/nativesdk-util-linux-wdctl: PKGSIZE changed from 67476 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-util-linux/nativesdk-util-linux-whereis: PKGSIZE changed from 34780 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-util-linux/nativesdk-util-linux-wipefs: PKGSIZE changed from 51068 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-util-linux/nativesdk-util-linux-write: PKGSIZE changed from 22224 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-util-linux/nativesdk-util-linux-zramctl: PKGSIZE changed from 120956 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-util-linux/nativesdk-util-linux: RRECOMMENDS: removed all items "nativesdk-util-linux-wipefs nativesdk-util-linux-fdisk nativesdk-util-linux-lslocks nativesdk-util-linux-losetup nativesdk-util-linux-lsmem nativesdk-util-linux-chrt nativesdk-util-linux-cfdisk nativesdk-util-linux-eject nativesdk-util-linux-mkfs nativesdk-util-linux-swapon nativesdk-util-linux-lsipc nativesdk-util-linux-whereis nativesdk-util-linux-irqtop nativesdk-util-linux-uuidgen nativesdk-util-linux-utmpdump nativesdk-util-linux-blockdev nativesdk-util-linux-umount nativesdk-util-linux-renice nativesdk-util-linux-setterm nativesdk-util-linux-mcookie nativesdk-util-linux-kill nativesdk-util-linux-ionice nativesdk-util-linux-zramctl nativesdk-util-linux-wall nativesdk-util-linux-hardlink nativesdk-util-linux-sulogin nativesdk-util-linux-fsck nativesdk-util-linux-last nativesdk-util-linux-addpart nativesdk-util-linux-blkzone nativesdk-util-linux-uuidd nativesdk-util-linux-mkfs.cramfs nativesdk-util-linux-ipcmk nativesdk-util-linux-sfdisk nativesdk-util-linux-uclampset nativesdk-util-linux-fallocate nativesdk-util-linux-write nativesdk-util-linux-namei nativesdk-util-linux-nologin nativesdk-util-linux-rename nativesdk-util-linux-isosize nativesdk-util-linux-mkswap nativesdk-util-linux-rtcwake nativesdk-util-linux-findfs nativesdk-util-linux-colrm nativesdk-util-linux-partx nativesdk-util-linux-ipcrm nativesdk-util-linux-ldattach nativesdk-util-linux-lsblk nativesdk-util-linux-swapoff nativesdk-util-linux-chcpu nativesdk-util-linux-dmesg nativesdk-util-linux-lslogins nativesdk-util-linux-lsns nativesdk-util-linux-raw nativesdk-util-linux-findmnt nativesdk-util-linux-taskset nativesdk-util-linux-lsirq nativesdk-util-linux-scriptlive nativesdk-util-linux-rfkill nativesdk-util-linux-uuidparse nativesdk-util-linux-mesg nativesdk-util-linux-fstrim nativesdk-util-linux-nsenter nativesdk-util-linux-wdctl nativesdk-util-linux-script nativesdk-util-linux-hexdump nativesdk-util-linux-blkdiscard nativesdk-util-linux-ul nativesdk-util-linux-cal nativesdk-util-linux-getopt nativesdk-util-linux-readprofile nativesdk-util-linux-blkid nativesdk-util-linux-chmem nativesdk-util-linux-scriptreplay nativesdk-util-linux-swaplabel nativesdk-util-linux-switch-root nativesdk-util-linux-delpart nativesdk-util-linux-logger nativesdk-util-linux-lscpu nativesdk-util-linux-prlimit nativesdk-util-linux-choom nativesdk-util-linux-rev nativesdk-util-linux-col nativesdk-util-linux-hwclock nativesdk-util-linux-more nativesdk-util-linux-pivot-root nativesdk-util-linux-setsid nativesdk-util-linux-setarch nativesdk-util-linux-resizepart nativesdk-util-linux-column nativesdk-util-linux-fincore nativesdk-util-linux-ipcs nativesdk-util-linux-flock nativesdk-util-linux-mount nativesdk-util-linux-look nativesdk-util-linux-fsck.cramfs nativesdk-util-linux-agetty nativesdk-util-linux-colcrt nativesdk-util-linux-ctrlaltdel nativesdk-util-linux-mountpoint nativesdk-util-linux-fsfreeze nativesdk-util-linux-unshare" packages/i686-nativesdk-pokysdk-linux/nativesdk-util-macros/nativesdk-util-macros-dev: PKGSIZE changed from 71898 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-util-macros/nativesdk-util-macros: PKGSIZE changed from 15744 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-virglrenderer/nativesdk-virglrenderer-dbg: PKGSIZE changed from 100316 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-virglrenderer/nativesdk-virglrenderer-dev: PKGSIZE changed from 13121 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-virglrenderer/nativesdk-virglrenderer: PKGSIZE changed from 534445 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-virglrenderer/nativesdk-virglrenderer: latest.pkg_postinst changed from "#!/bin/sh set -e if [ x"$D" = "x" ]; then if [ -x /sbin/ldconfig ]; then /sbin/ldconfig ; fi fi " to "#!/bin/sh if [ x"$D" = "x" ]; then if [ -x /sbin/ldconfig ]; then /sbin/ldconfig ; fi fi " packages/i686-nativesdk-pokysdk-linux/nativesdk-xcb-proto/nativesdk-python-xcbgen: PKGSIZE changed from 189708 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-xcb-proto/nativesdk-xcb-proto-dev: PKGSIZE changed from 676300 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-xorgproto/nativesdk-xorgproto-dev: PKGSIZE changed from 1150424 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-xorgproto/nativesdk-xorgproto-doc: PKGSIZE changed from 298025 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-xrandr/nativesdk-xrandr-dbg: PKGSIZE changed from 12608 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-xrandr/nativesdk-xrandr-doc: PKGSIZE changed from 18403 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-xrandr/nativesdk-xrandr: PKGSIZE changed from 88482 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-xtrans/nativesdk-xtrans-dev: PKGSIZE changed from 191183 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-xtrans/nativesdk-xtrans-doc: PKGSIZE changed from 46077 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-xz/nativesdk-liblzma: PKGSIZE changed from 173816 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-xz/nativesdk-liblzma: latest.pkg_postinst changed from "#!/bin/sh set -e if [ x"$D" = "x" ]; then if [ -x /sbin/ldconfig ]; then /sbin/ldconfig ; fi fi " to "#!/bin/sh if [ x"$D" = "x" ]; then if [ -x /sbin/ldconfig ]; then /sbin/ldconfig ; fi fi " packages/i686-nativesdk-pokysdk-linux/nativesdk-xz/nativesdk-xz-dbg: PKGSIZE changed from 73136 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-xz/nativesdk-xz-dev: PKGSIZE changed from 170600 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-xz/nativesdk-xz-doc: PKGSIZE changed from 332806 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-xz/nativesdk-xz-locale-cs: PKGSIZE changed from 21904 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-xz/nativesdk-xz-locale-da: PKGSIZE changed from 14353 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-xz/nativesdk-xz-locale-de: PKGSIZE changed from 28028 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-xz/nativesdk-xz-locale-fi: PKGSIZE changed from 25641 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-xz/nativesdk-xz-locale-fr: PKGSIZE changed from 26925 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-xz/nativesdk-xz-locale-hu: PKGSIZE changed from 26926 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-xz/nativesdk-xz-locale-it: PKGSIZE changed from 26532 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-xz/nativesdk-xz-locale-pl: PKGSIZE changed from 26084 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-xz/nativesdk-xz-locale-pt-br: PKGSIZE changed from 26452 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-xz/nativesdk-xz-locale-vi: PKGSIZE changed from 27552 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-xz/nativesdk-xz-locale-zh-cn: PKGSIZE changed from 24818 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-xz/nativesdk-xz-locale-zh-tw: PKGSIZE changed from 23142 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-xz/nativesdk-xz: PKGSIZE changed from 162509 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-xz/nativesdk-xz: latest.pkg_postinst changed from "#!/bin/sh set -e update-alternatives --install /opt/poky/3.3+snapshot/sysroots/i686-pokysdk-linux/usr/bin/xz xz /opt/poky/3.3+snapshot/sysroots/i686-pokysdk-linux/usr/bin/xz.xz 100 update-alternatives --install /opt/poky/3.3+snapshot/sysroots/i686-pokysdk-linux/usr/bin/xzcat xzcat /opt/poky/3.3+snapshot/sysroots/i686-pokysdk-linux/usr/bin/xzcat.xz 100 update-alternatives --install /opt/poky/3.3+snapshot/sysroots/i686-pokysdk-linux/usr/bin/unxz unxz /opt/poky/3.3+snapshot/sysroots/i686-pokysdk-linux/usr/bin/unxz.xz 100 update-alternatives --install /opt/poky/3.3+snapshot/sysroots/i686-pokysdk-linux/usr/bin/lzma lzma /opt/poky/3.3+snapshot/sysroots/i686-pokysdk-linux/usr/bin/lzma.xz 100 update-alternatives --install /opt/poky/3.3+snapshot/sysroots/i686-pokysdk-linux/usr/bin/lzcat lzcat /opt/poky/3.3+snapshot/sysroots/i686-pokysdk-linux/usr/bin/lzcat.xz 100 update-alternatives --install /opt/poky/3.3+snapshot/sysroots/i686-pokysdk-linux/usr/bin/unlzma unlzma /opt/poky/3.3+snapshot/sysroots/i686-pokysdk-linux/usr/bin/unlzma.xz 100 " to "#!/bin/sh update-alternatives --install /opt/poky/3.3+snapshot/sysroots/i686-pokysdk-linux/usr/bin/xz xz /opt/poky/3.3+snapshot/sysroots/i686-pokysdk-linux/usr/bin/xz.xz 100 update-alternatives --install /opt/poky/3.3+snapshot/sysroots/i686-pokysdk-linux/usr/bin/xzcat xzcat /opt/poky/3.3+snapshot/sysroots/i686-pokysdk-linux/usr/bin/xzcat.xz 100 update-alternatives --install /opt/poky/3.3+snapshot/sysroots/i686-pokysdk-linux/usr/bin/unxz unxz /opt/poky/3.3+snapshot/sysroots/i686-pokysdk-linux/usr/bin/unxz.xz 100 update-alternatives --install /opt/poky/3.3+snapshot/sysroots/i686-pokysdk-linux/usr/bin/lzma lzma /opt/poky/3.3+snapshot/sysroots/i686-pokysdk-linux/usr/bin/lzma.xz 100 update-alternatives --install /opt/poky/3.3+snapshot/sysroots/i686-pokysdk-linux/usr/bin/lzcat lzcat /opt/poky/3.3+snapshot/sysroots/i686-pokysdk-linux/usr/bin/lzcat.xz 100 update-alternatives --install /opt/poky/3.3+snapshot/sysroots/i686-pokysdk-linux/usr/bin/unlzma unlzma /opt/poky/3.3+snapshot/sysroots/i686-pokysdk-linux/usr/bin/unlzma.xz 100 " packages/i686-nativesdk-pokysdk-linux/nativesdk-xz/nativesdk-xz: latest.pkg_prerm changed from "#!/bin/sh set -e update-alternatives --remove xz /opt/poky/3.3+snapshot/sysroots/i686-pokysdk-linux/usr/bin/xz.xz update-alternatives --remove xzcat /opt/poky/3.3+snapshot/sysroots/i686-pokysdk-linux/usr/bin/xzcat.xz update-alternatives --remove unxz /opt/poky/3.3+snapshot/sysroots/i686-pokysdk-linux/usr/bin/unxz.xz update-alternatives --remove lzma /opt/poky/3.3+snapshot/sysroots/i686-pokysdk-linux/usr/bin/lzma.xz update-alternatives --remove lzcat /opt/poky/3.3+snapshot/sysroots/i686-pokysdk-linux/usr/bin/lzcat.xz update-alternatives --remove unlzma /opt/poky/3.3+snapshot/sysroots/i686-pokysdk-linux/usr/bin/unlzma.xz " to "#!/bin/sh update-alternatives --remove xz /opt/poky/3.3+snapshot/sysroots/i686-pokysdk-linux/usr/bin/xz.xz update-alternatives --remove xzcat /opt/poky/3.3+snapshot/sysroots/i686-pokysdk-linux/usr/bin/xzcat.xz update-alternatives --remove unxz /opt/poky/3.3+snapshot/sysroots/i686-pokysdk-linux/usr/bin/unxz.xz update-alternatives --remove lzma /opt/poky/3.3+snapshot/sysroots/i686-pokysdk-linux/usr/bin/lzma.xz update-alternatives --remove lzcat /opt/poky/3.3+snapshot/sysroots/i686-pokysdk-linux/usr/bin/lzcat.xz update-alternatives --remove unlzma /opt/poky/3.3+snapshot/sysroots/i686-pokysdk-linux/usr/bin/unlzma.xz " packages/i686-nativesdk-pokysdk-linux/nativesdk-zlib/nativesdk-zlib-dbg: PKGSIZE changed from 13120 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-zlib/nativesdk-zlib-dev: PKGSIZE changed from 112948 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-zlib/nativesdk-zlib-doc: PKGSIZE changed from 4477 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-zlib/nativesdk-zlib-staticdev: PKGSIZE changed from 122430 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-zlib/nativesdk-zlib: PKGSIZE changed from 104046 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-zlib/nativesdk-zlib: latest.pkg_postinst changed from "#!/bin/sh set -e if [ x"$D" = "x" ]; then if [ -x /sbin/ldconfig ]; then /sbin/ldconfig ; fi fi " to "#!/bin/sh if [ x"$D" = "x" ]; then if [ -x /sbin/ldconfig ]; then /sbin/ldconfig ; fi fi " packages/i686-nativesdk-pokysdk-linux/nativesdk-zstd/nativesdk-zstd-dbg: PKGSIZE changed from 174720 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-zstd/nativesdk-zstd-dev: PKGSIZE changed from 175907 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-zstd/nativesdk-zstd-doc: PKGSIZE changed from 29678 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-zstd/nativesdk-zstd-staticdev: PKGSIZE changed from 1271894 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-zstd/nativesdk-zstd: PKGSIZE changed from 3335583 to 0 (-100%) packages/i686-nativesdk-pokysdk-linux/nativesdk-zstd/nativesdk-zstd: latest.pkg_postinst changed from "#!/bin/sh set -e if [ x"$D" = "x" ]; then if [ -x /sbin/ldconfig ]; then /sbin/ldconfig ; fi fi " to "#!/bin/sh if [ x"$D" = "x" ]; then if [ -x /sbin/ldconfig ]; then /sbin/ldconfig ; fi fi " packages/qemuarm-poky-linux-gnueabi/base-files/base-files: PKGSIZE changed from 4137 to 0 (-100%) packages/qemuarm-poky-linux-gnueabi/base-files/base-files: latest.pkg_preinst changed from "set -e #!/bin/sh -e if [ x"$D" = "x" ]; then if [ -h "/var/lock" ]; then # Remove the symbolic link rm -f /var/lock fi if [ -h "/run" ]; then # Remove the symbolic link rm -f /run fi fi " to "#!/bin/sh -e if [ x"$D" = "x" ]; then if [ -h "/var/lock" ]; then # Remove the symbolic link rm -f /var/lock fi if [ -h "/run" ]; then # Remove the symbolic link rm -f /run fi fi " packages/qemuarm-poky-linux-gnueabi/connman-conf/connman-conf: PKGSIZE changed from 655 to 0 (-100%) packages/qemuarm-poky-linux-gnueabi/formfactor/formfactor: PKGSIZE changed from 1225 to 0 (-100%) packages/qemuarm-poky-linux-gnueabi/init-ifupdown/init-ifupdown: PKGSIZE changed from 2894 to 0 (-100%) packages/qemuarm-poky-linux-gnueabi/init-ifupdown/init-ifupdown: latest.pkg_postinst changed from "#!/bin/sh set -e if true && type update-rc.d >/dev/null 2>/dev/null; then if [ -n "$D" ]; then OPT="-r $D" else OPT="-s" fi update-rc.d $OPT networking start 01 2 3 4 5 . stop 80 0 6 1 . fi " to "#!/bin/sh if true && type update-rc.d >/dev/null 2>/dev/null; then if [ -n "$D" ]; then OPT="-r $D" else OPT="-s" fi update-rc.d $OPT networking start 01 2 3 4 5 . stop 80 0 6 1 . fi " packages/qemuarm-poky-linux-gnueabi/init-ifupdown/init-ifupdown: latest.pkg_postrm changed from "#!/bin/sh set -e if true && type update-rc.d >/dev/null 2>/dev/null; then if [ -n "$D" ]; then OPT="-f -r $D" else OPT="-f" fi update-rc.d $OPT networking remove fi " to "#!/bin/sh if true && type update-rc.d >/dev/null 2>/dev/null; then if [ -n "$D" ]; then OPT="-f -r $D" else OPT="-f" fi update-rc.d $OPT networking remove fi " packages/qemuarm-poky-linux-gnueabi/init-ifupdown/init-ifupdown: latest.pkg_prerm changed from "#!/bin/sh set -e if true && [ -z "$D" -a -x "/etc/init.d/networking" ]; then /etc/init.d/networking stop || : fi " to "#!/bin/sh if true && [ -z "$D" -a -x "/etc/init.d/networking" ]; then /etc/init.d/networking stop || : fi " packages/qemuarm-poky-linux-gnueabi/kernel-devsrc/kernel-devsrc: PKGSIZE changed from 50311155 to 0 (-100%) packages/qemuarm-poky-linux-gnueabi/linux-yocto/kernel-base: PKGSIZE changed from 74416 to 0 (-100%) packages/qemuarm-poky-linux-gnueabi/linux-yocto/kernel-base: latest.pkg_postinst changed from "set -e if [ ! -e "$D/lib/modules/5.10.52-yocto-standard" ]; then mkdir -p $D/lib/modules/5.10.52-yocto-standard fi if [ -n "$D" ]; then depmodwrapper -a -b $D 5.10.52-yocto-standard else depmod -a 5.10.52-yocto-standard fi " to " if [ ! -e "$D/lib/modules/5.10.52-yocto-standard" ]; then mkdir -p $D/lib/modules/5.10.52-yocto-standard fi if [ -n "$D" ]; then depmodwrapper -a -b $D 5.10.52-yocto-standard else depmod -a 5.10.52-yocto-standard fi " packages/qemuarm-poky-linux-gnueabi/linux-yocto/kernel-dev: PKGSIZE changed from 4304489 to 0 (-100%) packages/qemuarm-poky-linux-gnueabi/linux-yocto/kernel-image-zimage: PKGSIZE changed from 6277336 to 0 (-100%) packages/qemuarm-poky-linux-gnueabi/linux-yocto/kernel-image-zimage: latest.pkg_postinst changed from "set -e set +e if [ -n "$D" ]; then ln -sf zImage-5.10.52-yocto-standard $D/boot/zImage > /dev/null 2>&1 else ln -sf zImage-5.10.52-yocto-standard boot/zImage > /dev/null 2>&1 if [ $? -ne 0 ]; then echo "Filesystem on boot/ doesn't support symlinks, falling back to copied image (zImage)." install -m 0644 boot/zImage-5.10.52-yocto-standard boot/zImage fi fi set -e " to "set +e if [ -n "$D" ]; then ln -sf zImage-5.10.52-yocto-standard $D/boot/zImage > /dev/null 2>&1 else ln -sf zImage-5.10.52-yocto-standard boot/zImage > /dev/null 2>&1 if [ $? -ne 0 ]; then echo "Filesystem on boot/ doesn't support symlinks, falling back to copied image (zImage)." install -m 0644 boot/zImage-5.10.52-yocto-standard boot/zImage fi fi set -e " packages/qemuarm-poky-linux-gnueabi/linux-yocto/kernel-image-zimage: latest.pkg_postrm changed from "set -e set +e if [ -f "boot/zImage" -o -L "boot/zImage" ]; then rm -f boot/zImage > /dev/null 2>&1 fi set -e " to "set +e if [ -f "boot/zImage" -o -L "boot/zImage" ]; then rm -f boot/zImage > /dev/null 2>&1 fi set -e " packages/qemuarm-poky-linux-gnueabi/linux-yocto/kernel-module-8021q-5.10.52-yocto-standard: PKGSIZE changed from 29556 to 0 (-100%) packages/qemuarm-poky-linux-gnueabi/linux-yocto/kernel-module-8021q-5.10.52-yocto-standard: latest.pkg_postinst changed from "#!/bin/sh set -e if [ -z "$D" ]; then depmod -a 5.10.52-yocto-standard else # image.bbclass will call depmodwrapper after everything is installed, # no need to do it here as well : fi " to "#!/bin/sh if [ -z "$D" ]; then depmod -a 5.10.52-yocto-standard else # image.bbclass will call depmodwrapper after everything is installed, # no need to do it here as well : fi " packages/qemuarm-poky-linux-gnueabi/linux-yocto/kernel-module-8021q-5.10.52-yocto-standard: latest.pkg_postrm changed from "#!/bin/sh set -e if [ -z "$D" ]; then depmod -a 5.10.52-yocto-standard else depmodwrapper -a -b $D 5.10.52-yocto-standard fi " to "#!/bin/sh if [ -z "$D" ]; then depmod -a 5.10.52-yocto-standard else depmodwrapper -a -b $D 5.10.52-yocto-standard fi " packages/qemuarm-poky-linux-gnueabi/linux-yocto/kernel-module-act-mirred-5.10.52-yocto-standard: PKGSIZE changed from 12812 to 0 (-100%) packages/qemuarm-poky-linux-gnueabi/linux-yocto/kernel-module-act-mirred-5.10.52-yocto-standard: latest.pkg_postinst changed from "#!/bin/sh set -e if [ -z "$D" ]; then depmod -a 5.10.52-yocto-standard else # image.bbclass will call depmodwrapper after everything is installed, # no need to do it here as well : fi " to "#!/bin/sh if [ -z "$D" ]; then depmod -a 5.10.52-yocto-standard else # image.bbclass will call depmodwrapper after everything is installed, # no need to do it here as well : fi " packages/qemuarm-poky-linux-gnueabi/linux-yocto/kernel-module-act-mirred-5.10.52-yocto-standard: latest.pkg_postrm changed from "#!/bin/sh set -e if [ -z "$D" ]; then depmod -a 5.10.52-yocto-standard else depmodwrapper -a -b $D 5.10.52-yocto-standard fi " to "#!/bin/sh if [ -z "$D" ]; then depmod -a 5.10.52-yocto-standard else depmodwrapper -a -b $D 5.10.52-yocto-standard fi " packages/qemuarm-poky-linux-gnueabi/linux-yocto/kernel-module-af-key-5.10.52-yocto-standard: PKGSIZE changed from 40948 to 0 (-100%) packages/qemuarm-poky-linux-gnueabi/linux-yocto/kernel-module-af-key-5.10.52-yocto-standard: latest.pkg_postinst changed from "#!/bin/sh set -e if [ -z "$D" ]; then depmod -a 5.10.52-yocto-standard else # image.bbclass will call depmodwrapper after everything is installed, # no need to do it here as well : fi " to "#!/bin/sh if [ -z "$D" ]; then depmod -a 5.10.52-yocto-standard else # image.bbclass will call depmodwrapper after everything is installed, # no need to do it here as well : fi " packages/qemuarm-poky-linux-gnueabi/linux-yocto/kernel-module-af-key-5.10.52-yocto-standard: latest.pkg_postrm changed from "#!/bin/sh set -e if [ -z "$D" ]; then depmod -a 5.10.52-yocto-standard else depmodwrapper -a -b $D 5.10.52-yocto-standard fi " to "#!/bin/sh if [ -z "$D" ]; then depmod -a 5.10.52-yocto-standard else depmodwrapper -a -b $D 5.10.52-yocto-standard fi " packages/qemuarm-poky-linux-gnueabi/linux-yocto/kernel-module-ah4-5.10.52-yocto-standard: PKGSIZE changed from 11080 to 0 (-100%) packages/qemuarm-poky-linux-gnueabi/linux-yocto/kernel-module-ah4-5.10.52-yocto-standard: latest.pkg_postinst changed from "#!/bin/sh set -e if [ -z "$D" ]; then depmod -a 5.10.52-yocto-standard else # image.bbclass will call depmodwrapper after everything is installed, # no need to do it here as well : fi " to "#!/bin/sh if [ -z "$D" ]; then depmod -a 5.10.52-yocto-standard else # image.bbclass will call depmodwrapper after everything is installed, # no need to do it here as well : fi " packages/qemuarm-poky-linux-gnueabi/linux-yocto/kernel-module-ah4-5.10.52-yocto-standard: latest.pkg_postrm changed from "#!/bin/sh set -e if [ -z "$D" ]; then depmod -a 5.10.52-yocto-standard else depmodwrapper -a -b $D 5.10.52-yocto-standard fi " to "#!/bin/sh if [ -z "$D" ]; then depmod -a 5.10.52-yocto-standard else depmodwrapper -a -b $D 5.10.52-yocto-standard fi " packages/qemuarm-poky-linux-gnueabi/linux-yocto/kernel-module-arp-tables-5.10.52-yocto-standard: PKGSIZE changed from 17596 to 0 (-100%) packages/qemuarm-poky-linux-gnueabi/linux-yocto/kernel-module-arp-tables-5.10.52-yocto-standard: latest.pkg_postinst changed from "#!/bin/sh set -e if [ -z "$D" ]; then depmod -a 5.10.52-yocto-standard else # image.bbclass will call depmodwrapper after everything is installed, # no need to do it here as well : fi " to "#!/bin/sh if [ -z "$D" ]; then depmod -a 5.10.52-yocto-standard else # image.bbclass will call depmodwrapper after everything is installed, # no need to do it here as well : fi " packages/qemuarm-poky-linux-gnueabi/linux-yocto/kernel-module-arp-tables-5.10.52-yocto-standard: latest.pkg_postrm changed from "#!/bin/sh set -e if [ -z "$D" ]; then depmod -a 5.10.52-yocto-standard else depmodwrapper -a -b $D 5.10.52-yocto-standard fi " to "#!/bin/sh if [ -z "$D" ]; then depmod -a 5.10.52-yocto-standard else depmodwrapper -a -b $D 5.10.52-yocto-standard fi " packages/qemuarm-poky-linux-gnueabi/linux-yocto/kernel-module-arpt-mangle-5.10.52-yocto-standard: PKGSIZE changed from 4488 to 0 (-100%) packages/qemuarm-poky-linux-gnueabi/linux-yocto/kernel-module-arpt-mangle-5.10.52-yocto-standard: latest.pkg_postinst changed from "#!/bin/sh set -e if [ -z "$D" ]; then depmod -a 5.10.52-yocto-standard else # image.bbclass will call depmodwrapper after everything is installed, # no need to do it here as well : fi " to "#!/bin/sh if [ -z "$D" ]; then depmod -a 5.10.52-yocto-standard else # image.bbclass will call depmodwrapper after everything is installed, # no need to do it here as well : fi " packages/qemuarm-poky-linux-gnueabi/linux-yocto/kernel-module-arpt-mangle-5.10.52-yocto-standard: latest.pkg_postrm changed from "#!/bin/sh set -e if [ -z "$D" ]; then depmod -a 5.10.52-yocto-standard else depmodwrapper -a -b $D 5.10.52-yocto-standard fi " to "#!/bin/sh if [ -z "$D" ]; then depmod -a 5.10.52-yocto-standard else depmodwrapper -a -b $D 5.10.52-yocto-standard fi " packages/qemuarm-poky-linux-gnueabi/linux-yocto/kernel-module-arptable-filter-5.10.52-yocto-standard: PKGSIZE changed from 5260 to 0 (-100%) packages/qemuarm-poky-linux-gnueabi/linux-yocto/kernel-module-arptable-filter-5.10.52-yocto-standard: latest.pkg_postinst changed from "#!/bin/sh set -e if [ -z "$D" ]; then depmod -a 5.10.52-yocto-standard else # image.bbclass will call depmodwrapper after everything is installed, # no need to do it here as well : fi " to "#!/bin/sh if [ -z "$D" ]; then depmod -a 5.10.52-yocto-standard else # image.bbclass will call depmodwrapper after everything is installed, # no need to do it here as well : fi " packages/qemuarm-poky-linux-gnueabi/linux-yocto/kernel-module-arptable-filter-5.10.52-yocto-standard: latest.pkg_postrm changed from "#!/bin/sh set -e if [ -z "$D" ]; then depmod -a 5.10.52-yocto-standard else depmodwrapper -a -b $D 5.10.52-yocto-standard fi " to "#!/bin/sh if [ -z "$D" ]; then depmod -a 5.10.52-yocto-standard else depmodwrapper -a -b $D 5.10.52-yocto-standard fi " packages/qemuarm-poky-linux-gnueabi/linux-yocto/kernel-module-binfmt-misc-5.10.52-yocto-standard: PKGSIZE changed from 12776 to 0 (-100%) packages/qemuarm-poky-linux-gnueabi/linux-yocto/kernel-module-binfmt-misc-5.10.52-yocto-standard: latest.pkg_postinst changed from "#!/bin/sh set -e if [ -z "$D" ]; then depmod -a 5.10.52-yocto-standard else # image.bbclass will call depmodwrapper after everything is installed, # no need to do it here as well : fi " to "#!/bin/sh if [ -z "$D" ]; then depmod -a 5.10.52-yocto-standard else # image.bbclass will call depmodwrapper after everything is installed, # no need to do it here as well : fi " packages/qemuarm-poky-linux-gnueabi/linux-yocto/kernel-module-binfmt-misc-5.10.52-yocto-standard: latest.pkg_postrm changed from "#!/bin/sh set -e if [ -z "$D" ]; then depmod -a 5.10.52-yocto-standard else depmodwrapper -a -b $D 5.10.52-yocto-standard fi " to "#!/bin/sh if [ -z "$D" ]; then depmod -a 5.10.52-yocto-standard else depmodwrapper -a -b $D 5.10.52-yocto-standard fi " packages/qemuarm-poky-linux-gnueabi/linux-yocto/kernel-module-blowfish-common-5.10.52-yocto-standard: PKGSIZE changed from 9120 to 0 (-100%) packages/qemuarm-poky-linux-gnueabi/linux-yocto/kernel-module-blowfish-common-5.10.52-yocto-standard: latest.pkg_postinst changed from "#!/bin/sh set -e if [ -z "$D" ]; then depmod -a 5.10.52-yocto-standard else # image.bbclass will call depmodwrapper after everything is installed, # no need to do it here as well : fi " to "#!/bin/sh if [ -z "$D" ]; then depmod -a 5.10.52-yocto-standard else # image.bbclass will call depmodwrapper after everything is installed, # no need to do it here as well : fi " packages/qemuarm-poky-linux-gnueabi/linux-yocto/kernel-module-blowfish-common-5.10.52-yocto-standard: latest.pkg_postrm changed from "#!/bin/sh set -e if [ -z "$D" ]; then depmod -a 5.10.52-yocto-standard else depmodwrapper -a -b $D 5.10.52-yocto-standard fi " to "#!/bin/sh if [ -z "$D" ]; then depmod -a 5.10.52-yocto-standard else depmodwrapper -a -b $D 5.10.52-yocto-standard fi " packages/qemuarm-poky-linux-gnueabi/linux-yocto/kernel-module-blowfish-generic-5.10.52-yocto-standard: PKGSIZE changed from 6820 to 0 (-100%) packages/qemuarm-poky-linux-gnueabi/linux-yocto/kernel-module-blowfish-generic-5.10.52-yocto-standard: latest.pkg_postinst changed from "#!/bin/sh set -e if [ -z "$D" ]; then depmod -a 5.10.52-yocto-standard else # image.bbclass will call depmodwrapper after everything is installed, # no need to do it here as well : fi " to "#!/bin/sh if [ -z "$D" ]; then depmod -a 5.10.52-yocto-standard else # image.bbclass will call depmodwrapper after everything is installed, # no need to do it here as well : fi " packages/qemuarm-poky-linux-gnueabi/linux-yocto/kernel-module-blowfish-generic-5.10.52-yocto-standard: latest.pkg_postrm changed from "#!/bin/sh set -e if [ -z "$D" ]; then depmod -a 5.10.52-yocto-standard else depmodwrapper -a -b $D 5.10.52-yocto-standard fi " to "#!/bin/sh if [ -z "$D" ]; then depmod -a 5.10.52-yocto-standard else depmodwrapper -a -b $D 5.10.52-yocto-standard fi " packages/qemuarm-poky-linux-gnueabi/linux-yocto/kernel-module-bonding-5.10.52-yocto-standard: PKGSIZE changed from 154724 to 0 (-100%) packages/qemuarm-poky-linux-gnueabi/linux-yocto/kernel-module-bonding-5.10.52-yocto-standard: latest.pkg_postinst changed from "#!/bin/sh set -e if [ -z "$D" ]; then depmod -a 5.10.52-yocto-standard else # image.bbclass will call depmodwrapper after everything is installed, # no need to do it here as well : fi " to "#!/bin/sh if [ -z "$D" ]; then depmod -a 5.10.52-yocto-standard else # image.bbclass will call depmodwrapper after everything is installed, # no need to do it here as well : fi " packages/qemuarm-poky-linux-gnueabi/linux-yocto/kernel-module-bonding-5.10.52-yocto-standard: latest.pkg_postrm changed from "#!/bin/sh set -e if [ -z "$D" ]; then depmod -a 5.10.52-yocto-standard else depmodwrapper -a -b $D 5.10.52-yocto-standard fi " to "#!/bin/sh if [ -z "$D" ]; then depmod -a 5.10.52-yocto-standard else depmodwrapper -a -b $D 5.10.52-yocto-standard fi " packages/qemuarm-poky-linux-gnueabi/linux-yocto/kernel-module-bsd-comp-5.10.52-yocto-standard: PKGSIZE changed from 8732 to 0 (-100%) packages/qemuarm-poky-linux-gnueabi/linux-yocto/kernel-module-bsd-comp-5.10.52-yocto-standard: latest.pkg_postinst changed from "#!/bin/sh set -e if [ -z "$D" ]; then depmod -a 5.10.52-yocto-standard else # image.bbclass will call depmodwrapper after everything is installed, # no need to do it here as well : fi " to "#!/bin/sh if [ -z "$D" ]; then depmod -a 5.10.52-yocto-standard else # image.bbclass will call depmodwrapper after everything is installed, # no need to do it here as well : fi " packages/qemuarm-poky-linux-gnueabi/linux-yocto/kernel-module-bsd-comp-5.10.52-yocto-standard: latest.pkg_postrm changed from "#!/bin/sh set -e if [ -z "$D" ]; then depmod -a 5.10.52-yocto-standard else depmodwrapper -a -b $D 5.10.52-yocto-standard fi " to "#!/bin/sh if [ -z "$D" ]; then depmod -a 5.10.52-yocto-standard else depmodwrapper -a -b $D 5.10.52-yocto-standard fi " packages/qemuarm-poky-linux-gnueabi/linux-yocto/kernel-module-bytestream-example-5.10.52-yocto-standard: PKGSIZE changed from 6156 to 0 (-100%) packages/qemuarm-poky-linux-gnueabi/linux-yocto/kernel-module-bytestream-example-5.10.52-yocto-standard: latest.pkg_postinst changed from "#!/bin/sh set -e if [ -z "$D" ]; then depmod -a 5.10.52-yocto-standard else # image.bbclass will call depmodwrapper after everything is installed, # no need to do it here as well : fi " to "#!/bin/sh if [ -z "$D" ]; then depmod -a 5.10.52-yocto-standard else # image.bbclass will call depmodwrapper after everything is installed, # no need to do it here as well : fi " packages/qemuarm-poky-linux-gnueabi/linux-yocto/kernel-module-bytestream-example-5.10.52-yocto-standard: latest.pkg_postrm changed from "#!/bin/sh set -e if [ -z "$D" ]; then depmod -a 5.10.52-yocto-standard else depmodwrapper -a -b $D 5.10.52-yocto-standard fi " to "#!/bin/sh if [ -z "$D" ]; then depmod -a 5.10.52-yocto-standard else depmodwrapper -a -b $D 5.10.52-yocto-standard fi " packages/qemuarm-poky-linux-gnueabi/linux-yocto/kernel-module-camellia-generic-5.10.52-yocto-standard: PKGSIZE changed from 22496 to 0 (-100%) packages/qemuarm-poky-linux-gnueabi/linux-yocto/kernel-module-camellia-generic-5.10.52-yocto-standard: latest.pkg_postinst changed from "#!/bin/sh set -e if [ -z "$D" ]; then depmod -a 5.10.52-yocto-standard else # image.bbclass will call depmodwrapper after everything is installed, # no need to do it here as well : fi " to "#!/bin/sh if [ -z "$D" ]; then depmod -a 5.10.52-yocto-standard else # image.bbclass will call depmodwrapper after everything is installed, # no need to do it here as well : fi " packages/qemuarm-poky-linux-gnueabi/linux-yocto/kernel-module-camellia-generic-5.10.52-yocto-standard: latest.pkg_postrm changed from "#!/bin/sh set -e if [ -z "$D" ]; then depmod -a 5.10.52-yocto-standard else depmodwrapper -a -b $D 5.10.52-yocto-standard fi " to "#!/bin/sh if [ -z "$D" ]; then depmod -a 5.10.52-yocto-standard else depmodwrapper -a -b $D 5.10.52-yocto-standard fi " packages/qemuarm-poky-linux-gnueabi/linux-yocto/kernel-module-cast-common-5.10.52-yocto-standard: PKGSIZE changed from 7020 to 0 (-100%) packages/qemuarm-poky-linux-gnueabi/linux-yocto/kernel-module-cast-common-5.10.52-yocto-standard: latest.pkg_postinst changed from "#!/bin/sh set -e if [ -z "$D" ]; then depmod -a 5.10.52-yocto-standard else # image.bbclass will call depmodwrapper after everything is installed, # no need to do it here as well : fi " to "#!/bin/sh if [ -z "$D" ]; then depmod -a 5.10.52-yocto-standard else # image.bbclass will call depmodwrapper after everything is installed, # no need to do it here as well : fi " packages/qemuarm-poky-linux-gnueabi/linux-yocto/kernel-module-cast-common-5.10.52-yocto-standard: latest.pkg_postrm changed from "#!/bin/sh set -e if [ -z "$D" ]; then depmod -a 5.10.52-yocto-standard else depmodwrapper -a -b $D 5.10.52-yocto-standard fi " to "#!/bin/sh if [ -z "$D" ]; then depmod -a 5.10.52-yocto-standard else depmodwrapper -a -b $D 5.10.52-yocto-standard fi " packages/qemuarm-poky-linux-gnueabi/linux-yocto/kernel-module-cast5-generic-5.10.52-yocto-standard: PKGSIZE changed from 15448 to 0 (-100%) packages/qemuarm-poky-linux-gnueabi/linux-yocto/kernel-module-cast5-generic-5.10.52-yocto-standard: latest.pkg_postinst changed from "#!/bin/sh set -e if [ -z "$D" ]; then depmod -a 5.10.52-yocto-standard else # image.bbclass will call depmodwrapper after everything is installed, # no need to do it here as well : fi " to "#!/bin/sh if [ -z "$D" ]; then depmod -a 5.10.52-yocto-standard else # image.bbclass will call depmodwrapper after everything is installed, # no need to do it here as well : fi " packages/qemuarm-poky-linux-gnueabi/linux-yocto/kernel-module-cast5-generic-5.10.52-yocto-standard: latest.pkg_postrm changed from "#!/bin/sh set -e if [ -z "$D" ]; then depmod -a 5.10.52-yocto-standard else depmodwrapper -a -b $D 5.10.52-yocto-standard fi " to "#!/bin/sh if [ -z "$D" ]; then depmod -a 5.10.52-yocto-standard else depmodwrapper -a -b $D 5.10.52-yocto-standard fi " packages/qemuarm-poky-linux-gnueabi/linux-yocto/kernel-module-cast6-generic-5.10.52-yocto-standard: PKGSIZE changed from 9776 to 0 (-100%) packages/qemuarm-poky-linux-gnueabi/linux-yocto/kernel-module-cast6-generic-5.10.52-yocto-standard: latest.pkg_postinst changed from "#!/bin/sh set -e if [ -z "$D" ]; then depmod -a 5.10.52-yocto-standard else # image.bbclass will call depmodwrapper after everything is installed, # no need to do it here as well : fi " to "#!/bin/sh if [ -z "$D" ]; then depmod -a 5.10.52-yocto-standard else # image.bbclass will call depmodwrapper after everything is installed, # no need to do it here as well : fi " packages/qemuarm-poky-linux-gnueabi/linux-yocto/kernel-module-cast6-generic-5.10.52-yocto-standard: latest.pkg_postrm changed from "#!/bin/sh set -e if [ -z "$D" ]; then depmod -a 5.10.52-yocto-standard else depmodwrapper -a -b $D 5.10.52-yocto-standard fi " to "#!/bin/sh if [ -z "$D" ]; then depmod -a 5.10.52-yocto-standard else depmodwrapper -a -b $D 5.10.52-yocto-standard fi " packages/qemuarm-poky-linux-gnueabi/linux-yocto/kernel-module-configfs-5.10.52-yocto-standard: PKGSIZE changed from 41372 to 0 (-100%) packages/qemuarm-poky-linux-gnueabi/linux-yocto/kernel-module-configfs-5.10.52-yocto-standard: latest.pkg_postinst changed from "#!/bin/sh set -e if [ -z "$D" ]; then depmod -a 5.10.52-yocto-standard else # image.bbclass will call depmodwrapper after everything is installed, # no need to do it here as well : fi " to "#!/bin/sh if [ -z "$D" ]; then depmod -a 5.10.52-yocto-standard else # image.bbclass will call depmodwrapper after everything is installed, # no need to do it here as well : fi " packages/qemuarm-poky-linux-gnueabi/linux-yocto/kernel-module-configfs-5.10.52-yocto-standard: latest.pkg_postrm changed from "#!/bin/sh set -e if [ -z "$D" ]; then depmod -a 5.10.52-yocto-standard else depmodwrapper -a -b $D 5.10.52-yocto-standard fi " to "#!/bin/sh if [ -z "$D" ]; then depmod -a 5.10.52-yocto-standard else depmodwrapper -a -b $D 5.10.52-yocto-standard fi " packages/qemuarm-poky-linux-gnueabi/linux-yocto/kernel-module-configfs-sample-5.10.52-yocto-standard: PKGSIZE changed from 8696 to 0 (-100%) packages/qemuarm-poky-linux-gnueabi/linux-yocto/kernel-module-configfs-sample-5.10.52-yocto-standard: latest.pkg_postinst changed from "#!/bin/sh set -e if [ -z "$D" ]; then depmod -a 5.10.52-yocto-standard else # image.bbclass will call depmodwrapper after everything is installed, # no need to do it here as well : fi " to "#!/bin/sh if [ -z "$D" ]; then depmod -a 5.10.52-yocto-standard else # image.bbclass will call depmodwrapper after everything is installed, # no need to do it here as well : fi " packages/qemuarm-poky-linux-gnueabi/linux-yocto/kernel-module-configfs-sample-5.10.52-yocto-standard: latest.pkg_postrm changed from "#!/bin/sh set -e if [ -z "$D" ]; then depmod -a 5.10.52-yocto-standard else depmodwrapper -a -b $D 5.10.52-yocto-standard fi " to "#!/bin/sh if [ -z "$D" ]; then depmod -a 5.10.52-yocto-standard else depmodwrapper -a -b $D 5.10.52-yocto-standard fi " packages/qemuarm-poky-linux-gnueabi/linux-yocto/kernel-module-crc-ccitt-5.10.52-yocto-standard: PKGSIZE changed from 4660 to 0 (-100%) packages/qemuarm-poky-linux-gnueabi/linux-yocto/kernel-module-crc-ccitt-5.10.52-yocto-standard: latest.pkg_postinst changed from "#!/bin/sh set -e if [ -z "$D" ]; then depmod -a 5.10.52-yocto-standard else # image.bbclass will call depmodwrapper after everything is installed, # no need to do it here as well : fi " to "#!/bin/sh if [ -z "$D" ]; then depmod -a 5.10.52-yocto-standard else # image.bbclass will call depmodwrapper after everything is installed, # no need to do it here as well : fi " packages/qemuarm-poky-linux-gnueabi/linux-yocto/kernel-module-crc-ccitt-5.10.52-yocto-standard: latest.pkg_postrm changed from "#!/bin/sh set -e if [ -z "$D" ]; then depmod -a 5.10.52-yocto-standard else depmodwrapper -a -b $D 5.10.52-yocto-standard fi " to "#!/bin/sh if [ -z "$D" ]; then depmod -a 5.10.52-yocto-standard else depmodwrapper -a -b $D 5.10.52-yocto-standard fi " packages/qemuarm-poky-linux-gnueabi/linux-yocto/kernel-module-crc-t10dif-5.10.52-yocto-standard: PKGSIZE changed from 7504 to 0 (-100%) packages/qemuarm-poky-linux-gnueabi/linux-yocto/kernel-module-crc-t10dif-5.10.52-yocto-standard: latest.pkg_postinst changed from "#!/bin/sh set -e if [ -z "$D" ]; then depmod -a 5.10.52-yocto-standard else # image.bbclass will call depmodwrapper after everything is installed, # no need to do it here as well : fi " to "#!/bin/sh if [ -z "$D" ]; then depmod -a 5.10.52-yocto-standard else # image.bbclass will call depmodwrapper after everything is installed, # no need to do it here as well : fi " packages/qemuarm-poky-linux-gnueabi/linux-yocto/kernel-module-crc-t10dif-5.10.52-yocto-standard: latest.pkg_postrm changed from "#!/bin/sh set -e if [ -z "$D" ]; then depmod -a 5.10.52-yocto-standard else depmodwrapper -a -b $D 5.10.52-yocto-standard fi " to "#!/bin/sh if [ -z "$D" ]; then depmod -a 5.10.52-yocto-standard else depmodwrapper -a -b $D 5.10.52-yocto-standard fi " packages/qemuarm-poky-linux-gnueabi/linux-yocto/kernel-module-crct10dif-common-5.10.52-yocto-standard: PKGSIZE changed from 3688 to 0 (-100%) packages/qemuarm-poky-linux-gnueabi/linux-yocto/kernel-module-crct10dif-common-5.10.52-yocto-standard: latest.pkg_postinst changed from "#!/bin/sh set -e if [ -z "$D" ]; then depmod -a 5.10.52-yocto-standard else # image.bbclass will call depmodwrapper after everything is installed, # no need to do it here as well : fi " to "#!/bin/sh if [ -z "$D" ]; then depmod -a 5.10.52-yocto-standard else # image.bbclass will call depmodwrapper after everything is installed, # no need to do it here as well : fi " packages/qemuarm-poky-linux-gnueabi/linux-yocto/kernel-module-crct10dif-common-5.10.52-yocto-standard: latest.pkg_postrm changed from "#!/bin/sh set -e if [ -z "$D" ]; then depmod -a 5.10.52-yocto-standard else depmodwrapper -a -b $D 5.10.52-yocto-standard fi " to "#!/bin/sh if [ -z "$D" ]; then depmod -a 5.10.52-yocto-standard else depmodwrapper -a -b $D 5.10.52-yocto-standard fi " packages/qemuarm-poky-linux-gnueabi/linux-yocto/kernel-module-crct10dif-generic-5.10.52-yocto-standard: PKGSIZE changed from 5092 to 0 (-100%) packages/qemuarm-poky-linux-gnueabi/linux-yocto/kernel-module-crct10dif-generic-5.10.52-yocto-standard: latest.pkg_postinst changed from "#!/bin/sh set -e if [ -z "$D" ]; then depmod -a 5.10.52-yocto-standard else # image.bbclass will call depmodwrapper after everything is installed, # no need to do it here as well : fi " to "#!/bin/sh if [ -z "$D" ]; then depmod -a 5.10.52-yocto-standard else # image.bbclass will call depmodwrapper after everything is installed, # no need to do it here as well : fi " packages/qemuarm-poky-linux-gnueabi/linux-yocto/kernel-module-crct10dif-generic-5.10.52-yocto-standard: latest.pkg_postrm changed from "#!/bin/sh set -e if [ -z "$D" ]; then depmod -a 5.10.52-yocto-standard else depmodwrapper -a -b $D 5.10.52-yocto-standard fi " to "#!/bin/sh if [ -z "$D" ]; then depmod -a 5.10.52-yocto-standard else depmodwrapper -a -b $D 5.10.52-yocto-standard fi " packages/qemuarm-poky-linux-gnueabi/linux-yocto/kernel-module-cryptoloop-5.10.52-yocto-standard: PKGSIZE changed from 6352 to 0 (-100%) packages/qemuarm-poky-linux-gnueabi/linux-yocto/kernel-module-cryptoloop-5.10.52-yocto-standard: latest.pkg_postinst changed from "#!/bin/sh set -e if [ -z "$D" ]; then depmod -a 5.10.52-yocto-standard else # image.bbclass will call depmodwrapper after everything is installed, # no need to do it here as well : fi " to "#!/bin/sh if [ -z "$D" ]; then depmod -a 5.10.52-yocto-standard else # image.bbclass will call depmodwrapper after everything is installed, # no need to do it here as well : fi " packages/qemuarm-poky-linux-gnueabi/linux-yocto/kernel-module-cryptoloop-5.10.52-yocto-standard: latest.pkg_postrm changed from "#!/bin/sh set -e if [ -z "$D" ]; then depmod -a 5.10.52-yocto-standard else depmodwrapper -a -b $D 5.10.52-yocto-standard fi " to "#!/bin/sh if [ -z "$D" ]; then depmod -a 5.10.52-yocto-standard else depmodwrapper -a -b $D 5.10.52-yocto-standard fi " packages/qemuarm-poky-linux-gnueabi/linux-yocto/kernel-module-cuse-5.10.52-yocto-standard: PKGSIZE changed from 10912 to 0 (-100%) packages/qemuarm-poky-linux-gnueabi/linux-yocto/kernel-module-cuse-5.10.52-yocto-standard: latest.pkg_postinst changed from "#!/bin/sh set -e if [ -z "$D" ]; then depmod -a 5.10.52-yocto-standard else # image.bbclass will call depmodwrapper after everything is installed, # no need to do it here as well : fi " to "#!/bin/sh if [ -z "$D" ]; then depmod -a 5.10.52-yocto-standard else # image.bbclass will call depmodwrapper after everything is installed, # no need to do it here as well : fi " packages/qemuarm-poky-linux-gnueabi/linux-yocto/kernel-module-cuse-5.10.52-yocto-standard: latest.pkg_postrm changed from "#!/bin/sh set -e if [ -z "$D" ]; then depmod -a 5.10.52-yocto-standard else depmodwrapper -a -b $D 5.10.52-yocto-standard fi " to "#!/bin/sh if [ -z "$D" ]; then depmod -a 5.10.52-yocto-standard else depmodwrapper -a -b $D 5.10.52-yocto-standard fi " packages/qemuarm-poky-linux-gnueabi/linux-yocto/kernel-module-data-breakpoint-5.10.52-yocto-standard: PKGSIZE changed from 5572 to 0 (-100%) packages/qemuarm-poky-linux-gnueabi/linux-yocto/kernel-module-data-breakpoint-5.10.52-yocto-standard: latest.pkg_postinst changed from "#!/bin/sh set -e if [ -z "$D" ]; then depmod -a 5.10.52-yocto-standard else # image.bbclass will call depmodwrapper after everything is installed, # no need to do it here as well : fi " to "#!/bin/sh if [ -z "$D" ]; then depmod -a 5.10.52-yocto-standard else # image.bbclass will call depmodwrapper after everything is installed, # no need to do it here as well : fi " packages/qemuarm-poky-linux-gnueabi/linux-yocto/kernel-module-data-breakpoint-5.10.52-yocto-standard: latest.pkg_postrm changed from "#!/bin/sh set -e if [ -z "$D" ]; then depmod -a 5.10.52-yocto-standard else depmodwrapper -a -b $D 5.10.52-yocto-standard fi " to "#!/bin/sh if [ -z "$D" ]; then depmod -a 5.10.52-yocto-standard else depmodwrapper -a -b $D 5.10.52-yocto-standard fi " packages/qemuarm-poky-linux-gnueabi/linux-yocto/kernel-module-diag-5.10.52-yocto-standard: PKGSIZE changed from 5016 to 0 (-100%) packages/qemuarm-poky-linux-gnueabi/linux-yocto/kernel-module-diag-5.10.52-yocto-standard: latest.pkg_postinst changed from "#!/bin/sh set -e if [ -z "$D" ]; then depmod -a 5.10.52-yocto-standard else # image.bbclass will call depmodwrapper after everything is installed, # no need to do it here as well : fi " to "#!/bin/sh if [ -z "$D" ]; then depmod -a 5.10.52-yocto-standard else # image.bbclass will call depmodwrapper after everything is installed, # no need to do it here as well : fi " packages/qemuarm-poky-linux-gnueabi/linux-yocto/kernel-module-diag-5.10.52-yocto-standard: latest.pkg_postrm changed from "#!/bin/sh set -e if [ -z "$D" ]; then depmod -a 5.10.52-yocto-standard else depmodwrapper -a -b $D 5.10.52-yocto-standard fi " to "#!/bin/sh if [ -z "$D" ]; then depmod -a 5.10.52-yocto-standard else depmodwrapper -a -b $D 5.10.52-yocto-standard fi " packages/qemuarm-poky-linux-gnueabi/linux-yocto/kernel-module-dma-example-5.10.52-yocto-standard: PKGSIZE changed from 4804 to 0 (-100%) packages/qemuarm-poky-linux-gnueabi/linux-yocto/kernel-module-dma-example-5.10.52-yocto-standard: latest.pkg_postinst changed from "#!/bin/sh set -e if [ -z "$D" ]; then depmod -a 5.10.52-yocto-standard else # image.bbclass will call depmodwrapper after everything is installed, # no need to do it here as well : fi " to "#!/bin/sh if [ -z "$D" ]; then depmod -a 5.10.52-yocto-standard else # image.bbclass will call depmodwrapper after everything is installed, # no need to do it here as well : fi " packages/qemuarm-poky-linux-gnueabi/linux-yocto/kernel-module-dma-example-5.10.52-yocto-standard: latest.pkg_postrm changed from "#!/bin/sh set -e if [ -z "$D" ]; then depmod -a 5.10.52-yocto-standard else depmodwrapper -a -b $D 5.10.52-yocto-standard fi " to "#!/bin/sh if [ -z "$D" ]; then depmod -a 5.10.52-yocto-standard else depmodwrapper -a -b $D 5.10.52-yocto-standard fi " packages/qemuarm-poky-linux-gnueabi/linux-yocto/kernel-module-dummy-5.10.52-yocto-standard: PKGSIZE changed from 7784 to 0 (-100%) packages/qemuarm-poky-linux-gnueabi/linux-yocto/kernel-module-dummy-5.10.52-yocto-standard: latest.pkg_postinst changed from "#!/bin/sh set -e if [ -z "$D" ]; then depmod -a 5.10.52-yocto-standard else # image.bbclass will call depmodwrapper after everything is installed, # no need to do it here as well : fi " to "#!/bin/sh if [ -z "$D" ]; then depmod -a 5.10.52-yocto-standard else # image.bbclass will call depmodwrapper after everything is installed, # no need to do it here as well : fi " packages/qemuarm-poky-linux-gnueabi/linux-yocto/kernel-module-dummy-5.10.52-yocto-standard: latest.pkg_postrm changed from "#!/bin/sh set -e if [ -z "$D" ]; then depmod -a 5.10.52-yocto-standard else depmodwrapper -a -b $D 5.10.52-yocto-standard fi " to "#!/bin/sh if [ -z "$D" ]; then depmod -a 5.10.52-yocto-standard else depmodwrapper -a -b $D 5.10.52-yocto-standard fi " packages/qemuarm-poky-linux-gnueabi/linux-yocto/kernel-module-ebt-802-3-5.10.52-yocto-standard: PKGSIZE changed from 4176 to 0 (-100%) packages/qemuarm-poky-linux-gnueabi/linux-yocto/kernel-module-ebt-802-3-5.10.52-yocto-standard: latest.pkg_postinst changed from "#!/bin/sh set -e if [ -z "$D" ]; then depmod -a 5.10.52-yocto-standard else # image.bbclass will call depmodwrapper after everything is installed, # no need to do it here as well : fi " to "#!/bin/sh if [ -z "$D" ]; then depmod -a 5.10.52-yocto-standard else # image.bbclass will call depmodwrapper after everything is installed, # no need to do it here as well : fi " packages/qemuarm-poky-linux-gnueabi/linux-yocto/kernel-module-ebt-802-3-5.10.52-yocto-standard: latest.pkg_postrm changed from "#!/bin/sh set -e if [ -z "$D" ]; then depmod -a 5.10.52-yocto-standard else depmodwrapper -a -b $D 5.10.52-yocto-standard fi " to "#!/bin/sh if [ -z "$D" ]; then depmod -a 5.10.52-yocto-standard else depmodwrapper -a -b $D 5.10.52-yocto-standard fi " packages/qemuarm-poky-linux-gnueabi/linux-yocto/kernel-module-ebt-among-5.10.52-yocto-standard: PKGSIZE changed from 6652 to 0 (-100%) packages/qemuarm-poky-linux-gnueabi/linux-yocto/kernel-module-ebt-among-5.10.52-yocto-standard: latest.pkg_postinst changed from "#!/bin/sh set -e if [ -z "$D" ]; then depmod -a 5.10.52-yocto-standard else # image.bbclass will call depmodwrapper after everything is installed, # no need to do it here as well : fi " to "#!/bin/sh if [ -z "$D" ]; then depmod -a 5.10.52-yocto-standard else # image.bbclass will call depmodwrapper after everything is installed, # no need to do it here as well : fi " packages/qemuarm-poky-linux-gnueabi/linux-yocto/kernel-module-ebt-among-5.10.52-yocto-standard: latest.pkg_postrm changed from "#!/bin/sh set -e if [ -z "$D" ]; then depmod -a 5.10.52-yocto-standard else depmodwrapper -a -b $D 5.10.52-yocto-standard fi " to "#!/bin/sh if [ -z "$D" ]; then depmod -a 5.10.52-yocto-standard else depmodwrapper -a -b $D 5.10.52-yocto-standard fi " packages/qemuarm-poky-linux-gnueabi/linux-yocto/kernel-module-ebt-arp-5.10.52-yocto-standard: PKGSIZE changed from 4988 to 0 (-100%) packages/qemuarm-poky-linux-gnueabi/linux-yocto/kernel-module-ebt-arp-5.10.52-yocto-standard: latest.pkg_postinst changed from "#!/bin/sh set -e if [ -z "$D" ]; then depmod -a 5.10.52-yocto-standard else # image.bbclass will call depmodwrapper after everything is installed, # no need to do it here as well : fi " to "#!/bin/sh if [ -z "$D" ]; then depmod -a 5.10.52-yocto-standard else # image.bbclass will call depmodwrapper after everything is installed, # no need to do it here as well : fi " packages/qemuarm-poky-linux-gnueabi/linux-yocto/kernel-module-ebt-arp-5.10.52-yocto-standard: latest.pkg_postrm changed from "#!/bin/sh set -e if [ -z "$D" ]; then depmod -a 5.10.52-yocto-standard else depmodwrapper -a -b $D 5.10.52-yocto-standard fi " to "#!/bin/sh if [ -z "$D" ]; then depmod -a 5.10.52-yocto-standard else depmodwrapper -a -b $D 5.10.52-yocto-standard fi " packages/qemuarm-poky-linux-gnueabi/linux-yocto/kernel-module-ebt-arpreply-5.10.52-yocto-standard: PKGSIZE changed from 4760 to 0 (-100%) packages/qemuarm-poky-linux-gnueabi/linux-yocto/kernel-module-ebt-arpreply-5.10.52-yocto-standard: latest.pkg_postinst changed from "#!/bin/sh set -e if [ -z "$D" ]; then depmod -a 5.10.52-yocto-standard else # image.bbclass will call depmodwrapper after everything is installed, # no need to do it here as well : fi " to "#!/bin/sh if [ -z "$D" ]; then depmod -a 5.10.52-yocto-standard else # image.bbclass will call depmodwrapper after everything is installed, # no need to do it here as well : fi " packages/qemuarm-poky-linux-gnueabi/linux-yocto/kernel-module-ebt-arpreply-5.10.52-yocto-standard: latest.pkg_postrm changed from "#!/bin/sh set -e if [ -z "$D" ]; then depmod -a 5.10.52-yocto-standard else depmodwrapper -a -b $D 5.10.52-yocto-standard fi " to "#!/bin/sh if [ -z "$D" ]; then depmod -a 5.10.52-yocto-standard else depmodwrapper -a -b $D 5.10.52-yocto-standard fi " packages/qemuarm-poky-linux-gnueabi/linux-yocto/kernel-module-ebt-dnat-5.10.52-yocto-standard: PKGSIZE changed from 4520 to 0 (-100%) packages/qemuarm-poky-linux-gnueabi/linux-yocto/kernel-module-ebt-dnat-5.10.52-yocto-standard: latest.pkg_postinst changed from "#!/bin/sh set -e if [ -z "$D" ]; then depmod -a 5.10.52-yocto-standard else # image.bbclass will call depmodwrapper after everything is installed, # no need to do it here as well : fi " to "#!/bin/sh if [ -z "$D" ]; then depmod -a 5.10.52-yocto-standard else # image.bbclass will call depmodwrapper after everything is installed, # no need to do it here as well : fi " packages/qemuarm-poky-linux-gnueabi/linux-yocto/kernel-module-ebt-dnat-5.10.52-yocto-standard: latest.pkg_postrm changed from "#!/bin/sh set -e if [ -z "$D" ]; then depmod -a 5.10.52-yocto-standard else depmodwrapper -a -b $D 5.10.52-yocto-standard fi " to "#!/bin/sh if [ -z "$D" ]; then depmod -a 5.10.52-yocto-standard else depmodwrapper -a -b $D 5.10.52-yocto-standard fi " packages/qemuarm-poky-linux-gnueabi/linux-yocto/kernel-module-ebt-ip-5.10.52-yocto-standard: PKGSIZE changed from 5172 to 0 (-100%) packages/qemuarm-poky-linux-gnueabi/linux-yocto/kernel-module-ebt-ip-5.10.52-yocto-standard: latest.pkg_postinst changed from "#!/bin/sh set -e if [ -z "$D" ]; then depmod -a 5.10.52-yocto-standard else # image.bbclass will call depmodwrapper after everything is installed, # no need to do it here as well : fi " to "#!/bin/sh if [ -z "$D" ]; then depmod -a 5.10.52-yocto-standard else # image.bbclass will call depmodwrapper after everything is installed, # no need to do it here as well : fi " packages/qemuarm-poky-linux-gnueabi/linux-yocto/kernel-module-ebt-ip-5.10.52-yocto-standard: latest.pkg_postrm changed from "#!/bin/sh set -e if [ -z "$D" ]; then depmod -a 5.10.52-yocto-standard else depmodwrapper -a -b $D 5.10.52-yocto-standard fi " to "#!/bin/sh if [ -z "$D" ]; then depmod -a 5.10.52-yocto-standard else depmodwrapper -a -b $D 5.10.52-yocto-standard fi " packages/qemuarm-poky-linux-gnueabi/linux-yocto/kernel-module-ebt-ip6-5.10.52-yocto-standard: PKGSIZE changed from 5384 to 0 (-100%) packages/qemuarm-poky-linux-gnueabi/linux-yocto/kernel-module-ebt-ip6-5.10.52-yocto-standard: latest.pkg_postinst changed from "#!/bin/sh set -e if [ -z "$D" ]; then depmod -a 5.10.52-yocto-standard else # image.bbclass will call depmodwrapper after everything is installed, # no need to do it here as well : fi " to "#!/bin/sh if [ -z "$D" ]; then depmod -a 5.10.52-yocto-standard else # image.bbclass will call depmodwrapper after everything is installed, # no need to do it here as well : fi " packages/qemuarm-poky-linux-gnueabi/linux-yocto/kernel-module-ebt-ip6-5.10.52-yocto-standard: latest.pkg_postrm changed from "#!/bin/sh set -e if [ -z "$D" ]; then depmod -a 5.10.52-yocto-standard else depmodwrapper -a -b $D 5.10.52-yocto-standard fi " to "#!/bin/sh if [ -z "$D" ]; then depmod -a 5.10.52-yocto-standard else depmodwrapper -a -b $D 5.10.52-yocto-standard fi " packages/qemuarm-poky-linux-gnueabi/linux-yocto/kernel-module-ebt-limit-5.10.52-yocto-standard: PKGSIZE changed from 5104 to 0 (-100%) packages/qemuarm-poky-linux-gnueabi/linux-yocto/kernel-module-ebt-limit-5.10.52-yocto-standard: latest.pkg_postinst changed from "#!/bin/sh set -e if [ -z "$D" ]; then depmod -a 5.10.52-yocto-standard else # image.bbclass will call depmodwrapper after everything is installed, # no need to do it here as well : fi " to "#!/bin/sh if [ -z "$D" ]; then depmod -a 5.10.52-yocto-standard else # image.bbclass will call depmodwrapper after everything is installed, # no need to do it here as well : fi " packages/qemuarm-poky-linux-gnueabi/linux-yocto/kernel-module-ebt-limit-5.10.52-yocto-standard: latest.pkg_postrm changed from "#!/bin/sh set -e if [ -z "$D" ]; then depmod -a 5.10.52-yocto-standard else depmodwrapper -a -b $D 5.10.52-yocto-standard fi " to "#!/bin/sh if [ -z "$D" ]; then depmod -a 5.10.52-yocto-standard else depmodwrapper -a -b $D 5.10.52-yocto-standard fi " packages/qemuarm-poky-linux-gnueabi/linux-yocto/kernel-module-ebt-log-5.10.52-yocto-standard: PKGSIZE changed from 7128 to 0 (-100%) packages/qemuarm-poky-linux-gnueabi/linux-yocto/kernel-module-ebt-log-5.10.52-yocto-standard: latest.pkg_postinst changed from "#!/bin/sh set -e if [ -z "$D" ]; then depmod -a 5.10.52-yocto-standard else # image.bbclass will call depmodwrapper after everything is installed, # no need to do it here as well : fi " to "#!/bin/sh if [ -z "$D" ]; then depmod -a 5.10.52-yocto-standard else # image.bbclass will call depmodwrapper after everything is installed, # no need to do it here as well : fi " packages/qemuarm-poky-linux-gnueabi/linux-yocto/kernel-module-ebt-log-5.10.52-yocto-standard: latest.pkg_postrm changed from "#!/bin/sh set -e if [ -z "$D" ]; then depmod -a 5.10.52-yocto-standard else depmodwrapper -a -b $D 5.10.52-yocto-standard fi " to "#!/bin/sh if [ -z "$D" ]; then depmod -a 5.10.52-yocto-standard else depmodwrapper -a -b $D 5.10.52-yocto-standard fi " packages/qemuarm-poky-linux-gnueabi/linux-yocto/kernel-module-ebt-mark-5.10.52-yocto-standard: PKGSIZE changed from 4108 to 0 (-100%) packages/qemuarm-poky-linux-gnueabi/linux-yocto/kernel-module-ebt-mark-5.10.52-yocto-standard: latest.pkg_postinst changed from "#!/bin/sh set -e if [ -z "$D" ]; then depmod -a 5.10.52-yocto-standard else # image.bbclass will call depmodwrapper after everything is installed, # no need to do it here as well : fi " to "#!/bin/sh if [ -z "$D" ]; then depmod -a 5.10.52-yocto-standard else # image.bbclass will call depmodwrapper after everything is installed, # no need to do it here as well : fi " packages/qemuarm-poky-linux-gnueabi/linux-yocto/kernel-module-ebt-mark-5.10.52-yocto-standard: latest.pkg_postrm changed from "#!/bin/sh set -e if [ -z "$D" ]; then depmod -a 5.10.52-yocto-standard else depmodwrapper -a -b $D 5.10.52-yocto-standard fi " to "#!/bin/sh if [ -z "$D" ]; then depmod -a 5.10.52-yocto-standard else depmodwrapper -a -b $D 5.10.52-yocto-standard fi " packages/qemuarm-poky-linux-gnueabi/linux-yocto/kernel-module-ebt-mark-m-5.10.52-yocto-standard: PKGSIZE changed from 4048 to 0 (-100%) packages/qemuarm-poky-linux-gnueabi/linux-yocto/kernel-module-ebt-mark-m-5.10.52-yocto-standard: latest.pkg_postinst changed from "#!/bin/sh set -e if [ -z "$D" ]; then depmod -a 5.10.52-yocto-standard else # image.bbclass will call depmodwrapper after everything is installed, # no need to do it here as well : fi " to "#!/bin/sh if [ -z "$D" ]; then depmod -a 5.10.52-yocto-standard else # image.bbclass will call depmodwrapper after everything is installed, # no need to do it here as well : fi " packages/qemuarm-poky-linux-gnueabi/linux-yocto/kernel-module-ebt-mark-m-5.10.52-yocto-standard: latest.pkg_postrm changed from "#!/bin/sh set -e if [ -z "$D" ]; then depmod -a 5.10.52-yocto-standard else depmodwrapper -a -b $D 5.10.52-yocto-standard fi " to "#!/bin/sh if [ -z "$D" ]; then depmod -a 5.10.52-yocto-standard else depmodwrapper -a -b $D 5.10.52-yocto-standard fi " packages/qemuarm-poky-linux-gnueabi/linux-yocto/kernel-module-ebt-nflog-5.10.52-yocto-standard: PKGSIZE changed from 4448 to 0 (-100%) packages/qemuarm-poky-linux-gnueabi/linux-yocto/kernel-module-ebt-nflog-5.10.52-yocto-standard: latest.pkg_postinst changed from "#!/bin/sh set -e if [ -z "$D" ]; then depmod -a 5.10.52-yocto-standard else # image.bbclass will call depmodwrapper after everything is installed, # no need to do it here as well : fi " to "#!/bin/sh if [ -z "$D" ]; then depmod -a 5.10.52-yocto-standard else # image.bbclass will call depmodwrapper after everything is installed, # no need to do it here as well : fi " packages/qemuarm-poky-linux-gnueabi/linux-yocto/kernel-module-ebt-nflog-5.10.52-yocto-standard: latest.pkg_postrm changed from "#!/bin/sh set -e if [ -z "$D" ]; then depmod -a 5.10.52-yocto-standard else depmodwrapper -a -b $D 5.10.52-yocto-standard fi " to "#!/bin/sh if [ -z "$D" ]; then depmod -a 5.10.52-yocto-standard else depmodwrapper -a -b $D 5.10.52-yocto-standard fi " packages/qemuarm-poky-linux-gnueabi/linux-yocto/kernel-module-ebt-pkttype-5.10.52-yocto-standard: PKGSIZE changed from 4060 to 0 (-100%) packages/qemuarm-poky-linux-gnueabi/linux-yocto/kernel-module-ebt-pkttype-5.10.52-yocto-standard: latest.pkg_postinst changed from "#!/bin/sh set -e if [ -z "$D" ]; then depmod -a 5.10.52-yocto-standard else # image.bbclass will call depmodwrapper after everything is installed, # no need to do it here as well : fi " to "#!/bin/sh if [ -z "$D" ]; then depmod -a 5.10.52-yocto-standard else # image.bbclass will call depmodwrapper after everything is installed, # no need to do it here as well : fi " packages/qemuarm-poky-linux-gnueabi/linux-yocto/kernel-module-ebt-pkttype-5.10.52-yocto-standard: latest.pkg_postrm changed from "#!/bin/sh set -e if [ -z "$D" ]; then depmod -a 5.10.52-yocto-standard else depmodwrapper -a -b $D 5.10.52-yocto-standard fi " to "#!/bin/sh if [ -z "$D" ]; then depmod -a 5.10.52-yocto-standard else depmodwrapper -a -b $D 5.10.52-yocto-standard fi " packages/qemuarm-poky-linux-gnueabi/linux-yocto/kernel-module-ebt-redirect-5.10.52-yocto-standard: PKGSIZE changed from 4476 to 0 (-100%) packages/qemuarm-poky-linux-gnueabi/linux-yocto/kernel-module-ebt-redirect-5.10.52-yocto-standard: latest.pkg_postinst changed from "#!/bin/sh set -e if [ -z "$D" ]; then depmod -a 5.10.52-yocto-standard else # image.bbclass will call depmodwrapper after everything is installed, # no need to do it here as well : fi " to "#!/bin/sh if [ -z "$D" ]; then depmod -a 5.10.52-yocto-standard else # image.bbclass will call depmodwrapper after everything is installed, # no need to do it here as well : fi " packages/qemuarm-poky-linux-gnueabi/linux-yocto/kernel-module-ebt-redirect-5.10.52-yocto-standard: latest.pkg_postrm changed from "#!/bin/sh set -e if [ -z "$D" ]; then depmod -a 5.10.52-yocto-standard else depmodwrapper -a -b $D 5.10.52-yocto-standard fi " to "#!/bin/sh if [ -z "$D" ]; then depmod -a 5.10.52-yocto-standard else depmodwrapper -a -b $D 5.10.52-yocto-standard fi " packages/qemuarm-poky-linux-gnueabi/linux-yocto/kernel-module-ebt-snat-5.10.52-yocto-standard: PKGSIZE changed from 4616 to 0 (-100%) packages/qemuarm-poky-linux-gnueabi/linux-yocto/kernel-module-ebt-snat-5.10.52-yocto-standard: latest.pkg_postinst changed from "#!/bin/sh set -e if [ -z "$D" ]; then depmod -a 5.10.52-yocto-standard else # image.bbclass will call depmodwrapper after everything is installed, # no need to do it here as well : fi " to "#!/bin/sh if [ -z "$D" ]; then depmod -a 5.10.52-yocto-standard else # image.bbclass will call depmodwrapper after everything is installed, # no need to do it here as well : fi " packages/qemuarm-poky-linux-gnueabi/linux-yocto/kernel-module-ebt-snat-5.10.52-yocto-standard: latest.pkg_postrm changed from "#!/bin/sh set -e if [ -z "$D" ]; then depmod -a 5.10.52-yocto-standard else depmodwrapper -a -b $D 5.10.52-yocto-standard fi " to "#!/bin/sh if [ -z "$D" ]; then depmod -a 5.10.52-yocto-standard else depmodwrapper -a -b $D 5.10.52-yocto-standard fi " packages/qemuarm-poky-linux-gnueabi/linux-yocto/kernel-module-ebt-stp-5.10.52-yocto-standard: PKGSIZE changed from 5520 to 0 (-100%) packages/qemuarm-poky-linux-gnueabi/linux-yocto/kernel-module-ebt-stp-5.10.52-yocto-standard: latest.pkg_postinst changed from "#!/bin/sh set -e if [ -z "$D" ]; then depmod -a 5.10.52-yocto-standard else # image.bbclass will call depmodwrapper after everything is installed, # no need to do it here as well : fi " to "#!/bin/sh if [ -z "$D" ]; then depmod -a 5.10.52-yocto-standard else # image.bbclass will call depmodwrapper after everything is installed, # no need to do it here as well : fi " packages/qemuarm-poky-linux-gnueabi/linux-yocto/kernel-module-ebt-stp-5.10.52-yocto-standard: latest.pkg_postrm changed from "#!/bin/sh set -e if [ -z "$D" ]; then depmod -a 5.10.52-yocto-standard else depmodwrapper -a -b $D 5.10.52-yocto-standard fi " to "#!/bin/sh if [ -z "$D" ]; then depmod -a 5.10.52-yocto-standard else depmodwrapper -a -b $D 5.10.52-yocto-standard fi " packages/qemuarm-poky-linux-gnueabi/linux-yocto/kernel-module-ebt-vlan-5.10.52-yocto-standard: PKGSIZE changed from 4604 to 0 (-100%) packages/qemuarm-poky-linux-gnueabi/linux-yocto/kernel-module-ebt-vlan-5.10.52-yocto-standard: latest.pkg_postinst changed from "#!/bin/sh set -e if [ -z "$D" ]; then depmod -a 5.10.52-yocto-standard else # image.bbclass will call depmodwrapper after everything is installed, # no need to do it here as well : fi " to "#!/bin/sh if [ -z "$D" ]; then depmod -a 5.10.52-yocto-standard else # image.bbclass will call depmodwrapper after everything is installed, # no need to do it here as well : fi " packages/qemuarm-poky-linux-gnueabi/linux-yocto/kernel-module-ebt-vlan-5.10.52-yocto-standard: latest.pkg_postrm changed from "#!/bin/sh set -e if [ -z "$D" ]; then depmod -a 5.10.52-yocto-standard else depmodwrapper -a -b $D 5.10.52-yocto-standard fi " to "#!/bin/sh if [ -z "$D" ]; then depmod -a 5.10.52-yocto-standard else depmodwrapper -a -b $D 5.10.52-yocto-standard fi " packages/qemuarm-poky-linux-gnueabi/linux-yocto/kernel-module-ebtable-broute-5.10.52-yocto-standard: PKGSIZE changed from 5292 to 0 (-100%) packages/qemuarm-poky-linux-gnueabi/linux-yocto/kernel-module-ebtable-broute-5.10.52-yocto-standard: latest.pkg_postinst changed from "#!/bin/sh set -e if [ -z "$D" ]; then depmod -a 5.10.52-yocto-standard else # image.bbclass will call depmodwrapper after everything is installed, # no need to do it here as well : fi " to "#!/bin/sh if [ -z "$D" ]; then depmod -a 5.10.52-yocto-standard else # image.bbclass will call depmodwrapper after everything is installed, # no need to do it here as well : fi " packages/qemuarm-poky-linux-gnueabi/linux-yocto/kernel-module-ebtable-broute-5.10.52-yocto-standard: latest.pkg_postrm changed from "#!/bin/sh set -e if [ -z "$D" ]; then depmod -a 5.10.52-yocto-standard else depmodwrapper -a -b $D 5.10.52-yocto-standard fi " to "#!/bin/sh if [ -z "$D" ]; then depmod -a 5.10.52-yocto-standard else depmodwrapper -a -b $D 5.10.52-yocto-standard fi " packages/qemuarm-poky-linux-gnueabi/linux-yocto/kernel-module-ebtable-filter-5.10.52-yocto-standard: PKGSIZE changed from 5224 to 0 (-100%) packages/qemuarm-poky-linux-gnueabi/linux-yocto/kernel-module-ebtable-filter-5.10.52-yocto-standard: latest.pkg_postinst changed from "#!/bin/sh set -e if [ -z "$D" ]; then depmod -a 5.10.52-yocto-standard else # image.bbclass will call depmodwrapper after everything is installed, # no need to do it here as well : fi " to "#!/bin/sh if [ -z "$D" ]; then depmod -a 5.10.52-yocto-standard else # image.bbclass will call depmodwrapper after everything is installed, # no need to do it here as well : fi " packages/qemuarm-poky-linux-gnueabi/linux-yocto/kernel-module-ebtable-filter-5.10.52-yocto-standard: latest.pkg_postrm changed from "#!/bin/sh set -e if [ -z "$D" ]; then depmod -a 5.10.52-yocto-standard else depmodwrapper -a -b $D 5.10.52-yocto-standard fi " to "#!/bin/sh if [ -z "$D" ]; then depmod -a 5.10.52-yocto-standard else depmodwrapper -a -b $D 5.10.52-yocto-standard fi " packages/qemuarm-poky-linux-gnueabi/linux-yocto/kernel-module-ebtable-nat-5.10.52-yocto-standard: PKGSIZE changed from 5132 to 0 (-100%) packages/qemuarm-poky-linux-gnueabi/linux-yocto/kernel-module-ebtable-nat-5.10.52-yocto-standard: latest.pkg_postinst changed from "#!/bin/sh set -e if [ -z "$D" ]; then depmod -a 5.10.52-yocto-standard else # image.bbclass will call depmodwrapper after everything is installed, # no need to do it here as well : fi " to "#!/bin/sh if [ -z "$D" ]; then depmod -a 5.10.52-yocto-standard else # image.bbclass will call depmodwrapper after everything is installed, # no need to do it here as well : fi " packages/qemuarm-poky-linux-gnueabi/linux-yocto/kernel-module-ebtable-nat-5.10.52-yocto-standard: latest.pkg_postrm changed from "#!/bin/sh set -e if [ -z "$D" ]; then depmod -a 5.10.52-yocto-standard else depmodwrapper -a -b $D 5.10.52-yocto-standard fi " to "#!/bin/sh if [ -z "$D" ]; then depmod -a 5.10.52-yocto-standard else depmodwrapper -a -b $D 5.10.52-yocto-standard fi " packages/qemuarm-poky-linux-gnueabi/linux-yocto/kernel-module-ebtables-5.10.52-yocto-standard: PKGSIZE changed from 19180 to 0 (-100%) packages/qemuarm-poky-linux-gnueabi/linux-yocto/kernel-module-ebtables-5.10.52-yocto-standard: latest.pkg_postinst changed from "#!/bin/sh set -e if [ -z "$D" ]; then depmod -a 5.10.52-yocto-standard else # image.bbclass will call depmodwrapper after everything is installed, # no need to do it here as well : fi " to "#!/bin/sh if [ -z "$D" ]; then depmod -a 5.10.52-yocto-standard else # image.bbclass will call depmodwrapper after everything is installed, # no need to do it here as well : fi " packages/qemuarm-poky-linux-gnueabi/linux-yocto/kernel-module-ebtables-5.10.52-yocto-standard: latest.pkg_postrm changed from "#!/bin/sh set -e if [ -z "$D" ]; then depmod -a 5.10.52-yocto-standard else depmodwrapper -a -b $D 5.10.52-yocto-standard fi " to "#!/bin/sh if [ -z "$D" ]; then depmod -a 5.10.52-yocto-standard else depmodwrapper -a -b $D 5.10.52-yocto-standard fi " packages/qemuarm-poky-linux-gnueabi/linux-yocto/kernel-module-esp4-5.10.52-yocto-standard: PKGSIZE changed from 16116 to 0 (-100%) packages/qemuarm-poky-linux-gnueabi/linux-yocto/kernel-module-esp4-5.10.52-yocto-standard: latest.pkg_postinst changed from "#!/bin/sh set -e if [ -z "$D" ]; then depmod -a 5.10.52-yocto-standard else # image.bbclass will call depmodwrapper after everything is installed, # no need to do it here as well : fi " to "#!/bin/sh if [ -z "$D" ]; then depmod -a 5.10.52-yocto-standard else # image.bbclass will call depmodwrapper after everything is installed, # no need to do it here as well : fi " packages/qemuarm-poky-linux-gnueabi/linux-yocto/kernel-module-esp4-5.10.52-yocto-standard: latest.pkg_postrm changed from "#!/bin/sh set -e if [ -z "$D" ]; then depmod -a 5.10.52-yocto-standard else depmodwrapper -a -b $D 5.10.52-yocto-standard fi " to "#!/bin/sh if [ -z "$D" ]; then depmod -a 5.10.52-yocto-standard else depmodwrapper -a -b $D 5.10.52-yocto-standard fi " packages/qemuarm-poky-linux-gnueabi/linux-yocto/kernel-module-fuse-5.10.52-yocto-standard: PKGSIZE changed from 133164 to 0 (-100%) packages/qemuarm-poky-linux-gnueabi/linux-yocto/kernel-module-fuse-5.10.52-yocto-standard: latest.pkg_postinst changed from "#!/bin/sh set -e if [ -z "$D" ]; then depmod -a 5.10.52-yocto-standard else # image.bbclass will call depmodwrapper after everything is installed, # no need to do it here as well : fi " to "#!/bin/sh if [ -z "$D" ]; then depmod -a 5.10.52-yocto-standard else # image.bbclass will call depmodwrapper after everything is installed, # no need to do it here as well : fi " packages/qemuarm-poky-linux-gnueabi/linux-yocto/kernel-module-fuse-5.10.52-yocto-standard: latest.pkg_postrm changed from "#!/bin/sh set -e if [ -z "$D" ]; then depmod -a 5.10.52-yocto-standard else depmodwrapper -a -b $D 5.10.52-yocto-standard fi " to "#!/bin/sh if [ -z "$D" ]; then depmod -a 5.10.52-yocto-standard else depmodwrapper -a -b $D 5.10.52-yocto-standard fi " packages/qemuarm-poky-linux-gnueabi/linux-yocto/kernel-module-gpio-mockup-5.10.52-yocto-standard: PKGSIZE changed from 12956 to 0 (-100%) packages/qemuarm-poky-linux-gnueabi/linux-yocto/kernel-module-gpio-mockup-5.10.52-yocto-standard: latest.pkg_postinst changed from "#!/bin/sh set -e if [ -z "$D" ]; then depmod -a 5.10.52-yocto-standard else # image.bbclass will call depmodwrapper after everything is installed, # no need to do it here as well : fi " to "#!/bin/sh if [ -z "$D" ]; then depmod -a 5.10.52-yocto-standard else # image.bbclass will call depmodwrapper after everything is installed, # no need to do it here as well : fi " packages/qemuarm-poky-linux-gnueabi/linux-yocto/kernel-module-gpio-mockup-5.10.52-yocto-standard: latest.pkg_postrm changed from "#!/bin/sh set -e if [ -z "$D" ]; then depmod -a 5.10.52-yocto-standard else depmodwrapper -a -b $D 5.10.52-yocto-standard fi " to "#!/bin/sh if [ -z "$D" ]; then depmod -a 5.10.52-yocto-standard else depmodwrapper -a -b $D 5.10.52-yocto-standard fi " packages/qemuarm-poky-linux-gnueabi/linux-yocto/kernel-module-gre-5.10.52-yocto-standard: PKGSIZE changed from 7516 to 0 (-100%) packages/qemuarm-poky-linux-gnueabi/linux-yocto/kernel-module-gre-5.10.52-yocto-standard: latest.pkg_postinst changed from "#!/bin/sh set -e if [ -z "$D" ]; then depmod -a 5.10.52-yocto-standard else # image.bbclass will call depmodwrapper after everything is installed, # no need to do it here as well : fi " to "#!/bin/sh if [ -z "$D" ]; then depmod -a 5.10.52-yocto-standard else # image.bbclass will call depmodwrapper after everything is installed, # no need to do it here as well : fi " packages/qemuarm-poky-linux-gnueabi/linux-yocto/kernel-module-gre-5.10.52-yocto-standard: latest.pkg_postrm changed from "#!/bin/sh set -e if [ -z "$D" ]; then depmod -a 5.10.52-yocto-standard else depmodwrapper -a -b $D 5.10.52-yocto-standard fi " to "#!/bin/sh if [ -z "$D" ]; then depmod -a 5.10.52-yocto-standard else depmodwrapper -a -b $D 5.10.52-yocto-standard fi " packages/qemuarm-poky-linux-gnueabi/linux-yocto/kernel-module-inttype-example-5.10.52-yocto-standard: PKGSIZE changed from 6224 to 0 (-100%) packages/qemuarm-poky-linux-gnueabi/linux-yocto/kernel-module-inttype-example-5.10.52-yocto-standard: latest.pkg_postinst changed from "#!/bin/sh set -e if [ -z "$D" ]; then depmod -a 5.10.52-yocto-standard else # image.bbclass will call depmodwrapper after everything is installed, # no need to do it here as well : fi " to "#!/bin/sh if [ -z "$D" ]; then depmod -a 5.10.52-yocto-standard else # image.bbclass will call depmodwrapper after everything is installed, # no need to do it here as well : fi " packages/qemuarm-poky-linux-gnueabi/linux-yocto/kernel-module-inttype-example-5.10.52-yocto-standard: latest.pkg_postrm changed from "#!/bin/sh set -e if [ -z "$D" ]; then depmod -a 5.10.52-yocto-standard else depmodwrapper -a -b $D 5.10.52-yocto-standard fi " to "#!/bin/sh if [ -z "$D" ]; then depmod -a 5.10.52-yocto-standard else depmodwrapper -a -b $D 5.10.52-yocto-standard fi " packages/qemuarm-poky-linux-gnueabi/linux-yocto/kernel-module-ip-gre-5.10.52-yocto-standard: PKGSIZE changed from 25944 to 0 (-100%) packages/qemuarm-poky-linux-gnueabi/linux-yocto/kernel-module-ip-gre-5.10.52-yocto-standard: latest.pkg_postinst changed from "#!/bin/sh set -e if [ -z "$D" ]; then depmod -a 5.10.52-yocto-standard else # image.bbclass will call depmodwrapper after everything is installed, # no need to do it here as well : fi " to "#!/bin/sh if [ -z "$D" ]; then depmod -a 5.10.52-yocto-standard else # image.bbclass will call depmodwrapper after everything is installed, # no need to do it here as well : fi " packages/qemuarm-poky-linux-gnueabi/linux-yocto/kernel-module-ip-gre-5.10.52-yocto-standard: latest.pkg_postrm changed from "#!/bin/sh set -e if [ -z "$D" ]; then depmod -a 5.10.52-yocto-standard else depmodwrapper -a -b $D 5.10.52-yocto-standard fi " to "#!/bin/sh if [ -z "$D" ]; then depmod -a 5.10.52-yocto-standard else depmodwrapper -a -b $D 5.10.52-yocto-standard fi " packages/qemuarm-poky-linux-gnueabi/linux-yocto/kernel-module-ip-tables-5.10.52-yocto-standard: PKGSIZE changed from 20308 to 0 (-100%) packages/qemuarm-poky-linux-gnueabi/linux-yocto/kernel-module-ip-tables-5.10.52-yocto-standard: latest.pkg_postinst changed from "#!/bin/sh set -e if [ -z "$D" ]; then depmod -a 5.10.52-yocto-standard else # image.bbclass will call depmodwrapper after everything is installed, # no need to do it here as well : fi " to "#!/bin/sh if [ -z "$D" ]; then depmod -a 5.10.52-yocto-standard else # image.bbclass will call depmodwrapper after everything is installed, # no need to do it here as well : fi " packages/qemuarm-poky-linux-gnueabi/linux-yocto/kernel-module-ip-tables-5.10.52-yocto-standard: latest.pkg_postrm changed from "#!/bin/sh set -e if [ -z "$D" ]; then depmod -a 5.10.52-yocto-standard else depmodwrapper -a -b $D 5.10.52-yocto-standard fi " to "#!/bin/sh if [ -z "$D" ]; then depmod -a 5.10.52-yocto-standard else depmodwrapper -a -b $D 5.10.52-yocto-standard fi " packages/qemuarm-poky-linux-gnueabi/linux-yocto/kernel-module-ip6-tables-5.10.52-yocto-standard: PKGSIZE changed from 20636 to 0 (-100%) packages/qemuarm-poky-linux-gnueabi/linux-yocto/kernel-module-ip6-tables-5.10.52-yocto-standard: latest.pkg_postinst changed from "#!/bin/sh set -e if [ -z "$D" ]; then depmod -a 5.10.52-yocto-standard else # image.bbclass will call depmodwrapper after everything is installed, # no need to do it here as well : fi " to "#!/bin/sh if [ -z "$D" ]; then depmod -a 5.10.52-yocto-standard else # image.bbclass will call depmodwrapper after everything is installed, # no need to do it here as well : fi " packages/qemuarm-poky-linux-gnueabi/linux-yocto/kernel-module-ip6-tables-5.10.52-yocto-standard: latest.pkg_postrm changed from "#!/bin/sh set -e if [ -z "$D" ]; then depmod -a 5.10.52-yocto-standard else depmodwrapper -a -b $D 5.10.52-yocto-standard fi " to "#!/bin/sh if [ -z "$D" ]; then depmod -a 5.10.52-yocto-standard else depmodwrapper -a -b $D 5.10.52-yocto-standard fi " packages/qemuarm-poky-linux-gnueabi/linux-yocto/kernel-module-ip6-tunnel-5.10.52-yocto-standard: PKGSIZE changed from 35444 to 0 (-100%) packages/qemuarm-poky-linux-gnueabi/linux-yocto/kernel-module-ip6-tunnel-5.10.52-yocto-standard: latest.pkg_postinst changed from "#!/bin/sh set -e if [ -z "$D" ]; then depmod -a 5.10.52-yocto-standard else # image.bbclass will call depmodwrapper after everything is installed, # no need to do it here as well : fi " to "#!/bin/sh if [ -z "$D" ]; then depmod -a 5.10.52-yocto-standard else # image.bbclass will call depmodwrapper after everything is installed, # no need to do it here as well : fi " packages/qemuarm-poky-linux-gnueabi/linux-yocto/kernel-module-ip6-tunnel-5.10.52-yocto-standard: latest.pkg_postrm changed from "#!/bin/sh set -e if [ -z "$D" ]; then depmod -a 5.10.52-yocto-standard else depmodwrapper -a -b $D 5.10.52-yocto-standard fi " to "#!/bin/sh if [ -z "$D" ]; then depmod -a 5.10.52-yocto-standard else depmodwrapper -a -b $D 5.10.52-yocto-standard fi " packages/qemuarm-poky-linux-gnueabi/linux-yocto/kernel-module-ip6-udp-tunnel-5.10.52-yocto-standard: PKGSIZE changed from 4836 to 0 (-100%) packages/qemuarm-poky-linux-gnueabi/linux-yocto/kernel-module-ip6-udp-tunnel-5.10.52-yocto-standard: latest.pkg_postinst changed from "#!/bin/sh set -e if [ -z "$D" ]; then depmod -a 5.10.52-yocto-standard else # image.bbclass will call depmodwrapper after everything is installed, # no need to do it here as well : fi " to "#!/bin/sh if [ -z "$D" ]; then depmod -a 5.10.52-yocto-standard else # image.bbclass will call depmodwrapper after everything is installed, # no need to do it here as well : fi " packages/qemuarm-poky-linux-gnueabi/linux-yocto/kernel-module-ip6-udp-tunnel-5.10.52-yocto-standard: latest.pkg_postrm changed from "#!/bin/sh set -e if [ -z "$D" ]; then depmod -a 5.10.52-yocto-standard else depmodwrapper -a -b $D 5.10.52-yocto-standard fi " to "#!/bin/sh if [ -z "$D" ]; then depmod -a 5.10.52-yocto-standard else depmodwrapper -a -b $D 5.10.52-yocto-standard fi " packages/qemuarm-poky-linux-gnueabi/linux-yocto/kernel-module-ip6t-eui64-5.10.52-yocto-standard: PKGSIZE changed from 4336 to 0 (-100%) packages/qemuarm-poky-linux-gnueabi/linux-yocto/kernel-module-ip6t-eui64-5.10.52-yocto-standard: latest.pkg_postinst changed from "#!/bin/sh set -e if [ -z "$D" ]; then depmod -a 5.10.52-yocto-standard else # image.bbclass will call depmodwrapper after everything is installed, # no need to do it here as well : fi " to "#!/bin/sh if [ -z "$D" ]; then depmod -a 5.10.52-yocto-standard else # image.bbclass will call depmodwrapper after everything is installed, # no need to do it here as well : fi " packages/qemuarm-poky-linux-gnueabi/linux-yocto/kernel-module-ip6t-eui64-5.10.52-yocto-standard: latest.pkg_postrm changed from "#!/bin/sh set -e if [ -z "$D" ]; then depmod -a 5.10.52-yocto-standard else depmodwrapper -a -b $D 5.10.52-yocto-standard fi " to "#!/bin/sh if [ -z "$D" ]; then depmod -a 5.10.52-yocto-standard else depmodwrapper -a -b $D 5.10.52-yocto-standard fi " packages/qemuarm-poky-linux-gnueabi/linux-yocto/kernel-module-ip6t-frag-5.10.52-yocto-standard: PKGSIZE changed from 4632 to 0 (-100%) packages/qemuarm-poky-linux-gnueabi/linux-yocto/kernel-module-ip6t-frag-5.10.52-yocto-standard: latest.pkg_postinst changed from "#!/bin/sh set -e if [ -z "$D" ]; then depmod -a 5.10.52-yocto-standard else # image.bbclass will call depmodwrapper after everything is installed, # no need to do it here as well : fi " to "#!/bin/sh if [ -z "$D" ]; then depmod -a 5.10.52-yocto-standard else # image.bbclass will call depmodwrapper after everything is installed, # no need to do it here as well : fi " packages/qemuarm-poky-linux-gnueabi/linux-yocto/kernel-module-ip6t-frag-5.10.52-yocto-standard: latest.pkg_postrm changed from "#!/bin/sh set -e if [ -z "$D" ]; then depmod -a 5.10.52-yocto-standard else depmodwrapper -a -b $D 5.10.52-yocto-standard fi " to "#!/bin/sh if [ -z "$D" ]; then depmod -a 5.10.52-yocto-standard else depmodwrapper -a -b $D 5.10.52-yocto-standard fi " packages/qemuarm-poky-linux-gnueabi/linux-yocto/kernel-module-ip6t-hbh-5.10.52-yocto-standard: PKGSIZE changed from 5064 to 0 (-100%) packages/qemuarm-poky-linux-gnueabi/linux-yocto/kernel-module-ip6t-hbh-5.10.52-yocto-standard: latest.pkg_postinst changed from "#!/bin/sh set -e if [ -z "$D" ]; then depmod -a 5.10.52-yocto-standard else # image.bbclass will call depmodwrapper after everything is installed, # no need to do it here as well : fi " to "#!/bin/sh if [ -z "$D" ]; then depmod -a 5.10.52-yocto-standard else # image.bbclass will call depmodwrapper after everything is installed, # no need to do it here as well : fi " packages/qemuarm-poky-linux-gnueabi/linux-yocto/kernel-module-ip6t-hbh-5.10.52-yocto-standard: latest.pkg_postrm changed from "#!/bin/sh set -e if [ -z "$D" ]; then depmod -a 5.10.52-yocto-standard else depmodwrapper -a -b $D 5.10.52-yocto-standard fi " to "#!/bin/sh if [ -z "$D" ]; then depmod -a 5.10.52-yocto-standard else depmodwrapper -a -b $D 5.10.52-yocto-standard fi " packages/qemuarm-poky-linux-gnueabi/linux-yocto/kernel-module-ip6t-ipv6header-5.10.52-yocto-standard: PKGSIZE changed from 4752 to 0 (-100%) packages/qemuarm-poky-linux-gnueabi/linux-yocto/kernel-module-ip6t-ipv6header-5.10.52-yocto-standard: latest.pkg_postinst changed from "#!/bin/sh set -e if [ -z "$D" ]; then depmod -a 5.10.52-yocto-standard else # image.bbclass will call depmodwrapper after everything is installed, # no need to do it here as well : fi " to "#!/bin/sh if [ -z "$D" ]; then depmod -a 5.10.52-yocto-standard else # image.bbclass will call depmodwrapper after everything is installed, # no need to do it here as well : fi " packages/qemuarm-poky-linux-gnueabi/linux-yocto/kernel-module-ip6t-ipv6header-5.10.52-yocto-standard: latest.pkg_postrm changed from "#!/bin/sh set -e if [ -z "$D" ]; then depmod -a 5.10.52-yocto-standard else depmodwrapper -a -b $D 5.10.52-yocto-standard fi " to "#!/bin/sh if [ -z "$D" ]; then depmod -a 5.10.52-yocto-standard else depmodwrapper -a -b $D 5.10.52-yocto-standard fi " packages/qemuarm-poky-linux-gnueabi/linux-yocto/kernel-module-ip6t-rt-5.10.52-yocto-standard: PKGSIZE changed from 5112 to 0 (-100%) packages/qemuarm-poky-linux-gnueabi/linux-yocto/kernel-module-ip6t-rt-5.10.52-yocto-standard: latest.pkg_postinst changed from "#!/bin/sh set -e if [ -z "$D" ]; then depmod -a 5.10.52-yocto-standard else # image.bbclass will call depmodwrapper after everything is installed, # no need to do it here as well : fi " to "#!/bin/sh if [ -z "$D" ]; then depmod -a 5.10.52-yocto-standard else # image.bbclass will call depmodwrapper after everything is installed, # no need to do it here as well : fi " packages/qemuarm-poky-linux-gnueabi/linux-yocto/kernel-module-ip6t-rt-5.10.52-yocto-standard: latest.pkg_postrm changed from "#!/bin/sh set -e if [ -z "$D" ]; then depmod -a 5.10.52-yocto-standard else depmodwrapper -a -b $D 5.10.52-yocto-standard fi " to "#!/bin/sh if [ -z "$D" ]; then depmod -a 5.10.52-yocto-standard else depmodwrapper -a -b $D 5.10.52-yocto-standard fi " packages/qemuarm-poky-linux-gnueabi/linux-yocto/kernel-module-ip6table-filter-5.10.52-yocto-standard: PKGSIZE changed from 5792 to 0 (-100%) packages/qemuarm-poky-linux-gnueabi/linux-yocto/kernel-module-ip6table-filter-5.10.52-yocto-standard: latest.pkg_postinst changed from "#!/bin/sh set -e if [ -z "$D" ]; then depmod -a 5.10.52-yocto-standard else # image.bbclass will call depmodwrapper after everything is installed, # no need to do it here as well : fi " to "#!/bin/sh if [ -z "$D" ]; then depmod -a 5.10.52-yocto-standard else # image.bbclass will call depmodwrapper after everything is installed, # no need to do it here as well : fi " packages/qemuarm-poky-linux-gnueabi/linux-yocto/kernel-module-ip6table-filter-5.10.52-yocto-standard: latest.pkg_postrm changed from "#!/bin/sh set -e if [ -z "$D" ]; then depmod -a 5.10.52-yocto-standard else depmodwrapper -a -b $D 5.10.52-yocto-standard fi " to "#!/bin/sh if [ -z "$D" ]; then depmod -a 5.10.52-yocto-standard else depmodwrapper -a -b $D 5.10.52-yocto-standard fi " packages/qemuarm-poky-linux-gnueabi/linux-yocto/kernel-module-ip6table-mangle-5.10.52-yocto-standard: PKGSIZE changed from 5940 to 0 (-100%) packages/qemuarm-poky-linux-gnueabi/linux-yocto/kernel-module-ip6table-mangle-5.10.52-yocto-standard: latest.pkg_postinst changed from "#!/bin/sh set -e if [ -z "$D" ]; then depmod -a 5.10.52-yocto-standard else # image.bbclass will call depmodwrapper after everything is installed, # no need to do it here as well : fi " to "#!/bin/sh if [ -z "$D" ]; then depmod -a 5.10.52-yocto-standard else # image.bbclass will call depmodwrapper after everything is installed, # no need to do it here as well : fi " packages/qemuarm-poky-linux-gnueabi/linux-yocto/kernel-module-ip6table-mangle-5.10.52-yocto-standard: latest.pkg_postrm changed from "#!/bin/sh set -e if [ -z "$D" ]; then depmod -a 5.10.52-yocto-standard else depmodwrapper -a -b $D 5.10.52-yocto-standard fi " to "#!/bin/sh if [ -z "$D" ]; then depmod -a 5.10.52-yocto-standard else depmodwrapper -a -b $D 5.10.52-yocto-standard fi " packages/qemuarm-poky-linux-gnueabi/linux-yocto/kernel-module-ip6table-nat-5.10.52-yocto-standard: PKGSIZE changed from 5180 to 0 (-100%) packages/qemuarm-poky-linux-gnueabi/linux-yocto/kernel-module-ip6table-nat-5.10.52-yocto-standard: latest.pkg_postinst changed from "#!/bin/sh set -e if [ -z "$D" ]; then depmod -a 5.10.52-yocto-standard else # image.bbclass will call depmodwrapper after everything is installed, # no need to do it here as well : fi " to "#!/bin/sh if [ -z "$D" ]; then depmod -a 5.10.52-yocto-standard else # image.bbclass will call depmodwrapper after everything is installed, # no need to do it here as well : fi " packages/qemuarm-poky-linux-gnueabi/linux-yocto/kernel-module-ip6table-nat-5.10.52-yocto-standard: latest.pkg_postrm changed from "#!/bin/sh set -e if [ -z "$D" ]; then depmod -a 5.10.52-yocto-standard else depmodwrapper -a -b $D 5.10.52-yocto-standard fi " to "#!/bin/sh if [ -z "$D" ]; then depmod -a 5.10.52-yocto-standard else depmodwrapper -a -b $D 5.10.52-yocto-standard fi " packages/qemuarm-poky-linux-gnueabi/linux-yocto/kernel-module-ip6table-raw-5.10.52-yocto-standard: PKGSIZE changed from 5984 to 0 (-100%) packages/qemuarm-poky-linux-gnueabi/linux-yocto/kernel-module-ip6table-raw-5.10.52-yocto-standard: latest.pkg_postinst changed from "#!/bin/sh set -e if [ -z "$D" ]; then depmod -a 5.10.52-yocto-standard else # image.bbclass will call depmodwrapper after everything is installed, # no need to do it here as well : fi " to "#!/bin/sh if [ -z "$D" ]; then depmod -a 5.10.52-yocto-standard else # image.bbclass will call depmodwrapper after everything is installed, # no need to do it here as well : fi " packages/qemuarm-poky-linux-gnueabi/linux-yocto/kernel-module-ip6table-raw-5.10.52-yocto-standard: latest.pkg_postrm changed from "#!/bin/sh set -e if [ -z "$D" ]; then depmod -a 5.10.52-yocto-standard else depmodwrapper -a -b $D 5.10.52-yocto-standard fi " to "#!/bin/sh if [ -z "$D" ]; then depmod -a 5.10.52-yocto-standard else depmodwrapper -a -b $D 5.10.52-yocto-standard fi " packages/qemuarm-poky-linux-gnueabi/linux-yocto/kernel-module-ipcomp-5.10.52-yocto-standard: PKGSIZE changed from 6516 to 0 (-100%) packages/qemuarm-poky-linux-gnueabi/linux-yocto/kernel-module-ipcomp-5.10.52-yocto-standard: latest.pkg_postinst changed from "#!/bin/sh set -e if [ -z "$D" ]; then depmod -a 5.10.52-yocto-standard else # image.bbclass will call depmodwrapper after everything is installed, # no need to do it here as well : fi " to "#!/bin/sh if [ -z "$D" ]; then depmod -a 5.10.52-yocto-standard else # image.bbclass will call depmodwrapper after everything is installed, # no need to do it here as well : fi " packages/qemuarm-poky-linux-gnueabi/linux-yocto/kernel-module-ipcomp-5.10.52-yocto-standard: latest.pkg_postrm changed from "#!/bin/sh set -e if [ -z "$D" ]; then depmod -a 5.10.52-yocto-standard else depmodwrapper -a -b $D 5.10.52-yocto-standard fi " to "#!/bin/sh if [ -z "$D" ]; then depmod -a 5.10.52-yocto-standard else depmodwrapper -a -b $D 5.10.52-yocto-standard fi " packages/qemuarm-poky-linux-gnueabi/linux-yocto/kernel-module-ipcomp6-5.10.52-yocto-standard: PKGSIZE changed from 6760 to 0 (-100%) packages/qemuarm-poky-linux-gnueabi/linux-yocto/kernel-module-ipcomp6-5.10.52-yocto-standard: latest.pkg_postinst changed from "#!/bin/sh set -e if [ -z "$D" ]; then depmod -a 5.10.52-yocto-standard else # image.bbclass will call depmodwrapper after everything is installed, # no need to do it here as well : fi " to "#!/bin/sh if [ -z "$D" ]; then depmod -a 5.10.52-yocto-standard else # image.bbclass will call depmodwrapper after everything is installed, # no need to do it here as well : fi " packages/qemuarm-poky-linux-gnueabi/linux-yocto/kernel-module-ipcomp6-5.10.52-yocto-standard: latest.pkg_postrm changed from "#!/bin/sh set -e if [ -z "$D" ]; then depmod -a 5.10.52-yocto-standard else depmodwrapper -a -b $D 5.10.52-yocto-standard fi " to "#!/bin/sh if [ -z "$D" ]; then depmod -a 5.10.52-yocto-standard else depmodwrapper -a -b $D 5.10.52-yocto-standard fi " packages/qemuarm-poky-linux-gnueabi/linux-yocto/kernel-module-ipip-5.10.52-yocto-standard: PKGSIZE changed from 11860 to 0 (-100%) packages/qemuarm-poky-linux-gnueabi/linux-yocto/kernel-module-ipip-5.10.52-yocto-standard: latest.pkg_postinst changed from "#!/bin/sh set -e if [ -z "$D" ]; then depmod -a 5.10.52-yocto-standard else # image.bbclass will call depmodwrapper after everything is installed, # no need to do it here as well : fi " to "#!/bin/sh if [ -z "$D" ]; then depmod -a 5.10.52-yocto-standard else # image.bbclass will call depmodwrapper after everything is installed, # no need to do it here as well : fi " packages/qemuarm-poky-linux-gnueabi/linux-yocto/kernel-module-ipip-5.10.52-yocto-standard: latest.pkg_postrm changed from "#!/bin/sh set -e if [ -z "$D" ]; then depmod -a 5.10.52-yocto-standard else depmodwrapper -a -b $D 5.10.52-yocto-standard fi " to "#!/bin/sh if [ -z "$D" ]; then depmod -a 5.10.52-yocto-standard else depmodwrapper -a -b $D 5.10.52-yocto-standard fi " packages/qemuarm-poky-linux-gnueabi/linux-yocto/kernel-module-ipt-ah-5.10.52-yocto-standard: PKGSIZE changed from 4388 to 0 (-100%) packages/qemuarm-poky-linux-gnueabi/linux-yocto/kernel-module-ipt-ah-5.10.52-yocto-standard: latest.pkg_postinst changed from "#!/bin/sh set -e if [ -z "$D" ]; then depmod -a 5.10.52-yocto-standard else # image.bbclass will call depmodwrapper after everything is installed, # no need to do it here as well : fi " to "#!/bin/sh if [ -z "$D" ]; then depmod -a 5.10.52-yocto-standard else # image.bbclass will call depmodwrapper after everything is installed, # no need to do it here as well : fi " packages/qemuarm-poky-linux-gnueabi/linux-yocto/kernel-module-ipt-ah-5.10.52-yocto-standard: latest.pkg_postrm changed from "#!/bin/sh set -e if [ -z "$D" ]; then depmod -a 5.10.52-yocto-standard else depmodwrapper -a -b $D 5.10.52-yocto-standard fi " to "#!/bin/sh if [ -z "$D" ]; then depmod -a 5.10.52-yocto-standard else depmodwrapper -a -b $D 5.10.52-yocto-standard fi " packages/qemuarm-poky-linux-gnueabi/linux-yocto/kernel-module-ipt-clusterip-5.10.52-yocto-standard: PKGSIZE changed from 14624 to 0 (-100%) packages/qemuarm-poky-linux-gnueabi/linux-yocto/kernel-module-ipt-clusterip-5.10.52-yocto-standard: latest.pkg_postinst changed from "#!/bin/sh set -e if [ -z "$D" ]; then depmod -a 5.10.52-yocto-standard else # image.bbclass will call depmodwrapper after everything is installed, # no need to do it here as well : fi " to "#!/bin/sh if [ -z "$D" ]; then depmod -a 5.10.52-yocto-standard else # image.bbclass will call depmodwrapper after everything is installed, # no need to do it here as well : fi " packages/qemuarm-poky-linux-gnueabi/linux-yocto/kernel-module-ipt-clusterip-5.10.52-yocto-standard: latest.pkg_postrm changed from "#!/bin/sh set -e if [ -z "$D" ]; then depmod -a 5.10.52-yocto-standard else depmodwrapper -a -b $D 5.10.52-yocto-standard fi " to "#!/bin/sh if [ -z "$D" ]; then depmod -a 5.10.52-yocto-standard else depmodwrapper -a -b $D 5.10.52-yocto-standard fi " packages/qemuarm-poky-linux-gnueabi/linux-yocto/kernel-module-ipt-ecn-5.10.52-yocto-standard: PKGSIZE changed from 5516 to 0 (-100%) packages/qemuarm-poky-linux-gnueabi/linux-yocto/kernel-module-ipt-ecn-5.10.52-yocto-standard: latest.pkg_postinst changed from "#!/bin/sh set -e if [ -z "$D" ]; then depmod -a 5.10.52-yocto-standard else # image.bbclass will call depmodwrapper after everything is installed, # no need to do it here as well : fi " to "#!/bin/sh if [ -z "$D" ]; then depmod -a 5.10.52-yocto-standard else # image.bbclass will call depmodwrapper after everything is installed, # no need to do it here as well : fi " packages/qemuarm-poky-linux-gnueabi/linux-yocto/kernel-module-ipt-ecn-5.10.52-yocto-standard: latest.pkg_postrm changed from "#!/bin/sh set -e if [ -z "$D" ]; then depmod -a 5.10.52-yocto-standard else depmodwrapper -a -b $D 5.10.52-yocto-standard fi " to "#!/bin/sh if [ -z "$D" ]; then depmod -a 5.10.52-yocto-standard else depmodwrapper -a -b $D 5.10.52-yocto-standard fi " packages/qemuarm-poky-linux-gnueabi/linux-yocto/kernel-module-ipt-reject-5.10.52-yocto-standard: PKGSIZE changed from 5140 to 0 (-100%) packages/qemuarm-poky-linux-gnueabi/linux-yocto/kernel-module-ipt-reject-5.10.52-yocto-standard: latest.pkg_postinst changed from "#!/bin/sh set -e if [ -z "$D" ]; then depmod -a 5.10.52-yocto-standard else # image.bbclass will call depmodwrapper after everything is installed, # no need to do it here as well : fi " to "#!/bin/sh if [ -z "$D" ]; then depmod -a 5.10.52-yocto-standard else # image.bbclass will call depmodwrapper after everything is installed, # no need to do it here as well : fi " packages/qemuarm-poky-linux-gnueabi/linux-yocto/kernel-module-ipt-reject-5.10.52-yocto-standard: latest.pkg_postrm changed from "#!/bin/sh set -e if [ -z "$D" ]; then depmod -a 5.10.52-yocto-standard else depmodwrapper -a -b $D 5.10.52-yocto-standard fi " to "#!/bin/sh if [ -z "$D" ]; then depmod -a 5.10.52-yocto-standard else depmodwrapper -a -b $D 5.10.52-yocto-standard fi " packages/qemuarm-poky-linux-gnueabi/linux-yocto/kernel-module-ipt-rpfilter-5.10.52-yocto-standard: PKGSIZE changed from 5744 to 0 (-100%) packages/qemuarm-poky-linux-gnueabi/linux-yocto/kernel-module-ipt-rpfilter-5.10.52-yocto-standard: latest.pkg_postinst changed from "#!/bin/sh set -e if [ -z "$D" ]; then depmod -a 5.10.52-yocto-standard else # image.bbclass will call depmodwrapper after everything is installed, # no need to do it here as well : fi " to "#!/bin/sh if [ -z "$D" ]; then depmod -a 5.10.52-yocto-standard else # image.bbclass will call depmodwrapper after everything is installed, # no need to do it here as well : fi " packages/qemuarm-poky-linux-gnueabi/linux-yocto/kernel-module-ipt-rpfilter-5.10.52-yocto-standard: latest.pkg_postrm changed from "#!/bin/sh set -e if [ -z "$D" ]; then depmod -a 5.10.52-yocto-standard else depmodwrapper -a -b $D 5.10.52-yocto-standard fi " to "#!/bin/sh if [ -z "$D" ]; then depmod -a 5.10.52-yocto-standard else depmodwrapper -a -b $D 5.10.52-yocto-standard fi " packages/qemuarm-poky-linux-gnueabi/linux-yocto/kernel-module-ipt-synproxy-5.10.52-yocto-standard: PKGSIZE changed from 5728 to 0 (-100%) packages/qemuarm-poky-linux-gnueabi/linux-yocto/kernel-module-ipt-synproxy-5.10.52-yocto-standard: latest.pkg_postinst changed from "#!/bin/sh set -e if [ -z "$D" ]; then depmod -a 5.10.52-yocto-standard else # image.bbclass will call depmodwrapper after everything is installed, # no need to do it here as well : fi " to "#!/bin/sh if [ -z "$D" ]; then depmod -a 5.10.52-yocto-standard else # image.bbclass will call depmodwrapper after everything is installed, # no need to do it here as well : fi " packages/qemuarm-poky-linux-gnueabi/linux-yocto/kernel-module-ipt-synproxy-5.10.52-yocto-standard: latest.pkg_postrm changed from "#!/bin/sh set -e if [ -z "$D" ]; then depmod -a 5.10.52-yocto-standard else depmodwrapper -a -b $D 5.10.52-yocto-standard fi " to "#!/bin/sh if [ -z "$D" ]; then depmod -a 5.10.52-yocto-standard else depmodwrapper -a -b $D 5.10.52-yocto-standard fi " packages/qemuarm-poky-linux-gnueabi/linux-yocto/kernel-module-iptable-filter-5.10.52-yocto-standard: PKGSIZE changed from 5772 to 0 (-100%) packages/qemuarm-poky-linux-gnueabi/linux-yocto/kernel-module-iptable-filter-5.10.52-yocto-standard: latest.pkg_postinst changed from "#!/bin/sh set -e if [ -z "$D" ]; then depmod -a 5.10.52-yocto-standard else # image.bbclass will call depmodwrapper after everything is installed, # no need to do it here as well : fi " to "#!/bin/sh if [ -z "$D" ]; then depmod -a 5.10.52-yocto-standard else # image.bbclass will call depmodwrapper after everything is installed, # no need to do it here as well : fi " packages/qemuarm-poky-linux-gnueabi/linux-yocto/kernel-module-iptable-filter-5.10.52-yocto-standard: latest.pkg_postrm changed from "#!/bin/sh set -e if [ -z "$D" ]; then depmod -a 5.10.52-yocto-standard else depmodwrapper -a -b $D 5.10.52-yocto-standard fi " to "#!/bin/sh if [ -z "$D" ]; then depmod -a 5.10.52-yocto-standard else depmodwrapper -a -b $D 5.10.52-yocto-standard fi " packages/qemuarm-poky-linux-gnueabi/linux-yocto/kernel-module-iptable-mangle-5.10.52-yocto-standard: PKGSIZE changed from 5492 to 0 (-100%) packages/qemuarm-poky-linux-gnueabi/linux-yocto/kernel-module-iptable-mangle-5.10.52-yocto-standard: latest.pkg_postinst changed from "#!/bin/sh set -e if [ -z "$D" ]; then depmod -a 5.10.52-yocto-standard else # image.bbclass will call depmodwrapper after everything is installed, # no need to do it here as well : fi " to "#!/bin/sh if [ -z "$D" ]; then depmod -a 5.10.52-yocto-standard else # image.bbclass will call depmodwrapper after everything is installed, # no need to do it here as well : fi " packages/qemuarm-poky-linux-gnueabi/linux-yocto/kernel-module-iptable-mangle-5.10.52-yocto-standard: latest.pkg_postrm changed from "#!/bin/sh set -e if [ -z "$D" ]; then depmod -a 5.10.52-yocto-standard else depmodwrapper -a -b $D 5.10.52-yocto-standard fi " to "#!/bin/sh if [ -z "$D" ]; then depmod -a 5.10.52-yocto-standard else depmodwrapper -a -b $D 5.10.52-yocto-standard fi " packages/qemuarm-poky-linux-gnueabi/linux-yocto/kernel-module-iptable-nat-5.10.52-yocto-standard: PKGSIZE changed from 5168 to 0 (-100%) packages/qemuarm-poky-linux-gnueabi/linux-yocto/kernel-module-iptable-nat-5.10.52-yocto-standard: latest.pkg_postinst changed from "#!/bin/sh set -e if [ -z "$D" ]; then depmod -a 5.10.52-yocto-standard else # image.bbclass will call depmodwrapper after everything is installed, # no need to do it here as well : fi " to "#!/bin/sh if [ -z "$D" ]; then depmod -a 5.10.52-yocto-standard else # image.bbclass will call depmodwrapper after everything is installed, # no need to do it here as well : fi " packages/qemuarm-poky-linux-gnueabi/linux-yocto/kernel-module-iptable-nat-5.10.52-yocto-standard: latest.pkg_postrm changed from "#!/bin/sh set -e if [ -z "$D" ]; then depmod -a 5.10.52-yocto-standard else depmodwrapper -a -b $D 5.10.52-yocto-standard fi " to "#!/bin/sh if [ -z "$D" ]; then depmod -a 5.10.52-yocto-standard else depmodwrapper -a -b $D 5.10.52-yocto-standard fi " packages/qemuarm-poky-linux-gnueabi/linux-yocto/kernel-module-iptable-raw-5.10.52-yocto-standard: PKGSIZE changed from 5972 to 0 (-100%) packages/qemuarm-poky-linux-gnueabi/linux-yocto/kernel-module-iptable-raw-5.10.52-yocto-standard: latest.pkg_postinst changed from "#!/bin/sh set -e if [ -z "$D" ]; then depmod -a 5.10.52-yocto-standard else # image.bbclass will call depmodwrapper after everything is installed, # no need to do it here as well : fi " to "#!/bin/sh if [ -z "$D" ]; then depmod -a 5.10.52-yocto-standard else # image.bbclass will call depmodwrapper after everything is installed, # no need to do it here as well : fi " packages/qemuarm-poky-linux-gnueabi/linux-yocto/kernel-module-iptable-raw-5.10.52-yocto-standard: latest.pkg_postrm changed from "#!/bin/sh set -e if [ -z "$D" ]; then depmod -a 5.10.52-yocto-standard else depmodwrapper -a -b $D 5.10.52-yocto-standard fi " to "#!/bin/sh if [ -z "$D" ]; then depmod -a 5.10.52-yocto-standard else depmodwrapper -a -b $D 5.10.52-yocto-standard fi " packages/qemuarm-poky-linux-gnueabi/linux-yocto/kernel-module-iptable-security-5.10.52-yocto-standard: PKGSIZE changed from 5328 to 0 (-100%) packages/qemuarm-poky-linux-gnueabi/linux-yocto/kernel-module-iptable-security-5.10.52-yocto-standard: latest.pkg_postinst changed from "#!/bin/sh set -e if [ -z "$D" ]; then depmod -a 5.10.52-yocto-standard else # image.bbclass will call depmodwrapper after everything is installed, # no need to do it here as well : fi " to "#!/bin/sh if [ -z "$D" ]; then depmod -a 5.10.52-yocto-standard else # image.bbclass will call depmodwrapper after everything is installed, # no need to do it here as well : fi " packages/qemuarm-poky-linux-gnueabi/linux-yocto/kernel-module-iptable-security-5.10.52-yocto-standard: latest.pkg_postrm changed from "#!/bin/sh set -e if [ -z "$D" ]; then depmod -a 5.10.52-yocto-standard else depmodwrapper -a -b $D 5.10.52-yocto-standard fi " to "#!/bin/sh if [ -z "$D" ]; then depmod -a 5.10.52-yocto-standard else depmodwrapper -a -b $D 5.10.52-yocto-standard fi " packages/qemuarm-poky-linux-gnueabi/linux-yocto/kernel-module-kobject-example-5.10.52-yocto-standard: PKGSIZE changed from 5260 to 0 (-100%) packages/qemuarm-poky-linux-gnueabi/linux-yocto/kernel-module-kobject-example-5.10.52-yocto-standard: latest.pkg_postinst changed from "#!/bin/sh set -e if [ -z "$D" ]; then depmod -a 5.10.52-yocto-standard else # image.bbclass will call depmodwrapper after everything is installed, # no need to do it here as well : fi " to "#!/bin/sh if [ -z "$D" ]; then depmod -a 5.10.52-yocto-standard else # image.bbclass will call depmodwrapper after everything is installed, # no need to do it here as well : fi " packages/qemuarm-poky-linux-gnueabi/linux-yocto/kernel-module-kobject-example-5.10.52-yocto-standard: latest.pkg_postrm changed from "#!/bin/sh set -e if [ -z "$D" ]; then depmod -a 5.10.52-yocto-standard else depmodwrapper -a -b $D 5.10.52-yocto-standard fi " to "#!/bin/sh if [ -z "$D" ]; then depmod -a 5.10.52-yocto-standard else depmodwrapper -a -b $D 5.10.52-yocto-standard fi " packages/qemuarm-poky-linux-gnueabi/linux-yocto/kernel-module-kprobe-example-5.10.52-yocto-standard: PKGSIZE changed from 5496 to 0 (-100%) packages/qemuarm-poky-linux-gnueabi/linux-yocto/kernel-module-kprobe-example-5.10.52-yocto-standard: latest.pkg_postinst changed from "#!/bin/sh set -e if [ -z "$D" ]; then depmod -a 5.10.52-yocto-standard else # image.bbclass will call depmodwrapper after everything is installed, # no need to do it here as well : fi " to "#!/bin/sh if [ -z "$D" ]; then depmod -a 5.10.52-yocto-standard else # image.bbclass will call depmodwrapper after everything is installed, # no need to do it here as well : fi " packages/qemuarm-poky-linux-gnueabi/linux-yocto/kernel-module-kprobe-example-5.10.52-yocto-standard: latest.pkg_postrm changed from "#!/bin/sh set -e if [ -z "$D" ]; then depmod -a 5.10.52-yocto-standard else depmodwrapper -a -b $D 5.10.52-yocto-standard fi " to "#!/bin/sh if [ -z "$D" ]; then depmod -a 5.10.52-yocto-standard else depmodwrapper -a -b $D 5.10.52-yocto-standard fi " packages/qemuarm-poky-linux-gnueabi/linux-yocto/kernel-module-kretprobe-example-5.10.52-yocto-standard: PKGSIZE changed from 5644 to 0 (-100%) packages/qemuarm-poky-linux-gnueabi/linux-yocto/kernel-module-kretprobe-example-5.10.52-yocto-standard: latest.pkg_postinst changed from "#!/bin/sh set -e if [ -z "$D" ]; then depmod -a 5.10.52-yocto-standard else # image.bbclass will call depmodwrapper after everything is installed, # no need to do it here as well : fi " to "#!/bin/sh if [ -z "$D" ]; then depmod -a 5.10.52-yocto-standard else # image.bbclass will call depmodwrapper after everything is installed, # no need to do it here as well : fi " packages/qemuarm-poky-linux-gnueabi/linux-yocto/kernel-module-kretprobe-example-5.10.52-yocto-standard: latest.pkg_postrm changed from "#!/bin/sh set -e if [ -z "$D" ]; then depmod -a 5.10.52-yocto-standard else depmodwrapper -a -b $D 5.10.52-yocto-standard fi " to "#!/bin/sh if [ -z "$D" ]; then depmod -a 5.10.52-yocto-standard else depmodwrapper -a -b $D 5.10.52-yocto-standard fi " packages/qemuarm-poky-linux-gnueabi/linux-yocto/kernel-module-kset-example-5.10.52-yocto-standard: PKGSIZE changed from 6808 to 0 (-100%) packages/qemuarm-poky-linux-gnueabi/linux-yocto/kernel-module-kset-example-5.10.52-yocto-standard: latest.pkg_postinst changed from "#!/bin/sh set -e if [ -z "$D" ]; then depmod -a 5.10.52-yocto-standard else # image.bbclass will call depmodwrapper after everything is installed, # no need to do it here as well : fi " to "#!/bin/sh if [ -z "$D" ]; then depmod -a 5.10.52-yocto-standard else # image.bbclass will call depmodwrapper after everything is installed, # no need to do it here as well : fi " packages/qemuarm-poky-linux-gnueabi/linux-yocto/kernel-module-kset-example-5.10.52-yocto-standard: latest.pkg_postrm changed from "#!/bin/sh set -e if [ -z "$D" ]; then depmod -a 5.10.52-yocto-standard else depmodwrapper -a -b $D 5.10.52-yocto-standard fi " to "#!/bin/sh if [ -z "$D" ]; then depmod -a 5.10.52-yocto-standard else depmodwrapper -a -b $D 5.10.52-yocto-standard fi " packages/qemuarm-poky-linux-gnueabi/linux-yocto/kernel-module-loop-5.10.52-yocto-standard: PKGSIZE changed from 34612 to 0 (-100%) packages/qemuarm-poky-linux-gnueabi/linux-yocto/kernel-module-loop-5.10.52-yocto-standard: latest.pkg_postinst changed from "#!/bin/sh set -e if [ -z "$D" ]; then depmod -a 5.10.52-yocto-standard else # image.bbclass will call depmodwrapper after everything is installed, # no need to do it here as well : fi " to "#!/bin/sh if [ -z "$D" ]; then depmod -a 5.10.52-yocto-standard else # image.bbclass will call depmodwrapper after everything is installed, # no need to do it here as well : fi " packages/qemuarm-poky-linux-gnueabi/linux-yocto/kernel-module-loop-5.10.52-yocto-standard: latest.pkg_postrm changed from "#!/bin/sh set -e if [ -z "$D" ]; then depmod -a 5.10.52-yocto-standard else depmodwrapper -a -b $D 5.10.52-yocto-standard fi " to "#!/bin/sh if [ -z "$D" ]; then depmod -a 5.10.52-yocto-standard else depmodwrapper -a -b $D 5.10.52-yocto-standard fi " packages/qemuarm-poky-linux-gnueabi/linux-yocto/kernel-module-michael-mic-5.10.52-yocto-standard: PKGSIZE changed from 5480 to 0 (-100%) packages/qemuarm-poky-linux-gnueabi/linux-yocto/kernel-module-michael-mic-5.10.52-yocto-standard: latest.pkg_postinst changed from "#!/bin/sh set -e if [ -z "$D" ]; then depmod -a 5.10.52-yocto-standard else # image.bbclass will call depmodwrapper after everything is installed, # no need to do it here as well : fi " to "#!/bin/sh if [ -z "$D" ]; then depmod -a 5.10.52-yocto-standard else # image.bbclass will call depmodwrapper after everything is installed, # no need to do it here as well : fi " packages/qemuarm-poky-linux-gnueabi/linux-yocto/kernel-module-michael-mic-5.10.52-yocto-standard: latest.pkg_postrm changed from "#!/bin/sh set -e if [ -z "$D" ]; then depmod -a 5.10.52-yocto-standard else depmodwrapper -a -b $D 5.10.52-yocto-standard fi " to "#!/bin/sh if [ -z "$D" ]; then depmod -a 5.10.52-yocto-standard else depmodwrapper -a -b $D 5.10.52-yocto-standard fi " packages/qemuarm-poky-linux-gnueabi/linux-yocto/kernel-module-nbd-5.10.52-yocto-standard: PKGSIZE changed from 46672 to 0 (-100%) packages/qemuarm-poky-linux-gnueabi/linux-yocto/kernel-module-nbd-5.10.52-yocto-standard: latest.pkg_postinst changed from "#!/bin/sh set -e if [ -z "$D" ]; then depmod -a 5.10.52-yocto-standard else # image.bbclass will call depmodwrapper after everything is installed, # no need to do it here as well : fi " to "#!/bin/sh if [ -z "$D" ]; then depmod -a 5.10.52-yocto-standard else # image.bbclass will call depmodwrapper after everything is installed, # no need to do it here as well : fi " packages/qemuarm-poky-linux-gnueabi/linux-yocto/kernel-module-nbd-5.10.52-yocto-standard: latest.pkg_postrm changed from "#!/bin/sh set -e if [ -z "$D" ]; then depmod -a 5.10.52-yocto-standard else depmodwrapper -a -b $D 5.10.52-yocto-standard fi " to "#!/bin/sh if [ -z "$D" ]; then depmod -a 5.10.52-yocto-standard else depmodwrapper -a -b $D 5.10.52-yocto-standard fi " packages/qemuarm-poky-linux-gnueabi/linux-yocto/kernel-module-nf-conncount-5.10.52-yocto-standard: PKGSIZE changed from 14128 to 0 (-100%) packages/qemuarm-poky-linux-gnueabi/linux-yocto/kernel-module-nf-conncount-5.10.52-yocto-standard: latest.pkg_postinst changed from "#!/bin/sh set -e if [ -z "$D" ]; then depmod -a 5.10.52-yocto-standard else # image.bbclass will call depmodwrapper after everything is installed, # no need to do it here as well : fi " to "#!/bin/sh if [ -z "$D" ]; then depmod -a 5.10.52-yocto-standard else # image.bbclass will call depmodwrapper after everything is installed, # no need to do it here as well : fi " packages/qemuarm-poky-linux-gnueabi/linux-yocto/kernel-module-nf-conncount-5.10.52-yocto-standard: latest.pkg_postrm changed from "#!/bin/sh set -e if [ -z "$D" ]; then depmod -a 5.10.52-yocto-standard else depmodwrapper -a -b $D 5.10.52-yocto-standard fi " to "#!/bin/sh if [ -z "$D" ]; then depmod -a 5.10.52-yocto-standard else depmodwrapper -a -b $D 5.10.52-yocto-standard fi " packages/qemuarm-poky-linux-gnueabi/linux-yocto/kernel-module-nf-conntrack-5.10.52-yocto-standard: PKGSIZE changed from 127068 to 0 (-100%) packages/qemuarm-poky-linux-gnueabi/linux-yocto/kernel-module-nf-conntrack-5.10.52-yocto-standard: latest.pkg_postinst changed from "#!/bin/sh set -e if [ -z "$D" ]; then depmod -a 5.10.52-yocto-standard else # image.bbclass will call depmodwrapper after everything is installed, # no need to do it here as well : fi " to "#!/bin/sh if [ -z "$D" ]; then depmod -a 5.10.52-yocto-standard else # image.bbclass will call depmodwrapper after everything is installed, # no need to do it here as well : fi " packages/qemuarm-poky-linux-gnueabi/linux-yocto/kernel-module-nf-conntrack-5.10.52-yocto-standard: latest.pkg_postrm changed from "#!/bin/sh set -e if [ -z "$D" ]; then depmod -a 5.10.52-yocto-standard else depmodwrapper -a -b $D 5.10.52-yocto-standard fi " to "#!/bin/sh if [ -z "$D" ]; then depmod -a 5.10.52-yocto-standard else depmodwrapper -a -b $D 5.10.52-yocto-standard fi " packages/qemuarm-poky-linux-gnueabi/linux-yocto/kernel-module-nf-conntrack-amanda-5.10.52-yocto-standard: PKGSIZE changed from 7764 to 0 (-100%) packages/qemuarm-poky-linux-gnueabi/linux-yocto/kernel-module-nf-conntrack-amanda-5.10.52-yocto-standard: latest.pkg_postinst changed from "#!/bin/sh set -e if [ -z "$D" ]; then depmod -a 5.10.52-yocto-standard else # image.bbclass will call depmodwrapper after everything is installed, # no need to do it here as well : fi " to "#!/bin/sh if [ -z "$D" ]; then depmod -a 5.10.52-yocto-standard else # image.bbclass will call depmodwrapper after everything is installed, # no need to do it here as well : fi " packages/qemuarm-poky-linux-gnueabi/linux-yocto/kernel-module-nf-conntrack-amanda-5.10.52-yocto-standard: latest.pkg_postrm changed from "#!/bin/sh set -e if [ -z "$D" ]; then depmod -a 5.10.52-yocto-standard else depmodwrapper -a -b $D 5.10.52-yocto-standard fi " to "#!/bin/sh if [ -z "$D" ]; then depmod -a 5.10.52-yocto-standard else depmodwrapper -a -b $D 5.10.52-yocto-standard fi " packages/qemuarm-poky-linux-gnueabi/linux-yocto/kernel-module-nf-conntrack-broadcast-5.10.52-yocto-standard: PKGSIZE changed from 3464 to 0 (-100%) packages/qemuarm-poky-linux-gnueabi/linux-yocto/kernel-module-nf-conntrack-broadcast-5.10.52-yocto-standard: latest.pkg_postinst changed from "#!/bin/sh set -e if [ -z "$D" ]; then depmod -a 5.10.52-yocto-standard else # image.bbclass will call depmodwrapper after everything is installed, # no need to do it here as well : fi " to "#!/bin/sh if [ -z "$D" ]; then depmod -a 5.10.52-yocto-standard else # image.bbclass will call depmodwrapper after everything is installed, # no need to do it here as well : fi " packages/qemuarm-poky-linux-gnueabi/linux-yocto/kernel-module-nf-conntrack-broadcast-5.10.52-yocto-standard: latest.pkg_postrm changed from "#!/bin/sh set -e if [ -z "$D" ]; then depmod -a 5.10.52-yocto-standard else depmodwrapper -a -b $D 5.10.52-yocto-standard fi " to "#!/bin/sh if [ -z "$D" ]; then depmod -a 5.10.52-yocto-standard else depmodwrapper -a -b $D 5.10.52-yocto-standard fi " packages/qemuarm-poky-linux-gnueabi/linux-yocto/kernel-module-nf-conntrack-ftp-5.10.52-yocto-standard: PKGSIZE changed from 12400 to 0 (-100%) packages/qemuarm-poky-linux-gnueabi/linux-yocto/kernel-module-nf-conntrack-ftp-5.10.52-yocto-standard: latest.pkg_postinst changed from "#!/bin/sh set -e if [ -z "$D" ]; then depmod -a 5.10.52-yocto-standard else # image.bbclass will call depmodwrapper after everything is installed, # no need to do it here as well : fi " to "#!/bin/sh if [ -z "$D" ]; then depmod -a 5.10.52-yocto-standard else # image.bbclass will call depmodwrapper after everything is installed, # no need to do it here as well : fi " packages/qemuarm-poky-linux-gnueabi/linux-yocto/kernel-module-nf-conntrack-ftp-5.10.52-yocto-standard: latest.pkg_postrm changed from "#!/bin/sh set -e if [ -z "$D" ]; then depmod -a 5.10.52-yocto-standard else depmodwrapper -a -b $D 5.10.52-yocto-standard fi " to "#!/bin/sh if [ -z "$D" ]; then depmod -a 5.10.52-yocto-standard else depmodwrapper -a -b $D 5.10.52-yocto-standard fi " packages/qemuarm-poky-linux-gnueabi/linux-yocto/kernel-module-nf-conntrack-h323-5.10.52-yocto-standard: PKGSIZE changed from 52016 to 0 (-100%) packages/qemuarm-poky-linux-gnueabi/linux-yocto/kernel-module-nf-conntrack-h323-5.10.52-yocto-standard: latest.pkg_postinst changed from "#!/bin/sh set -e if [ -z "$D" ]; then depmod -a 5.10.52-yocto-standard else # image.bbclass will call depmodwrapper after everything is installed, # no need to do it here as well : fi " to "#!/bin/sh if [ -z "$D" ]; then depmod -a 5.10.52-yocto-standard else # image.bbclass will call depmodwrapper after everything is installed, # no need to do it here as well : fi " packages/qemuarm-poky-linux-gnueabi/linux-yocto/kernel-module-nf-conntrack-h323-5.10.52-yocto-standard: latest.pkg_postrm changed from "#!/bin/sh set -e if [ -z "$D" ]; then depmod -a 5.10.52-yocto-standard else depmodwrapper -a -b $D 5.10.52-yocto-standard fi " to "#!/bin/sh if [ -z "$D" ]; then depmod -a 5.10.52-yocto-standard else depmodwrapper -a -b $D 5.10.52-yocto-standard fi " packages/qemuarm-poky-linux-gnueabi/linux-yocto/kernel-module-nf-conntrack-irc-5.10.52-yocto-standard: PKGSIZE changed from 9948 to 0 (-100%) packages/qemuarm-poky-linux-gnueabi/linux-yocto/kernel-module-nf-conntrack-irc-5.10.52-yocto-standard: latest.pkg_postinst changed from "#!/bin/sh set -e if [ -z "$D" ]; then depmod -a 5.10.52-yocto-standard else # image.bbclass will call depmodwrapper after everything is installed, # no need to do it here as well : fi " to "#!/bin/sh if [ -z "$D" ]; then depmod -a 5.10.52-yocto-standard else # image.bbclass will call depmodwrapper after everything is installed, # no need to do it here as well : fi " packages/qemuarm-poky-linux-gnueabi/linux-yocto/kernel-module-nf-conntrack-irc-5.10.52-yocto-standard: latest.pkg_postrm changed from "#!/bin/sh set -e if [ -z "$D" ]; then depmod -a 5.10.52-yocto-standard else depmodwrapper -a -b $D 5.10.52-yocto-standard fi " to "#!/bin/sh if [ -z "$D" ]; then depmod -a 5.10.52-yocto-standard else depmodwrapper -a -b $D 5.10.52-yocto-standard fi " packages/qemuarm-poky-linux-gnueabi/linux-yocto/kernel-module-nf-conntrack-netbios-ns-5.10.52-yocto-standard: PKGSIZE changed from 4960 to 0 (-100%) packages/qemuarm-poky-linux-gnueabi/linux-yocto/kernel-module-nf-conntrack-netbios-ns-5.10.52-yocto-standard: latest.pkg_postinst changed from "#!/bin/sh set -e if [ -z "$D" ]; then depmod -a 5.10.52-yocto-standard else # image.bbclass will call depmodwrapper after everything is installed, # no need to do it here as well : fi " to "#!/bin/sh if [ -z "$D" ]; then depmod -a 5.10.52-yocto-standard else # image.bbclass will call depmodwrapper after everything is installed, # no need to do it here as well : fi " packages/qemuarm-poky-linux-gnueabi/linux-yocto/kernel-module-nf-conntrack-netbios-ns-5.10.52-yocto-standard: latest.pkg_postrm changed from "#!/bin/sh set -e if [ -z "$D" ]; then depmod -a 5.10.52-yocto-standard else depmodwrapper -a -b $D 5.10.52-yocto-standard fi " to "#!/bin/sh if [ -z "$D" ]; then depmod -a 5.10.52-yocto-standard else depmodwrapper -a -b $D 5.10.52-yocto-standard fi " packages/qemuarm-poky-linux-gnueabi/linux-yocto/kernel-module-nf-conntrack-netlink-5.10.52-yocto-standard: PKGSIZE changed from 34288 to 0 (-100%) packages/qemuarm-poky-linux-gnueabi/linux-yocto/kernel-module-nf-conntrack-netlink-5.10.52-yocto-standard: latest.pkg_postinst changed from "#!/bin/sh set -e if [ -z "$D" ]; then depmod -a 5.10.52-yocto-standard else # image.bbclass will call depmodwrapper after everything is installed, # no need to do it here as well : fi " to "#!/bin/sh if [ -z "$D" ]; then depmod -a 5.10.52-yocto-standard else # image.bbclass will call depmodwrapper after everything is installed, # no need to do it here as well : fi " packages/qemuarm-poky-linux-gnueabi/linux-yocto/kernel-module-nf-conntrack-netlink-5.10.52-yocto-standard: latest.pkg_postrm changed from "#!/bin/sh set -e if [ -z "$D" ]; then depmod -a 5.10.52-yocto-standard else depmodwrapper -a -b $D 5.10.52-yocto-standard fi " to "#!/bin/sh if [ -z "$D" ]; then depmod -a 5.10.52-yocto-standard else depmodwrapper -a -b $D 5.10.52-yocto-standard fi " packages/qemuarm-poky-linux-gnueabi/linux-yocto/kernel-module-nf-conntrack-pptp-5.10.52-yocto-standard: PKGSIZE changed from 10484 to 0 (-100%) packages/qemuarm-poky-linux-gnueabi/linux-yocto/kernel-module-nf-conntrack-pptp-5.10.52-yocto-standard: latest.pkg_postinst changed from "#!/bin/sh set -e if [ -z "$D" ]; then depmod -a 5.10.52-yocto-standard else # image.bbclass will call depmodwrapper after everything is installed, # no need to do it here as well : fi " to "#!/bin/sh if [ -z "$D" ]; then depmod -a 5.10.52-yocto-standard else # image.bbclass will call depmodwrapper after everything is installed, # no need to do it here as well : fi " packages/qemuarm-poky-linux-gnueabi/linux-yocto/kernel-module-nf-conntrack-pptp-5.10.52-yocto-standard: latest.pkg_postrm changed from "#!/bin/sh set -e if [ -z "$D" ]; then depmod -a 5.10.52-yocto-standard else depmodwrapper -a -b $D 5.10.52-yocto-standard fi " to "#!/bin/sh if [ -z "$D" ]; then depmod -a 5.10.52-yocto-standard else depmodwrapper -a -b $D 5.10.52-yocto-standard fi " packages/qemuarm-poky-linux-gnueabi/linux-yocto/kernel-module-nf-conntrack-sane-5.10.52-yocto-standard: PKGSIZE changed from 8820 to 0 (-100%) packages/qemuarm-poky-linux-gnueabi/linux-yocto/kernel-module-nf-conntrack-sane-5.10.52-yocto-standard: latest.pkg_postinst changed from "#!/bin/sh set -e if [ -z "$D" ]; then depmod -a 5.10.52-yocto-standard else # image.bbclass will call depmodwrapper after everything is installed, # no need to do it here as well : fi " to "#!/bin/sh if [ -z "$D" ]; then depmod -a 5.10.52-yocto-standard else # image.bbclass will call depmodwrapper after everything is installed, # no need to do it here as well : fi " packages/qemuarm-poky-linux-gnueabi/linux-yocto/kernel-module-nf-conntrack-sane-5.10.52-yocto-standard: latest.pkg_postrm changed from "#!/bin/sh set -e if [ -z "$D" ]; then depmod -a 5.10.52-yocto-standard else depmodwrapper -a -b $D 5.10.52-yocto-standard fi " to "#!/bin/sh if [ -z "$D" ]; then depmod -a 5.10.52-yocto-standard else depmodwrapper -a -b $D 5.10.52-yocto-standard fi " packages/qemuarm-poky-linux-gnueabi/linux-yocto/kernel-module-nf-conntrack-sip-5.10.52-yocto-standard: PKGSIZE changed from 31004 to 0 (-100%) packages/qemuarm-poky-linux-gnueabi/linux-yocto/kernel-module-nf-conntrack-sip-5.10.52-yocto-standard: latest.pkg_postinst changed from "#!/bin/sh set -e if [ -z "$D" ]; then depmod -a 5.10.52-yocto-standard else # image.bbclass will call depmodwrapper after everything is installed, # no need to do it here as well : fi " to "#!/bin/sh if [ -z "$D" ]; then depmod -a 5.10.52-yocto-standard else # image.bbclass will call depmodwrapper after everything is installed, # no need to do it here as well : fi " packages/qemuarm-poky-linux-gnueabi/linux-yocto/kernel-module-nf-conntrack-sip-5.10.52-yocto-standard: latest.pkg_postrm changed from "#!/bin/sh set -e if [ -z "$D" ]; then depmod -a 5.10.52-yocto-standard else depmodwrapper -a -b $D 5.10.52-yocto-standard fi " to "#!/bin/sh if [ -z "$D" ]; then depmod -a 5.10.52-yocto-standard else depmodwrapper -a -b $D 5.10.52-yocto-standard fi " packages/qemuarm-poky-linux-gnueabi/linux-yocto/kernel-module-nf-conntrack-tftp-5.10.52-yocto-standard: PKGSIZE changed from 8508 to 0 (-100%) packages/qemuarm-poky-linux-gnueabi/linux-yocto/kernel-module-nf-conntrack-tftp-5.10.52-yocto-standard: latest.pkg_postinst changed from "#!/bin/sh set -e if [ -z "$D" ]; then depmod -a 5.10.52-yocto-standard else # image.bbclass will call depmodwrapper after everything is installed, # no need to do it here as well : fi " to "#!/bin/sh if [ -z "$D" ]; then depmod -a 5.10.52-yocto-standard else # image.bbclass will call depmodwrapper after everything is installed, # no need to do it here as well : fi " packages/qemuarm-poky-linux-gnueabi/linux-yocto/kernel-module-nf-conntrack-tftp-5.10.52-yocto-standard: latest.pkg_postrm changed from "#!/bin/sh set -e if [ -z "$D" ]; then depmod -a 5.10.52-yocto-standard else depmodwrapper -a -b $D 5.10.52-yocto-standard fi " to "#!/bin/sh if [ -z "$D" ]; then depmod -a 5.10.52-yocto-standard else depmodwrapper -a -b $D 5.10.52-yocto-standard fi " packages/qemuarm-poky-linux-gnueabi/linux-yocto/kernel-module-nf-defrag-ipv4-5.10.52-yocto-standard: PKGSIZE changed from 5236 to 0 (-100%) packages/qemuarm-poky-linux-gnueabi/linux-yocto/kernel-module-nf-defrag-ipv4-5.10.52-yocto-standard: latest.pkg_postinst changed from "#!/bin/sh set -e if [ -z "$D" ]; then depmod -a 5.10.52-yocto-standard else # image.bbclass will call depmodwrapper after everything is installed, # no need to do it here as well : fi " to "#!/bin/sh if [ -z "$D" ]; then depmod -a 5.10.52-yocto-standard else # image.bbclass will call depmodwrapper after everything is installed, # no need to do it here as well : fi " packages/qemuarm-poky-linux-gnueabi/linux-yocto/kernel-module-nf-defrag-ipv4-5.10.52-yocto-standard: latest.pkg_postrm changed from "#!/bin/sh set -e if [ -z "$D" ]; then depmod -a 5.10.52-yocto-standard else depmodwrapper -a -b $D 5.10.52-yocto-standard fi " to "#!/bin/sh if [ -z "$D" ]; then depmod -a 5.10.52-yocto-standard else depmodwrapper -a -b $D 5.10.52-yocto-standard fi " packages/qemuarm-poky-linux-gnueabi/linux-yocto/kernel-module-nf-defrag-ipv6-5.10.52-yocto-standard: PKGSIZE changed from 13164 to 0 (-100%) packages/qemuarm-poky-linux-gnueabi/linux-yocto/kernel-module-nf-defrag-ipv6-5.10.52-yocto-standard: latest.pkg_postinst changed from "#!/bin/sh set -e if [ -z "$D" ]; then depmod -a 5.10.52-yocto-standard else # image.bbclass will call depmodwrapper after everything is installed, # no need to do it here as well : fi " to "#!/bin/sh if [ -z "$D" ]; then depmod -a 5.10.52-yocto-standard else # image.bbclass will call depmodwrapper after everything is installed, # no need to do it here as well : fi " packages/qemuarm-poky-linux-gnueabi/linux-yocto/kernel-module-nf-defrag-ipv6-5.10.52-yocto-standard: latest.pkg_postrm changed from "#!/bin/sh set -e if [ -z "$D" ]; then depmod -a 5.10.52-yocto-standard else depmodwrapper -a -b $D 5.10.52-yocto-standard fi " to "#!/bin/sh if [ -z "$D" ]; then depmod -a 5.10.52-yocto-standard else depmodwrapper -a -b $D 5.10.52-yocto-standard fi " packages/qemuarm-poky-linux-gnueabi/linux-yocto/kernel-module-nf-log-common-5.10.52-yocto-standard: PKGSIZE changed from 8148 to 0 (-100%) packages/qemuarm-poky-linux-gnueabi/linux-yocto/kernel-module-nf-log-common-5.10.52-yocto-standard: latest.pkg_postinst changed from "#!/bin/sh set -e if [ -z "$D" ]; then depmod -a 5.10.52-yocto-standard else # image.bbclass will call depmodwrapper after everything is installed, # no need to do it here as well : fi " to "#!/bin/sh if [ -z "$D" ]; then depmod -a 5.10.52-yocto-standard else # image.bbclass will call depmodwrapper after everything is installed, # no need to do it here as well : fi " packages/qemuarm-poky-linux-gnueabi/linux-yocto/kernel-module-nf-log-common-5.10.52-yocto-standard: latest.pkg_postrm changed from "#!/bin/sh set -e if [ -z "$D" ]; then depmod -a 5.10.52-yocto-standard else depmodwrapper -a -b $D 5.10.52-yocto-standard fi " to "#!/bin/sh if [ -z "$D" ]; then depmod -a 5.10.52-yocto-standard else depmodwrapper -a -b $D 5.10.52-yocto-standard fi " packages/qemuarm-poky-linux-gnueabi/linux-yocto/kernel-module-nf-log-ipv4-5.10.52-yocto-standard: PKGSIZE changed from 8688 to 0 (-100%) packages/qemuarm-poky-linux-gnueabi/linux-yocto/kernel-module-nf-log-ipv4-5.10.52-yocto-standard: latest.pkg_postinst changed from "#!/bin/sh set -e if [ -z "$D" ]; then depmod -a 5.10.52-yocto-standard else # image.bbclass will call depmodwrapper after everything is installed, # no need to do it here as well : fi " to "#!/bin/sh if [ -z "$D" ]; then depmod -a 5.10.52-yocto-standard else # image.bbclass will call depmodwrapper after everything is installed, # no need to do it here as well : fi " packages/qemuarm-poky-linux-gnueabi/linux-yocto/kernel-module-nf-log-ipv4-5.10.52-yocto-standard: latest.pkg_postrm changed from "#!/bin/sh set -e if [ -z "$D" ]; then depmod -a 5.10.52-yocto-standard else depmodwrapper -a -b $D 5.10.52-yocto-standard fi " to "#!/bin/sh if [ -z "$D" ]; then depmod -a 5.10.52-yocto-standard else depmodwrapper -a -b $D 5.10.52-yocto-standard fi " packages/qemuarm-poky-linux-gnueabi/linux-yocto/kernel-module-nf-log-ipv6-5.10.52-yocto-standard: PKGSIZE changed from 8796 to 0 (-100%) packages/qemuarm-poky-linux-gnueabi/linux-yocto/kernel-module-nf-log-ipv6-5.10.52-yocto-standard: latest.pkg_postinst changed from "#!/bin/sh set -e if [ -z "$D" ]; then depmod -a 5.10.52-yocto-standard else # image.bbclass will call depmodwrapper after everything is installed, # no need to do it here as well : fi " to "#!/bin/sh if [ -z "$D" ]; then depmod -a 5.10.52-yocto-standard else # image.bbclass will call depmodwrapper after everything is installed, # no need to do it here as well : fi " packages/qemuarm-poky-linux-gnueabi/linux-yocto/kernel-module-nf-log-ipv6-5.10.52-yocto-standard: latest.pkg_postrm changed from "#!/bin/sh set -e if [ -z "$D" ]; then depmod -a 5.10.52-yocto-standard else depmodwrapper -a -b $D 5.10.52-yocto-standard fi " to "#!/bin/sh if [ -z "$D" ]; then depmod -a 5.10.52-yocto-standard else depmodwrapper -a -b $D 5.10.52-yocto-standard fi " packages/qemuarm-poky-linux-gnueabi/linux-yocto/kernel-module-nf-nat-5.10.52-yocto-standard: PKGSIZE changed from 37320 to 0 (-100%) packages/qemuarm-poky-linux-gnueabi/linux-yocto/kernel-module-nf-nat-5.10.52-yocto-standard: latest.pkg_postinst changed from "#!/bin/sh set -e if [ -z "$D" ]; then depmod -a 5.10.52-yocto-standard else # image.bbclass will call depmodwrapper after everything is installed, # no need to do it here as well : fi " to "#!/bin/sh if [ -z "$D" ]; then depmod -a 5.10.52-yocto-standard else # image.bbclass will call depmodwrapper after everything is installed, # no need to do it here as well : fi " packages/qemuarm-poky-linux-gnueabi/linux-yocto/kernel-module-nf-nat-5.10.52-yocto-standard: latest.pkg_postrm changed from "#!/bin/sh set -e if [ -z "$D" ]; then depmod -a 5.10.52-yocto-standard else depmodwrapper -a -b $D 5.10.52-yocto-standard fi " to "#!/bin/sh if [ -z "$D" ]; then depmod -a 5.10.52-yocto-standard else depmodwrapper -a -b $D 5.10.52-yocto-standard fi " packages/qemuarm-poky-linux-gnueabi/linux-yocto/kernel-module-nf-nat-amanda-5.10.52-yocto-standard: PKGSIZE changed from 5244 to 0 (-100%) packages/qemuarm-poky-linux-gnueabi/linux-yocto/kernel-module-nf-nat-amanda-5.10.52-yocto-standard: latest.pkg_postinst changed from "#!/bin/sh set -e if [ -z "$D" ]; then depmod -a 5.10.52-yocto-standard else # image.bbclass will call depmodwrapper after everything is installed, # no need to do it here as well : fi " to "#!/bin/sh if [ -z "$D" ]; then depmod -a 5.10.52-yocto-standard else # image.bbclass will call depmodwrapper after everything is installed, # no need to do it here as well : fi " packages/qemuarm-poky-linux-gnueabi/linux-yocto/kernel-module-nf-nat-amanda-5.10.52-yocto-standard: latest.pkg_postrm changed from "#!/bin/sh set -e if [ -z "$D" ]; then depmod -a 5.10.52-yocto-standard else depmodwrapper -a -b $D 5.10.52-yocto-standard fi " to "#!/bin/sh if [ -z "$D" ]; then depmod -a 5.10.52-yocto-standard else depmodwrapper -a -b $D 5.10.52-yocto-standard fi " packages/qemuarm-poky-linux-gnueabi/linux-yocto/kernel-module-nf-nat-ftp-5.10.52-yocto-standard: PKGSIZE changed from 6432 to 0 (-100%) packages/qemuarm-poky-linux-gnueabi/linux-yocto/kernel-module-nf-nat-ftp-5.10.52-yocto-standard: latest.pkg_postinst changed from "#!/bin/sh set -e if [ -z "$D" ]; then depmod -a 5.10.52-yocto-standard else # image.bbclass will call depmodwrapper after everything is installed, # no need to do it here as well : fi " to "#!/bin/sh if [ -z "$D" ]; then depmod -a 5.10.52-yocto-standard else # image.bbclass will call depmodwrapper after everything is installed, # no need to do it here as well : fi " packages/qemuarm-poky-linux-gnueabi/linux-yocto/kernel-module-nf-nat-ftp-5.10.52-yocto-standard: latest.pkg_postrm changed from "#!/bin/sh set -e if [ -z "$D" ]; then depmod -a 5.10.52-yocto-standard else depmodwrapper -a -b $D 5.10.52-yocto-standard fi " to "#!/bin/sh if [ -z "$D" ]; then depmod -a 5.10.52-yocto-standard else depmodwrapper -a -b $D 5.10.52-yocto-standard fi " packages/qemuarm-poky-linux-gnueabi/linux-yocto/kernel-module-nf-nat-h323-5.10.52-yocto-standard: PKGSIZE changed from 12456 to 0 (-100%) packages/qemuarm-poky-linux-gnueabi/linux-yocto/kernel-module-nf-nat-h323-5.10.52-yocto-standard: latest.pkg_postinst changed from "#!/bin/sh set -e if [ -z "$D" ]; then depmod -a 5.10.52-yocto-standard else # image.bbclass will call depmodwrapper after everything is installed, # no need to do it here as well : fi " to "#!/bin/sh if [ -z "$D" ]; then depmod -a 5.10.52-yocto-standard else # image.bbclass will call depmodwrapper after everything is installed, # no need to do it here as well : fi " packages/qemuarm-poky-linux-gnueabi/linux-yocto/kernel-module-nf-nat-h323-5.10.52-yocto-standard: latest.pkg_postrm changed from "#!/bin/sh set -e if [ -z "$D" ]; then depmod -a 5.10.52-yocto-standard else depmodwrapper -a -b $D 5.10.52-yocto-standard fi " to "#!/bin/sh if [ -z "$D" ]; then depmod -a 5.10.52-yocto-standard else depmodwrapper -a -b $D 5.10.52-yocto-standard fi " packages/qemuarm-poky-linux-gnueabi/linux-yocto/kernel-module-nf-nat-irc-5.10.52-yocto-standard: PKGSIZE changed from 6224 to 0 (-100%) packages/qemuarm-poky-linux-gnueabi/linux-yocto/kernel-module-nf-nat-irc-5.10.52-yocto-standard: latest.pkg_postinst changed from "#!/bin/sh set -e if [ -z "$D" ]; then depmod -a 5.10.52-yocto-standard else # image.bbclass will call depmodwrapper after everything is installed, # no need to do it here as well : fi " to "#!/bin/sh if [ -z "$D" ]; then depmod -a 5.10.52-yocto-standard else # image.bbclass will call depmodwrapper after everything is installed, # no need to do it here as well : fi " packages/qemuarm-poky-linux-gnueabi/linux-yocto/kernel-module-nf-nat-irc-5.10.52-yocto-standard: latest.pkg_postrm changed from "#!/bin/sh set -e if [ -z "$D" ]; then depmod -a 5.10.52-yocto-standard else depmodwrapper -a -b $D 5.10.52-yocto-standard fi " to "#!/bin/sh if [ -z "$D" ]; then depmod -a 5.10.52-yocto-standard else depmodwrapper -a -b $D 5.10.52-yocto-standard fi " packages/qemuarm-poky-linux-gnueabi/linux-yocto/kernel-module-nf-nat-pptp-5.10.52-yocto-standard: PKGSIZE changed from 7556 to 0 (-100%) packages/qemuarm-poky-linux-gnueabi/linux-yocto/kernel-module-nf-nat-pptp-5.10.52-yocto-standard: latest.pkg_postinst changed from "#!/bin/sh set -e if [ -z "$D" ]; then depmod -a 5.10.52-yocto-standard else # image.bbclass will call depmodwrapper after everything is installed, # no need to do it here as well : fi " to "#!/bin/sh if [ -z "$D" ]; then depmod -a 5.10.52-yocto-standard else # image.bbclass will call depmodwrapper after everything is installed, # no need to do it here as well : fi " packages/qemuarm-poky-linux-gnueabi/linux-yocto/kernel-module-nf-nat-pptp-5.10.52-yocto-standard: latest.pkg_postrm changed from "#!/bin/sh set -e if [ -z "$D" ]; then depmod -a 5.10.52-yocto-standard else depmodwrapper -a -b $D 5.10.52-yocto-standard fi " to "#!/bin/sh if [ -z "$D" ]; then depmod -a 5.10.52-yocto-standard else depmodwrapper -a -b $D 5.10.52-yocto-standard fi " packages/qemuarm-poky-linux-gnueabi/linux-yocto/kernel-module-nf-nat-sip-5.10.52-yocto-standard: PKGSIZE changed from 13832 to 0 (-100%) packages/qemuarm-poky-linux-gnueabi/linux-yocto/kernel-module-nf-nat-sip-5.10.52-yocto-standard: latest.pkg_postinst changed from "#!/bin/sh set -e if [ -z "$D" ]; then depmod -a 5.10.52-yocto-standard else # image.bbclass will call depmodwrapper after everything is installed, # no need to do it here as well : fi " to "#!/bin/sh if [ -z "$D" ]; then depmod -a 5.10.52-yocto-standard else # image.bbclass will call depmodwrapper after everything is installed, # no need to do it here as well : fi " packages/qemuarm-poky-linux-gnueabi/linux-yocto/kernel-module-nf-nat-sip-5.10.52-yocto-standard: latest.pkg_postrm changed from "#!/bin/sh set -e if [ -z "$D" ]; then depmod -a 5.10.52-yocto-standard else depmodwrapper -a -b $D 5.10.52-yocto-standard fi " to "#!/bin/sh if [ -z "$D" ]; then depmod -a 5.10.52-yocto-standard else depmodwrapper -a -b $D 5.10.52-yocto-standard fi " packages/qemuarm-poky-linux-gnueabi/linux-yocto/kernel-module-nf-nat-tftp-5.10.52-yocto-standard: PKGSIZE changed from 4712 to 0 (-100%) packages/qemuarm-poky-linux-gnueabi/linux-yocto/kernel-module-nf-nat-tftp-5.10.52-yocto-standard: latest.pkg_postinst changed from "#!/bin/sh set -e if [ -z "$D" ]; then depmod -a 5.10.52-yocto-standard else # image.bbclass will call depmodwrapper after everything is installed, # no need to do it here as well : fi " to "#!/bin/sh if [ -z "$D" ]; then depmod -a 5.10.52-yocto-standard else # image.bbclass will call depmodwrapper after everything is installed, # no need to do it here as well : fi " packages/qemuarm-poky-linux-gnueabi/linux-yocto/kernel-module-nf-nat-tftp-5.10.52-yocto-standard: latest.pkg_postrm changed from "#!/bin/sh set -e if [ -z "$D" ]; then depmod -a 5.10.52-yocto-standard else depmodwrapper -a -b $D 5.10.52-yocto-standard fi " to "#!/bin/sh if [ -z "$D" ]; then depmod -a 5.10.52-yocto-standard else depmodwrapper -a -b $D 5.10.52-yocto-standard fi " packages/qemuarm-poky-linux-gnueabi/linux-yocto/kernel-module-nf-reject-ipv4-5.10.52-yocto-standard: PKGSIZE changed from 6304 to 0 (-100%) packages/qemuarm-poky-linux-gnueabi/linux-yocto/kernel-module-nf-reject-ipv4-5.10.52-yocto-standard: latest.pkg_postinst changed from "#!/bin/sh set -e if [ -z "$D" ]; then depmod -a 5.10.52-yocto-standard else # image.bbclass will call depmodwrapper after everything is installed, # no need to do it here as well : fi " to "#!/bin/sh if [ -z "$D" ]; then depmod -a 5.10.52-yocto-standard else # image.bbclass will call depmodwrapper after everything is installed, # no need to do it here as well : fi " packages/qemuarm-poky-linux-gnueabi/linux-yocto/kernel-module-nf-reject-ipv4-5.10.52-yocto-standard: latest.pkg_postrm changed from "#!/bin/sh set -e if [ -z "$D" ]; then depmod -a 5.10.52-yocto-standard else depmodwrapper -a -b $D 5.10.52-yocto-standard fi " to "#!/bin/sh if [ -z "$D" ]; then depmod -a 5.10.52-yocto-standard else depmodwrapper -a -b $D 5.10.52-yocto-standard fi " packages/qemuarm-poky-linux-gnueabi/linux-yocto/kernel-module-nf-synproxy-core-5.10.52-yocto-standard: PKGSIZE changed from 20492 to 0 (-100%) packages/qemuarm-poky-linux-gnueabi/linux-yocto/kernel-module-nf-synproxy-core-5.10.52-yocto-standard: latest.pkg_postinst changed from "#!/bin/sh set -e if [ -z "$D" ]; then depmod -a 5.10.52-yocto-standard else # image.bbclass will call depmodwrapper after everything is installed, # no need to do it here as well : fi " to "#!/bin/sh if [ -z "$D" ]; then depmod -a 5.10.52-yocto-standard else # image.bbclass will call depmodwrapper after everything is installed, # no need to do it here as well : fi " packages/qemuarm-poky-linux-gnueabi/linux-yocto/kernel-module-nf-synproxy-core-5.10.52-yocto-standard: latest.pkg_postrm changed from "#!/bin/sh set -e if [ -z "$D" ]; then depmod -a 5.10.52-yocto-standard else depmodwrapper -a -b $D 5.10.52-yocto-standard fi " to "#!/bin/sh if [ -z "$D" ]; then depmod -a 5.10.52-yocto-standard else depmodwrapper -a -b $D 5.10.52-yocto-standard fi " packages/qemuarm-poky-linux-gnueabi/linux-yocto/kernel-module-nfnetlink-5.10.52-yocto-standard: PKGSIZE changed from 13116 to 0 (-100%) packages/qemuarm-poky-linux-gnueabi/linux-yocto/kernel-module-nfnetlink-5.10.52-yocto-standard: latest.pkg_postinst changed from "#!/bin/sh set -e if [ -z "$D" ]; then depmod -a 5.10.52-yocto-standard else # image.bbclass will call depmodwrapper after everything is installed, # no need to do it here as well : fi " to "#!/bin/sh if [ -z "$D" ]; then depmod -a 5.10.52-yocto-standard else # image.bbclass will call depmodwrapper after everything is installed, # no need to do it here as well : fi " packages/qemuarm-poky-linux-gnueabi/linux-yocto/kernel-module-nfnetlink-5.10.52-yocto-standard: latest.pkg_postrm changed from "#!/bin/sh set -e if [ -z "$D" ]; then depmod -a 5.10.52-yocto-standard else depmodwrapper -a -b $D 5.10.52-yocto-standard fi " to "#!/bin/sh if [ -z "$D" ]; then depmod -a 5.10.52-yocto-standard else depmodwrapper -a -b $D 5.10.52-yocto-standard fi " packages/qemuarm-poky-linux-gnueabi/linux-yocto/kernel-module-nfnetlink-log-5.10.52-yocto-standard: PKGSIZE changed from 16608 to 0 (-100%) packages/qemuarm-poky-linux-gnueabi/linux-yocto/kernel-module-nfnetlink-log-5.10.52-yocto-standard: latest.pkg_postinst changed from "#!/bin/sh set -e if [ -z "$D" ]; then depmod -a 5.10.52-yocto-standard else # image.bbclass will call depmodwrapper after everything is installed, # no need to do it here as well : fi " to "#!/bin/sh if [ -z "$D" ]; then depmod -a 5.10.52-yocto-standard else # image.bbclass will call depmodwrapper after everything is installed, # no need to do it here as well : fi " packages/qemuarm-poky-linux-gnueabi/linux-yocto/kernel-module-nfnetlink-log-5.10.52-yocto-standard: latest.pkg_postrm changed from "#!/bin/sh set -e if [ -z "$D" ]; then depmod -a 5.10.52-yocto-standard else depmodwrapper -a -b $D 5.10.52-yocto-standard fi " to "#!/bin/sh if [ -z "$D" ]; then depmod -a 5.10.52-yocto-standard else depmodwrapper -a -b $D 5.10.52-yocto-standard fi " packages/qemuarm-poky-linux-gnueabi/linux-yocto/kernel-module-nfnetlink-queue-5.10.52-yocto-standard: PKGSIZE changed from 18804 to 0 (-100%) packages/qemuarm-poky-linux-gnueabi/linux-yocto/kernel-module-nfnetlink-queue-5.10.52-yocto-standard: latest.pkg_postinst changed from "#!/bin/sh set -e if [ -z "$D" ]; then depmod -a 5.10.52-yocto-standard else # image.bbclass will call depmodwrapper after everything is installed, # no need to do it here as well : fi " to "#!/bin/sh if [ -z "$D" ]; then depmod -a 5.10.52-yocto-standard else # image.bbclass will call depmodwrapper after everything is installed, # no need to do it here as well : fi " packages/qemuarm-poky-linux-gnueabi/linux-yocto/kernel-module-nfnetlink-queue-5.10.52-yocto-standard: latest.pkg_postrm changed from "#!/bin/sh set -e if [ -z "$D" ]; then depmod -a 5.10.52-yocto-standard else depmodwrapper -a -b $D 5.10.52-yocto-standard fi " to "#!/bin/sh if [ -z "$D" ]; then depmod -a 5.10.52-yocto-standard else depmodwrapper -a -b $D 5.10.52-yocto-standard fi " packages/qemuarm-poky-linux-gnueabi/linux-yocto/kernel-module-nfsd-5.10.52-yocto-standard: PKGSIZE changed from 462424 to 0 (-100%) packages/qemuarm-poky-linux-gnueabi/linux-yocto/kernel-module-nfsd-5.10.52-yocto-standard: latest.pkg_postinst changed from "#!/bin/sh set -e if [ -z "$D" ]; then depmod -a 5.10.52-yocto-standard else # image.bbclass will call depmodwrapper after everything is installed, # no need to do it here as well : fi " to "#!/bin/sh if [ -z "$D" ]; then depmod -a 5.10.52-yocto-standard else # image.bbclass will call depmodwrapper after everything is installed, # no need to do it here as well : fi " packages/qemuarm-poky-linux-gnueabi/linux-yocto/kernel-module-nfsd-5.10.52-yocto-standard: latest.pkg_postrm changed from "#!/bin/sh set -e if [ -z "$D" ]; then depmod -a 5.10.52-yocto-standard else depmodwrapper -a -b $D 5.10.52-yocto-standard fi " to "#!/bin/sh if [ -z "$D" ]; then depmod -a 5.10.52-yocto-standard else depmodwrapper -a -b $D 5.10.52-yocto-standard fi " packages/qemuarm-poky-linux-gnueabi/linux-yocto/kernel-module-nls-ascii-5.10.52-yocto-standard: PKGSIZE changed from 6604 to 0 (-100%) packages/qemuarm-poky-linux-gnueabi/linux-yocto/kernel-module-nls-ascii-5.10.52-yocto-standard: latest.pkg_postinst changed from "#!/bin/sh set -e if [ -z "$D" ]; then depmod -a 5.10.52-yocto-standard else # image.bbclass will call depmodwrapper after everything is installed, # no need to do it here as well : fi " to "#!/bin/sh if [ -z "$D" ]; then depmod -a 5.10.52-yocto-standard else # image.bbclass will call depmodwrapper after everything is installed, # no need to do it here as well : fi " packages/qemuarm-poky-linux-gnueabi/linux-yocto/kernel-module-nls-ascii-5.10.52-yocto-standard: latest.pkg_postrm changed from "#!/bin/sh set -e if [ -z "$D" ]; then depmod -a 5.10.52-yocto-standard else depmodwrapper -a -b $D 5.10.52-yocto-standard fi " to "#!/bin/sh if [ -z "$D" ]; then depmod -a 5.10.52-yocto-standard else depmodwrapper -a -b $D 5.10.52-yocto-standard fi " packages/qemuarm-poky-linux-gnueabi/linux-yocto/kernel-module-nls-cp1250-5.10.52-yocto-standard: PKGSIZE changed from 7756 to 0 (-100%) packages/qemuarm-poky-linux-gnueabi/linux-yocto/kernel-module-nls-cp1250-5.10.52-yocto-standard: latest.pkg_postinst changed from "#!/bin/sh set -e if [ -z "$D" ]; then depmod -a 5.10.52-yocto-standard else # image.bbclass will call depmodwrapper after everything is installed, # no need to do it here as well : fi " to "#!/bin/sh if [ -z "$D" ]; then depmod -a 5.10.52-yocto-standard else # image.bbclass will call depmodwrapper after everything is installed, # no need to do it here as well : fi " packages/qemuarm-poky-linux-gnueabi/linux-yocto/kernel-module-nls-cp1250-5.10.52-yocto-standard: latest.pkg_postrm changed from "#!/bin/sh set -e if [ -z "$D" ]; then depmod -a 5.10.52-yocto-standard else depmodwrapper -a -b $D 5.10.52-yocto-standard fi " to "#!/bin/sh if [ -z "$D" ]; then depmod -a 5.10.52-yocto-standard else depmodwrapper -a -b $D 5.10.52-yocto-standard fi " packages/qemuarm-poky-linux-gnueabi/linux-yocto/kernel-module-nls-cp1251-5.10.52-yocto-standard: PKGSIZE changed from 7468 to 0 (-100%) packages/qemuarm-poky-linux-gnueabi/linux-yocto/kernel-module-nls-cp1251-5.10.52-yocto-standard: latest.pkg_postinst changed from "#!/bin/sh set -e if [ -z "$D" ]; then depmod -a 5.10.52-yocto-standard else # image.bbclass will call depmodwrapper after everything is installed, # no need to do it here as well : fi " to "#!/bin/sh if [ -z "$D" ]; then depmod -a 5.10.52-yocto-standard else # image.bbclass will call depmodwrapper after everything is installed, # no need to do it here as well : fi " packages/qemuarm-poky-linux-gnueabi/linux-yocto/kernel-module-nls-cp1251-5.10.52-yocto-standard: latest.pkg_postrm changed from "#!/bin/sh set -e if [ -z "$D" ]; then depmod -a 5.10.52-yocto-standard else depmodwrapper -a -b $D 5.10.52-yocto-standard fi " to "#!/bin/sh if [ -z "$D" ]; then depmod -a 5.10.52-yocto-standard else depmodwrapper -a -b $D 5.10.52-yocto-standard fi " packages/qemuarm-poky-linux-gnueabi/linux-yocto/kernel-module-nls-cp1255-5.10.52-yocto-standard: PKGSIZE changed from 8152 to 0 (-100%) packages/qemuarm-poky-linux-gnueabi/linux-yocto/kernel-module-nls-cp1255-5.10.52-yocto-standard: latest.pkg_postinst changed from "#!/bin/sh set -e if [ -z "$D" ]; then depmod -a 5.10.52-yocto-standard else # image.bbclass will call depmodwrapper after everything is installed, # no need to do it here as well : fi " to "#!/bin/sh if [ -z "$D" ]; then depmod -a 5.10.52-yocto-standard else # image.bbclass will call depmodwrapper after everything is installed, # no need to do it here as well : fi " packages/qemuarm-poky-linux-gnueabi/linux-yocto/kernel-module-nls-cp1255-5.10.52-yocto-standard: latest.pkg_postrm changed from "#!/bin/sh set -e if [ -z "$D" ]; then depmod -a 5.10.52-yocto-standard else depmodwrapper -a -b $D 5.10.52-yocto-standard fi " to "#!/bin/sh if [ -z "$D" ]; then depmod -a 5.10.52-yocto-standard else depmodwrapper -a -b $D 5.10.52-yocto-standard fi " packages/qemuarm-poky-linux-gnueabi/linux-yocto/kernel-module-nls-cp737-5.10.52-yocto-standard: PKGSIZE changed from 7752 to 0 (-100%) packages/qemuarm-poky-linux-gnueabi/linux-yocto/kernel-module-nls-cp737-5.10.52-yocto-standard: latest.pkg_postinst changed from "#!/bin/sh set -e if [ -z "$D" ]; then depmod -a 5.10.52-yocto-standard else # image.bbclass will call depmodwrapper after everything is installed, # no need to do it here as well : fi " to "#!/bin/sh if [ -z "$D" ]; then depmod -a 5.10.52-yocto-standard else # image.bbclass will call depmodwrapper after everything is installed, # no need to do it here as well : fi " packages/qemuarm-poky-linux-gnueabi/linux-yocto/kernel-module-nls-cp737-5.10.52-yocto-standard: latest.pkg_postrm changed from "#!/bin/sh set -e if [ -z "$D" ]; then depmod -a 5.10.52-yocto-standard else depmodwrapper -a -b $D 5.10.52-yocto-standard fi " to "#!/bin/sh if [ -z "$D" ]; then depmod -a 5.10.52-yocto-standard else depmodwrapper -a -b $D 5.10.52-yocto-standard fi " packages/qemuarm-poky-linux-gnueabi/linux-yocto/kernel-module-nls-cp775-5.10.52-yocto-standard: PKGSIZE changed from 7752 to 0 (-100%) packages/qemuarm-poky-linux-gnueabi/linux-yocto/kernel-module-nls-cp775-5.10.52-yocto-standard: latest.pkg_postinst changed from "#!/bin/sh set -e if [ -z "$D" ]; then depmod -a 5.10.52-yocto-standard else # image.bbclass will call depmodwrapper after everything is installed, # no need to do it here as well : fi " to "#!/bin/sh if [ -z "$D" ]; then depmod -a 5.10.52-yocto-standard else # image.bbclass will call depmodwrapper after everything is installed, # no need to do it here as well : fi " packages/qemuarm-poky-linux-gnueabi/linux-yocto/kernel-module-nls-cp775-5.10.52-yocto-standard: latest.pkg_postrm changed from "#!/bin/sh set -e if [ -z "$D" ]; then depmod -a 5.10.52-yocto-standard else depmodwrapper -a -b $D 5.10.52-yocto-standard fi " to "#!/bin/sh if [ -z "$D" ]; then depmod -a 5.10.52-yocto-standard else depmodwrapper -a -b $D 5.10.52-yocto-standard fi " packages/qemuarm-poky-linux-gnueabi/linux-yocto/kernel-module-nls-cp850-5.10.52-yocto-standard: PKGSIZE changed from 7464 to 0 (-100%) packages/qemuarm-poky-linux-gnueabi/linux-yocto/kernel-module-nls-cp850-5.10.52-yocto-standard: latest.pkg_postinst changed from "#!/bin/sh set -e if [ -z "$D" ]; then depmod -a 5.10.52-yocto-standard else # image.bbclass will call depmodwrapper after everything is installed, # no need to do it here as well : fi " to "#!/bin/sh if [ -z "$D" ]; then depmod -a 5.10.52-yocto-standard else # image.bbclass will call depmodwrapper after everything is installed, # no need to do it here as well : fi " packages/qemuarm-poky-linux-gnueabi/linux-yocto/kernel-module-nls-cp850-5.10.52-yocto-standard: latest.pkg_postrm changed from "#!/bin/sh set -e if [ -z "$D" ]; then depmod -a 5.10.52-yocto-standard else depmodwrapper -a -b $D 5.10.52-yocto-standard fi " to "#!/bin/sh if [ -z "$D" ]; then depmod -a 5.10.52-yocto-standard else depmodwrapper -a -b $D 5.10.52-yocto-standard fi " packages/qemuarm-poky-linux-gnueabi/linux-yocto/kernel-module-nls-cp852-5.10.52-yocto-standard: PKGSIZE changed from 7464 to 0 (-100%) packages/qemuarm-poky-linux-gnueabi/linux-yocto/kernel-module-nls-cp852-5.10.52-yocto-standard: latest.pkg_postinst changed from "#!/bin/sh set -e if [ -z "$D" ]; then depmod -a 5.10.52-yocto-standard else # image.bbclass will call depmodwrapper after everything is installed, # no need to do it here as well : fi " to "#!/bin/sh if [ -z "$D" ]; then depmod -a 5.10.52-yocto-standard else # image.bbclass will call depmodwrapper after everything is installed, # no need to do it here as well : fi " packages/qemuarm-poky-linux-gnueabi/linux-yocto/kernel-module-nls-cp852-5.10.52-yocto-standard: latest.pkg_postrm changed from "#!/bin/sh set -e if [ -z "$D" ]; then depmod -a 5.10.52-yocto-standard else depmodwrapper -a -b $D 5.10.52-yocto-standard fi " to "#!/bin/sh if [ -z "$D" ]; then depmod -a 5.10.52-yocto-standard else depmodwrapper -a -b $D 5.10.52-yocto-standard fi " packages/qemuarm-poky-linux-gnueabi/linux-yocto/kernel-module-nls-cp855-5.10.52-yocto-standard: PKGSIZE changed from 7464 to 0 (-100%) packages/qemuarm-poky-linux-gnueabi/linux-yocto/kernel-module-nls-cp855-5.10.52-yocto-standard: latest.pkg_postinst changed from "#!/bin/sh set -e if [ -z "$D" ]; then depmod -a 5.10.52-yocto-standard else # image.bbclass will call depmodwrapper after everything is installed, # no need to do it here as well : fi " to "#!/bin/sh if [ -z "$D" ]; then depmod -a 5.10.52-yocto-standard else # image.bbclass will call depmodwrapper after everything is installed, # no need to do it here as well : fi " packages/qemuarm-poky-linux-gnueabi/linux-yocto/kernel-module-nls-cp855-5.10.52-yocto-standard: latest.pkg_postrm changed from "#!/bin/sh set -e if [ -z "$D" ]; then depmod -a 5.10.52-yocto-standard else depmodwrapper -a -b $D 5.10.52-yocto-standard fi " to "#!/bin/sh if [ -z "$D" ]; then depmod -a 5.10.52-yocto-standard else depmodwrapper -a -b $D 5.10.52-yocto-standard fi " packages/qemuarm-poky-linux-gnueabi/linux-yocto/kernel-module-nls-cp857-5.10.52-yocto-standard: PKGSIZE changed from 7180 to 0 (-100%) packages/qemuarm-poky-linux-gnueabi/linux-yocto/kernel-module-nls-cp857-5.10.52-yocto-standard: latest.pkg_postinst changed from "#!/bin/sh set -e if [ -z "$D" ]; then depmod -a 5.10.52-yocto-standard else # image.bbclass will call depmodwrapper after everything is installed, # no need to do it here as well : fi " to "#!/bin/sh if [ -z "$D" ]; then depmod -a 5.10.52-yocto-standard else # image.bbclass will call depmodwrapper after everything is installed, # no need to do it here as well : fi " packages/qemuarm-poky-linux-gnueabi/linux-yocto/kernel-module-nls-cp857-5.10.52-yocto-standard: latest.pkg_postrm changed from "#!/bin/sh set -e if [ -z "$D" ]; then depmod -a 5.10.52-yocto-standard else depmodwrapper -a -b $D 5.10.52-yocto-standard fi " to "#!/bin/sh if [ -z "$D" ]; then depmod -a 5.10.52-yocto-standard else depmodwrapper -a -b $D 5.10.52-yocto-standard fi " packages/qemuarm-poky-linux-gnueabi/linux-yocto/kernel-module-nls-cp860-5.10.52-yocto-standard: PKGSIZE changed from 8040 to 0 (-100%) packages/qemuarm-poky-linux-gnueabi/linux-yocto/kernel-module-nls-cp860-5.10.52-yocto-standard: latest.pkg_postinst changed from "#!/bin/sh set -e if [ -z "$D" ]; then depmod -a 5.10.52-yocto-standard else # image.bbclass will call depmodwrapper after everything is installed, # no need to do it here as well : fi " to "#!/bin/sh if [ -z "$D" ]; then depmod -a 5.10.52-yocto-standard else # image.bbclass will call depmodwrapper after everything is installed, # no need to do it here as well : fi " packages/qemuarm-poky-linux-gnueabi/linux-yocto/kernel-module-nls-cp860-5.10.52-yocto-standard: latest.pkg_postrm changed from "#!/bin/sh set -e if [ -z "$D" ]; then depmod -a 5.10.52-yocto-standard else depmodwrapper -a -b $D 5.10.52-yocto-standard fi " to "#!/bin/sh if [ -z "$D" ]; then depmod -a 5.10.52-yocto-standard else depmodwrapper -a -b $D 5.10.52-yocto-standard fi " packages/qemuarm-poky-linux-gnueabi/linux-yocto/kernel-module-nls-cp861-5.10.52-yocto-standard: PKGSIZE changed from 8328 to 0 (-100%) packages/qemuarm-poky-linux-gnueabi/linux-yocto/kernel-module-nls-cp861-5.10.52-yocto-standard: latest.pkg_postinst changed from "#!/bin/sh set -e if [ -z "$D" ]; then depmod -a 5.10.52-yocto-standard else # image.bbclass will call depmodwrapper after everything is installed, # no need to do it here as well : fi " to "#!/bin/sh if [ -z "$D" ]; then depmod -a 5.10.52-yocto-standard else # image.bbclass will call depmodwrapper after everything is installed, # no need to do it here as well : fi " packages/qemuarm-poky-linux-gnueabi/linux-yocto/kernel-module-nls-cp861-5.10.52-yocto-standard: latest.pkg_postrm changed from "#!/bin/sh set -e if [ -z "$D" ]; then depmod -a 5.10.52-yocto-standard else depmodwrapper -a -b $D 5.10.52-yocto-standard fi " to "#!/bin/sh if [ -z "$D" ]; then depmod -a 5.10.52-yocto-standard else depmodwrapper -a -b $D 5.10.52-yocto-standard fi " packages/qemuarm-poky-linux-gnueabi/linux-yocto/kernel-module-nls-cp862-5.10.52-yocto-standard: PKGSIZE changed from 8612 to 0 (-100%) packages/qemuarm-poky-linux-gnueabi/linux-yocto/kernel-module-nls-cp862-5.10.52-yocto-standard: latest.pkg_postinst changed from "#!/bin/sh set -e if [ -z "$D" ]; then depmod -a 5.10.52-yocto-standard else # image.bbclass will call depmodwrapper after everything is installed, # no need to do it here as well : fi " to "#!/bin/sh if [ -z "$D" ]; then depmod -a 5.10.52-yocto-standard else # image.bbclass will call depmodwrapper after everything is installed, # no need to do it here as well : fi " packages/qemuarm-poky-linux-gnueabi/linux-yocto/kernel-module-nls-cp862-5.10.52-yocto-standard: latest.pkg_postrm changed from "#!/bin/sh set -e if [ -z "$D" ]; then depmod -a 5.10.52-yocto-standard else depmodwrapper -a -b $D 5.10.52-yocto-standard fi " to "#!/bin/sh if [ -z "$D" ]; then depmod -a 5.10.52-yocto-standard else depmodwrapper -a -b $D 5.10.52-yocto-standard fi " packages/qemuarm-poky-linux-gnueabi/linux-yocto/kernel-module-nls-cp863-5.10.52-yocto-standard: PKGSIZE changed from 8328 to 0 (-100%) packages/qemuarm-poky-linux-gnueabi/linux-yocto/kernel-module-nls-cp863-5.10.52-yocto-standard: latest.pkg_postinst changed from "#!/bin/sh set -e if [ -z "$D" ]; then depmod -a 5.10.52-yocto-standard else # image.bbclass will call depmodwrapper after everything is installed, # no need to do it here as well : fi " to "#!/bin/sh if [ -z "$D" ]; then depmod -a 5.10.52-yocto-standard else # image.bbclass will call depmodwrapper after everything is installed, # no need to do it here as well : fi " packages/qemuarm-poky-linux-gnueabi/linux-yocto/kernel-module-nls-cp863-5.10.52-yocto-standard: latest.pkg_postrm changed from "#!/bin/sh set -e if [ -z "$D" ]; then depmod -a 5.10.52-yocto-standard else depmodwrapper -a -b $D 5.10.52-yocto-standard fi " to "#!/bin/sh if [ -z "$D" ]; then depmod -a 5.10.52-yocto-standard else depmodwrapper -a -b $D 5.10.52-yocto-standard fi " packages/qemuarm-poky-linux-gnueabi/linux-yocto/kernel-module-nls-cp864-5.10.52-yocto-standard: PKGSIZE changed from 8040 to 0 (-100%) packages/qemuarm-poky-linux-gnueabi/linux-yocto/kernel-module-nls-cp864-5.10.52-yocto-standard: latest.pkg_postinst changed from "#!/bin/sh set -e if [ -z "$D" ]; then depmod -a 5.10.52-yocto-standard else # image.bbclass will call depmodwrapper after everything is installed, # no need to do it here as well : fi " to "#!/bin/sh if [ -z "$D" ]; then depmod -a 5.10.52-yocto-standard else # image.bbclass will call depmodwrapper after everything is installed, # no need to do it here as well : fi " packages/qemuarm-poky-linux-gnueabi/linux-yocto/kernel-module-nls-cp864-5.10.52-yocto-standard: latest.pkg_postrm changed from "#!/bin/sh set -e if [ -z "$D" ]; then depmod -a 5.10.52-yocto-standard else depmodwrapper -a -b $D 5.10.52-yocto-standard fi " to "#!/bin/sh if [ -z "$D" ]; then depmod -a 5.10.52-yocto-standard else depmodwrapper -a -b $D 5.10.52-yocto-standard fi " packages/qemuarm-poky-linux-gnueabi/linux-yocto/kernel-module-nls-cp865-5.10.52-yocto-standard: PKGSIZE changed from 8328 to 0 (-100%) packages/qemuarm-poky-linux-gnueabi/linux-yocto/kernel-module-nls-cp865-5.10.52-yocto-standard: latest.pkg_postinst changed from "#!/bin/sh set -e if [ -z "$D" ]; then depmod -a 5.10.52-yocto-standard else # image.bbclass will call depmodwrapper after everything is installed, # no need to do it here as well : fi " to "#!/bin/sh if [ -z "$D" ]; then depmod -a 5.10.52-yocto-standard else # image.bbclass will call depmodwrapper after everything is installed, # no need to do it here as well : fi " packages/qemuarm-poky-linux-gnueabi/linux-yocto/kernel-module-nls-cp865-5.10.52-yocto-standard: latest.pkg_postrm changed from "#!/bin/sh set -e if [ -z "$D" ]; then depmod -a 5.10.52-yocto-standard else depmodwrapper -a -b $D 5.10.52-yocto-standard fi " to "#!/bin/sh if [ -z "$D" ]; then depmod -a 5.10.52-yocto-standard else depmodwrapper -a -b $D 5.10.52-yocto-standard fi " packages/qemuarm-poky-linux-gnueabi/linux-yocto/kernel-module-nls-cp866-5.10.52-yocto-standard: PKGSIZE changed from 7752 to 0 (-100%) packages/qemuarm-poky-linux-gnueabi/linux-yocto/kernel-module-nls-cp866-5.10.52-yocto-standard: latest.pkg_postinst changed from "#!/bin/sh set -e if [ -z "$D" ]; then depmod -a 5.10.52-yocto-standard else # image.bbclass will call depmodwrapper after everything is installed, # no need to do it here as well : fi " to "#!/bin/sh if [ -z "$D" ]; then depmod -a 5.10.52-yocto-standard else # image.bbclass will call depmodwrapper after everything is installed, # no need to do it here as well : fi " packages/qemuarm-poky-linux-gnueabi/linux-yocto/kernel-module-nls-cp866-5.10.52-yocto-standard: latest.pkg_postrm changed from "#!/bin/sh set -e if [ -z "$D" ]; then depmod -a 5.10.52-yocto-standard else depmodwrapper -a -b $D 5.10.52-yocto-standard fi " to "#!/bin/sh if [ -z "$D" ]; then depmod -a 5.10.52-yocto-standard else depmodwrapper -a -b $D 5.10.52-yocto-standard fi " packages/qemuarm-poky-linux-gnueabi/linux-yocto/kernel-module-nls-cp869-5.10.52-yocto-standard: PKGSIZE changed from 7464 to 0 (-100%) packages/qemuarm-poky-linux-gnueabi/linux-yocto/kernel-module-nls-cp869-5.10.52-yocto-standard: latest.pkg_postinst changed from "#!/bin/sh set -e if [ -z "$D" ]; then depmod -a 5.10.52-yocto-standard else # image.bbclass will call depmodwrapper after everything is installed, # no need to do it here as well : fi " to "#!/bin/sh if [ -z "$D" ]; then depmod -a 5.10.52-yocto-standard else # image.bbclass will call depmodwrapper after everything is installed, # no need to do it here as well : fi " packages/qemuarm-poky-linux-gnueabi/linux-yocto/kernel-module-nls-cp869-5.10.52-yocto-standard: latest.pkg_postrm changed from "#!/bin/sh set -e if [ -z "$D" ]; then depmod -a 5.10.52-yocto-standard else depmodwrapper -a -b $D 5.10.52-yocto-standard fi " to "#!/bin/sh if [ -z "$D" ]; then depmod -a 5.10.52-yocto-standard else depmodwrapper -a -b $D 5.10.52-yocto-standard fi " packages/qemuarm-poky-linux-gnueabi/linux-yocto/kernel-module-nls-cp874-5.10.52-yocto-standard: PKGSIZE changed from 7288 to 0 (-100%) packages/qemuarm-poky-linux-gnueabi/linux-yocto/kernel-module-nls-cp874-5.10.52-yocto-standard: latest.pkg_postinst changed from "#!/bin/sh set -e if [ -z "$D" ]; then depmod -a 5.10.52-yocto-standard else # image.bbclass will call depmodwrapper after everything is installed, # no need to do it here as well : fi " to "#!/bin/sh if [ -z "$D" ]; then depmod -a 5.10.52-yocto-standard else # image.bbclass will call depmodwrapper after everything is installed, # no need to do it here as well : fi " packages/qemuarm-poky-linux-gnueabi/linux-yocto/kernel-module-nls-cp874-5.10.52-yocto-standard: latest.pkg_postrm changed from "#!/bin/sh set -e if [ -z "$D" ]; then depmod -a 5.10.52-yocto-standard else depmodwrapper -a -b $D 5.10.52-yocto-standard fi " to "#!/bin/sh if [ -z "$D" ]; then depmod -a 5.10.52-yocto-standard else depmodwrapper -a -b $D 5.10.52-yocto-standard fi " packages/qemuarm-poky-linux-gnueabi/linux-yocto/kernel-module-nls-cp932-5.10.52-yocto-standard: PKGSIZE changed from 85000 to 0 (-100%) packages/qemuarm-poky-linux-gnueabi/linux-yocto/kernel-module-nls-cp932-5.10.52-yocto-standard: latest.pkg_postinst changed from "#!/bin/sh set -e if [ -z "$D" ]; then depmod -a 5.10.52-yocto-standard else # image.bbclass will call depmodwrapper after everything is installed, # no need to do it here as well : fi " to "#!/bin/sh if [ -z "$D" ]; then depmod -a 5.10.52-yocto-standard else # image.bbclass will call depmodwrapper after everything is installed, # no need to do it here as well : fi " packages/qemuarm-poky-linux-gnueabi/linux-yocto/kernel-module-nls-cp932-5.10.52-yocto-standard: latest.pkg_postrm changed from "#!/bin/sh set -e if [ -z "$D" ]; then depmod -a 5.10.52-yocto-standard else depmodwrapper -a -b $D 5.10.52-yocto-standard fi " to "#!/bin/sh if [ -z "$D" ]; then depmod -a 5.10.52-yocto-standard else depmodwrapper -a -b $D 5.10.52-yocto-standard fi " packages/qemuarm-poky-linux-gnueabi/linux-yocto/kernel-module-nls-cp936-5.10.52-yocto-standard: PKGSIZE changed from 131484 to 0 (-100%) packages/qemuarm-poky-linux-gnueabi/linux-yocto/kernel-module-nls-cp936-5.10.52-yocto-standard: latest.pkg_postinst changed from "#!/bin/sh set -e if [ -z "$D" ]; then depmod -a 5.10.52-yocto-standard else # image.bbclass will call depmodwrapper after everything is installed, # no need to do it here as well : fi " to "#!/bin/sh if [ -z "$D" ]; then depmod -a 5.10.52-yocto-standard else # image.bbclass will call depmodwrapper after everything is installed, # no need to do it here as well : fi " packages/qemuarm-poky-linux-gnueabi/linux-yocto/kernel-module-nls-cp936-5.10.52-yocto-standard: latest.pkg_postrm changed from "#!/bin/sh set -e if [ -z "$D" ]; then depmod -a 5.10.52-yocto-standard else depmodwrapper -a -b $D 5.10.52-yocto-standard fi " to "#!/bin/sh if [ -z "$D" ]; then depmod -a 5.10.52-yocto-standard else depmodwrapper -a -b $D 5.10.52-yocto-standard fi " packages/qemuarm-poky-linux-gnueabi/linux-yocto/kernel-module-nls-cp949-5.10.52-yocto-standard: PKGSIZE changed from 153680 to 0 (-100%) packages/qemuarm-poky-linux-gnueabi/linux-yocto/kernel-module-nls-cp949-5.10.52-yocto-standard: latest.pkg_postinst changed from "#!/bin/sh set -e if [ -z "$D" ]; then depmod -a 5.10.52-yocto-standard else # image.bbclass will call depmodwrapper after everything is installed, # no need to do it here as well : fi " to "#!/bin/sh if [ -z "$D" ]; then depmod -a 5.10.52-yocto-standard else # image.bbclass will call depmodwrapper after everything is installed, # no need to do it here as well : fi " packages/qemuarm-poky-linux-gnueabi/linux-yocto/kernel-module-nls-cp949-5.10.52-yocto-standard: latest.pkg_postrm changed from "#!/bin/sh set -e if [ -z "$D" ]; then depmod -a 5.10.52-yocto-standard else depmodwrapper -a -b $D 5.10.52-yocto-standard fi " to "#!/bin/sh if [ -z "$D" ]; then depmod -a 5.10.52-yocto-standard else depmodwrapper -a -b $D 5.10.52-yocto-standard fi " packages/qemuarm-poky-linux-gnueabi/linux-yocto/kernel-module-nls-cp950-5.10.52-yocto-standard: PKGSIZE changed from 108004 to 0 (-100%) packages/qemuarm-poky-linux-gnueabi/linux-yocto/kernel-module-nls-cp950-5.10.52-yocto-standard: latest.pkg_postinst changed from "#!/bin/sh set -e if [ -z "$D" ]; then depmod -a 5.10.52-yocto-standard else # image.bbclass will call depmodwrapper after everything is installed, # no need to do it here as well : fi " to "#!/bin/sh if [ -z "$D" ]; then depmod -a 5.10.52-yocto-standard else # image.bbclass will call depmodwrapper after everything is installed, # no need to do it here as well : fi " packages/qemuarm-poky-linux-gnueabi/linux-yocto/kernel-module-nls-cp950-5.10.52-yocto-standard: latest.pkg_postrm changed from "#!/bin/sh set -e if [ -z "$D" ]; then depmod -a 5.10.52-yocto-standard else depmodwrapper -a -b $D 5.10.52-yocto-standard fi " to "#!/bin/sh if [ -z "$D" ]; then depmod -a 5.10.52-yocto-standard else depmodwrapper -a -b $D 5.10.52-yocto-standard fi " packages/qemuarm-poky-linux-gnueabi/linux-yocto/kernel-module-nls-euc-jp-5.10.52-yocto-standard: PKGSIZE changed from 8312 to 0 (-100%) packages/qemuarm-poky-linux-gnueabi/linux-yocto/kernel-module-nls-euc-jp-5.10.52-yocto-standard: latest.pkg_postinst changed from "#!/bin/sh set -e if [ -z "$D" ]; then depmod -a 5.10.52-yocto-standard else # image.bbclass will call depmodwrapper after everything is installed, # no need to do it here as well : fi " to "#!/bin/sh if [ -z "$D" ]; then depmod -a 5.10.52-yocto-standard else # image.bbclass will call depmodwrapper after everything is installed, # no need to do it here as well : fi " packages/qemuarm-poky-linux-gnueabi/linux-yocto/kernel-module-nls-euc-jp-5.10.52-yocto-standard: latest.pkg_postrm changed from "#!/bin/sh set -e if [ -z "$D" ]; then depmod -a 5.10.52-yocto-standard else depmodwrapper -a -b $D 5.10.52-yocto-standard fi " to "#!/bin/sh if [ -z "$D" ]; then depmod -a 5.10.52-yocto-standard else depmodwrapper -a -b $D 5.10.52-yocto-standard fi " packages/qemuarm-poky-linux-gnueabi/linux-yocto/kernel-module-nls-iso8859-13-5.10.52-yocto-standard: PKGSIZE changed from 7188 to 0 (-100%) packages/qemuarm-poky-linux-gnueabi/linux-yocto/kernel-module-nls-iso8859-13-5.10.52-yocto-standard: latest.pkg_postinst changed from "#!/bin/sh set -e if [ -z "$D" ]; then depmod -a 5.10.52-yocto-standard else # image.bbclass will call depmodwrapper after everything is installed, # no need to do it here as well : fi " to "#!/bin/sh if [ -z "$D" ]; then depmod -a 5.10.52-yocto-standard else # image.bbclass will call depmodwrapper after everything is installed, # no need to do it here as well : fi " packages/qemuarm-poky-linux-gnueabi/linux-yocto/kernel-module-nls-iso8859-13-5.10.52-yocto-standard: latest.pkg_postrm changed from "#!/bin/sh set -e if [ -z "$D" ]; then depmod -a 5.10.52-yocto-standard else depmodwrapper -a -b $D 5.10.52-yocto-standard fi " to "#!/bin/sh if [ -z "$D" ]; then depmod -a 5.10.52-yocto-standard else depmodwrapper -a -b $D 5.10.52-yocto-standard fi " packages/qemuarm-poky-linux-gnueabi/linux-yocto/kernel-module-nls-iso8859-14-5.10.52-yocto-standard: PKGSIZE changed from 7188 to 0 (-100%) packages/qemuarm-poky-linux-gnueabi/linux-yocto/kernel-module-nls-iso8859-14-5.10.52-yocto-standard: latest.pkg_postinst changed from "#!/bin/sh set -e if [ -z "$D" ]; then depmod -a 5.10.52-yocto-standard else # image.bbclass will call depmodwrapper after everything is installed, # no need to do it here as well : fi " to "#!/bin/sh if [ -z "$D" ]; then depmod -a 5.10.52-yocto-standard else # image.bbclass will call depmodwrapper after everything is installed, # no need to do it here as well : fi " packages/qemuarm-poky-linux-gnueabi/linux-yocto/kernel-module-nls-iso8859-14-5.10.52-yocto-standard: latest.pkg_postrm changed from "#!/bin/sh set -e if [ -z "$D" ]; then depmod -a 5.10.52-yocto-standard else depmodwrapper -a -b $D 5.10.52-yocto-standard fi " to "#!/bin/sh if [ -z "$D" ]; then depmod -a 5.10.52-yocto-standard else depmodwrapper -a -b $D 5.10.52-yocto-standard fi " packages/qemuarm-poky-linux-gnueabi/linux-yocto/kernel-module-nls-iso8859-15-5.10.52-yocto-standard: PKGSIZE changed from 7188 to 0 (-100%) packages/qemuarm-poky-linux-gnueabi/linux-yocto/kernel-module-nls-iso8859-15-5.10.52-yocto-standard: latest.pkg_postinst changed from "#!/bin/sh set -e if [ -z "$D" ]; then depmod -a 5.10.52-yocto-standard else # image.bbclass will call depmodwrapper after everything is installed, # no need to do it here as well : fi " to "#!/bin/sh if [ -z "$D" ]; then depmod -a 5.10.52-yocto-standard else # image.bbclass will call depmodwrapper after everything is installed, # no need to do it here as well : fi " packages/qemuarm-poky-linux-gnueabi/linux-yocto/kernel-module-nls-iso8859-15-5.10.52-yocto-standard: latest.pkg_postrm changed from "#!/bin/sh set -e if [ -z "$D" ]; then depmod -a 5.10.52-yocto-standard else depmodwrapper -a -b $D 5.10.52-yocto-standard fi " to "#!/bin/sh if [ -z "$D" ]; then depmod -a 5.10.52-yocto-standard else depmodwrapper -a -b $D 5.10.52-yocto-standard fi " packages/qemuarm-poky-linux-gnueabi/linux-yocto/kernel-module-nls-iso8859-2-5.10.52-yocto-standard: PKGSIZE changed from 7188 to 0 (-100%) packages/qemuarm-poky-linux-gnueabi/linux-yocto/kernel-module-nls-iso8859-2-5.10.52-yocto-standard: latest.pkg_postinst changed from "#!/bin/sh set -e if [ -z "$D" ]; then depmod -a 5.10.52-yocto-standard else # image.bbclass will call depmodwrapper after everything is installed, # no need to do it here as well : fi " to "#!/bin/sh if [ -z "$D" ]; then depmod -a 5.10.52-yocto-standard else # image.bbclass will call depmodwrapper after everything is installed, # no need to do it here as well : fi " packages/qemuarm-poky-linux-gnueabi/linux-yocto/kernel-module-nls-iso8859-2-5.10.52-yocto-standard: latest.pkg_postrm changed from "#!/bin/sh set -e if [ -z "$D" ]; then depmod -a 5.10.52-yocto-standard else depmodwrapper -a -b $D 5.10.52-yocto-standard fi " to "#!/bin/sh if [ -z "$D" ]; then depmod -a 5.10.52-yocto-standard else depmodwrapper -a -b $D 5.10.52-yocto-standard fi " packages/qemuarm-poky-linux-gnueabi/linux-yocto/kernel-module-nls-iso8859-3-5.10.52-yocto-standard: PKGSIZE changed from 7188 to 0 (-100%) packages/qemuarm-poky-linux-gnueabi/linux-yocto/kernel-module-nls-iso8859-3-5.10.52-yocto-standard: latest.pkg_postinst changed from "#!/bin/sh set -e if [ -z "$D" ]; then depmod -a 5.10.52-yocto-standard else # image.bbclass will call depmodwrapper after everything is installed, # no need to do it here as well : fi " to "#!/bin/sh if [ -z "$D" ]; then depmod -a 5.10.52-yocto-standard else # image.bbclass will call depmodwrapper after everything is installed, # no need to do it here as well : fi " packages/qemuarm-poky-linux-gnueabi/linux-yocto/kernel-module-nls-iso8859-3-5.10.52-yocto-standard: latest.pkg_postrm changed from "#!/bin/sh set -e if [ -z "$D" ]; then depmod -a 5.10.52-yocto-standard else depmodwrapper -a -b $D 5.10.52-yocto-standard fi " to "#!/bin/sh if [ -z "$D" ]; then depmod -a 5.10.52-yocto-standard else depmodwrapper -a -b $D 5.10.52-yocto-standard fi " packages/qemuarm-poky-linux-gnueabi/linux-yocto/kernel-module-nls-iso8859-4-5.10.52-yocto-standard: PKGSIZE changed from 7188 to 0 (-100%) packages/qemuarm-poky-linux-gnueabi/linux-yocto/kernel-module-nls-iso8859-4-5.10.52-yocto-standard: latest.pkg_postinst changed from "#!/bin/sh set -e if [ -z "$D" ]; then depmod -a 5.10.52-yocto-standard else # image.bbclass will call depmodwrapper after everything is installed, # no need to do it here as well : fi " to "#!/bin/sh if [ -z "$D" ]; then depmod -a 5.10.52-yocto-standard else # image.bbclass will call depmodwrapper after everything is installed, # no need to do it here as well : fi " packages/qemuarm-poky-linux-gnueabi/linux-yocto/kernel-module-nls-iso8859-4-5.10.52-yocto-standard: latest.pkg_postrm changed from "#!/bin/sh set -e if [ -z "$D" ]; then depmod -a 5.10.52-yocto-standard else depmodwrapper -a -b $D 5.10.52-yocto-standard fi " to "#!/bin/sh if [ -z "$D" ]; then depmod -a 5.10.52-yocto-standard else depmodwrapper -a -b $D 5.10.52-yocto-standard fi " packages/qemuarm-poky-linux-gnueabi/linux-yocto/kernel-module-nls-iso8859-5-5.10.52-yocto-standard: PKGSIZE changed from 7188 to 0 (-100%) packages/qemuarm-poky-linux-gnueabi/linux-yocto/kernel-module-nls-iso8859-5-5.10.52-yocto-standard: latest.pkg_postinst changed from "#!/bin/sh set -e if [ -z "$D" ]; then depmod -a 5.10.52-yocto-standard else # image.bbclass will call depmodwrapper after everything is installed, # no need to do it here as well : fi " to "#!/bin/sh if [ -z "$D" ]; then depmod -a 5.10.52-yocto-standard else # image.bbclass will call depmodwrapper after everything is installed, # no need to do it here as well : fi " packages/qemuarm-poky-linux-gnueabi/linux-yocto/kernel-module-nls-iso8859-5-5.10.52-yocto-standard: latest.pkg_postrm changed from "#!/bin/sh set -e if [ -z "$D" ]; then depmod -a 5.10.52-yocto-standard else depmodwrapper -a -b $D 5.10.52-yocto-standard fi " to "#!/bin/sh if [ -z "$D" ]; then depmod -a 5.10.52-yocto-standard else depmodwrapper -a -b $D 5.10.52-yocto-standard fi " packages/qemuarm-poky-linux-gnueabi/linux-yocto/kernel-module-nls-iso8859-6-5.10.52-yocto-standard: PKGSIZE changed from 6900 to 0 (-100%) packages/qemuarm-poky-linux-gnueabi/linux-yocto/kernel-module-nls-iso8859-6-5.10.52-yocto-standard: latest.pkg_postinst changed from "#!/bin/sh set -e if [ -z "$D" ]; then depmod -a 5.10.52-yocto-standard else # image.bbclass will call depmodwrapper after everything is installed, # no need to do it here as well : fi " to "#!/bin/sh if [ -z "$D" ]; then depmod -a 5.10.52-yocto-standard else # image.bbclass will call depmodwrapper after everything is installed, # no need to do it here as well : fi " packages/qemuarm-poky-linux-gnueabi/linux-yocto/kernel-module-nls-iso8859-6-5.10.52-yocto-standard: latest.pkg_postrm changed from "#!/bin/sh set -e if [ -z "$D" ]; then depmod -a 5.10.52-yocto-standard else depmodwrapper -a -b $D 5.10.52-yocto-standard fi " to "#!/bin/sh if [ -z "$D" ]; then depmod -a 5.10.52-yocto-standard else depmodwrapper -a -b $D 5.10.52-yocto-standard fi " packages/qemuarm-poky-linux-gnueabi/linux-yocto/kernel-module-nls-iso8859-7-5.10.52-yocto-standard: PKGSIZE changed from 7472 to 0 (-100%) packages/qemuarm-poky-linux-gnueabi/linux-yocto/kernel-module-nls-iso8859-7-5.10.52-yocto-standard: latest.pkg_postinst changed from "#!/bin/sh set -e if [ -z "$D" ]; then depmod -a 5.10.52-yocto-standard else # image.bbclass will call depmodwrapper after everything is installed, # no need to do it here as well : fi " to "#!/bin/sh if [ -z "$D" ]; then depmod -a 5.10.52-yocto-standard else # image.bbclass will call depmodwrapper after everything is installed, # no need to do it here as well : fi " packages/qemuarm-poky-linux-gnueabi/linux-yocto/kernel-module-nls-iso8859-7-5.10.52-yocto-standard: latest.pkg_postrm changed from "#!/bin/sh set -e if [ -z "$D" ]; then depmod -a 5.10.52-yocto-standard else depmodwrapper -a -b $D 5.10.52-yocto-standard fi " to "#!/bin/sh if [ -z "$D" ]; then depmod -a 5.10.52-yocto-standard else depmodwrapper -a -b $D 5.10.52-yocto-standard fi " packages/qemuarm-poky-linux-gnueabi/linux-yocto/kernel-module-nls-iso8859-9-5.10.52-yocto-standard: PKGSIZE changed from 6900 to 0 (-100%) packages/qemuarm-poky-linux-gnueabi/linux-yocto/kernel-module-nls-iso8859-9-5.10.52-yocto-standard: latest.pkg_postinst changed from "#!/bin/sh set -e if [ -z "$D" ]; then depmod -a 5.10.52-yocto-standard else # image.bbclass will call depmodwrapper after everything is installed, # no need to do it here as well : fi " to "#!/bin/sh if [ -z "$D" ]; then depmod -a 5.10.52-yocto-standard else # image.bbclass will call depmodwrapper after everything is installed, # no need to do it here as well : fi " packages/qemuarm-poky-linux-gnueabi/linux-yocto/kernel-module-nls-iso8859-9-5.10.52-yocto-standard: latest.pkg_postrm changed from "#!/bin/sh set -e if [ -z "$D" ]; then depmod -a 5.10.52-yocto-standard else depmodwrapper -a -b $D 5.10.52-yocto-standard fi " to "#!/bin/sh if [ -z "$D" ]; then depmod -a 5.10.52-yocto-standard else depmodwrapper -a -b $D 5.10.52-yocto-standard fi " packages/qemuarm-poky-linux-gnueabi/linux-yocto/kernel-module-nls-koi8-r-5.10.52-yocto-standard: PKGSIZE changed from 7756 to 0 (-100%) packages/qemuarm-poky-linux-gnueabi/linux-yocto/kernel-module-nls-koi8-r-5.10.52-yocto-standard: latest.pkg_postinst changed from "#!/bin/sh set -e if [ -z "$D" ]; then depmod -a 5.10.52-yocto-standard else # image.bbclass will call depmodwrapper after everything is installed, # no need to do it here as well : fi " to "#!/bin/sh if [ -z "$D" ]; then depmod -a 5.10.52-yocto-standard else # image.bbclass will call depmodwrapper after everything is installed, # no need to do it here as well : fi " packages/qemuarm-poky-linux-gnueabi/linux-yocto/kernel-module-nls-koi8-r-5.10.52-yocto-standard: latest.pkg_postrm changed from "#!/bin/sh set -e if [ -z "$D" ]; then depmod -a 5.10.52-yocto-standard else depmodwrapper -a -b $D 5.10.52-yocto-standard fi " to "#!/bin/sh if [ -z "$D" ]; then depmod -a 5.10.52-yocto-standard else depmodwrapper -a -b $D 5.10.52-yocto-standard fi " packages/qemuarm-poky-linux-gnueabi/linux-yocto/kernel-module-nls-koi8-ru-5.10.52-yocto-standard: PKGSIZE changed from 4408 to 0 (-100%) packages/qemuarm-poky-linux-gnueabi/linux-yocto/kernel-module-nls-koi8-ru-5.10.52-yocto-standard: latest.pkg_postinst changed from "#!/bin/sh set -e if [ -z "$D" ]; then depmod -a 5.10.52-yocto-standard else # image.bbclass will call depmodwrapper after everything is installed, # no need to do it here as well : fi " to "#!/bin/sh if [ -z "$D" ]; then depmod -a 5.10.52-yocto-standard else # image.bbclass will call depmodwrapper after everything is installed, # no need to do it here as well : fi " packages/qemuarm-poky-linux-gnueabi/linux-yocto/kernel-module-nls-koi8-ru-5.10.52-yocto-standard: latest.pkg_postrm changed from "#!/bin/sh set -e if [ -z "$D" ]; then depmod -a 5.10.52-yocto-standard else depmodwrapper -a -b $D 5.10.52-yocto-standard fi " to "#!/bin/sh if [ -z "$D" ]; then depmod -a 5.10.52-yocto-standard else depmodwrapper -a -b $D 5.10.52-yocto-standard fi " packages/qemuarm-poky-linux-gnueabi/linux-yocto/kernel-module-nls-koi8-u-5.10.52-yocto-standard: PKGSIZE changed from 7756 to 0 (-100%) packages/qemuarm-poky-linux-gnueabi/linux-yocto/kernel-module-nls-koi8-u-5.10.52-yocto-standard: latest.pkg_postinst changed from "#!/bin/sh set -e if [ -z "$D" ]; then depmod -a 5.10.52-yocto-standard else # image.bbclass will call depmodwrapper after everything is installed, # no need to do it here as well : fi " to "#!/bin/sh if [ -z "$D" ]; then depmod -a 5.10.52-yocto-standard else # image.bbclass will call depmodwrapper after everything is installed, # no need to do it here as well : fi " packages/qemuarm-poky-linux-gnueabi/linux-yocto/kernel-module-nls-koi8-u-5.10.52-yocto-standard: latest.pkg_postrm changed from "#!/bin/sh set -e if [ -z "$D" ]; then depmod -a 5.10.52-yocto-standard else depmodwrapper -a -b $D 5.10.52-yocto-standard fi " to "#!/bin/sh if [ -z "$D" ]; then depmod -a 5.10.52-yocto-standard else depmodwrapper -a -b $D 5.10.52-yocto-standard fi " packages/qemuarm-poky-linux-gnueabi/linux-yocto/kernel-module-nls-utf8-5.10.52-yocto-standard: PKGSIZE changed from 4280 to 0 (-100%) packages/qemuarm-poky-linux-gnueabi/linux-yocto/kernel-module-nls-utf8-5.10.52-yocto-standard: latest.pkg_postinst changed from "#!/bin/sh set -e if [ -z "$D" ]; then depmod -a 5.10.52-yocto-standard else # image.bbclass will call depmodwrapper after everything is installed, # no need to do it here as well : fi " to "#!/bin/sh if [ -z "$D" ]; then depmod -a 5.10.52-yocto-standard else # image.bbclass will call depmodwrapper after everything is installed, # no need to do it here as well : fi " packages/qemuarm-poky-linux-gnueabi/linux-yocto/kernel-module-nls-utf8-5.10.52-yocto-standard: latest.pkg_postrm changed from "#!/bin/sh set -e if [ -z "$D" ]; then depmod -a 5.10.52-yocto-standard else depmodwrapper -a -b $D 5.10.52-yocto-standard fi " to "#!/bin/sh if [ -z "$D" ]; then depmod -a 5.10.52-yocto-standard else depmodwrapper -a -b $D 5.10.52-yocto-standard fi " packages/qemuarm-poky-linux-gnueabi/linux-yocto/kernel-module-pktgen-5.10.52-yocto-standard: PKGSIZE changed from 47744 to 0 (-100%) packages/qemuarm-poky-linux-gnueabi/linux-yocto/kernel-module-pktgen-5.10.52-yocto-standard: latest.pkg_postinst changed from "#!/bin/sh set -e if [ -z "$D" ]; then depmod -a 5.10.52-yocto-standard else # image.bbclass will call depmodwrapper after everything is installed, # no need to do it here as well : fi " to "#!/bin/sh if [ -z "$D" ]; then depmod -a 5.10.52-yocto-standard else # image.bbclass will call depmodwrapper after everything is installed, # no need to do it here as well : fi " packages/qemuarm-poky-linux-gnueabi/linux-yocto/kernel-module-pktgen-5.10.52-yocto-standard: latest.pkg_postrm changed from "#!/bin/sh set -e if [ -z "$D" ]; then depmod -a 5.10.52-yocto-standard else depmodwrapper -a -b $D 5.10.52-yocto-standard fi " to "#!/bin/sh if [ -z "$D" ]; then depmod -a 5.10.52-yocto-standard else depmodwrapper -a -b $D 5.10.52-yocto-standard fi " packages/qemuarm-poky-linux-gnueabi/linux-yocto/kernel-module-ppp-async-5.10.52-yocto-standard: PKGSIZE changed from 13968 to 0 (-100%) packages/qemuarm-poky-linux-gnueabi/linux-yocto/kernel-module-ppp-async-5.10.52-yocto-standard: latest.pkg_postinst changed from "#!/bin/sh set -e if [ -z "$D" ]; then depmod -a 5.10.52-yocto-standard else # image.bbclass will call depmodwrapper after everything is installed, # no need to do it here as well : fi " to "#!/bin/sh if [ -z "$D" ]; then depmod -a 5.10.52-yocto-standard else # image.bbclass will call depmodwrapper after everything is installed, # no need to do it here as well : fi " packages/qemuarm-poky-linux-gnueabi/linux-yocto/kernel-module-ppp-async-5.10.52-yocto-standard: latest.pkg_postrm changed from "#!/bin/sh set -e if [ -z "$D" ]; then depmod -a 5.10.52-yocto-standard else depmodwrapper -a -b $D 5.10.52-yocto-standard fi " to "#!/bin/sh if [ -z "$D" ]; then depmod -a 5.10.52-yocto-standard else depmodwrapper -a -b $D 5.10.52-yocto-standard fi " packages/qemuarm-poky-linux-gnueabi/linux-yocto/kernel-module-ppp-deflate-5.10.52-yocto-standard: PKGSIZE changed from 8556 to 0 (-100%) packages/qemuarm-poky-linux-gnueabi/linux-yocto/kernel-module-ppp-deflate-5.10.52-yocto-standard: latest.pkg_postinst changed from "#!/bin/sh set -e if [ -z "$D" ]; then depmod -a 5.10.52-yocto-standard else # image.bbclass will call depmodwrapper after everything is installed, # no need to do it here as well : fi " to "#!/bin/sh if [ -z "$D" ]; then depmod -a 5.10.52-yocto-standard else # image.bbclass will call depmodwrapper after everything is installed, # no need to do it here as well : fi " packages/qemuarm-poky-linux-gnueabi/linux-yocto/kernel-module-ppp-deflate-5.10.52-yocto-standard: latest.pkg_postrm changed from "#!/bin/sh set -e if [ -z "$D" ]; then depmod -a 5.10.52-yocto-standard else depmodwrapper -a -b $D 5.10.52-yocto-standard fi " to "#!/bin/sh if [ -z "$D" ]; then depmod -a 5.10.52-yocto-standard else depmodwrapper -a -b $D 5.10.52-yocto-standard fi " packages/qemuarm-poky-linux-gnueabi/linux-yocto/kernel-module-ppp-generic-5.10.52-yocto-standard: PKGSIZE changed from 39232 to 0 (-100%) packages/qemuarm-poky-linux-gnueabi/linux-yocto/kernel-module-ppp-generic-5.10.52-yocto-standard: latest.pkg_postinst changed from "#!/bin/sh set -e if [ -z "$D" ]; then depmod -a 5.10.52-yocto-standard else # image.bbclass will call depmodwrapper after everything is installed, # no need to do it here as well : fi " to "#!/bin/sh if [ -z "$D" ]; then depmod -a 5.10.52-yocto-standard else # image.bbclass will call depmodwrapper after everything is installed, # no need to do it here as well : fi " packages/qemuarm-poky-linux-gnueabi/linux-yocto/kernel-module-ppp-generic-5.10.52-yocto-standard: latest.pkg_postrm changed from "#!/bin/sh set -e if [ -z "$D" ]; then depmod -a 5.10.52-yocto-standard else depmodwrapper -a -b $D 5.10.52-yocto-standard fi " to "#!/bin/sh if [ -z "$D" ]; then depmod -a 5.10.52-yocto-standard else depmodwrapper -a -b $D 5.10.52-yocto-standard fi " packages/qemuarm-poky-linux-gnueabi/linux-yocto/kernel-module-ppp-synctty-5.10.52-yocto-standard: PKGSIZE changed from 11928 to 0 (-100%) packages/qemuarm-poky-linux-gnueabi/linux-yocto/kernel-module-ppp-synctty-5.10.52-yocto-standard: latest.pkg_postinst changed from "#!/bin/sh set -e if [ -z "$D" ]; then depmod -a 5.10.52-yocto-standard else # image.bbclass will call depmodwrapper after everything is installed, # no need to do it here as well : fi " to "#!/bin/sh if [ -z "$D" ]; then depmod -a 5.10.52-yocto-standard else # image.bbclass will call depmodwrapper after everything is installed, # no need to do it here as well : fi " packages/qemuarm-poky-linux-gnueabi/linux-yocto/kernel-module-ppp-synctty-5.10.52-yocto-standard: latest.pkg_postrm changed from "#!/bin/sh set -e if [ -z "$D" ]; then depmod -a 5.10.52-yocto-standard else depmodwrapper -a -b $D 5.10.52-yocto-standard fi " to "#!/bin/sh if [ -z "$D" ]; then depmod -a 5.10.52-yocto-standard else depmodwrapper -a -b $D 5.10.52-yocto-standard fi " packages/qemuarm-poky-linux-gnueabi/linux-yocto/kernel-module-pppoe-5.10.52-yocto-standard: PKGSIZE changed from 16216 to 0 (-100%) packages/qemuarm-poky-linux-gnueabi/linux-yocto/kernel-module-pppoe-5.10.52-yocto-standard: latest.pkg_postinst changed from "#!/bin/sh set -e if [ -z "$D" ]; then depmod -a 5.10.52-yocto-standard else # image.bbclass will call depmodwrapper after everything is installed, # no need to do it here as well : fi " to "#!/bin/sh if [ -z "$D" ]; then depmod -a 5.10.52-yocto-standard else # image.bbclass will call depmodwrapper after everything is installed, # no need to do it here as well : fi " packages/qemuarm-poky-linux-gnueabi/linux-yocto/kernel-module-pppoe-5.10.52-yocto-standard: latest.pkg_postrm changed from "#!/bin/sh set -e if [ -z "$D" ]; then depmod -a 5.10.52-yocto-standard else depmodwrapper -a -b $D 5.10.52-yocto-standard fi " to "#!/bin/sh if [ -z "$D" ]; then depmod -a 5.10.52-yocto-standard else depmodwrapper -a -b $D 5.10.52-yocto-standard fi " packages/qemuarm-poky-linux-gnueabi/linux-yocto/kernel-module-pppox-5.10.52-yocto-standard: PKGSIZE changed from 6252 to 0 (-100%) packages/qemuarm-poky-linux-gnueabi/linux-yocto/kernel-module-pppox-5.10.52-yocto-standard: latest.pkg_postinst changed from "#!/bin/sh set -e if [ -z "$D" ]; then depmod -a 5.10.52-yocto-standard else # image.bbclass will call depmodwrapper after everything is installed, # no need to do it here as well : fi " to "#!/bin/sh if [ -z "$D" ]; then depmod -a 5.10.52-yocto-standard else # image.bbclass will call depmodwrapper after everything is installed, # no need to do it here as well : fi " packages/qemuarm-poky-linux-gnueabi/linux-yocto/kernel-module-pppox-5.10.52-yocto-standard: latest.pkg_postrm changed from "#!/bin/sh set -e if [ -z "$D" ]; then depmod -a 5.10.52-yocto-standard else depmodwrapper -a -b $D 5.10.52-yocto-standard fi " to "#!/bin/sh if [ -z "$D" ]; then depmod -a 5.10.52-yocto-standard else depmodwrapper -a -b $D 5.10.52-yocto-standard fi " packages/qemuarm-poky-linux-gnueabi/linux-yocto/kernel-module-record-example-5.10.52-yocto-standard: PKGSIZE changed from 6468 to 0 (-100%) packages/qemuarm-poky-linux-gnueabi/linux-yocto/kernel-module-record-example-5.10.52-yocto-standard: latest.pkg_postinst changed from "#!/bin/sh set -e if [ -z "$D" ]; then depmod -a 5.10.52-yocto-standard else # image.bbclass will call depmodwrapper after everything is installed, # no need to do it here as well : fi " to "#!/bin/sh if [ -z "$D" ]; then depmod -a 5.10.52-yocto-standard else # image.bbclass will call depmodwrapper after everything is installed, # no need to do it here as well : fi " packages/qemuarm-poky-linux-gnueabi/linux-yocto/kernel-module-record-example-5.10.52-yocto-standard: latest.pkg_postrm changed from "#!/bin/sh set -e if [ -z "$D" ]; then depmod -a 5.10.52-yocto-standard else depmodwrapper -a -b $D 5.10.52-yocto-standard fi " to "#!/bin/sh if [ -z "$D" ]; then depmod -a 5.10.52-yocto-standard else depmodwrapper -a -b $D 5.10.52-yocto-standard fi " packages/qemuarm-poky-linux-gnueabi/linux-yocto/kernel-module-romfs-5.10.52-yocto-standard: PKGSIZE changed from 12368 to 0 (-100%) packages/qemuarm-poky-linux-gnueabi/linux-yocto/kernel-module-romfs-5.10.52-yocto-standard: latest.pkg_postinst changed from "#!/bin/sh set -e if [ -z "$D" ]; then depmod -a 5.10.52-yocto-standard else # image.bbclass will call depmodwrapper after everything is installed, # no need to do it here as well : fi " to "#!/bin/sh if [ -z "$D" ]; then depmod -a 5.10.52-yocto-standard else # image.bbclass will call depmodwrapper after everything is installed, # no need to do it here as well : fi " packages/qemuarm-poky-linux-gnueabi/linux-yocto/kernel-module-romfs-5.10.52-yocto-standard: latest.pkg_postrm changed from "#!/bin/sh set -e if [ -z "$D" ]; then depmod -a 5.10.52-yocto-standard else depmodwrapper -a -b $D 5.10.52-yocto-standard fi " to "#!/bin/sh if [ -z "$D" ]; then depmod -a 5.10.52-yocto-standard else depmodwrapper -a -b $D 5.10.52-yocto-standard fi " packages/qemuarm-poky-linux-gnueabi/linux-yocto/kernel-module-sch-cbq-5.10.52-yocto-standard: PKGSIZE changed from 20476 to 0 (-100%) packages/qemuarm-poky-linux-gnueabi/linux-yocto/kernel-module-sch-cbq-5.10.52-yocto-standard: latest.pkg_postinst changed from "#!/bin/sh set -e if [ -z "$D" ]; then depmod -a 5.10.52-yocto-standard else # image.bbclass will call depmodwrapper after everything is installed, # no need to do it here as well : fi " to "#!/bin/sh if [ -z "$D" ]; then depmod -a 5.10.52-yocto-standard else # image.bbclass will call depmodwrapper after everything is installed, # no need to do it here as well : fi " packages/qemuarm-poky-linux-gnueabi/linux-yocto/kernel-module-sch-cbq-5.10.52-yocto-standard: latest.pkg_postrm changed from "#!/bin/sh set -e if [ -z "$D" ]; then depmod -a 5.10.52-yocto-standard else depmodwrapper -a -b $D 5.10.52-yocto-standard fi " to "#!/bin/sh if [ -z "$D" ]; then depmod -a 5.10.52-yocto-standard else depmodwrapper -a -b $D 5.10.52-yocto-standard fi " packages/qemuarm-poky-linux-gnueabi/linux-yocto/kernel-module-sch-codel-5.10.52-yocto-standard: PKGSIZE changed from 10204 to 0 (-100%) packages/qemuarm-poky-linux-gnueabi/linux-yocto/kernel-module-sch-codel-5.10.52-yocto-standard: latest.pkg_postinst changed from "#!/bin/sh set -e if [ -z "$D" ]; then depmod -a 5.10.52-yocto-standard else # image.bbclass will call depmodwrapper after everything is installed, # no need to do it here as well : fi " to "#!/bin/sh if [ -z "$D" ]; then depmod -a 5.10.52-yocto-standard else # image.bbclass will call depmodwrapper after everything is installed, # no need to do it here as well : fi " packages/qemuarm-poky-linux-gnueabi/linux-yocto/kernel-module-sch-codel-5.10.52-yocto-standard: latest.pkg_postrm changed from "#!/bin/sh set -e if [ -z "$D" ]; then depmod -a 5.10.52-yocto-standard else depmodwrapper -a -b $D 5.10.52-yocto-standard fi " to "#!/bin/sh if [ -z "$D" ]; then depmod -a 5.10.52-yocto-standard else depmodwrapper -a -b $D 5.10.52-yocto-standard fi " packages/qemuarm-poky-linux-gnueabi/linux-yocto/kernel-module-sch-dsmark-5.10.52-yocto-standard: PKGSIZE changed from 11680 to 0 (-100%) packages/qemuarm-poky-linux-gnueabi/linux-yocto/kernel-module-sch-dsmark-5.10.52-yocto-standard: latest.pkg_postinst changed from "#!/bin/sh set -e if [ -z "$D" ]; then depmod -a 5.10.52-yocto-standard else # image.bbclass will call depmodwrapper after everything is installed, # no need to do it here as well : fi " to "#!/bin/sh if [ -z "$D" ]; then depmod -a 5.10.52-yocto-standard else # image.bbclass will call depmodwrapper after everything is installed, # no need to do it here as well : fi " packages/qemuarm-poky-linux-gnueabi/linux-yocto/kernel-module-sch-dsmark-5.10.52-yocto-standard: latest.pkg_postrm changed from "#!/bin/sh set -e if [ -z "$D" ]; then depmod -a 5.10.52-yocto-standard else depmodwrapper -a -b $D 5.10.52-yocto-standard fi " to "#!/bin/sh if [ -z "$D" ]; then depmod -a 5.10.52-yocto-standard else depmodwrapper -a -b $D 5.10.52-yocto-standard fi " packages/qemuarm-poky-linux-gnueabi/linux-yocto/kernel-module-sch-fq-codel-5.10.52-yocto-standard: PKGSIZE changed from 13572 to 0 (-100%) packages/qemuarm-poky-linux-gnueabi/linux-yocto/kernel-module-sch-fq-codel-5.10.52-yocto-standard: latest.pkg_postinst changed from "#!/bin/sh set -e if [ -z "$D" ]; then depmod -a 5.10.52-yocto-standard else # image.bbclass will call depmodwrapper after everything is installed, # no need to do it here as well : fi " to "#!/bin/sh if [ -z "$D" ]; then depmod -a 5.10.52-yocto-standard else # image.bbclass will call depmodwrapper after everything is installed, # no need to do it here as well : fi " packages/qemuarm-poky-linux-gnueabi/linux-yocto/kernel-module-sch-fq-codel-5.10.52-yocto-standard: latest.pkg_postrm changed from "#!/bin/sh set -e if [ -z "$D" ]; then depmod -a 5.10.52-yocto-standard else depmodwrapper -a -b $D 5.10.52-yocto-standard fi " to "#!/bin/sh if [ -z "$D" ]; then depmod -a 5.10.52-yocto-standard else depmodwrapper -a -b $D 5.10.52-yocto-standard fi " packages/qemuarm-poky-linux-gnueabi/linux-yocto/kernel-module-sch-gred-5.10.52-yocto-standard: PKGSIZE changed from 15508 to 0 (-100%) packages/qemuarm-poky-linux-gnueabi/linux-yocto/kernel-module-sch-gred-5.10.52-yocto-standard: latest.pkg_postinst changed from "#!/bin/sh set -e if [ -z "$D" ]; then depmod -a 5.10.52-yocto-standard else # image.bbclass will call depmodwrapper after everything is installed, # no need to do it here as well : fi " to "#!/bin/sh if [ -z "$D" ]; then depmod -a 5.10.52-yocto-standard else # image.bbclass will call depmodwrapper after everything is installed, # no need to do it here as well : fi " packages/qemuarm-poky-linux-gnueabi/linux-yocto/kernel-module-sch-gred-5.10.52-yocto-standard: latest.pkg_postrm changed from "#!/bin/sh set -e if [ -z "$D" ]; then depmod -a 5.10.52-yocto-standard else depmodwrapper -a -b $D 5.10.52-yocto-standard fi " to "#!/bin/sh if [ -z "$D" ]; then depmod -a 5.10.52-yocto-standard else depmodwrapper -a -b $D 5.10.52-yocto-standard fi " packages/qemuarm-poky-linux-gnueabi/linux-yocto/kernel-module-sch-hfsc-5.10.52-yocto-standard: PKGSIZE changed from 20740 to 0 (-100%) packages/qemuarm-poky-linux-gnueabi/linux-yocto/kernel-module-sch-hfsc-5.10.52-yocto-standard: latest.pkg_postinst changed from "#!/bin/sh set -e if [ -z "$D" ]; then depmod -a 5.10.52-yocto-standard else # image.bbclass will call depmodwrapper after everything is installed, # no need to do it here as well : fi " to "#!/bin/sh if [ -z "$D" ]; then depmod -a 5.10.52-yocto-standard else # image.bbclass will call depmodwrapper after everything is installed, # no need to do it here as well : fi " packages/qemuarm-poky-linux-gnueabi/linux-yocto/kernel-module-sch-hfsc-5.10.52-yocto-standard: latest.pkg_postrm changed from "#!/bin/sh set -e if [ -z "$D" ]; then depmod -a 5.10.52-yocto-standard else depmodwrapper -a -b $D 5.10.52-yocto-standard fi " to "#!/bin/sh if [ -z "$D" ]; then depmod -a 5.10.52-yocto-standard else depmodwrapper -a -b $D 5.10.52-yocto-standard fi " packages/qemuarm-poky-linux-gnueabi/linux-yocto/kernel-module-sch-htb-5.10.52-yocto-standard: PKGSIZE changed from 22232 to 0 (-100%) packages/qemuarm-poky-linux-gnueabi/linux-yocto/kernel-module-sch-htb-5.10.52-yocto-standard: latest.pkg_postinst changed from "#!/bin/sh set -e if [ -z "$D" ]; then depmod -a 5.10.52-yocto-standard else # image.bbclass will call depmodwrapper after everything is installed, # no need to do it here as well : fi " to "#!/bin/sh if [ -z "$D" ]; then depmod -a 5.10.52-yocto-standard else # image.bbclass will call depmodwrapper after everything is installed, # no need to do it here as well : fi " packages/qemuarm-poky-linux-gnueabi/linux-yocto/kernel-module-sch-htb-5.10.52-yocto-standard: latest.pkg_postrm changed from "#!/bin/sh set -e if [ -z "$D" ]; then depmod -a 5.10.52-yocto-standard else depmodwrapper -a -b $D 5.10.52-yocto-standard fi " to "#!/bin/sh if [ -z "$D" ]; then depmod -a 5.10.52-yocto-standard else depmodwrapper -a -b $D 5.10.52-yocto-standard fi " packages/qemuarm-poky-linux-gnueabi/linux-yocto/kernel-module-sch-ingress-5.10.52-yocto-standard: PKGSIZE changed from 7416 to 0 (-100%) packages/qemuarm-poky-linux-gnueabi/linux-yocto/kernel-module-sch-ingress-5.10.52-yocto-standard: latest.pkg_postinst changed from "#!/bin/sh set -e if [ -z "$D" ]; then depmod -a 5.10.52-yocto-standard else # image.bbclass will call depmodwrapper after everything is installed, # no need to do it here as well : fi " to "#!/bin/sh if [ -z "$D" ]; then depmod -a 5.10.52-yocto-standard else # image.bbclass will call depmodwrapper after everything is installed, # no need to do it here as well : fi " packages/qemuarm-poky-linux-gnueabi/linux-yocto/kernel-module-sch-ingress-5.10.52-yocto-standard: latest.pkg_postrm changed from "#!/bin/sh set -e if [ -z "$D" ]; then depmod -a 5.10.52-yocto-standard else depmodwrapper -a -b $D 5.10.52-yocto-standard fi " to "#!/bin/sh if [ -z "$D" ]; then depmod -a 5.10.52-yocto-standard else depmodwrapper -a -b $D 5.10.52-yocto-standard fi " packages/qemuarm-poky-linux-gnueabi/linux-yocto/kernel-module-sch-netem-5.10.52-yocto-standard: PKGSIZE changed from 16108 to 0 (-100%) packages/qemuarm-poky-linux-gnueabi/linux-yocto/kernel-module-sch-netem-5.10.52-yocto-standard: latest.pkg_postinst changed from "#!/bin/sh set -e if [ -z "$D" ]; then depmod -a 5.10.52-yocto-standard else # image.bbclass will call depmodwrapper after everything is installed, # no need to do it here as well : fi " to "#!/bin/sh if [ -z "$D" ]; then depmod -a 5.10.52-yocto-standard else # image.bbclass will call depmodwrapper after everything is installed, # no need to do it here as well : fi " packages/qemuarm-poky-linux-gnueabi/linux-yocto/kernel-module-sch-netem-5.10.52-yocto-standard: latest.pkg_postrm changed from "#!/bin/sh set -e if [ -z "$D" ]; then depmod -a 5.10.52-yocto-standard else depmodwrapper -a -b $D 5.10.52-yocto-standard fi " to "#!/bin/sh if [ -z "$D" ]; then depmod -a 5.10.52-yocto-standard else depmodwrapper -a -b $D 5.10.52-yocto-standard fi " packages/qemuarm-poky-linux-gnueabi/linux-yocto/kernel-module-sch-prio-5.10.52-yocto-standard: PKGSIZE changed from 10604 to 0 (-100%) packages/qemuarm-poky-linux-gnueabi/linux-yocto/kernel-module-sch-prio-5.10.52-yocto-standard: latest.pkg_postinst changed from "#!/bin/sh set -e if [ -z "$D" ]; then depmod -a 5.10.52-yocto-standard else # image.bbclass will call depmodwrapper after everything is installed, # no need to do it here as well : fi " to "#!/bin/sh if [ -z "$D" ]; then depmod -a 5.10.52-yocto-standard else # image.bbclass will call depmodwrapper after everything is installed, # no need to do it here as well : fi " packages/qemuarm-poky-linux-gnueabi/linux-yocto/kernel-module-sch-prio-5.10.52-yocto-standard: latest.pkg_postrm changed from "#!/bin/sh set -e if [ -z "$D" ]; then depmod -a 5.10.52-yocto-standard else depmodwrapper -a -b $D 5.10.52-yocto-standard fi " to "#!/bin/sh if [ -z "$D" ]; then depmod -a 5.10.52-yocto-standard else depmodwrapper -a -b $D 5.10.52-yocto-standard fi " packages/qemuarm-poky-linux-gnueabi/linux-yocto/kernel-module-sch-red-5.10.52-yocto-standard: PKGSIZE changed from 13960 to 0 (-100%) packages/qemuarm-poky-linux-gnueabi/linux-yocto/kernel-module-sch-red-5.10.52-yocto-standard: latest.pkg_postinst changed from "#!/bin/sh set -e if [ -z "$D" ]; then depmod -a 5.10.52-yocto-standard else # image.bbclass will call depmodwrapper after everything is installed, # no need to do it here as well : fi " to "#!/bin/sh if [ -z "$D" ]; then depmod -a 5.10.52-yocto-standard else # image.bbclass will call depmodwrapper after everything is installed, # no need to do it here as well : fi " packages/qemuarm-poky-linux-gnueabi/linux-yocto/kernel-module-sch-red-5.10.52-yocto-standard: latest.pkg_postrm changed from "#!/bin/sh set -e if [ -z "$D" ]; then depmod -a 5.10.52-yocto-standard else depmodwrapper -a -b $D 5.10.52-yocto-standard fi " to "#!/bin/sh if [ -z "$D" ]; then depmod -a 5.10.52-yocto-standard else depmodwrapper -a -b $D 5.10.52-yocto-standard fi " packages/qemuarm-poky-linux-gnueabi/linux-yocto/kernel-module-sch-sfq-5.10.52-yocto-standard: PKGSIZE changed from 13884 to 0 (-100%) packages/qemuarm-poky-linux-gnueabi/linux-yocto/kernel-module-sch-sfq-5.10.52-yocto-standard: latest.pkg_postinst changed from "#!/bin/sh set -e if [ -z "$D" ]; then depmod -a 5.10.52-yocto-standard else # image.bbclass will call depmodwrapper after everything is installed, # no need to do it here as well : fi " to "#!/bin/sh if [ -z "$D" ]; then depmod -a 5.10.52-yocto-standard else # image.bbclass will call depmodwrapper after everything is installed, # no need to do it here as well : fi " packages/qemuarm-poky-linux-gnueabi/linux-yocto/kernel-module-sch-sfq-5.10.52-yocto-standard: latest.pkg_postrm changed from "#!/bin/sh set -e if [ -z "$D" ]; then depmod -a 5.10.52-yocto-standard else depmodwrapper -a -b $D 5.10.52-yocto-standard fi " to "#!/bin/sh if [ -z "$D" ]; then depmod -a 5.10.52-yocto-standard else depmodwrapper -a -b $D 5.10.52-yocto-standard fi " packages/qemuarm-poky-linux-gnueabi/linux-yocto/kernel-module-sch-tbf-5.10.52-yocto-standard: PKGSIZE changed from 12560 to 0 (-100%) packages/qemuarm-poky-linux-gnueabi/linux-yocto/kernel-module-sch-tbf-5.10.52-yocto-standard: latest.pkg_postinst changed from "#!/bin/sh set -e if [ -z "$D" ]; then depmod -a 5.10.52-yocto-standard else # image.bbclass will call depmodwrapper after everything is installed, # no need to do it here as well : fi " to "#!/bin/sh if [ -z "$D" ]; then depmod -a 5.10.52-yocto-standard else # image.bbclass will call depmodwrapper after everything is installed, # no need to do it here as well : fi " packages/qemuarm-poky-linux-gnueabi/linux-yocto/kernel-module-sch-tbf-5.10.52-yocto-standard: latest.pkg_postrm changed from "#!/bin/sh set -e if [ -z "$D" ]; then depmod -a 5.10.52-yocto-standard else depmodwrapper -a -b $D 5.10.52-yocto-standard fi " to "#!/bin/sh if [ -z "$D" ]; then depmod -a 5.10.52-yocto-standard else depmodwrapper -a -b $D 5.10.52-yocto-standard fi " packages/qemuarm-poky-linux-gnueabi/linux-yocto/kernel-module-sch-teql-5.10.52-yocto-standard: PKGSIZE changed from 10484 to 0 (-100%) packages/qemuarm-poky-linux-gnueabi/linux-yocto/kernel-module-sch-teql-5.10.52-yocto-standard: latest.pkg_postinst changed from "#!/bin/sh set -e if [ -z "$D" ]; then depmod -a 5.10.52-yocto-standard else # image.bbclass will call depmodwrapper after everything is installed, # no need to do it here as well : fi " to "#!/bin/sh if [ -z "$D" ]; then depmod -a 5.10.52-yocto-standard else # image.bbclass will call depmodwrapper after everything is installed, # no need to do it here as well : fi " packages/qemuarm-poky-linux-gnueabi/linux-yocto/kernel-module-sch-teql-5.10.52-yocto-standard: latest.pkg_postrm changed from "#!/bin/sh set -e if [ -z "$D" ]; then depmod -a 5.10.52-yocto-standard else depmodwrapper -a -b $D 5.10.52-yocto-standard fi " to "#!/bin/sh if [ -z "$D" ]; then depmod -a 5.10.52-yocto-standard else depmodwrapper -a -b $D 5.10.52-yocto-standard fi " packages/qemuarm-poky-linux-gnueabi/linux-yocto/kernel-module-scsi-debug-5.10.52-yocto-standard: PKGSIZE changed from 118868 to 0 (-100%) packages/qemuarm-poky-linux-gnueabi/linux-yocto/kernel-module-scsi-debug-5.10.52-yocto-standard: latest.pkg_postinst changed from "#!/bin/sh set -e if [ -z "$D" ]; then depmod -a 5.10.52-yocto-standard else # image.bbclass will call depmodwrapper after everything is installed, # no need to do it here as well : fi " to "#!/bin/sh if [ -z "$D" ]; then depmod -a 5.10.52-yocto-standard else # image.bbclass will call depmodwrapper after everything is installed, # no need to do it here as well : fi " packages/qemuarm-poky-linux-gnueabi/linux-yocto/kernel-module-scsi-debug-5.10.52-yocto-standard: latest.pkg_postrm changed from "#!/bin/sh set -e if [ -z "$D" ]; then depmod -a 5.10.52-yocto-standard else depmodwrapper -a -b $D 5.10.52-yocto-standard fi " to "#!/bin/sh if [ -z "$D" ]; then depmod -a 5.10.52-yocto-standard else depmodwrapper -a -b $D 5.10.52-yocto-standard fi " packages/qemuarm-poky-linux-gnueabi/linux-yocto/kernel-module-sctp-5.10.52-yocto-standard: PKGSIZE changed from 321400 to 0 (-100%) packages/qemuarm-poky-linux-gnueabi/linux-yocto/kernel-module-sctp-5.10.52-yocto-standard: latest.pkg_postinst changed from "#!/bin/sh set -e if [ -z "$D" ]; then depmod -a 5.10.52-yocto-standard else # image.bbclass will call depmodwrapper after everything is installed, # no need to do it here as well : fi " to "#!/bin/sh if [ -z "$D" ]; then depmod -a 5.10.52-yocto-standard else # image.bbclass will call depmodwrapper after everything is installed, # no need to do it here as well : fi " packages/qemuarm-poky-linux-gnueabi/linux-yocto/kernel-module-sctp-5.10.52-yocto-standard: latest.pkg_postrm changed from "#!/bin/sh set -e if [ -z "$D" ]; then depmod -a 5.10.52-yocto-standard else depmodwrapper -a -b $D 5.10.52-yocto-standard fi " to "#!/bin/sh if [ -z "$D" ]; then depmod -a 5.10.52-yocto-standard else depmodwrapper -a -b $D 5.10.52-yocto-standard fi " packages/qemuarm-poky-linux-gnueabi/linux-yocto/kernel-module-sctp-diag-5.10.52-yocto-standard: PKGSIZE changed from 9036 to 0 (-100%) packages/qemuarm-poky-linux-gnueabi/linux-yocto/kernel-module-sctp-diag-5.10.52-yocto-standard: latest.pkg_postinst changed from "#!/bin/sh set -e if [ -z "$D" ]; then depmod -a 5.10.52-yocto-standard else # image.bbclass will call depmodwrapper after everything is installed, # no need to do it here as well : fi " to "#!/bin/sh if [ -z "$D" ]; then depmod -a 5.10.52-yocto-standard else # image.bbclass will call depmodwrapper after everything is installed, # no need to do it here as well : fi " packages/qemuarm-poky-linux-gnueabi/linux-yocto/kernel-module-sctp-diag-5.10.52-yocto-standard: latest.pkg_postrm changed from "#!/bin/sh set -e if [ -z "$D" ]; then depmod -a 5.10.52-yocto-standard else depmodwrapper -a -b $D 5.10.52-yocto-standard fi " to "#!/bin/sh if [ -z "$D" ]; then depmod -a 5.10.52-yocto-standard else depmodwrapper -a -b $D 5.10.52-yocto-standard fi " packages/qemuarm-poky-linux-gnueabi/linux-yocto/kernel-module-serpent-generic-5.10.52-yocto-standard: PKGSIZE changed from 23940 to 0 (-100%) packages/qemuarm-poky-linux-gnueabi/linux-yocto/kernel-module-serpent-generic-5.10.52-yocto-standard: latest.pkg_postinst changed from "#!/bin/sh set -e if [ -z "$D" ]; then depmod -a 5.10.52-yocto-standard else # image.bbclass will call depmodwrapper after everything is installed, # no need to do it here as well : fi " to "#!/bin/sh if [ -z "$D" ]; then depmod -a 5.10.52-yocto-standard else # image.bbclass will call depmodwrapper after everything is installed, # no need to do it here as well : fi " packages/qemuarm-poky-linux-gnueabi/linux-yocto/kernel-module-serpent-generic-5.10.52-yocto-standard: latest.pkg_postrm changed from "#!/bin/sh set -e if [ -z "$D" ]; then depmod -a 5.10.52-yocto-standard else depmodwrapper -a -b $D 5.10.52-yocto-standard fi " to "#!/bin/sh if [ -z "$D" ]; then depmod -a 5.10.52-yocto-standard else depmodwrapper -a -b $D 5.10.52-yocto-standard fi " packages/qemuarm-poky-linux-gnueabi/linux-yocto/kernel-module-slhc-5.10.52-yocto-standard: PKGSIZE changed from 8064 to 0 (-100%) packages/qemuarm-poky-linux-gnueabi/linux-yocto/kernel-module-slhc-5.10.52-yocto-standard: latest.pkg_postinst changed from "#!/bin/sh set -e if [ -z "$D" ]; then depmod -a 5.10.52-yocto-standard else # image.bbclass will call depmodwrapper after everything is installed, # no need to do it here as well : fi " to "#!/bin/sh if [ -z "$D" ]; then depmod -a 5.10.52-yocto-standard else # image.bbclass will call depmodwrapper after everything is installed, # no need to do it here as well : fi " packages/qemuarm-poky-linux-gnueabi/linux-yocto/kernel-module-slhc-5.10.52-yocto-standard: latest.pkg_postrm changed from "#!/bin/sh set -e if [ -z "$D" ]; then depmod -a 5.10.52-yocto-standard else depmodwrapper -a -b $D 5.10.52-yocto-standard fi " to "#!/bin/sh if [ -z "$D" ]; then depmod -a 5.10.52-yocto-standard else depmodwrapper -a -b $D 5.10.52-yocto-standard fi " packages/qemuarm-poky-linux-gnueabi/linux-yocto/kernel-module-slip-5.10.52-yocto-standard: PKGSIZE changed from 17664 to 0 (-100%) packages/qemuarm-poky-linux-gnueabi/linux-yocto/kernel-module-slip-5.10.52-yocto-standard: latest.pkg_postinst changed from "#!/bin/sh set -e if [ -z "$D" ]; then depmod -a 5.10.52-yocto-standard else # image.bbclass will call depmodwrapper after everything is installed, # no need to do it here as well : fi " to "#!/bin/sh if [ -z "$D" ]; then depmod -a 5.10.52-yocto-standard else # image.bbclass will call depmodwrapper after everything is installed, # no need to do it here as well : fi " packages/qemuarm-poky-linux-gnueabi/linux-yocto/kernel-module-slip-5.10.52-yocto-standard: latest.pkg_postrm changed from "#!/bin/sh set -e if [ -z "$D" ]; then depmod -a 5.10.52-yocto-standard else depmodwrapper -a -b $D 5.10.52-yocto-standard fi " to "#!/bin/sh if [ -z "$D" ]; then depmod -a 5.10.52-yocto-standard else depmodwrapper -a -b $D 5.10.52-yocto-standard fi " packages/qemuarm-poky-linux-gnueabi/linux-yocto/kernel-module-softdog-5.10.52-yocto-standard: PKGSIZE changed from 9092 to 0 (-100%) packages/qemuarm-poky-linux-gnueabi/linux-yocto/kernel-module-softdog-5.10.52-yocto-standard: latest.pkg_postinst changed from "#!/bin/sh set -e if [ -z "$D" ]; then depmod -a 5.10.52-yocto-standard else # image.bbclass will call depmodwrapper after everything is installed, # no need to do it here as well : fi " to "#!/bin/sh if [ -z "$D" ]; then depmod -a 5.10.52-yocto-standard else # image.bbclass will call depmodwrapper after everything is installed, # no need to do it here as well : fi " packages/qemuarm-poky-linux-gnueabi/linux-yocto/kernel-module-softdog-5.10.52-yocto-standard: latest.pkg_postrm changed from "#!/bin/sh set -e if [ -z "$D" ]; then depmod -a 5.10.52-yocto-standard else depmodwrapper -a -b $D 5.10.52-yocto-standard fi " to "#!/bin/sh if [ -z "$D" ]; then depmod -a 5.10.52-yocto-standard else depmodwrapper -a -b $D 5.10.52-yocto-standard fi " packages/qemuarm-poky-linux-gnueabi/linux-yocto/kernel-module-tcrypt-5.10.52-yocto-standard: PKGSIZE changed from 48284 to 0 (-100%) packages/qemuarm-poky-linux-gnueabi/linux-yocto/kernel-module-tcrypt-5.10.52-yocto-standard: latest.pkg_postinst changed from "#!/bin/sh set -e if [ -z "$D" ]; then depmod -a 5.10.52-yocto-standard else # image.bbclass will call depmodwrapper after everything is installed, # no need to do it here as well : fi " to "#!/bin/sh if [ -z "$D" ]; then depmod -a 5.10.52-yocto-standard else # image.bbclass will call depmodwrapper after everything is installed, # no need to do it here as well : fi " packages/qemuarm-poky-linux-gnueabi/linux-yocto/kernel-module-tcrypt-5.10.52-yocto-standard: latest.pkg_postrm changed from "#!/bin/sh set -e if [ -z "$D" ]; then depmod -a 5.10.52-yocto-standard else depmodwrapper -a -b $D 5.10.52-yocto-standard fi " to "#!/bin/sh if [ -z "$D" ]; then depmod -a 5.10.52-yocto-standard else depmodwrapper -a -b $D 5.10.52-yocto-standard fi " packages/qemuarm-poky-linux-gnueabi/linux-yocto/kernel-module-tipc-5.10.52-yocto-standard: PKGSIZE changed from 321704 to 0 (-100%) packages/qemuarm-poky-linux-gnueabi/linux-yocto/kernel-module-tipc-5.10.52-yocto-standard: latest.pkg_postinst changed from "#!/bin/sh set -e if [ -z "$D" ]; then depmod -a 5.10.52-yocto-standard else # image.bbclass will call depmodwrapper after everything is installed, # no need to do it here as well : fi " to "#!/bin/sh if [ -z "$D" ]; then depmod -a 5.10.52-yocto-standard else # image.bbclass will call depmodwrapper after everything is installed, # no need to do it here as well : fi " packages/qemuarm-poky-linux-gnueabi/linux-yocto/kernel-module-tipc-5.10.52-yocto-standard: latest.pkg_postrm changed from "#!/bin/sh set -e if [ -z "$D" ]; then depmod -a 5.10.52-yocto-standard else depmodwrapper -a -b $D 5.10.52-yocto-standard fi " to "#!/bin/sh if [ -z "$D" ]; then depmod -a 5.10.52-yocto-standard else depmodwrapper -a -b $D 5.10.52-yocto-standard fi " packages/qemuarm-poky-linux-gnueabi/linux-yocto/kernel-module-trace-events-sample-5.10.52-yocto-standard: PKGSIZE changed from 23732 to 0 (-100%) packages/qemuarm-poky-linux-gnueabi/linux-yocto/kernel-module-trace-events-sample-5.10.52-yocto-standard: latest.pkg_postinst changed from "#!/bin/sh set -e if [ -z "$D" ]; then depmod -a 5.10.52-yocto-standard else # image.bbclass will call depmodwrapper after everything is installed, # no need to do it here as well : fi " to "#!/bin/sh if [ -z "$D" ]; then depmod -a 5.10.52-yocto-standard else # image.bbclass will call depmodwrapper after everything is installed, # no need to do it here as well : fi " packages/qemuarm-poky-linux-gnueabi/linux-yocto/kernel-module-trace-events-sample-5.10.52-yocto-standard: latest.pkg_postrm changed from "#!/bin/sh set -e if [ -z "$D" ]; then depmod -a 5.10.52-yocto-standard else depmodwrapper -a -b $D 5.10.52-yocto-standard fi " to "#!/bin/sh if [ -z "$D" ]; then depmod -a 5.10.52-yocto-standard else depmodwrapper -a -b $D 5.10.52-yocto-standard fi " packages/qemuarm-poky-linux-gnueabi/linux-yocto/kernel-module-trace-printk-5.10.52-yocto-standard: PKGSIZE changed from 5888 to 0 (-100%) packages/qemuarm-poky-linux-gnueabi/linux-yocto/kernel-module-trace-printk-5.10.52-yocto-standard: latest.pkg_postinst changed from "#!/bin/sh set -e if [ -z "$D" ]; then depmod -a 5.10.52-yocto-standard else # image.bbclass will call depmodwrapper after everything is installed, # no need to do it here as well : fi " to "#!/bin/sh if [ -z "$D" ]; then depmod -a 5.10.52-yocto-standard else # image.bbclass will call depmodwrapper after everything is installed, # no need to do it here as well : fi " packages/qemuarm-poky-linux-gnueabi/linux-yocto/kernel-module-trace-printk-5.10.52-yocto-standard: latest.pkg_postrm changed from "#!/bin/sh set -e if [ -z "$D" ]; then depmod -a 5.10.52-yocto-standard else depmodwrapper -a -b $D 5.10.52-yocto-standard fi " to "#!/bin/sh if [ -z "$D" ]; then depmod -a 5.10.52-yocto-standard else depmodwrapper -a -b $D 5.10.52-yocto-standard fi " packages/qemuarm-poky-linux-gnueabi/linux-yocto/kernel-module-ts-bm-5.10.52-yocto-standard: PKGSIZE changed from 4740 to 0 (-100%) packages/qemuarm-poky-linux-gnueabi/linux-yocto/kernel-module-ts-bm-5.10.52-yocto-standard: latest.pkg_postinst changed from "#!/bin/sh set -e if [ -z "$D" ]; then depmod -a 5.10.52-yocto-standard else # image.bbclass will call depmodwrapper after everything is installed, # no need to do it here as well : fi " to "#!/bin/sh if [ -z "$D" ]; then depmod -a 5.10.52-yocto-standard else # image.bbclass will call depmodwrapper after everything is installed, # no need to do it here as well : fi " packages/qemuarm-poky-linux-gnueabi/linux-yocto/kernel-module-ts-bm-5.10.52-yocto-standard: latest.pkg_postrm changed from "#!/bin/sh set -e if [ -z "$D" ]; then depmod -a 5.10.52-yocto-standard else depmodwrapper -a -b $D 5.10.52-yocto-standard fi " to "#!/bin/sh if [ -z "$D" ]; then depmod -a 5.10.52-yocto-standard else depmodwrapper -a -b $D 5.10.52-yocto-standard fi " packages/qemuarm-poky-linux-gnueabi/linux-yocto/kernel-module-ts-fsm-5.10.52-yocto-standard: PKGSIZE changed from 6024 to 0 (-100%) packages/qemuarm-poky-linux-gnueabi/linux-yocto/kernel-module-ts-fsm-5.10.52-yocto-standard: latest.pkg_postinst changed from "#!/bin/sh set -e if [ -z "$D" ]; then depmod -a 5.10.52-yocto-standard else # image.bbclass will call depmodwrapper after everything is installed, # no need to do it here as well : fi " to "#!/bin/sh if [ -z "$D" ]; then depmod -a 5.10.52-yocto-standard else # image.bbclass will call depmodwrapper after everything is installed, # no need to do it here as well : fi " packages/qemuarm-poky-linux-gnueabi/linux-yocto/kernel-module-ts-fsm-5.10.52-yocto-standard: latest.pkg_postrm changed from "#!/bin/sh set -e if [ -z "$D" ]; then depmod -a 5.10.52-yocto-standard else depmodwrapper -a -b $D 5.10.52-yocto-standard fi " to "#!/bin/sh if [ -z "$D" ]; then depmod -a 5.10.52-yocto-standard else depmodwrapper -a -b $D 5.10.52-yocto-standard fi " packages/qemuarm-poky-linux-gnueabi/linux-yocto/kernel-module-ts-kmp-5.10.52-yocto-standard: PKGSIZE changed from 4660 to 0 (-100%) packages/qemuarm-poky-linux-gnueabi/linux-yocto/kernel-module-ts-kmp-5.10.52-yocto-standard: latest.pkg_postinst changed from "#!/bin/sh set -e if [ -z "$D" ]; then depmod -a 5.10.52-yocto-standard else # image.bbclass will call depmodwrapper after everything is installed, # no need to do it here as well : fi " to "#!/bin/sh if [ -z "$D" ]; then depmod -a 5.10.52-yocto-standard else # image.bbclass will call depmodwrapper after everything is installed, # no need to do it here as well : fi " packages/qemuarm-poky-linux-gnueabi/linux-yocto/kernel-module-ts-kmp-5.10.52-yocto-standard: latest.pkg_postrm changed from "#!/bin/sh set -e if [ -z "$D" ]; then depmod -a 5.10.52-yocto-standard else depmodwrapper -a -b $D 5.10.52-yocto-standard fi " to "#!/bin/sh if [ -z "$D" ]; then depmod -a 5.10.52-yocto-standard else depmodwrapper -a -b $D 5.10.52-yocto-standard fi " packages/qemuarm-poky-linux-gnueabi/linux-yocto/kernel-module-tun-5.10.52-yocto-standard: PKGSIZE changed from 49668 to 0 (-100%) packages/qemuarm-poky-linux-gnueabi/linux-yocto/kernel-module-tun-5.10.52-yocto-standard: latest.pkg_postinst changed from "#!/bin/sh set -e if [ -z "$D" ]; then depmod -a 5.10.52-yocto-standard else # image.bbclass will call depmodwrapper after everything is installed, # no need to do it here as well : fi " to "#!/bin/sh if [ -z "$D" ]; then depmod -a 5.10.52-yocto-standard else # image.bbclass will call depmodwrapper after everything is installed, # no need to do it here as well : fi " packages/qemuarm-poky-linux-gnueabi/linux-yocto/kernel-module-tun-5.10.52-yocto-standard: latest.pkg_postrm changed from "#!/bin/sh set -e if [ -z "$D" ]; then depmod -a 5.10.52-yocto-standard else depmodwrapper -a -b $D 5.10.52-yocto-standard fi " to "#!/bin/sh if [ -z "$D" ]; then depmod -a 5.10.52-yocto-standard else depmodwrapper -a -b $D 5.10.52-yocto-standard fi " packages/qemuarm-poky-linux-gnueabi/linux-yocto/kernel-module-tunnel6-5.10.52-yocto-standard: PKGSIZE changed from 7632 to 0 (-100%) packages/qemuarm-poky-linux-gnueabi/linux-yocto/kernel-module-tunnel6-5.10.52-yocto-standard: latest.pkg_postinst changed from "#!/bin/sh set -e if [ -z "$D" ]; then depmod -a 5.10.52-yocto-standard else # image.bbclass will call depmodwrapper after everything is installed, # no need to do it here as well : fi " to "#!/bin/sh if [ -z "$D" ]; then depmod -a 5.10.52-yocto-standard else # image.bbclass will call depmodwrapper after everything is installed, # no need to do it here as well : fi " packages/qemuarm-poky-linux-gnueabi/linux-yocto/kernel-module-tunnel6-5.10.52-yocto-standard: latest.pkg_postrm changed from "#!/bin/sh set -e if [ -z "$D" ]; then depmod -a 5.10.52-yocto-standard else depmodwrapper -a -b $D 5.10.52-yocto-standard fi " to "#!/bin/sh if [ -z "$D" ]; then depmod -a 5.10.52-yocto-standard else depmodwrapper -a -b $D 5.10.52-yocto-standard fi " packages/qemuarm-poky-linux-gnueabi/linux-yocto/kernel-module-twofish-common-5.10.52-yocto-standard: PKGSIZE changed from 15576 to 0 (-100%) packages/qemuarm-poky-linux-gnueabi/linux-yocto/kernel-module-twofish-common-5.10.52-yocto-standard: latest.pkg_postinst changed from "#!/bin/sh set -e if [ -z "$D" ]; then depmod -a 5.10.52-yocto-standard else # image.bbclass will call depmodwrapper after everything is installed, # no need to do it here as well : fi " to "#!/bin/sh if [ -z "$D" ]; then depmod -a 5.10.52-yocto-standard else # image.bbclass will call depmodwrapper after everything is installed, # no need to do it here as well : fi " packages/qemuarm-poky-linux-gnueabi/linux-yocto/kernel-module-twofish-common-5.10.52-yocto-standard: latest.pkg_postrm changed from "#!/bin/sh set -e if [ -z "$D" ]; then depmod -a 5.10.52-yocto-standard else depmodwrapper -a -b $D 5.10.52-yocto-standard fi " to "#!/bin/sh if [ -z "$D" ]; then depmod -a 5.10.52-yocto-standard else depmodwrapper -a -b $D 5.10.52-yocto-standard fi " packages/qemuarm-poky-linux-gnueabi/linux-yocto/kernel-module-twofish-generic-5.10.52-yocto-standard: PKGSIZE changed from 9708 to 0 (-100%) packages/qemuarm-poky-linux-gnueabi/linux-yocto/kernel-module-twofish-generic-5.10.52-yocto-standard: latest.pkg_postinst changed from "#!/bin/sh set -e if [ -z "$D" ]; then depmod -a 5.10.52-yocto-standard else # image.bbclass will call depmodwrapper after everything is installed, # no need to do it here as well : fi " to "#!/bin/sh if [ -z "$D" ]; then depmod -a 5.10.52-yocto-standard else # image.bbclass will call depmodwrapper after everything is installed, # no need to do it here as well : fi " packages/qemuarm-poky-linux-gnueabi/linux-yocto/kernel-module-twofish-generic-5.10.52-yocto-standard: latest.pkg_postrm changed from "#!/bin/sh set -e if [ -z "$D" ]; then depmod -a 5.10.52-yocto-standard else depmodwrapper -a -b $D 5.10.52-yocto-standard fi " to "#!/bin/sh if [ -z "$D" ]; then depmod -a 5.10.52-yocto-standard else depmodwrapper -a -b $D 5.10.52-yocto-standard fi " packages/qemuarm-poky-linux-gnueabi/linux-yocto/kernel-module-udp-tunnel-5.10.52-yocto-standard: PKGSIZE changed from 19184 to 0 (-100%) packages/qemuarm-poky-linux-gnueabi/linux-yocto/kernel-module-udp-tunnel-5.10.52-yocto-standard: latest.pkg_postinst changed from "#!/bin/sh set -e if [ -z "$D" ]; then depmod -a 5.10.52-yocto-standard else # image.bbclass will call depmodwrapper after everything is installed, # no need to do it here as well : fi " to "#!/bin/sh if [ -z "$D" ]; then depmod -a 5.10.52-yocto-standard else # image.bbclass will call depmodwrapper after everything is installed, # no need to do it here as well : fi " packages/qemuarm-poky-linux-gnueabi/linux-yocto/kernel-module-udp-tunnel-5.10.52-yocto-standard: latest.pkg_postrm changed from "#!/bin/sh set -e if [ -z "$D" ]; then depmod -a 5.10.52-yocto-standard else depmodwrapper -a -b $D 5.10.52-yocto-standard fi " to "#!/bin/sh if [ -z "$D" ]; then depmod -a 5.10.52-yocto-standard else depmodwrapper -a -b $D 5.10.52-yocto-standard fi " packages/qemuarm-poky-linux-gnueabi/linux-yocto/kernel-module-virtio-input-5.10.52-yocto-standard: PKGSIZE changed from 10280 to 0 (-100%) packages/qemuarm-poky-linux-gnueabi/linux-yocto/kernel-module-virtio-input-5.10.52-yocto-standard: latest.pkg_postinst changed from "#!/bin/sh set -e if [ -z "$D" ]; then depmod -a 5.10.52-yocto-standard else # image.bbclass will call depmodwrapper after everything is installed, # no need to do it here as well : fi " to "#!/bin/sh if [ -z "$D" ]; then depmod -a 5.10.52-yocto-standard else # image.bbclass will call depmodwrapper after everything is installed, # no need to do it here as well : fi " packages/qemuarm-poky-linux-gnueabi/linux-yocto/kernel-module-virtio-input-5.10.52-yocto-standard: latest.pkg_postrm changed from "#!/bin/sh set -e if [ -z "$D" ]; then depmod -a 5.10.52-yocto-standard else depmodwrapper -a -b $D 5.10.52-yocto-standard fi " to "#!/bin/sh if [ -z "$D" ]; then depmod -a 5.10.52-yocto-standard else depmodwrapper -a -b $D 5.10.52-yocto-standard fi " packages/qemuarm-poky-linux-gnueabi/linux-yocto/kernel-module-wp512-5.10.52-yocto-standard: PKGSIZE changed from 28732 to 0 (-100%) packages/qemuarm-poky-linux-gnueabi/linux-yocto/kernel-module-wp512-5.10.52-yocto-standard: latest.pkg_postinst changed from "#!/bin/sh set -e if [ -z "$D" ]; then depmod -a 5.10.52-yocto-standard else # image.bbclass will call depmodwrapper after everything is installed, # no need to do it here as well : fi " to "#!/bin/sh if [ -z "$D" ]; then depmod -a 5.10.52-yocto-standard else # image.bbclass will call depmodwrapper after everything is installed, # no need to do it here as well : fi " packages/qemuarm-poky-linux-gnueabi/linux-yocto/kernel-module-wp512-5.10.52-yocto-standard: latest.pkg_postrm changed from "#!/bin/sh set -e if [ -z "$D" ]; then depmod -a 5.10.52-yocto-standard else depmodwrapper -a -b $D 5.10.52-yocto-standard fi " to "#!/bin/sh if [ -z "$D" ]; then depmod -a 5.10.52-yocto-standard else depmodwrapper -a -b $D 5.10.52-yocto-standard fi " packages/qemuarm-poky-linux-gnueabi/linux-yocto/kernel-module-x-tables-5.10.52-yocto-standard: PKGSIZE changed from 32488 to 0 (-100%) packages/qemuarm-poky-linux-gnueabi/linux-yocto/kernel-module-x-tables-5.10.52-yocto-standard: latest.pkg_postinst changed from "#!/bin/sh set -e if [ -z "$D" ]; then depmod -a 5.10.52-yocto-standard else # image.bbclass will call depmodwrapper after everything is installed, # no need to do it here as well : fi " to "#!/bin/sh if [ -z "$D" ]; then depmod -a 5.10.52-yocto-standard else # image.bbclass will call depmodwrapper after everything is installed, # no need to do it here as well : fi " packages/qemuarm-poky-linux-gnueabi/linux-yocto/kernel-module-x-tables-5.10.52-yocto-standard: latest.pkg_postrm changed from "#!/bin/sh set -e if [ -z "$D" ]; then depmod -a 5.10.52-yocto-standard else depmodwrapper -a -b $D 5.10.52-yocto-standard fi " to "#!/bin/sh if [ -z "$D" ]; then depmod -a 5.10.52-yocto-standard else depmodwrapper -a -b $D 5.10.52-yocto-standard fi " packages/qemuarm-poky-linux-gnueabi/linux-yocto/kernel-module-xcbc-5.10.52-yocto-standard: PKGSIZE changed from 6684 to 0 (-100%) packages/qemuarm-poky-linux-gnueabi/linux-yocto/kernel-module-xcbc-5.10.52-yocto-standard: latest.pkg_postinst changed from "#!/bin/sh set -e if [ -z "$D" ]; then depmod -a 5.10.52-yocto-standard else # image.bbclass will call depmodwrapper after everything is installed, # no need to do it here as well : fi " to "#!/bin/sh if [ -z "$D" ]; then depmod -a 5.10.52-yocto-standard else # image.bbclass will call depmodwrapper after everything is installed, # no need to do it here as well : fi " packages/qemuarm-poky-linux-gnueabi/linux-yocto/kernel-module-xcbc-5.10.52-yocto-standard: latest.pkg_postrm changed from "#!/bin/sh set -e if [ -z "$D" ]; then depmod -a 5.10.52-yocto-standard else depmodwrapper -a -b $D 5.10.52-yocto-standard fi " to "#!/bin/sh if [ -z "$D" ]; then depmod -a 5.10.52-yocto-standard else depmodwrapper -a -b $D 5.10.52-yocto-standard fi " packages/qemuarm-poky-linux-gnueabi/linux-yocto/kernel-module-xfrm-ipcomp-5.10.52-yocto-standard: PKGSIZE changed from 8916 to 0 (-100%) packages/qemuarm-poky-linux-gnueabi/linux-yocto/kernel-module-xfrm-ipcomp-5.10.52-yocto-standard: latest.pkg_postinst changed from "#!/bin/sh set -e if [ -z "$D" ]; then depmod -a 5.10.52-yocto-standard else # image.bbclass will call depmodwrapper after everything is installed, # no need to do it here as well : fi " to "#!/bin/sh if [ -z "$D" ]; then depmod -a 5.10.52-yocto-standard else # image.bbclass will call depmodwrapper after everything is installed, # no need to do it here as well : fi " packages/qemuarm-poky-linux-gnueabi/linux-yocto/kernel-module-xfrm-ipcomp-5.10.52-yocto-standard: latest.pkg_postrm changed from "#!/bin/sh set -e if [ -z "$D" ]; then depmod -a 5.10.52-yocto-standard else depmodwrapper -a -b $D 5.10.52-yocto-standard fi " to "#!/bin/sh if [ -z "$D" ]; then depmod -a 5.10.52-yocto-standard else depmodwrapper -a -b $D 5.10.52-yocto-standard fi " packages/qemuarm-poky-linux-gnueabi/linux-yocto/kernel-module-xfrm-user-5.10.52-yocto-standard: PKGSIZE changed from 35540 to 0 (-100%) packages/qemuarm-poky-linux-gnueabi/linux-yocto/kernel-module-xfrm-user-5.10.52-yocto-standard: latest.pkg_postinst changed from "#!/bin/sh set -e if [ -z "$D" ]; then depmod -a 5.10.52-yocto-standard else # image.bbclass will call depmodwrapper after everything is installed, # no need to do it here as well : fi " to "#!/bin/sh if [ -z "$D" ]; then depmod -a 5.10.52-yocto-standard else # image.bbclass will call depmodwrapper after everything is installed, # no need to do it here as well : fi " packages/qemuarm-poky-linux-gnueabi/linux-yocto/kernel-module-xfrm-user-5.10.52-yocto-standard: latest.pkg_postrm changed from "#!/bin/sh set -e if [ -z "$D" ]; then depmod -a 5.10.52-yocto-standard else depmodwrapper -a -b $D 5.10.52-yocto-standard fi " to "#!/bin/sh if [ -z "$D" ]; then depmod -a 5.10.52-yocto-standard else depmodwrapper -a -b $D 5.10.52-yocto-standard fi " packages/qemuarm-poky-linux-gnueabi/linux-yocto/kernel-module-xfrm4-tunnel-5.10.52-yocto-standard: PKGSIZE changed from 5624 to 0 (-100%) packages/qemuarm-poky-linux-gnueabi/linux-yocto/kernel-module-xfrm4-tunnel-5.10.52-yocto-standard: latest.pkg_postinst changed from "#!/bin/sh set -e if [ -z "$D" ]; then depmod -a 5.10.52-yocto-standard else # image.bbclass will call depmodwrapper after everything is installed, # no need to do it here as well : fi " to "#!/bin/sh if [ -z "$D" ]; then depmod -a 5.10.52-yocto-standard else # image.bbclass will call depmodwrapper after everything is installed, # no need to do it here as well : fi " packages/qemuarm-poky-linux-gnueabi/linux-yocto/kernel-module-xfrm4-tunnel-5.10.52-yocto-standard: latest.pkg_postrm changed from "#!/bin/sh set -e if [ -z "$D" ]; then depmod -a 5.10.52-yocto-standard else depmodwrapper -a -b $D 5.10.52-yocto-standard fi " to "#!/bin/sh if [ -z "$D" ]; then depmod -a 5.10.52-yocto-standard else depmodwrapper -a -b $D 5.10.52-yocto-standard fi " packages/qemuarm-poky-linux-gnueabi/linux-yocto/kernel-module-xfrm6-tunnel-5.10.52-yocto-standard: PKGSIZE changed from 9612 to 0 (-100%) packages/qemuarm-poky-linux-gnueabi/linux-yocto/kernel-module-xfrm6-tunnel-5.10.52-yocto-standard: latest.pkg_postinst changed from "#!/bin/sh set -e if [ -z "$D" ]; then depmod -a 5.10.52-yocto-standard else # image.bbclass will call depmodwrapper after everything is installed, # no need to do it here as well : fi " to "#!/bin/sh if [ -z "$D" ]; then depmod -a 5.10.52-yocto-standard else # image.bbclass will call depmodwrapper after everything is installed, # no need to do it here as well : fi " packages/qemuarm-poky-linux-gnueabi/linux-yocto/kernel-module-xfrm6-tunnel-5.10.52-yocto-standard: latest.pkg_postrm changed from "#!/bin/sh set -e if [ -z "$D" ]; then depmod -a 5.10.52-yocto-standard else depmodwrapper -a -b $D 5.10.52-yocto-standard fi " to "#!/bin/sh if [ -z "$D" ]; then depmod -a 5.10.52-yocto-standard else depmodwrapper -a -b $D 5.10.52-yocto-standard fi " packages/qemuarm-poky-linux-gnueabi/linux-yocto/kernel-module-xt-classify-5.10.52-yocto-standard: PKGSIZE changed from 4216 to 0 (-100%) packages/qemuarm-poky-linux-gnueabi/linux-yocto/kernel-module-xt-classify-5.10.52-yocto-standard: latest.pkg_postinst changed from "#!/bin/sh set -e if [ -z "$D" ]; then depmod -a 5.10.52-yocto-standard else # image.bbclass will call depmodwrapper after everything is installed, # no need to do it here as well : fi " to "#!/bin/sh if [ -z "$D" ]; then depmod -a 5.10.52-yocto-standard else # image.bbclass will call depmodwrapper after everything is installed, # no need to do it here as well : fi " packages/qemuarm-poky-linux-gnueabi/linux-yocto/kernel-module-xt-classify-5.10.52-yocto-standard: latest.pkg_postrm changed from "#!/bin/sh set -e if [ -z "$D" ]; then depmod -a 5.10.52-yocto-standard else depmodwrapper -a -b $D 5.10.52-yocto-standard fi " to "#!/bin/sh if [ -z "$D" ]; then depmod -a 5.10.52-yocto-standard else depmodwrapper -a -b $D 5.10.52-yocto-standard fi " packages/qemuarm-poky-linux-gnueabi/linux-yocto/kernel-module-xt-comment-5.10.52-yocto-standard: PKGSIZE changed from 4092 to 0 (-100%) packages/qemuarm-poky-linux-gnueabi/linux-yocto/kernel-module-xt-comment-5.10.52-yocto-standard: latest.pkg_postinst changed from "#!/bin/sh set -e if [ -z "$D" ]; then depmod -a 5.10.52-yocto-standard else # image.bbclass will call depmodwrapper after everything is installed, # no need to do it here as well : fi " to "#!/bin/sh if [ -z "$D" ]; then depmod -a 5.10.52-yocto-standard else # image.bbclass will call depmodwrapper after everything is installed, # no need to do it here as well : fi " packages/qemuarm-poky-linux-gnueabi/linux-yocto/kernel-module-xt-comment-5.10.52-yocto-standard: latest.pkg_postrm changed from "#!/bin/sh set -e if [ -z "$D" ]; then depmod -a 5.10.52-yocto-standard else depmodwrapper -a -b $D 5.10.52-yocto-standard fi " to "#!/bin/sh if [ -z "$D" ]; then depmod -a 5.10.52-yocto-standard else depmodwrapper -a -b $D 5.10.52-yocto-standard fi " packages/qemuarm-poky-linux-gnueabi/linux-yocto/kernel-module-xt-connbytes-5.10.52-yocto-standard: PKGSIZE changed from 5636 to 0 (-100%) packages/qemuarm-poky-linux-gnueabi/linux-yocto/kernel-module-xt-connbytes-5.10.52-yocto-standard: latest.pkg_postinst changed from "#!/bin/sh set -e if [ -z "$D" ]; then depmod -a 5.10.52-yocto-standard else # image.bbclass will call depmodwrapper after everything is installed, # no need to do it here as well : fi " to "#!/bin/sh if [ -z "$D" ]; then depmod -a 5.10.52-yocto-standard else # image.bbclass will call depmodwrapper after everything is installed, # no need to do it here as well : fi " packages/qemuarm-poky-linux-gnueabi/linux-yocto/kernel-module-xt-connbytes-5.10.52-yocto-standard: latest.pkg_postrm changed from "#!/bin/sh set -e if [ -z "$D" ]; then depmod -a 5.10.52-yocto-standard else depmodwrapper -a -b $D 5.10.52-yocto-standard fi " to "#!/bin/sh if [ -z "$D" ]; then depmod -a 5.10.52-yocto-standard else depmodwrapper -a -b $D 5.10.52-yocto-standard fi " packages/qemuarm-poky-linux-gnueabi/linux-yocto/kernel-module-xt-connlimit-5.10.52-yocto-standard: PKGSIZE changed from 5060 to 0 (-100%) packages/qemuarm-poky-linux-gnueabi/linux-yocto/kernel-module-xt-connlimit-5.10.52-yocto-standard: latest.pkg_postinst changed from "#!/bin/sh set -e if [ -z "$D" ]; then depmod -a 5.10.52-yocto-standard else # image.bbclass will call depmodwrapper after everything is installed, # no need to do it here as well : fi " to "#!/bin/sh if [ -z "$D" ]; then depmod -a 5.10.52-yocto-standard else # image.bbclass will call depmodwrapper after everything is installed, # no need to do it here as well : fi " packages/qemuarm-poky-linux-gnueabi/linux-yocto/kernel-module-xt-connlimit-5.10.52-yocto-standard: latest.pkg_postrm changed from "#!/bin/sh set -e if [ -z "$D" ]; then depmod -a 5.10.52-yocto-standard else depmodwrapper -a -b $D 5.10.52-yocto-standard fi " to "#!/bin/sh if [ -z "$D" ]; then depmod -a 5.10.52-yocto-standard else depmodwrapper -a -b $D 5.10.52-yocto-standard fi " packages/qemuarm-poky-linux-gnueabi/linux-yocto/kernel-module-xt-connmark-5.10.52-yocto-standard: PKGSIZE changed from 6568 to 0 (-100%) packages/qemuarm-poky-linux-gnueabi/linux-yocto/kernel-module-xt-connmark-5.10.52-yocto-standard: latest.pkg_postinst changed from "#!/bin/sh set -e if [ -z "$D" ]; then depmod -a 5.10.52-yocto-standard else # image.bbclass will call depmodwrapper after everything is installed, # no need to do it here as well : fi " to "#!/bin/sh if [ -z "$D" ]; then depmod -a 5.10.52-yocto-standard else # image.bbclass will call depmodwrapper after everything is installed, # no need to do it here as well : fi " packages/qemuarm-poky-linux-gnueabi/linux-yocto/kernel-module-xt-connmark-5.10.52-yocto-standard: latest.pkg_postrm changed from "#!/bin/sh set -e if [ -z "$D" ]; then depmod -a 5.10.52-yocto-standard else depmodwrapper -a -b $D 5.10.52-yocto-standard fi " to "#!/bin/sh if [ -z "$D" ]; then depmod -a 5.10.52-yocto-standard else depmodwrapper -a -b $D 5.10.52-yocto-standard fi " packages/qemuarm-poky-linux-gnueabi/linux-yocto/kernel-module-xt-conntrack-5.10.52-yocto-standard: PKGSIZE changed from 7000 to 0 (-100%) packages/qemuarm-poky-linux-gnueabi/linux-yocto/kernel-module-xt-conntrack-5.10.52-yocto-standard: latest.pkg_postinst changed from "#!/bin/sh set -e if [ -z "$D" ]; then depmod -a 5.10.52-yocto-standard else # image.bbclass will call depmodwrapper after everything is installed, # no need to do it here as well : fi " to "#!/bin/sh if [ -z "$D" ]; then depmod -a 5.10.52-yocto-standard else # image.bbclass will call depmodwrapper after everything is installed, # no need to do it here as well : fi " packages/qemuarm-poky-linux-gnueabi/linux-yocto/kernel-module-xt-conntrack-5.10.52-yocto-standard: latest.pkg_postrm changed from "#!/bin/sh set -e if [ -z "$D" ]; then depmod -a 5.10.52-yocto-standard else depmodwrapper -a -b $D 5.10.52-yocto-standard fi " to "#!/bin/sh if [ -z "$D" ]; then depmod -a 5.10.52-yocto-standard else depmodwrapper -a -b $D 5.10.52-yocto-standard fi " packages/qemuarm-poky-linux-gnueabi/linux-yocto/kernel-module-xt-ct-5.10.52-yocto-standard: PKGSIZE changed from 8696 to 0 (-100%) packages/qemuarm-poky-linux-gnueabi/linux-yocto/kernel-module-xt-ct-5.10.52-yocto-standard: latest.pkg_postinst changed from "#!/bin/sh set -e if [ -z "$D" ]; then depmod -a 5.10.52-yocto-standard else # image.bbclass will call depmodwrapper after everything is installed, # no need to do it here as well : fi " to "#!/bin/sh if [ -z "$D" ]; then depmod -a 5.10.52-yocto-standard else # image.bbclass will call depmodwrapper after everything is installed, # no need to do it here as well : fi " packages/qemuarm-poky-linux-gnueabi/linux-yocto/kernel-module-xt-ct-5.10.52-yocto-standard: latest.pkg_postrm changed from "#!/bin/sh set -e if [ -z "$D" ]; then depmod -a 5.10.52-yocto-standard else depmodwrapper -a -b $D 5.10.52-yocto-standard fi " to "#!/bin/sh if [ -z "$D" ]; then depmod -a 5.10.52-yocto-standard else depmodwrapper -a -b $D 5.10.52-yocto-standard fi " packages/qemuarm-poky-linux-gnueabi/linux-yocto/kernel-module-xt-dccp-5.10.52-yocto-standard: PKGSIZE changed from 5704 to 0 (-100%) packages/qemuarm-poky-linux-gnueabi/linux-yocto/kernel-module-xt-dccp-5.10.52-yocto-standard: latest.pkg_postinst changed from "#!/bin/sh set -e if [ -z "$D" ]; then depmod -a 5.10.52-yocto-standard else # image.bbclass will call depmodwrapper after everything is installed, # no need to do it here as well : fi " to "#!/bin/sh if [ -z "$D" ]; then depmod -a 5.10.52-yocto-standard else # image.bbclass will call depmodwrapper after everything is installed, # no need to do it here as well : fi " packages/qemuarm-poky-linux-gnueabi/linux-yocto/kernel-module-xt-dccp-5.10.52-yocto-standard: latest.pkg_postrm changed from "#!/bin/sh set -e if [ -z "$D" ]; then depmod -a 5.10.52-yocto-standard else depmodwrapper -a -b $D 5.10.52-yocto-standard fi " to "#!/bin/sh if [ -z "$D" ]; then depmod -a 5.10.52-yocto-standard else depmodwrapper -a -b $D 5.10.52-yocto-standard fi " packages/qemuarm-poky-linux-gnueabi/linux-yocto/kernel-module-xt-dscp-5.10.52-yocto-standard: PKGSIZE changed from 10432 to 0 (-100%) packages/qemuarm-poky-linux-gnueabi/linux-yocto/kernel-module-xt-dscp-5.10.52-yocto-standard: latest.pkg_postinst changed from "#!/bin/sh set -e if [ -z "$D" ]; then depmod -a 5.10.52-yocto-standard else # image.bbclass will call depmodwrapper after everything is installed, # no need to do it here as well : fi " to "#!/bin/sh if [ -z "$D" ]; then depmod -a 5.10.52-yocto-standard else # image.bbclass will call depmodwrapper after everything is installed, # no need to do it here as well : fi " packages/qemuarm-poky-linux-gnueabi/linux-yocto/kernel-module-xt-dscp-5.10.52-yocto-standard: latest.pkg_postrm changed from "#!/bin/sh set -e if [ -z "$D" ]; then depmod -a 5.10.52-yocto-standard else depmodwrapper -a -b $D 5.10.52-yocto-standard fi " to "#!/bin/sh if [ -z "$D" ]; then depmod -a 5.10.52-yocto-standard else depmodwrapper -a -b $D 5.10.52-yocto-standard fi " packages/qemuarm-poky-linux-gnueabi/linux-yocto/kernel-module-xt-ecn-5.10.52-yocto-standard: PKGSIZE changed from 5928 to 0 (-100%) packages/qemuarm-poky-linux-gnueabi/linux-yocto/kernel-module-xt-ecn-5.10.52-yocto-standard: latest.pkg_postinst changed from "#!/bin/sh set -e if [ -z "$D" ]; then depmod -a 5.10.52-yocto-standard else # image.bbclass will call depmodwrapper after everything is installed, # no need to do it here as well : fi " to "#!/bin/sh if [ -z "$D" ]; then depmod -a 5.10.52-yocto-standard else # image.bbclass will call depmodwrapper after everything is installed, # no need to do it here as well : fi " packages/qemuarm-poky-linux-gnueabi/linux-yocto/kernel-module-xt-ecn-5.10.52-yocto-standard: latest.pkg_postrm changed from "#!/bin/sh set -e if [ -z "$D" ]; then depmod -a 5.10.52-yocto-standard else depmodwrapper -a -b $D 5.10.52-yocto-standard fi " to "#!/bin/sh if [ -z "$D" ]; then depmod -a 5.10.52-yocto-standard else depmodwrapper -a -b $D 5.10.52-yocto-standard fi " packages/qemuarm-poky-linux-gnueabi/linux-yocto/kernel-module-xt-esp-5.10.52-yocto-standard: PKGSIZE changed from 4556 to 0 (-100%) packages/qemuarm-poky-linux-gnueabi/linux-yocto/kernel-module-xt-esp-5.10.52-yocto-standard: latest.pkg_postinst changed from "#!/bin/sh set -e if [ -z "$D" ]; then depmod -a 5.10.52-yocto-standard else # image.bbclass will call depmodwrapper after everything is installed, # no need to do it here as well : fi " to "#!/bin/sh if [ -z "$D" ]; then depmod -a 5.10.52-yocto-standard else # image.bbclass will call depmodwrapper after everything is installed, # no need to do it here as well : fi " packages/qemuarm-poky-linux-gnueabi/linux-yocto/kernel-module-xt-esp-5.10.52-yocto-standard: latest.pkg_postrm changed from "#!/bin/sh set -e if [ -z "$D" ]; then depmod -a 5.10.52-yocto-standard else depmodwrapper -a -b $D 5.10.52-yocto-standard fi " to "#!/bin/sh if [ -z "$D" ]; then depmod -a 5.10.52-yocto-standard else depmodwrapper -a -b $D 5.10.52-yocto-standard fi " packages/qemuarm-poky-linux-gnueabi/linux-yocto/kernel-module-xt-hashlimit-5.10.52-yocto-standard: PKGSIZE changed from 19920 to 0 (-100%) packages/qemuarm-poky-linux-gnueabi/linux-yocto/kernel-module-xt-hashlimit-5.10.52-yocto-standard: latest.pkg_postinst changed from "#!/bin/sh set -e if [ -z "$D" ]; then depmod -a 5.10.52-yocto-standard else # image.bbclass will call depmodwrapper after everything is installed, # no need to do it here as well : fi " to "#!/bin/sh if [ -z "$D" ]; then depmod -a 5.10.52-yocto-standard else # image.bbclass will call depmodwrapper after everything is installed, # no need to do it here as well : fi " packages/qemuarm-poky-linux-gnueabi/linux-yocto/kernel-module-xt-hashlimit-5.10.52-yocto-standard: latest.pkg_postrm changed from "#!/bin/sh set -e if [ -z "$D" ]; then depmod -a 5.10.52-yocto-standard else depmodwrapper -a -b $D 5.10.52-yocto-standard fi " to "#!/bin/sh if [ -z "$D" ]; then depmod -a 5.10.52-yocto-standard else depmodwrapper -a -b $D 5.10.52-yocto-standard fi " packages/qemuarm-poky-linux-gnueabi/linux-yocto/kernel-module-xt-helper-5.10.52-yocto-standard: PKGSIZE changed from 5120 to 0 (-100%) packages/qemuarm-poky-linux-gnueabi/linux-yocto/kernel-module-xt-helper-5.10.52-yocto-standard: latest.pkg_postinst changed from "#!/bin/sh set -e if [ -z "$D" ]; then depmod -a 5.10.52-yocto-standard else # image.bbclass will call depmodwrapper after everything is installed, # no need to do it here as well : fi " to "#!/bin/sh if [ -z "$D" ]; then depmod -a 5.10.52-yocto-standard else # image.bbclass will call depmodwrapper after everything is installed, # no need to do it here as well : fi " packages/qemuarm-poky-linux-gnueabi/linux-yocto/kernel-module-xt-helper-5.10.52-yocto-standard: latest.pkg_postrm changed from "#!/bin/sh set -e if [ -z "$D" ]; then depmod -a 5.10.52-yocto-standard else depmodwrapper -a -b $D 5.10.52-yocto-standard fi " to "#!/bin/sh if [ -z "$D" ]; then depmod -a 5.10.52-yocto-standard else depmodwrapper -a -b $D 5.10.52-yocto-standard fi " packages/qemuarm-poky-linux-gnueabi/linux-yocto/kernel-module-xt-hl-5.10.52-yocto-standard: PKGSIZE changed from 9684 to 0 (-100%) packages/qemuarm-poky-linux-gnueabi/linux-yocto/kernel-module-xt-hl-5.10.52-yocto-standard: latest.pkg_postinst changed from "#!/bin/sh set -e if [ -z "$D" ]; then depmod -a 5.10.52-yocto-standard else # image.bbclass will call depmodwrapper after everything is installed, # no need to do it here as well : fi " to "#!/bin/sh if [ -z "$D" ]; then depmod -a 5.10.52-yocto-standard else # image.bbclass will call depmodwrapper after everything is installed, # no need to do it here as well : fi " packages/qemuarm-poky-linux-gnueabi/linux-yocto/kernel-module-xt-hl-5.10.52-yocto-standard: latest.pkg_postrm changed from "#!/bin/sh set -e if [ -z "$D" ]; then depmod -a 5.10.52-yocto-standard else depmodwrapper -a -b $D 5.10.52-yocto-standard fi " to "#!/bin/sh if [ -z "$D" ]; then depmod -a 5.10.52-yocto-standard else depmodwrapper -a -b $D 5.10.52-yocto-standard fi " packages/qemuarm-poky-linux-gnueabi/linux-yocto/kernel-module-xt-length-5.10.52-yocto-standard: PKGSIZE changed from 4416 to 0 (-100%) packages/qemuarm-poky-linux-gnueabi/linux-yocto/kernel-module-xt-length-5.10.52-yocto-standard: latest.pkg_postinst changed from "#!/bin/sh set -e if [ -z "$D" ]; then depmod -a 5.10.52-yocto-standard else # image.bbclass will call depmodwrapper after everything is installed, # no need to do it here as well : fi " to "#!/bin/sh if [ -z "$D" ]; then depmod -a 5.10.52-yocto-standard else # image.bbclass will call depmodwrapper after everything is installed, # no need to do it here as well : fi " packages/qemuarm-poky-linux-gnueabi/linux-yocto/kernel-module-xt-length-5.10.52-yocto-standard: latest.pkg_postrm changed from "#!/bin/sh set -e if [ -z "$D" ]; then depmod -a 5.10.52-yocto-standard else depmodwrapper -a -b $D 5.10.52-yocto-standard fi " to "#!/bin/sh if [ -z "$D" ]; then depmod -a 5.10.52-yocto-standard else depmodwrapper -a -b $D 5.10.52-yocto-standard fi " packages/qemuarm-poky-linux-gnueabi/linux-yocto/kernel-module-xt-limit-5.10.52-yocto-standard: PKGSIZE changed from 5588 to 0 (-100%) packages/qemuarm-poky-linux-gnueabi/linux-yocto/kernel-module-xt-limit-5.10.52-yocto-standard: latest.pkg_postinst changed from "#!/bin/sh set -e if [ -z "$D" ]; then depmod -a 5.10.52-yocto-standard else # image.bbclass will call depmodwrapper after everything is installed, # no need to do it here as well : fi " to "#!/bin/sh if [ -z "$D" ]; then depmod -a 5.10.52-yocto-standard else # image.bbclass will call depmodwrapper after everything is installed, # no need to do it here as well : fi " packages/qemuarm-poky-linux-gnueabi/linux-yocto/kernel-module-xt-limit-5.10.52-yocto-standard: latest.pkg_postrm changed from "#!/bin/sh set -e if [ -z "$D" ]; then depmod -a 5.10.52-yocto-standard else depmodwrapper -a -b $D 5.10.52-yocto-standard fi " to "#!/bin/sh if [ -z "$D" ]; then depmod -a 5.10.52-yocto-standard else depmodwrapper -a -b $D 5.10.52-yocto-standard fi " packages/qemuarm-poky-linux-gnueabi/linux-yocto/kernel-module-xt-log-5.10.52-yocto-standard: PKGSIZE changed from 4972 to 0 (-100%) packages/qemuarm-poky-linux-gnueabi/linux-yocto/kernel-module-xt-log-5.10.52-yocto-standard: latest.pkg_postinst changed from "#!/bin/sh set -e if [ -z "$D" ]; then depmod -a 5.10.52-yocto-standard else # image.bbclass will call depmodwrapper after everything is installed, # no need to do it here as well : fi " to "#!/bin/sh if [ -z "$D" ]; then depmod -a 5.10.52-yocto-standard else # image.bbclass will call depmodwrapper after everything is installed, # no need to do it here as well : fi " packages/qemuarm-poky-linux-gnueabi/linux-yocto/kernel-module-xt-log-5.10.52-yocto-standard: latest.pkg_postrm changed from "#!/bin/sh set -e if [ -z "$D" ]; then depmod -a 5.10.52-yocto-standard else depmodwrapper -a -b $D 5.10.52-yocto-standard fi " to "#!/bin/sh if [ -z "$D" ]; then depmod -a 5.10.52-yocto-standard else depmodwrapper -a -b $D 5.10.52-yocto-standard fi " packages/qemuarm-poky-linux-gnueabi/linux-yocto/kernel-module-xt-mac-5.10.52-yocto-standard: PKGSIZE changed from 4140 to 0 (-100%) packages/qemuarm-poky-linux-gnueabi/linux-yocto/kernel-module-xt-mac-5.10.52-yocto-standard: latest.pkg_postinst changed from "#!/bin/sh set -e if [ -z "$D" ]; then depmod -a 5.10.52-yocto-standard else # image.bbclass will call depmodwrapper after everything is installed, # no need to do it here as well : fi " to "#!/bin/sh if [ -z "$D" ]; then depmod -a 5.10.52-yocto-standard else # image.bbclass will call depmodwrapper after everything is installed, # no need to do it here as well : fi " packages/qemuarm-poky-linux-gnueabi/linux-yocto/kernel-module-xt-mac-5.10.52-yocto-standard: latest.pkg_postrm changed from "#!/bin/sh set -e if [ -z "$D" ]; then depmod -a 5.10.52-yocto-standard else depmodwrapper -a -b $D 5.10.52-yocto-standard fi " to "#!/bin/sh if [ -z "$D" ]; then depmod -a 5.10.52-yocto-standard else depmodwrapper -a -b $D 5.10.52-yocto-standard fi " packages/qemuarm-poky-linux-gnueabi/linux-yocto/kernel-module-xt-mark-5.10.52-yocto-standard: PKGSIZE changed from 4644 to 0 (-100%) packages/qemuarm-poky-linux-gnueabi/linux-yocto/kernel-module-xt-mark-5.10.52-yocto-standard: latest.pkg_postinst changed from "#!/bin/sh set -e if [ -z "$D" ]; then depmod -a 5.10.52-yocto-standard else # image.bbclass will call depmodwrapper after everything is installed, # no need to do it here as well : fi " to "#!/bin/sh if [ -z "$D" ]; then depmod -a 5.10.52-yocto-standard else # image.bbclass will call depmodwrapper after everything is installed, # no need to do it here as well : fi " packages/qemuarm-poky-linux-gnueabi/linux-yocto/kernel-module-xt-mark-5.10.52-yocto-standard: latest.pkg_postrm changed from "#!/bin/sh set -e if [ -z "$D" ]; then depmod -a 5.10.52-yocto-standard else depmodwrapper -a -b $D 5.10.52-yocto-standard fi " to "#!/bin/sh if [ -z "$D" ]; then depmod -a 5.10.52-yocto-standard else depmodwrapper -a -b $D 5.10.52-yocto-standard fi " packages/qemuarm-poky-linux-gnueabi/linux-yocto/kernel-module-xt-masquerade-5.10.52-yocto-standard: PKGSIZE changed from 5388 to 0 (-100%) packages/qemuarm-poky-linux-gnueabi/linux-yocto/kernel-module-xt-masquerade-5.10.52-yocto-standard: latest.pkg_postinst changed from "#!/bin/sh set -e if [ -z "$D" ]; then depmod -a 5.10.52-yocto-standard else # image.bbclass will call depmodwrapper after everything is installed, # no need to do it here as well : fi " to "#!/bin/sh if [ -z "$D" ]; then depmod -a 5.10.52-yocto-standard else # image.bbclass will call depmodwrapper after everything is installed, # no need to do it here as well : fi " packages/qemuarm-poky-linux-gnueabi/linux-yocto/kernel-module-xt-masquerade-5.10.52-yocto-standard: latest.pkg_postrm changed from "#!/bin/sh set -e if [ -z "$D" ]; then depmod -a 5.10.52-yocto-standard else depmodwrapper -a -b $D 5.10.52-yocto-standard fi " to "#!/bin/sh if [ -z "$D" ]; then depmod -a 5.10.52-yocto-standard else depmodwrapper -a -b $D 5.10.52-yocto-standard fi " packages/qemuarm-poky-linux-gnueabi/linux-yocto/kernel-module-xt-multiport-5.10.52-yocto-standard: PKGSIZE changed from 5216 to 0 (-100%) packages/qemuarm-poky-linux-gnueabi/linux-yocto/kernel-module-xt-multiport-5.10.52-yocto-standard: latest.pkg_postinst changed from "#!/bin/sh set -e if [ -z "$D" ]; then depmod -a 5.10.52-yocto-standard else # image.bbclass will call depmodwrapper after everything is installed, # no need to do it here as well : fi " to "#!/bin/sh if [ -z "$D" ]; then depmod -a 5.10.52-yocto-standard else # image.bbclass will call depmodwrapper after everything is installed, # no need to do it here as well : fi " packages/qemuarm-poky-linux-gnueabi/linux-yocto/kernel-module-xt-multiport-5.10.52-yocto-standard: latest.pkg_postrm changed from "#!/bin/sh set -e if [ -z "$D" ]; then depmod -a 5.10.52-yocto-standard else depmodwrapper -a -b $D 5.10.52-yocto-standard fi " to "#!/bin/sh if [ -z "$D" ]; then depmod -a 5.10.52-yocto-standard else depmodwrapper -a -b $D 5.10.52-yocto-standard fi " packages/qemuarm-poky-linux-gnueabi/linux-yocto/kernel-module-xt-nat-5.10.52-yocto-standard: PKGSIZE changed from 7668 to 0 (-100%) packages/qemuarm-poky-linux-gnueabi/linux-yocto/kernel-module-xt-nat-5.10.52-yocto-standard: latest.pkg_postinst changed from "#!/bin/sh set -e if [ -z "$D" ]; then depmod -a 5.10.52-yocto-standard else # image.bbclass will call depmodwrapper after everything is installed, # no need to do it here as well : fi " to "#!/bin/sh if [ -z "$D" ]; then depmod -a 5.10.52-yocto-standard else # image.bbclass will call depmodwrapper after everything is installed, # no need to do it here as well : fi " packages/qemuarm-poky-linux-gnueabi/linux-yocto/kernel-module-xt-nat-5.10.52-yocto-standard: latest.pkg_postrm changed from "#!/bin/sh set -e if [ -z "$D" ]; then depmod -a 5.10.52-yocto-standard else depmodwrapper -a -b $D 5.10.52-yocto-standard fi " to "#!/bin/sh if [ -z "$D" ]; then depmod -a 5.10.52-yocto-standard else depmodwrapper -a -b $D 5.10.52-yocto-standard fi " packages/qemuarm-poky-linux-gnueabi/linux-yocto/kernel-module-xt-netmap-5.10.52-yocto-standard: PKGSIZE changed from 5460 to 0 (-100%) packages/qemuarm-poky-linux-gnueabi/linux-yocto/kernel-module-xt-netmap-5.10.52-yocto-standard: latest.pkg_postinst changed from "#!/bin/sh set -e if [ -z "$D" ]; then depmod -a 5.10.52-yocto-standard else # image.bbclass will call depmodwrapper after everything is installed, # no need to do it here as well : fi " to "#!/bin/sh if [ -z "$D" ]; then depmod -a 5.10.52-yocto-standard else # image.bbclass will call depmodwrapper after everything is installed, # no need to do it here as well : fi " packages/qemuarm-poky-linux-gnueabi/linux-yocto/kernel-module-xt-netmap-5.10.52-yocto-standard: latest.pkg_postrm changed from "#!/bin/sh set -e if [ -z "$D" ]; then depmod -a 5.10.52-yocto-standard else depmodwrapper -a -b $D 5.10.52-yocto-standard fi " to "#!/bin/sh if [ -z "$D" ]; then depmod -a 5.10.52-yocto-standard else depmodwrapper -a -b $D 5.10.52-yocto-standard fi " packages/qemuarm-poky-linux-gnueabi/linux-yocto/kernel-module-xt-nflog-5.10.52-yocto-standard: PKGSIZE changed from 4784 to 0 (-100%) packages/qemuarm-poky-linux-gnueabi/linux-yocto/kernel-module-xt-nflog-5.10.52-yocto-standard: latest.pkg_postinst changed from "#!/bin/sh set -e if [ -z "$D" ]; then depmod -a 5.10.52-yocto-standard else # image.bbclass will call depmodwrapper after everything is installed, # no need to do it here as well : fi " to "#!/bin/sh if [ -z "$D" ]; then depmod -a 5.10.52-yocto-standard else # image.bbclass will call depmodwrapper after everything is installed, # no need to do it here as well : fi " packages/qemuarm-poky-linux-gnueabi/linux-yocto/kernel-module-xt-nflog-5.10.52-yocto-standard: latest.pkg_postrm changed from "#!/bin/sh set -e if [ -z "$D" ]; then depmod -a 5.10.52-yocto-standard else depmodwrapper -a -b $D 5.10.52-yocto-standard fi " to "#!/bin/sh if [ -z "$D" ]; then depmod -a 5.10.52-yocto-standard else depmodwrapper -a -b $D 5.10.52-yocto-standard fi " packages/qemuarm-poky-linux-gnueabi/linux-yocto/kernel-module-xt-nfqueue-5.10.52-yocto-standard: PKGSIZE changed from 6980 to 0 (-100%) packages/qemuarm-poky-linux-gnueabi/linux-yocto/kernel-module-xt-nfqueue-5.10.52-yocto-standard: latest.pkg_postinst changed from "#!/bin/sh set -e if [ -z "$D" ]; then depmod -a 5.10.52-yocto-standard else # image.bbclass will call depmodwrapper after everything is installed, # no need to do it here as well : fi " to "#!/bin/sh if [ -z "$D" ]; then depmod -a 5.10.52-yocto-standard else # image.bbclass will call depmodwrapper after everything is installed, # no need to do it here as well : fi " packages/qemuarm-poky-linux-gnueabi/linux-yocto/kernel-module-xt-nfqueue-5.10.52-yocto-standard: latest.pkg_postrm changed from "#!/bin/sh set -e if [ -z "$D" ]; then depmod -a 5.10.52-yocto-standard else depmodwrapper -a -b $D 5.10.52-yocto-standard fi " to "#!/bin/sh if [ -z "$D" ]; then depmod -a 5.10.52-yocto-standard else depmodwrapper -a -b $D 5.10.52-yocto-standard fi " packages/qemuarm-poky-linux-gnueabi/linux-yocto/kernel-module-xt-pkttype-5.10.52-yocto-standard: PKGSIZE changed from 4156 to 0 (-100%) packages/qemuarm-poky-linux-gnueabi/linux-yocto/kernel-module-xt-pkttype-5.10.52-yocto-standard: latest.pkg_postinst changed from "#!/bin/sh set -e if [ -z "$D" ]; then depmod -a 5.10.52-yocto-standard else # image.bbclass will call depmodwrapper after everything is installed, # no need to do it here as well : fi " to "#!/bin/sh if [ -z "$D" ]; then depmod -a 5.10.52-yocto-standard else # image.bbclass will call depmodwrapper after everything is installed, # no need to do it here as well : fi " packages/qemuarm-poky-linux-gnueabi/linux-yocto/kernel-module-xt-pkttype-5.10.52-yocto-standard: latest.pkg_postrm changed from "#!/bin/sh set -e if [ -z "$D" ]; then depmod -a 5.10.52-yocto-standard else depmodwrapper -a -b $D 5.10.52-yocto-standard fi " to "#!/bin/sh if [ -z "$D" ]; then depmod -a 5.10.52-yocto-standard else depmodwrapper -a -b $D 5.10.52-yocto-standard fi " packages/qemuarm-poky-linux-gnueabi/linux-yocto/kernel-module-xt-policy-5.10.52-yocto-standard: PKGSIZE changed from 6024 to 0 (-100%) packages/qemuarm-poky-linux-gnueabi/linux-yocto/kernel-module-xt-policy-5.10.52-yocto-standard: latest.pkg_postinst changed from "#!/bin/sh set -e if [ -z "$D" ]; then depmod -a 5.10.52-yocto-standard else # image.bbclass will call depmodwrapper after everything is installed, # no need to do it here as well : fi " to "#!/bin/sh if [ -z "$D" ]; then depmod -a 5.10.52-yocto-standard else # image.bbclass will call depmodwrapper after everything is installed, # no need to do it here as well : fi " packages/qemuarm-poky-linux-gnueabi/linux-yocto/kernel-module-xt-policy-5.10.52-yocto-standard: latest.pkg_postrm changed from "#!/bin/sh set -e if [ -z "$D" ]; then depmod -a 5.10.52-yocto-standard else depmodwrapper -a -b $D 5.10.52-yocto-standard fi " to "#!/bin/sh if [ -z "$D" ]; then depmod -a 5.10.52-yocto-standard else depmodwrapper -a -b $D 5.10.52-yocto-standard fi " packages/qemuarm-poky-linux-gnueabi/linux-yocto/kernel-module-xt-quota-5.10.52-yocto-standard: PKGSIZE changed from 4620 to 0 (-100%) packages/qemuarm-poky-linux-gnueabi/linux-yocto/kernel-module-xt-quota-5.10.52-yocto-standard: latest.pkg_postinst changed from "#!/bin/sh set -e if [ -z "$D" ]; then depmod -a 5.10.52-yocto-standard else # image.bbclass will call depmodwrapper after everything is installed, # no need to do it here as well : fi " to "#!/bin/sh if [ -z "$D" ]; then depmod -a 5.10.52-yocto-standard else # image.bbclass will call depmodwrapper after everything is installed, # no need to do it here as well : fi " packages/qemuarm-poky-linux-gnueabi/linux-yocto/kernel-module-xt-quota-5.10.52-yocto-standard: latest.pkg_postrm changed from "#!/bin/sh set -e if [ -z "$D" ]; then depmod -a 5.10.52-yocto-standard else depmodwrapper -a -b $D 5.10.52-yocto-standard fi " to "#!/bin/sh if [ -z "$D" ]; then depmod -a 5.10.52-yocto-standard else depmodwrapper -a -b $D 5.10.52-yocto-standard fi " packages/qemuarm-poky-linux-gnueabi/linux-yocto/kernel-module-xt-realm-5.10.52-yocto-standard: PKGSIZE changed from 4048 to 0 (-100%) packages/qemuarm-poky-linux-gnueabi/linux-yocto/kernel-module-xt-realm-5.10.52-yocto-standard: latest.pkg_postinst changed from "#!/bin/sh set -e if [ -z "$D" ]; then depmod -a 5.10.52-yocto-standard else # image.bbclass will call depmodwrapper after everything is installed, # no need to do it here as well : fi " to "#!/bin/sh if [ -z "$D" ]; then depmod -a 5.10.52-yocto-standard else # image.bbclass will call depmodwrapper after everything is installed, # no need to do it here as well : fi " packages/qemuarm-poky-linux-gnueabi/linux-yocto/kernel-module-xt-realm-5.10.52-yocto-standard: latest.pkg_postrm changed from "#!/bin/sh set -e if [ -z "$D" ]; then depmod -a 5.10.52-yocto-standard else depmodwrapper -a -b $D 5.10.52-yocto-standard fi " to "#!/bin/sh if [ -z "$D" ]; then depmod -a 5.10.52-yocto-standard else depmodwrapper -a -b $D 5.10.52-yocto-standard fi " packages/qemuarm-poky-linux-gnueabi/linux-yocto/kernel-module-xt-redirect-5.10.52-yocto-standard: PKGSIZE changed from 4988 to 0 (-100%) packages/qemuarm-poky-linux-gnueabi/linux-yocto/kernel-module-xt-redirect-5.10.52-yocto-standard: latest.pkg_postinst changed from "#!/bin/sh set -e if [ -z "$D" ]; then depmod -a 5.10.52-yocto-standard else # image.bbclass will call depmodwrapper after everything is installed, # no need to do it here as well : fi " to "#!/bin/sh if [ -z "$D" ]; then depmod -a 5.10.52-yocto-standard else # image.bbclass will call depmodwrapper after everything is installed, # no need to do it here as well : fi " packages/qemuarm-poky-linux-gnueabi/linux-yocto/kernel-module-xt-redirect-5.10.52-yocto-standard: latest.pkg_postrm changed from "#!/bin/sh set -e if [ -z "$D" ]; then depmod -a 5.10.52-yocto-standard else depmodwrapper -a -b $D 5.10.52-yocto-standard fi " to "#!/bin/sh if [ -z "$D" ]; then depmod -a 5.10.52-yocto-standard else depmodwrapper -a -b $D 5.10.52-yocto-standard fi " packages/qemuarm-poky-linux-gnueabi/linux-yocto/kernel-module-xt-sctp-5.10.52-yocto-standard: PKGSIZE changed from 5604 to 0 (-100%) packages/qemuarm-poky-linux-gnueabi/linux-yocto/kernel-module-xt-sctp-5.10.52-yocto-standard: latest.pkg_postinst changed from "#!/bin/sh set -e if [ -z "$D" ]; then depmod -a 5.10.52-yocto-standard else # image.bbclass will call depmodwrapper after everything is installed, # no need to do it here as well : fi " to "#!/bin/sh if [ -z "$D" ]; then depmod -a 5.10.52-yocto-standard else # image.bbclass will call depmodwrapper after everything is installed, # no need to do it here as well : fi " packages/qemuarm-poky-linux-gnueabi/linux-yocto/kernel-module-xt-sctp-5.10.52-yocto-standard: latest.pkg_postrm changed from "#!/bin/sh set -e if [ -z "$D" ]; then depmod -a 5.10.52-yocto-standard else depmodwrapper -a -b $D 5.10.52-yocto-standard fi " to "#!/bin/sh if [ -z "$D" ]; then depmod -a 5.10.52-yocto-standard else depmodwrapper -a -b $D 5.10.52-yocto-standard fi " packages/qemuarm-poky-linux-gnueabi/linux-yocto/kernel-module-xt-state-5.10.52-yocto-standard: PKGSIZE changed from 5044 to 0 (-100%) packages/qemuarm-poky-linux-gnueabi/linux-yocto/kernel-module-xt-state-5.10.52-yocto-standard: latest.pkg_postinst changed from "#!/bin/sh set -e if [ -z "$D" ]; then depmod -a 5.10.52-yocto-standard else # image.bbclass will call depmodwrapper after everything is installed, # no need to do it here as well : fi " to "#!/bin/sh if [ -z "$D" ]; then depmod -a 5.10.52-yocto-standard else # image.bbclass will call depmodwrapper after everything is installed, # no need to do it here as well : fi " packages/qemuarm-poky-linux-gnueabi/linux-yocto/kernel-module-xt-state-5.10.52-yocto-standard: latest.pkg_postrm changed from "#!/bin/sh set -e if [ -z "$D" ]; then depmod -a 5.10.52-yocto-standard else depmodwrapper -a -b $D 5.10.52-yocto-standard fi " to "#!/bin/sh if [ -z "$D" ]; then depmod -a 5.10.52-yocto-standard else depmodwrapper -a -b $D 5.10.52-yocto-standard fi " packages/qemuarm-poky-linux-gnueabi/linux-yocto/kernel-module-xt-statistic-5.10.52-yocto-standard: PKGSIZE changed from 4868 to 0 (-100%) packages/qemuarm-poky-linux-gnueabi/linux-yocto/kernel-module-xt-statistic-5.10.52-yocto-standard: latest.pkg_postinst changed from "#!/bin/sh set -e if [ -z "$D" ]; then depmod -a 5.10.52-yocto-standard else # image.bbclass will call depmodwrapper after everything is installed, # no need to do it here as well : fi " to "#!/bin/sh if [ -z "$D" ]; then depmod -a 5.10.52-yocto-standard else # image.bbclass will call depmodwrapper after everything is installed, # no need to do it here as well : fi " packages/qemuarm-poky-linux-gnueabi/linux-yocto/kernel-module-xt-statistic-5.10.52-yocto-standard: latest.pkg_postrm changed from "#!/bin/sh set -e if [ -z "$D" ]; then depmod -a 5.10.52-yocto-standard else depmodwrapper -a -b $D 5.10.52-yocto-standard fi " to "#!/bin/sh if [ -z "$D" ]; then depmod -a 5.10.52-yocto-standard else depmodwrapper -a -b $D 5.10.52-yocto-standard fi " packages/qemuarm-poky-linux-gnueabi/linux-yocto/kernel-module-xt-string-5.10.52-yocto-standard: PKGSIZE changed from 4572 to 0 (-100%) packages/qemuarm-poky-linux-gnueabi/linux-yocto/kernel-module-xt-string-5.10.52-yocto-standard: latest.pkg_postinst changed from "#!/bin/sh set -e if [ -z "$D" ]; then depmod -a 5.10.52-yocto-standard else # image.bbclass will call depmodwrapper after everything is installed, # no need to do it here as well : fi " to "#!/bin/sh if [ -z "$D" ]; then depmod -a 5.10.52-yocto-standard else # image.bbclass will call depmodwrapper after everything is installed, # no need to do it here as well : fi " packages/qemuarm-poky-linux-gnueabi/linux-yocto/kernel-module-xt-string-5.10.52-yocto-standard: latest.pkg_postrm changed from "#!/bin/sh set -e if [ -z "$D" ]; then depmod -a 5.10.52-yocto-standard else depmodwrapper -a -b $D 5.10.52-yocto-standard fi " to "#!/bin/sh if [ -z "$D" ]; then depmod -a 5.10.52-yocto-standard else depmodwrapper -a -b $D 5.10.52-yocto-standard fi " packages/qemuarm-poky-linux-gnueabi/linux-yocto/kernel-module-xt-tcpmss-5.10.52-yocto-standard: PKGSIZE changed from 12672 to 0 (-100%) packages/qemuarm-poky-linux-gnueabi/linux-yocto/kernel-module-xt-tcpmss-5.10.52-yocto-standard: latest.pkg_postinst changed from "#!/bin/sh set -e if [ -z "$D" ]; then depmod -a 5.10.52-yocto-standard else # image.bbclass will call depmodwrapper after everything is installed, # no need to do it here as well : fi " to "#!/bin/sh if [ -z "$D" ]; then depmod -a 5.10.52-yocto-standard else # image.bbclass will call depmodwrapper after everything is installed, # no need to do it here as well : fi " packages/qemuarm-poky-linux-gnueabi/linux-yocto/kernel-module-xt-tcpmss-5.10.52-yocto-standard: latest.pkg_postrm changed from "#!/bin/sh set -e if [ -z "$D" ]; then depmod -a 5.10.52-yocto-standard else depmodwrapper -a -b $D 5.10.52-yocto-standard fi " to "#!/bin/sh if [ -z "$D" ]; then depmod -a 5.10.52-yocto-standard else depmodwrapper -a -b $D 5.10.52-yocto-standard fi " packages/qemuarm-poky-linux-gnueabi/linux-yocto/kernel-module-xt-tcpudp-5.10.52-yocto-standard: PKGSIZE changed from 5924 to 0 (-100%) packages/qemuarm-poky-linux-gnueabi/linux-yocto/kernel-module-xt-tcpudp-5.10.52-yocto-standard: latest.pkg_postinst changed from "#!/bin/sh set -e if [ -z "$D" ]; then depmod -a 5.10.52-yocto-standard else # image.bbclass will call depmodwrapper after everything is installed, # no need to do it here as well : fi " to "#!/bin/sh if [ -z "$D" ]; then depmod -a 5.10.52-yocto-standard else # image.bbclass will call depmodwrapper after everything is installed, # no need to do it here as well : fi " packages/qemuarm-poky-linux-gnueabi/linux-yocto/kernel-module-xt-tcpudp-5.10.52-yocto-standard: latest.pkg_postrm changed from "#!/bin/sh set -e if [ -z "$D" ]; then depmod -a 5.10.52-yocto-standard else depmodwrapper -a -b $D 5.10.52-yocto-standard fi " to "#!/bin/sh if [ -z "$D" ]; then depmod -a 5.10.52-yocto-standard else depmodwrapper -a -b $D 5.10.52-yocto-standard fi " packages/qemuarm-poky-linux-gnueabi/linux-yocto/kernel-module-xt-trace-5.10.52-yocto-standard: PKGSIZE changed from 4352 to 0 (-100%) packages/qemuarm-poky-linux-gnueabi/linux-yocto/kernel-module-xt-trace-5.10.52-yocto-standard: latest.pkg_postinst changed from "#!/bin/sh set -e if [ -z "$D" ]; then depmod -a 5.10.52-yocto-standard else # image.bbclass will call depmodwrapper after everything is installed, # no need to do it here as well : fi " to "#!/bin/sh if [ -z "$D" ]; then depmod -a 5.10.52-yocto-standard else # image.bbclass will call depmodwrapper after everything is installed, # no need to do it here as well : fi " packages/qemuarm-poky-linux-gnueabi/linux-yocto/kernel-module-xt-trace-5.10.52-yocto-standard: latest.pkg_postrm changed from "#!/bin/sh set -e if [ -z "$D" ]; then depmod -a 5.10.52-yocto-standard else depmodwrapper -a -b $D 5.10.52-yocto-standard fi " to "#!/bin/sh if [ -z "$D" ]; then depmod -a 5.10.52-yocto-standard else depmodwrapper -a -b $D 5.10.52-yocto-standard fi " packages/qemuarm-poky-linux-gnueabi/linux-yocto/kernel-module-xt-u32-5.10.52-yocto-standard: PKGSIZE changed from 5028 to 0 (-100%) packages/qemuarm-poky-linux-gnueabi/linux-yocto/kernel-module-xt-u32-5.10.52-yocto-standard: latest.pkg_postinst changed from "#!/bin/sh set -e if [ -z "$D" ]; then depmod -a 5.10.52-yocto-standard else # image.bbclass will call depmodwrapper after everything is installed, # no need to do it here as well : fi " to "#!/bin/sh if [ -z "$D" ]; then depmod -a 5.10.52-yocto-standard else # image.bbclass will call depmodwrapper after everything is installed, # no need to do it here as well : fi " packages/qemuarm-poky-linux-gnueabi/linux-yocto/kernel-module-xt-u32-5.10.52-yocto-standard: latest.pkg_postrm changed from "#!/bin/sh set -e if [ -z "$D" ]; then depmod -a 5.10.52-yocto-standard else depmodwrapper -a -b $D 5.10.52-yocto-standard fi " to "#!/bin/sh if [ -z "$D" ]; then depmod -a 5.10.52-yocto-standard else depmodwrapper -a -b $D 5.10.52-yocto-standard fi " packages/qemuarm-poky-linux-gnueabi/linux-yocto/kernel-vmlinux: PKGSIZE changed from 18830632 to 0 (-100%) packages/qemuarm-poky-linux-gnueabi/lttng-modules/kernel-module-lttng-clock-5.10.52-yocto-standard: PKGSIZE changed from 5700 to 0 (-100%) packages/qemuarm-poky-linux-gnueabi/lttng-modules/kernel-module-lttng-clock-5.10.52-yocto-standard: latest.pkg_postinst changed from "#!/bin/sh set -e if [ -z "$D" ]; then depmod -a 5.10.52-yocto-standard else # image.bbclass will call depmodwrapper after everything is installed, # no need to do it here as well : fi " to "#!/bin/sh if [ -z "$D" ]; then depmod -a 5.10.52-yocto-standard else # image.bbclass will call depmodwrapper after everything is installed, # no need to do it here as well : fi " packages/qemuarm-poky-linux-gnueabi/lttng-modules/kernel-module-lttng-clock-5.10.52-yocto-standard: latest.pkg_postrm changed from "#!/bin/sh set -e if [ -z "$D" ]; then depmod -a 5.10.52-yocto-standard else depmodwrapper -a -b $D 5.10.52-yocto-standard fi " to "#!/bin/sh if [ -z "$D" ]; then depmod -a 5.10.52-yocto-standard else depmodwrapper -a -b $D 5.10.52-yocto-standard fi " packages/qemuarm-poky-linux-gnueabi/lttng-modules/kernel-module-lttng-clock-plugin-test-5.10.52-yocto-standard: PKGSIZE changed from 4984 to 0 (-100%) packages/qemuarm-poky-linux-gnueabi/lttng-modules/kernel-module-lttng-clock-plugin-test-5.10.52-yocto-standard: latest.pkg_postinst changed from "#!/bin/sh set -e if [ -z "$D" ]; then depmod -a 5.10.52-yocto-standard else # image.bbclass will call depmodwrapper after everything is installed, # no need to do it here as well : fi " to "#!/bin/sh if [ -z "$D" ]; then depmod -a 5.10.52-yocto-standard else # image.bbclass will call depmodwrapper after everything is installed, # no need to do it here as well : fi " packages/qemuarm-poky-linux-gnueabi/lttng-modules/kernel-module-lttng-clock-plugin-test-5.10.52-yocto-standard: latest.pkg_postrm changed from "#!/bin/sh set -e if [ -z "$D" ]; then depmod -a 5.10.52-yocto-standard else depmodwrapper -a -b $D 5.10.52-yocto-standard fi " to "#!/bin/sh if [ -z "$D" ]; then depmod -a 5.10.52-yocto-standard else depmodwrapper -a -b $D 5.10.52-yocto-standard fi " packages/qemuarm-poky-linux-gnueabi/lttng-modules/kernel-module-lttng-kprobes-5.10.52-yocto-standard: PKGSIZE changed from 5188 to 0 (-100%) packages/qemuarm-poky-linux-gnueabi/lttng-modules/kernel-module-lttng-kprobes-5.10.52-yocto-standard: latest.pkg_postinst changed from "#!/bin/sh set -e if [ -z "$D" ]; then depmod -a 5.10.52-yocto-standard else # image.bbclass will call depmodwrapper after everything is installed, # no need to do it here as well : fi " to "#!/bin/sh if [ -z "$D" ]; then depmod -a 5.10.52-yocto-standard else # image.bbclass will call depmodwrapper after everything is installed, # no need to do it here as well : fi " packages/qemuarm-poky-linux-gnueabi/lttng-modules/kernel-module-lttng-kprobes-5.10.52-yocto-standard: latest.pkg_postrm changed from "#!/bin/sh set -e if [ -z "$D" ]; then depmod -a 5.10.52-yocto-standard else depmodwrapper -a -b $D 5.10.52-yocto-standard fi " to "#!/bin/sh if [ -z "$D" ]; then depmod -a 5.10.52-yocto-standard else depmodwrapper -a -b $D 5.10.52-yocto-standard fi " packages/qemuarm-poky-linux-gnueabi/lttng-modules/kernel-module-lttng-kretprobes-5.10.52-yocto-standard: PKGSIZE changed from 7176 to 0 (-100%) packages/qemuarm-poky-linux-gnueabi/lttng-modules/kernel-module-lttng-kretprobes-5.10.52-yocto-standard: latest.pkg_postinst changed from "#!/bin/sh set -e if [ -z "$D" ]; then depmod -a 5.10.52-yocto-standard else # image.bbclass will call depmodwrapper after everything is installed, # no need to do it here as well : fi " to "#!/bin/sh if [ -z "$D" ]; then depmod -a 5.10.52-yocto-standard else # image.bbclass will call depmodwrapper after everything is installed, # no need to do it here as well : fi " packages/qemuarm-poky-linux-gnueabi/lttng-modules/kernel-module-lttng-kretprobes-5.10.52-yocto-standard: latest.pkg_postrm changed from "#!/bin/sh set -e if [ -z "$D" ]; then depmod -a 5.10.52-yocto-standard else depmodwrapper -a -b $D 5.10.52-yocto-standard fi " to "#!/bin/sh if [ -z "$D" ]; then depmod -a 5.10.52-yocto-standard else depmodwrapper -a -b $D 5.10.52-yocto-standard fi " packages/qemuarm-poky-linux-gnueabi/lttng-modules/kernel-module-lttng-lib-ring-buffer-5.10.52-yocto-standard: PKGSIZE changed from 60544 to 0 (-100%) packages/qemuarm-poky-linux-gnueabi/lttng-modules/kernel-module-lttng-lib-ring-buffer-5.10.52-yocto-standard: latest.pkg_postinst changed from "#!/bin/sh set -e if [ -z "$D" ]; then depmod -a 5.10.52-yocto-standard else # image.bbclass will call depmodwrapper after everything is installed, # no need to do it here as well : fi " to "#!/bin/sh if [ -z "$D" ]; then depmod -a 5.10.52-yocto-standard else # image.bbclass will call depmodwrapper after everything is installed, # no need to do it here as well : fi " packages/qemuarm-poky-linux-gnueabi/lttng-modules/kernel-module-lttng-lib-ring-buffer-5.10.52-yocto-standard: latest.pkg_postrm changed from "#!/bin/sh set -e if [ -z "$D" ]; then depmod -a 5.10.52-yocto-standard else depmodwrapper -a -b $D 5.10.52-yocto-standard fi " to "#!/bin/sh if [ -z "$D" ]; then depmod -a 5.10.52-yocto-standard else depmodwrapper -a -b $D 5.10.52-yocto-standard fi " packages/qemuarm-poky-linux-gnueabi/lttng-modules/kernel-module-lttng-probe-block-5.10.52-yocto-standard: PKGSIZE changed from 33756 to 0 (-100%) packages/qemuarm-poky-linux-gnueabi/lttng-modules/kernel-module-lttng-probe-block-5.10.52-yocto-standard: latest.pkg_postinst changed from "#!/bin/sh set -e if [ -z "$D" ]; then depmod -a 5.10.52-yocto-standard else # image.bbclass will call depmodwrapper after everything is installed, # no need to do it here as well : fi " to "#!/bin/sh if [ -z "$D" ]; then depmod -a 5.10.52-yocto-standard else # image.bbclass will call depmodwrapper after everything is installed, # no need to do it here as well : fi " packages/qemuarm-poky-linux-gnueabi/lttng-modules/kernel-module-lttng-probe-block-5.10.52-yocto-standard: latest.pkg_postrm changed from "#!/bin/sh set -e if [ -z "$D" ]; then depmod -a 5.10.52-yocto-standard else depmodwrapper -a -b $D 5.10.52-yocto-standard fi " to "#!/bin/sh if [ -z "$D" ]; then depmod -a 5.10.52-yocto-standard else depmodwrapper -a -b $D 5.10.52-yocto-standard fi " packages/qemuarm-poky-linux-gnueabi/lttng-modules/kernel-module-lttng-probe-btrfs-5.10.52-yocto-standard: PKGSIZE changed from 53172 to 0 (-100%) packages/qemuarm-poky-linux-gnueabi/lttng-modules/kernel-module-lttng-probe-btrfs-5.10.52-yocto-standard: latest.pkg_postinst changed from "#!/bin/sh set -e if [ -z "$D" ]; then depmod -a 5.10.52-yocto-standard else # image.bbclass will call depmodwrapper after everything is installed, # no need to do it here as well : fi " to "#!/bin/sh if [ -z "$D" ]; then depmod -a 5.10.52-yocto-standard else # image.bbclass will call depmodwrapper after everything is installed, # no need to do it here as well : fi " packages/qemuarm-poky-linux-gnueabi/lttng-modules/kernel-module-lttng-probe-btrfs-5.10.52-yocto-standard: latest.pkg_postrm changed from "#!/bin/sh set -e if [ -z "$D" ]; then depmod -a 5.10.52-yocto-standard else depmodwrapper -a -b $D 5.10.52-yocto-standard fi " to "#!/bin/sh if [ -z "$D" ]; then depmod -a 5.10.52-yocto-standard else depmodwrapper -a -b $D 5.10.52-yocto-standard fi " packages/qemuarm-poky-linux-gnueabi/lttng-modules/kernel-module-lttng-probe-compaction-5.10.52-yocto-standard: PKGSIZE changed from 7504 to 0 (-100%) packages/qemuarm-poky-linux-gnueabi/lttng-modules/kernel-module-lttng-probe-compaction-5.10.52-yocto-standard: latest.pkg_postinst changed from "#!/bin/sh set -e if [ -z "$D" ]; then depmod -a 5.10.52-yocto-standard else # image.bbclass will call depmodwrapper after everything is installed, # no need to do it here as well : fi " to "#!/bin/sh if [ -z "$D" ]; then depmod -a 5.10.52-yocto-standard else # image.bbclass will call depmodwrapper after everything is installed, # no need to do it here as well : fi " packages/qemuarm-poky-linux-gnueabi/lttng-modules/kernel-module-lttng-probe-compaction-5.10.52-yocto-standard: latest.pkg_postrm changed from "#!/bin/sh set -e if [ -z "$D" ]; then depmod -a 5.10.52-yocto-standard else depmodwrapper -a -b $D 5.10.52-yocto-standard fi " to "#!/bin/sh if [ -z "$D" ]; then depmod -a 5.10.52-yocto-standard else depmodwrapper -a -b $D 5.10.52-yocto-standard fi " packages/qemuarm-poky-linux-gnueabi/lttng-modules/kernel-module-lttng-probe-ext4-5.10.52-yocto-standard: PKGSIZE changed from 136820 to 0 (-100%) packages/qemuarm-poky-linux-gnueabi/lttng-modules/kernel-module-lttng-probe-ext4-5.10.52-yocto-standard: latest.pkg_postinst changed from "#!/bin/sh set -e if [ -z "$D" ]; then depmod -a 5.10.52-yocto-standard else # image.bbclass will call depmodwrapper after everything is installed, # no need to do it here as well : fi " to "#!/bin/sh if [ -z "$D" ]; then depmod -a 5.10.52-yocto-standard else # image.bbclass will call depmodwrapper after everything is installed, # no need to do it here as well : fi " packages/qemuarm-poky-linux-gnueabi/lttng-modules/kernel-module-lttng-probe-ext4-5.10.52-yocto-standard: latest.pkg_postrm changed from "#!/bin/sh set -e if [ -z "$D" ]; then depmod -a 5.10.52-yocto-standard else depmodwrapper -a -b $D 5.10.52-yocto-standard fi " to "#!/bin/sh if [ -z "$D" ]; then depmod -a 5.10.52-yocto-standard else depmodwrapper -a -b $D 5.10.52-yocto-standard fi " packages/qemuarm-poky-linux-gnueabi/lttng-modules/kernel-module-lttng-probe-gpio-5.10.52-yocto-standard: PKGSIZE changed from 7164 to 0 (-100%) packages/qemuarm-poky-linux-gnueabi/lttng-modules/kernel-module-lttng-probe-gpio-5.10.52-yocto-standard: latest.pkg_postinst changed from "#!/bin/sh set -e if [ -z "$D" ]; then depmod -a 5.10.52-yocto-standard else # image.bbclass will call depmodwrapper after everything is installed, # no need to do it here as well : fi " to "#!/bin/sh if [ -z "$D" ]; then depmod -a 5.10.52-yocto-standard else # image.bbclass will call depmodwrapper after everything is installed, # no need to do it here as well : fi " packages/qemuarm-poky-linux-gnueabi/lttng-modules/kernel-module-lttng-probe-gpio-5.10.52-yocto-standard: latest.pkg_postrm changed from "#!/bin/sh set -e if [ -z "$D" ]; then depmod -a 5.10.52-yocto-standard else depmodwrapper -a -b $D 5.10.52-yocto-standard fi " to "#!/bin/sh if [ -z "$D" ]; then depmod -a 5.10.52-yocto-standard else depmodwrapper -a -b $D 5.10.52-yocto-standard fi " packages/qemuarm-poky-linux-gnueabi/lttng-modules/kernel-module-lttng-probe-i2c-5.10.52-yocto-standard: PKGSIZE changed from 12256 to 0 (-100%) packages/qemuarm-poky-linux-gnueabi/lttng-modules/kernel-module-lttng-probe-i2c-5.10.52-yocto-standard: latest.pkg_postinst changed from "#!/bin/sh set -e if [ -z "$D" ]; then depmod -a 5.10.52-yocto-standard else # image.bbclass will call depmodwrapper after everything is installed, # no need to do it here as well : fi " to "#!/bin/sh if [ -z "$D" ]; then depmod -a 5.10.52-yocto-standard else # image.bbclass will call depmodwrapper after everything is installed, # no need to do it here as well : fi " packages/qemuarm-poky-linux-gnueabi/lttng-modules/kernel-module-lttng-probe-i2c-5.10.52-yocto-standard: latest.pkg_postrm changed from "#!/bin/sh set -e if [ -z "$D" ]; then depmod -a 5.10.52-yocto-standard else depmodwrapper -a -b $D 5.10.52-yocto-standard fi " to "#!/bin/sh if [ -z "$D" ]; then depmod -a 5.10.52-yocto-standard else depmodwrapper -a -b $D 5.10.52-yocto-standard fi " packages/qemuarm-poky-linux-gnueabi/lttng-modules/kernel-module-lttng-probe-irq-5.10.52-yocto-standard: PKGSIZE changed from 8664 to 0 (-100%) packages/qemuarm-poky-linux-gnueabi/lttng-modules/kernel-module-lttng-probe-irq-5.10.52-yocto-standard: latest.pkg_postinst changed from "#!/bin/sh set -e if [ -z "$D" ]; then depmod -a 5.10.52-yocto-standard else # image.bbclass will call depmodwrapper after everything is installed, # no need to do it here as well : fi " to "#!/bin/sh if [ -z "$D" ]; then depmod -a 5.10.52-yocto-standard else # image.bbclass will call depmodwrapper after everything is installed, # no need to do it here as well : fi " packages/qemuarm-poky-linux-gnueabi/lttng-modules/kernel-module-lttng-probe-irq-5.10.52-yocto-standard: latest.pkg_postrm changed from "#!/bin/sh set -e if [ -z "$D" ]; then depmod -a 5.10.52-yocto-standard else depmodwrapper -a -b $D 5.10.52-yocto-standard fi " to "#!/bin/sh if [ -z "$D" ]; then depmod -a 5.10.52-yocto-standard else depmodwrapper -a -b $D 5.10.52-yocto-standard fi " packages/qemuarm-poky-linux-gnueabi/lttng-modules/kernel-module-lttng-probe-jbd2-5.10.52-yocto-standard: PKGSIZE changed from 18924 to 0 (-100%) packages/qemuarm-poky-linux-gnueabi/lttng-modules/kernel-module-lttng-probe-jbd2-5.10.52-yocto-standard: latest.pkg_postinst changed from "#!/bin/sh set -e if [ -z "$D" ]; then depmod -a 5.10.52-yocto-standard else # image.bbclass will call depmodwrapper after everything is installed, # no need to do it here as well : fi " to "#!/bin/sh if [ -z "$D" ]; then depmod -a 5.10.52-yocto-standard else # image.bbclass will call depmodwrapper after everything is installed, # no need to do it here as well : fi " packages/qemuarm-poky-linux-gnueabi/lttng-modules/kernel-module-lttng-probe-jbd2-5.10.52-yocto-standard: latest.pkg_postrm changed from "#!/bin/sh set -e if [ -z "$D" ]; then depmod -a 5.10.52-yocto-standard else depmodwrapper -a -b $D 5.10.52-yocto-standard fi " to "#!/bin/sh if [ -z "$D" ]; then depmod -a 5.10.52-yocto-standard else depmodwrapper -a -b $D 5.10.52-yocto-standard fi " packages/qemuarm-poky-linux-gnueabi/lttng-modules/kernel-module-lttng-probe-kmem-5.10.52-yocto-standard: PKGSIZE changed from 19312 to 0 (-100%) packages/qemuarm-poky-linux-gnueabi/lttng-modules/kernel-module-lttng-probe-kmem-5.10.52-yocto-standard: latest.pkg_postinst changed from "#!/bin/sh set -e if [ -z "$D" ]; then depmod -a 5.10.52-yocto-standard else # image.bbclass will call depmodwrapper after everything is installed, # no need to do it here as well : fi " to "#!/bin/sh if [ -z "$D" ]; then depmod -a 5.10.52-yocto-standard else # image.bbclass will call depmodwrapper after everything is installed, # no need to do it here as well : fi " packages/qemuarm-poky-linux-gnueabi/lttng-modules/kernel-module-lttng-probe-kmem-5.10.52-yocto-standard: latest.pkg_postrm changed from "#!/bin/sh set -e if [ -z "$D" ]; then depmod -a 5.10.52-yocto-standard else depmodwrapper -a -b $D 5.10.52-yocto-standard fi " to "#!/bin/sh if [ -z "$D" ]; then depmod -a 5.10.52-yocto-standard else depmodwrapper -a -b $D 5.10.52-yocto-standard fi " packages/qemuarm-poky-linux-gnueabi/lttng-modules/kernel-module-lttng-probe-module-5.10.52-yocto-standard: PKGSIZE changed from 10512 to 0 (-100%) packages/qemuarm-poky-linux-gnueabi/lttng-modules/kernel-module-lttng-probe-module-5.10.52-yocto-standard: latest.pkg_postinst changed from "#!/bin/sh set -e if [ -z "$D" ]; then depmod -a 5.10.52-yocto-standard else # image.bbclass will call depmodwrapper after everything is installed, # no need to do it here as well : fi " to "#!/bin/sh if [ -z "$D" ]; then depmod -a 5.10.52-yocto-standard else # image.bbclass will call depmodwrapper after everything is installed, # no need to do it here as well : fi " packages/qemuarm-poky-linux-gnueabi/lttng-modules/kernel-module-lttng-probe-module-5.10.52-yocto-standard: latest.pkg_postrm changed from "#!/bin/sh set -e if [ -z "$D" ]; then depmod -a 5.10.52-yocto-standard else depmodwrapper -a -b $D 5.10.52-yocto-standard fi " to "#!/bin/sh if [ -z "$D" ]; then depmod -a 5.10.52-yocto-standard else depmodwrapper -a -b $D 5.10.52-yocto-standard fi " packages/qemuarm-poky-linux-gnueabi/lttng-modules/kernel-module-lttng-probe-napi-5.10.52-yocto-standard: PKGSIZE changed from 5792 to 0 (-100%) packages/qemuarm-poky-linux-gnueabi/lttng-modules/kernel-module-lttng-probe-napi-5.10.52-yocto-standard: latest.pkg_postinst changed from "#!/bin/sh set -e if [ -z "$D" ]; then depmod -a 5.10.52-yocto-standard else # image.bbclass will call depmodwrapper after everything is installed, # no need to do it here as well : fi " to "#!/bin/sh if [ -z "$D" ]; then depmod -a 5.10.52-yocto-standard else # image.bbclass will call depmodwrapper after everything is installed, # no need to do it here as well : fi " packages/qemuarm-poky-linux-gnueabi/lttng-modules/kernel-module-lttng-probe-napi-5.10.52-yocto-standard: latest.pkg_postrm changed from "#!/bin/sh set -e if [ -z "$D" ]; then depmod -a 5.10.52-yocto-standard else depmodwrapper -a -b $D 5.10.52-yocto-standard fi " to "#!/bin/sh if [ -z "$D" ]; then depmod -a 5.10.52-yocto-standard else depmodwrapper -a -b $D 5.10.52-yocto-standard fi " packages/qemuarm-poky-linux-gnueabi/lttng-modules/kernel-module-lttng-probe-net-5.10.52-yocto-standard: PKGSIZE changed from 17116 to 0 (-100%) packages/qemuarm-poky-linux-gnueabi/lttng-modules/kernel-module-lttng-probe-net-5.10.52-yocto-standard: latest.pkg_postinst changed from "#!/bin/sh set -e if [ -z "$D" ]; then depmod -a 5.10.52-yocto-standard else # image.bbclass will call depmodwrapper after everything is installed, # no need to do it here as well : fi " to "#!/bin/sh if [ -z "$D" ]; then depmod -a 5.10.52-yocto-standard else # image.bbclass will call depmodwrapper after everything is installed, # no need to do it here as well : fi " packages/qemuarm-poky-linux-gnueabi/lttng-modules/kernel-module-lttng-probe-net-5.10.52-yocto-standard: latest.pkg_postrm changed from "#!/bin/sh set -e if [ -z "$D" ]; then depmod -a 5.10.52-yocto-standard else depmodwrapper -a -b $D 5.10.52-yocto-standard fi " to "#!/bin/sh if [ -z "$D" ]; then depmod -a 5.10.52-yocto-standard else depmodwrapper -a -b $D 5.10.52-yocto-standard fi " packages/qemuarm-poky-linux-gnueabi/lttng-modules/kernel-module-lttng-probe-power-5.10.52-yocto-standard: PKGSIZE changed from 12632 to 0 (-100%) packages/qemuarm-poky-linux-gnueabi/lttng-modules/kernel-module-lttng-probe-power-5.10.52-yocto-standard: latest.pkg_postinst changed from "#!/bin/sh set -e if [ -z "$D" ]; then depmod -a 5.10.52-yocto-standard else # image.bbclass will call depmodwrapper after everything is installed, # no need to do it here as well : fi " to "#!/bin/sh if [ -z "$D" ]; then depmod -a 5.10.52-yocto-standard else # image.bbclass will call depmodwrapper after everything is installed, # no need to do it here as well : fi " packages/qemuarm-poky-linux-gnueabi/lttng-modules/kernel-module-lttng-probe-power-5.10.52-yocto-standard: latest.pkg_postrm changed from "#!/bin/sh set -e if [ -z "$D" ]; then depmod -a 5.10.52-yocto-standard else depmodwrapper -a -b $D 5.10.52-yocto-standard fi " to "#!/bin/sh if [ -z "$D" ]; then depmod -a 5.10.52-yocto-standard else depmodwrapper -a -b $D 5.10.52-yocto-standard fi " packages/qemuarm-poky-linux-gnueabi/lttng-modules/kernel-module-lttng-probe-printk-5.10.52-yocto-standard: PKGSIZE changed from 5368 to 0 (-100%) packages/qemuarm-poky-linux-gnueabi/lttng-modules/kernel-module-lttng-probe-printk-5.10.52-yocto-standard: latest.pkg_postinst changed from "#!/bin/sh set -e if [ -z "$D" ]; then depmod -a 5.10.52-yocto-standard else # image.bbclass will call depmodwrapper after everything is installed, # no need to do it here as well : fi " to "#!/bin/sh if [ -z "$D" ]; then depmod -a 5.10.52-yocto-standard else # image.bbclass will call depmodwrapper after everything is installed, # no need to do it here as well : fi " packages/qemuarm-poky-linux-gnueabi/lttng-modules/kernel-module-lttng-probe-printk-5.10.52-yocto-standard: latest.pkg_postrm changed from "#!/bin/sh set -e if [ -z "$D" ]; then depmod -a 5.10.52-yocto-standard else depmodwrapper -a -b $D 5.10.52-yocto-standard fi " to "#!/bin/sh if [ -z "$D" ]; then depmod -a 5.10.52-yocto-standard else depmodwrapper -a -b $D 5.10.52-yocto-standard fi " packages/qemuarm-poky-linux-gnueabi/lttng-modules/kernel-module-lttng-probe-random-5.10.52-yocto-standard: PKGSIZE changed from 11720 to 0 (-100%) packages/qemuarm-poky-linux-gnueabi/lttng-modules/kernel-module-lttng-probe-random-5.10.52-yocto-standard: latest.pkg_postinst changed from "#!/bin/sh set -e if [ -z "$D" ]; then depmod -a 5.10.52-yocto-standard else # image.bbclass will call depmodwrapper after everything is installed, # no need to do it here as well : fi " to "#!/bin/sh if [ -z "$D" ]; then depmod -a 5.10.52-yocto-standard else # image.bbclass will call depmodwrapper after everything is installed, # no need to do it here as well : fi " packages/qemuarm-poky-linux-gnueabi/lttng-modules/kernel-module-lttng-probe-random-5.10.52-yocto-standard: latest.pkg_postrm changed from "#!/bin/sh set -e if [ -z "$D" ]; then depmod -a 5.10.52-yocto-standard else depmodwrapper -a -b $D 5.10.52-yocto-standard fi " to "#!/bin/sh if [ -z "$D" ]; then depmod -a 5.10.52-yocto-standard else depmodwrapper -a -b $D 5.10.52-yocto-standard fi " packages/qemuarm-poky-linux-gnueabi/lttng-modules/kernel-module-lttng-probe-rcu-5.10.52-yocto-standard: PKGSIZE changed from 5332 to 0 (-100%) packages/qemuarm-poky-linux-gnueabi/lttng-modules/kernel-module-lttng-probe-rcu-5.10.52-yocto-standard: latest.pkg_postinst changed from "#!/bin/sh set -e if [ -z "$D" ]; then depmod -a 5.10.52-yocto-standard else # image.bbclass will call depmodwrapper after everything is installed, # no need to do it here as well : fi " to "#!/bin/sh if [ -z "$D" ]; then depmod -a 5.10.52-yocto-standard else # image.bbclass will call depmodwrapper after everything is installed, # no need to do it here as well : fi " packages/qemuarm-poky-linux-gnueabi/lttng-modules/kernel-module-lttng-probe-rcu-5.10.52-yocto-standard: latest.pkg_postrm changed from "#!/bin/sh set -e if [ -z "$D" ]; then depmod -a 5.10.52-yocto-standard else depmodwrapper -a -b $D 5.10.52-yocto-standard fi " to "#!/bin/sh if [ -z "$D" ]; then depmod -a 5.10.52-yocto-standard else depmodwrapper -a -b $D 5.10.52-yocto-standard fi " packages/qemuarm-poky-linux-gnueabi/lttng-modules/kernel-module-lttng-probe-sched-5.10.52-yocto-standard: PKGSIZE changed from 26548 to 0 (-100%) packages/qemuarm-poky-linux-gnueabi/lttng-modules/kernel-module-lttng-probe-sched-5.10.52-yocto-standard: latest.pkg_postinst changed from "#!/bin/sh set -e if [ -z "$D" ]; then depmod -a 5.10.52-yocto-standard else # image.bbclass will call depmodwrapper after everything is installed, # no need to do it here as well : fi " to "#!/bin/sh if [ -z "$D" ]; then depmod -a 5.10.52-yocto-standard else # image.bbclass will call depmodwrapper after everything is installed, # no need to do it here as well : fi " packages/qemuarm-poky-linux-gnueabi/lttng-modules/kernel-module-lttng-probe-sched-5.10.52-yocto-standard: latest.pkg_postrm changed from "#!/bin/sh set -e if [ -z "$D" ]; then depmod -a 5.10.52-yocto-standard else depmodwrapper -a -b $D 5.10.52-yocto-standard fi " to "#!/bin/sh if [ -z "$D" ]; then depmod -a 5.10.52-yocto-standard else depmodwrapper -a -b $D 5.10.52-yocto-standard fi " packages/qemuarm-poky-linux-gnueabi/lttng-modules/kernel-module-lttng-probe-scsi-5.10.52-yocto-standard: PKGSIZE changed from 14220 to 0 (-100%) packages/qemuarm-poky-linux-gnueabi/lttng-modules/kernel-module-lttng-probe-scsi-5.10.52-yocto-standard: latest.pkg_postinst changed from "#!/bin/sh set -e if [ -z "$D" ]; then depmod -a 5.10.52-yocto-standard else # image.bbclass will call depmodwrapper after everything is installed, # no need to do it here as well : fi " to "#!/bin/sh if [ -z "$D" ]; then depmod -a 5.10.52-yocto-standard else # image.bbclass will call depmodwrapper after everything is installed, # no need to do it here as well : fi " packages/qemuarm-poky-linux-gnueabi/lttng-modules/kernel-module-lttng-probe-scsi-5.10.52-yocto-standard: latest.pkg_postrm changed from "#!/bin/sh set -e if [ -z "$D" ]; then depmod -a 5.10.52-yocto-standard else depmodwrapper -a -b $D 5.10.52-yocto-standard fi " to "#!/bin/sh if [ -z "$D" ]; then depmod -a 5.10.52-yocto-standard else depmodwrapper -a -b $D 5.10.52-yocto-standard fi " packages/qemuarm-poky-linux-gnueabi/lttng-modules/kernel-module-lttng-probe-signal-5.10.52-yocto-standard: PKGSIZE changed from 8004 to 0 (-100%) packages/qemuarm-poky-linux-gnueabi/lttng-modules/kernel-module-lttng-probe-signal-5.10.52-yocto-standard: latest.pkg_postinst changed from "#!/bin/sh set -e if [ -z "$D" ]; then depmod -a 5.10.52-yocto-standard else # image.bbclass will call depmodwrapper after everything is installed, # no need to do it here as well : fi " to "#!/bin/sh if [ -z "$D" ]; then depmod -a 5.10.52-yocto-standard else # image.bbclass will call depmodwrapper after everything is installed, # no need to do it here as well : fi " packages/qemuarm-poky-linux-gnueabi/lttng-modules/kernel-module-lttng-probe-signal-5.10.52-yocto-standard: latest.pkg_postrm changed from "#!/bin/sh set -e if [ -z "$D" ]; then depmod -a 5.10.52-yocto-standard else depmodwrapper -a -b $D 5.10.52-yocto-standard fi " to "#!/bin/sh if [ -z "$D" ]; then depmod -a 5.10.52-yocto-standard else depmodwrapper -a -b $D 5.10.52-yocto-standard fi " packages/qemuarm-poky-linux-gnueabi/lttng-modules/kernel-module-lttng-probe-skb-5.10.52-yocto-standard: PKGSIZE changed from 8280 to 0 (-100%) packages/qemuarm-poky-linux-gnueabi/lttng-modules/kernel-module-lttng-probe-skb-5.10.52-yocto-standard: latest.pkg_postinst changed from "#!/bin/sh set -e if [ -z "$D" ]; then depmod -a 5.10.52-yocto-standard else # image.bbclass will call depmodwrapper after everything is installed, # no need to do it here as well : fi " to "#!/bin/sh if [ -z "$D" ]; then depmod -a 5.10.52-yocto-standard else # image.bbclass will call depmodwrapper after everything is installed, # no need to do it here as well : fi " packages/qemuarm-poky-linux-gnueabi/lttng-modules/kernel-module-lttng-probe-skb-5.10.52-yocto-standard: latest.pkg_postrm changed from "#!/bin/sh set -e if [ -z "$D" ]; then depmod -a 5.10.52-yocto-standard else depmodwrapper -a -b $D 5.10.52-yocto-standard fi " to "#!/bin/sh if [ -z "$D" ]; then depmod -a 5.10.52-yocto-standard else depmodwrapper -a -b $D 5.10.52-yocto-standard fi " packages/qemuarm-poky-linux-gnueabi/lttng-modules/kernel-module-lttng-probe-sock-5.10.52-yocto-standard: PKGSIZE changed from 8252 to 0 (-100%) packages/qemuarm-poky-linux-gnueabi/lttng-modules/kernel-module-lttng-probe-sock-5.10.52-yocto-standard: latest.pkg_postinst changed from "#!/bin/sh set -e if [ -z "$D" ]; then depmod -a 5.10.52-yocto-standard else # image.bbclass will call depmodwrapper after everything is installed, # no need to do it here as well : fi " to "#!/bin/sh if [ -z "$D" ]; then depmod -a 5.10.52-yocto-standard else # image.bbclass will call depmodwrapper after everything is installed, # no need to do it here as well : fi " packages/qemuarm-poky-linux-gnueabi/lttng-modules/kernel-module-lttng-probe-sock-5.10.52-yocto-standard: latest.pkg_postrm changed from "#!/bin/sh set -e if [ -z "$D" ]; then depmod -a 5.10.52-yocto-standard else depmodwrapper -a -b $D 5.10.52-yocto-standard fi " to "#!/bin/sh if [ -z "$D" ]; then depmod -a 5.10.52-yocto-standard else depmodwrapper -a -b $D 5.10.52-yocto-standard fi " packages/qemuarm-poky-linux-gnueabi/lttng-modules/kernel-module-lttng-probe-statedump-5.10.52-yocto-standard: PKGSIZE changed from 30668 to 0 (-100%) packages/qemuarm-poky-linux-gnueabi/lttng-modules/kernel-module-lttng-probe-statedump-5.10.52-yocto-standard: latest.pkg_postinst changed from "#!/bin/sh set -e if [ -z "$D" ]; then depmod -a 5.10.52-yocto-standard else # image.bbclass will call depmodwrapper after everything is installed, # no need to do it here as well : fi " to "#!/bin/sh if [ -z "$D" ]; then depmod -a 5.10.52-yocto-standard else # image.bbclass will call depmodwrapper after everything is installed, # no need to do it here as well : fi " packages/qemuarm-poky-linux-gnueabi/lttng-modules/kernel-module-lttng-probe-statedump-5.10.52-yocto-standard: latest.pkg_postrm changed from "#!/bin/sh set -e if [ -z "$D" ]; then depmod -a 5.10.52-yocto-standard else depmodwrapper -a -b $D 5.10.52-yocto-standard fi " to "#!/bin/sh if [ -z "$D" ]; then depmod -a 5.10.52-yocto-standard else depmodwrapper -a -b $D 5.10.52-yocto-standard fi " packages/qemuarm-poky-linux-gnueabi/lttng-modules/kernel-module-lttng-probe-sunrpc-5.10.52-yocto-standard: PKGSIZE changed from 10640 to 0 (-100%) packages/qemuarm-poky-linux-gnueabi/lttng-modules/kernel-module-lttng-probe-sunrpc-5.10.52-yocto-standard: latest.pkg_postinst changed from "#!/bin/sh set -e if [ -z "$D" ]; then depmod -a 5.10.52-yocto-standard else # image.bbclass will call depmodwrapper after everything is installed, # no need to do it here as well : fi " to "#!/bin/sh if [ -z "$D" ]; then depmod -a 5.10.52-yocto-standard else # image.bbclass will call depmodwrapper after everything is installed, # no need to do it here as well : fi " packages/qemuarm-poky-linux-gnueabi/lttng-modules/kernel-module-lttng-probe-sunrpc-5.10.52-yocto-standard: latest.pkg_postrm changed from "#!/bin/sh set -e if [ -z "$D" ]; then depmod -a 5.10.52-yocto-standard else depmodwrapper -a -b $D 5.10.52-yocto-standard fi " to "#!/bin/sh if [ -z "$D" ]; then depmod -a 5.10.52-yocto-standard else depmodwrapper -a -b $D 5.10.52-yocto-standard fi " packages/qemuarm-poky-linux-gnueabi/lttng-modules/kernel-module-lttng-probe-timer-5.10.52-yocto-standard: PKGSIZE changed from 19232 to 0 (-100%) packages/qemuarm-poky-linux-gnueabi/lttng-modules/kernel-module-lttng-probe-timer-5.10.52-yocto-standard: latest.pkg_postinst changed from "#!/bin/sh set -e if [ -z "$D" ]; then depmod -a 5.10.52-yocto-standard else # image.bbclass will call depmodwrapper after everything is installed, # no need to do it here as well : fi " to "#!/bin/sh if [ -z "$D" ]; then depmod -a 5.10.52-yocto-standard else # image.bbclass will call depmodwrapper after everything is installed, # no need to do it here as well : fi " packages/qemuarm-poky-linux-gnueabi/lttng-modules/kernel-module-lttng-probe-timer-5.10.52-yocto-standard: latest.pkg_postrm changed from "#!/bin/sh set -e if [ -z "$D" ]; then depmod -a 5.10.52-yocto-standard else depmodwrapper -a -b $D 5.10.52-yocto-standard fi " to "#!/bin/sh if [ -z "$D" ]; then depmod -a 5.10.52-yocto-standard else depmodwrapper -a -b $D 5.10.52-yocto-standard fi " packages/qemuarm-poky-linux-gnueabi/lttng-modules/kernel-module-lttng-probe-udp-5.10.52-yocto-standard: PKGSIZE changed from 5328 to 0 (-100%) packages/qemuarm-poky-linux-gnueabi/lttng-modules/kernel-module-lttng-probe-udp-5.10.52-yocto-standard: latest.pkg_postinst changed from "#!/bin/sh set -e if [ -z "$D" ]; then depmod -a 5.10.52-yocto-standard else # image.bbclass will call depmodwrapper after everything is installed, # no need to do it here as well : fi " to "#!/bin/sh if [ -z "$D" ]; then depmod -a 5.10.52-yocto-standard else # image.bbclass will call depmodwrapper after everything is installed, # no need to do it here as well : fi " packages/qemuarm-poky-linux-gnueabi/lttng-modules/kernel-module-lttng-probe-udp-5.10.52-yocto-standard: latest.pkg_postrm changed from "#!/bin/sh set -e if [ -z "$D" ]; then depmod -a 5.10.52-yocto-standard else depmodwrapper -a -b $D 5.10.52-yocto-standard fi " to "#!/bin/sh if [ -z "$D" ]; then depmod -a 5.10.52-yocto-standard else depmodwrapper -a -b $D 5.10.52-yocto-standard fi " packages/qemuarm-poky-linux-gnueabi/lttng-modules/kernel-module-lttng-probe-vmscan-5.10.52-yocto-standard: PKGSIZE changed from 24264 to 0 (-100%) packages/qemuarm-poky-linux-gnueabi/lttng-modules/kernel-module-lttng-probe-vmscan-5.10.52-yocto-standard: latest.pkg_postinst changed from "#!/bin/sh set -e if [ -z "$D" ]; then depmod -a 5.10.52-yocto-standard else # image.bbclass will call depmodwrapper after everything is installed, # no need to do it here as well : fi " to "#!/bin/sh if [ -z "$D" ]; then depmod -a 5.10.52-yocto-standard else # image.bbclass will call depmodwrapper after everything is installed, # no need to do it here as well : fi " packages/qemuarm-poky-linux-gnueabi/lttng-modules/kernel-module-lttng-probe-vmscan-5.10.52-yocto-standard: latest.pkg_postrm changed from "#!/bin/sh set -e if [ -z "$D" ]; then depmod -a 5.10.52-yocto-standard else depmodwrapper -a -b $D 5.10.52-yocto-standard fi " to "#!/bin/sh if [ -z "$D" ]; then depmod -a 5.10.52-yocto-standard else depmodwrapper -a -b $D 5.10.52-yocto-standard fi " packages/qemuarm-poky-linux-gnueabi/lttng-modules/kernel-module-lttng-probe-workqueue-5.10.52-yocto-standard: PKGSIZE changed from 9744 to 0 (-100%) packages/qemuarm-poky-linux-gnueabi/lttng-modules/kernel-module-lttng-probe-workqueue-5.10.52-yocto-standard: latest.pkg_postinst changed from "#!/bin/sh set -e if [ -z "$D" ]; then depmod -a 5.10.52-yocto-standard else # image.bbclass will call depmodwrapper after everything is installed, # no need to do it here as well : fi " to "#!/bin/sh if [ -z "$D" ]; then depmod -a 5.10.52-yocto-standard else # image.bbclass will call depmodwrapper after everything is installed, # no need to do it here as well : fi " packages/qemuarm-poky-linux-gnueabi/lttng-modules/kernel-module-lttng-probe-workqueue-5.10.52-yocto-standard: latest.pkg_postrm changed from "#!/bin/sh set -e if [ -z "$D" ]; then depmod -a 5.10.52-yocto-standard else depmodwrapper -a -b $D 5.10.52-yocto-standard fi " to "#!/bin/sh if [ -z "$D" ]; then depmod -a 5.10.52-yocto-standard else depmodwrapper -a -b $D 5.10.52-yocto-standard fi " packages/qemuarm-poky-linux-gnueabi/lttng-modules/kernel-module-lttng-ring-buffer-client-discard-5.10.52-yocto-standard: PKGSIZE changed from 16276 to 0 (-100%) packages/qemuarm-poky-linux-gnueabi/lttng-modules/kernel-module-lttng-ring-buffer-client-discard-5.10.52-yocto-standard: latest.pkg_postinst changed from "#!/bin/sh set -e if [ -z "$D" ]; then depmod -a 5.10.52-yocto-standard else # image.bbclass will call depmodwrapper after everything is installed, # no need to do it here as well : fi " to "#!/bin/sh if [ -z "$D" ]; then depmod -a 5.10.52-yocto-standard else # image.bbclass will call depmodwrapper after everything is installed, # no need to do it here as well : fi " packages/qemuarm-poky-linux-gnueabi/lttng-modules/kernel-module-lttng-ring-buffer-client-discard-5.10.52-yocto-standard: latest.pkg_postrm changed from "#!/bin/sh set -e if [ -z "$D" ]; then depmod -a 5.10.52-yocto-standard else depmodwrapper -a -b $D 5.10.52-yocto-standard fi " to "#!/bin/sh if [ -z "$D" ]; then depmod -a 5.10.52-yocto-standard else depmodwrapper -a -b $D 5.10.52-yocto-standard fi " packages/qemuarm-poky-linux-gnueabi/lttng-modules/kernel-module-lttng-ring-buffer-client-mmap-discard-5.10.52-yocto-standard: PKGSIZE changed from 16276 to 0 (-100%) packages/qemuarm-poky-linux-gnueabi/lttng-modules/kernel-module-lttng-ring-buffer-client-mmap-discard-5.10.52-yocto-standard: latest.pkg_postinst changed from "#!/bin/sh set -e if [ -z "$D" ]; then depmod -a 5.10.52-yocto-standard else # image.bbclass will call depmodwrapper after everything is installed, # no need to do it here as well : fi " to "#!/bin/sh if [ -z "$D" ]; then depmod -a 5.10.52-yocto-standard else # image.bbclass will call depmodwrapper after everything is installed, # no need to do it here as well : fi " packages/qemuarm-poky-linux-gnueabi/lttng-modules/kernel-module-lttng-ring-buffer-client-mmap-discard-5.10.52-yocto-standard: latest.pkg_postrm changed from "#!/bin/sh set -e if [ -z "$D" ]; then depmod -a 5.10.52-yocto-standard else depmodwrapper -a -b $D 5.10.52-yocto-standard fi " to "#!/bin/sh if [ -z "$D" ]; then depmod -a 5.10.52-yocto-standard else depmodwrapper -a -b $D 5.10.52-yocto-standard fi " packages/qemuarm-poky-linux-gnueabi/lttng-modules/kernel-module-lttng-ring-buffer-client-mmap-overwrite-5.10.52-yocto-standard: PKGSIZE changed from 16396 to 0 (-100%) packages/qemuarm-poky-linux-gnueabi/lttng-modules/kernel-module-lttng-ring-buffer-client-mmap-overwrite-5.10.52-yocto-standard: latest.pkg_postinst changed from "#!/bin/sh set -e if [ -z "$D" ]; then depmod -a 5.10.52-yocto-standard else # image.bbclass will call depmodwrapper after everything is installed, # no need to do it here as well : fi " to "#!/bin/sh if [ -z "$D" ]; then depmod -a 5.10.52-yocto-standard else # image.bbclass will call depmodwrapper after everything is installed, # no need to do it here as well : fi " packages/qemuarm-poky-linux-gnueabi/lttng-modules/kernel-module-lttng-ring-buffer-client-mmap-overwrite-5.10.52-yocto-standard: latest.pkg_postrm changed from "#!/bin/sh set -e if [ -z "$D" ]; then depmod -a 5.10.52-yocto-standard else depmodwrapper -a -b $D 5.10.52-yocto-standard fi " to "#!/bin/sh if [ -z "$D" ]; then depmod -a 5.10.52-yocto-standard else depmodwrapper -a -b $D 5.10.52-yocto-standard fi " packages/qemuarm-poky-linux-gnueabi/lttng-modules/kernel-module-lttng-ring-buffer-client-overwrite-5.10.52-yocto-standard: PKGSIZE changed from 16396 to 0 (-100%) packages/qemuarm-poky-linux-gnueabi/lttng-modules/kernel-module-lttng-ring-buffer-client-overwrite-5.10.52-yocto-standard: latest.pkg_postinst changed from "#!/bin/sh set -e if [ -z "$D" ]; then depmod -a 5.10.52-yocto-standard else # image.bbclass will call depmodwrapper after everything is installed, # no need to do it here as well : fi " to "#!/bin/sh if [ -z "$D" ]; then depmod -a 5.10.52-yocto-standard else # image.bbclass will call depmodwrapper after everything is installed, # no need to do it here as well : fi " packages/qemuarm-poky-linux-gnueabi/lttng-modules/kernel-module-lttng-ring-buffer-client-overwrite-5.10.52-yocto-standard: latest.pkg_postrm changed from "#!/bin/sh set -e if [ -z "$D" ]; then depmod -a 5.10.52-yocto-standard else depmodwrapper -a -b $D 5.10.52-yocto-standard fi " to "#!/bin/sh if [ -z "$D" ]; then depmod -a 5.10.52-yocto-standard else depmodwrapper -a -b $D 5.10.52-yocto-standard fi " packages/qemuarm-poky-linux-gnueabi/lttng-modules/kernel-module-lttng-ring-buffer-metadata-client-5.10.52-yocto-standard: PKGSIZE changed from 11728 to 0 (-100%) packages/qemuarm-poky-linux-gnueabi/lttng-modules/kernel-module-lttng-ring-buffer-metadata-client-5.10.52-yocto-standard: latest.pkg_postinst changed from "#!/bin/sh set -e if [ -z "$D" ]; then depmod -a 5.10.52-yocto-standard else # image.bbclass will call depmodwrapper after everything is installed, # no need to do it here as well : fi " to "#!/bin/sh if [ -z "$D" ]; then depmod -a 5.10.52-yocto-standard else # image.bbclass will call depmodwrapper after everything is installed, # no need to do it here as well : fi " packages/qemuarm-poky-linux-gnueabi/lttng-modules/kernel-module-lttng-ring-buffer-metadata-client-5.10.52-yocto-standard: latest.pkg_postrm changed from "#!/bin/sh set -e if [ -z "$D" ]; then depmod -a 5.10.52-yocto-standard else depmodwrapper -a -b $D 5.10.52-yocto-standard fi " to "#!/bin/sh if [ -z "$D" ]; then depmod -a 5.10.52-yocto-standard else depmodwrapper -a -b $D 5.10.52-yocto-standard fi " packages/qemuarm-poky-linux-gnueabi/lttng-modules/kernel-module-lttng-ring-buffer-metadata-mmap-client-5.10.52-yocto-standard: PKGSIZE changed from 11728 to 0 (-100%) packages/qemuarm-poky-linux-gnueabi/lttng-modules/kernel-module-lttng-ring-buffer-metadata-mmap-client-5.10.52-yocto-standard: latest.pkg_postinst changed from "#!/bin/sh set -e if [ -z "$D" ]; then depmod -a 5.10.52-yocto-standard else # image.bbclass will call depmodwrapper after everything is installed, # no need to do it here as well : fi " to "#!/bin/sh if [ -z "$D" ]; then depmod -a 5.10.52-yocto-standard else # image.bbclass will call depmodwrapper after everything is installed, # no need to do it here as well : fi " packages/qemuarm-poky-linux-gnueabi/lttng-modules/kernel-module-lttng-ring-buffer-metadata-mmap-client-5.10.52-yocto-standard: latest.pkg_postrm changed from "#!/bin/sh set -e if [ -z "$D" ]; then depmod -a 5.10.52-yocto-standard else depmodwrapper -a -b $D 5.10.52-yocto-standard fi " to "#!/bin/sh if [ -z "$D" ]; then depmod -a 5.10.52-yocto-standard else depmodwrapper -a -b $D 5.10.52-yocto-standard fi " packages/qemuarm-poky-linux-gnueabi/lttng-modules/kernel-module-lttng-statedump-5.10.52-yocto-standard: PKGSIZE changed from 18528 to 0 (-100%) packages/qemuarm-poky-linux-gnueabi/lttng-modules/kernel-module-lttng-statedump-5.10.52-yocto-standard: latest.pkg_postinst changed from "#!/bin/sh set -e if [ -z "$D" ]; then depmod -a 5.10.52-yocto-standard else # image.bbclass will call depmodwrapper after everything is installed, # no need to do it here as well : fi " to "#!/bin/sh if [ -z "$D" ]; then depmod -a 5.10.52-yocto-standard else # image.bbclass will call depmodwrapper after everything is installed, # no need to do it here as well : fi " packages/qemuarm-poky-linux-gnueabi/lttng-modules/kernel-module-lttng-statedump-5.10.52-yocto-standard: latest.pkg_postrm changed from "#!/bin/sh set -e if [ -z "$D" ]; then depmod -a 5.10.52-yocto-standard else depmodwrapper -a -b $D 5.10.52-yocto-standard fi " to "#!/bin/sh if [ -z "$D" ]; then depmod -a 5.10.52-yocto-standard else depmodwrapper -a -b $D 5.10.52-yocto-standard fi " packages/qemuarm-poky-linux-gnueabi/lttng-modules/kernel-module-lttng-test-5.10.52-yocto-standard: PKGSIZE changed from 12216 to 0 (-100%) packages/qemuarm-poky-linux-gnueabi/lttng-modules/kernel-module-lttng-test-5.10.52-yocto-standard: latest.pkg_postinst changed from "#!/bin/sh set -e if [ -z "$D" ]; then depmod -a 5.10.52-yocto-standard else # image.bbclass will call depmodwrapper after everything is installed, # no need to do it here as well : fi " to "#!/bin/sh if [ -z "$D" ]; then depmod -a 5.10.52-yocto-standard else # image.bbclass will call depmodwrapper after everything is installed, # no need to do it here as well : fi " packages/qemuarm-poky-linux-gnueabi/lttng-modules/kernel-module-lttng-test-5.10.52-yocto-standard: latest.pkg_postrm changed from "#!/bin/sh set -e if [ -z "$D" ]; then depmod -a 5.10.52-yocto-standard else depmodwrapper -a -b $D 5.10.52-yocto-standard fi " to "#!/bin/sh if [ -z "$D" ]; then depmod -a 5.10.52-yocto-standard else depmodwrapper -a -b $D 5.10.52-yocto-standard fi " packages/qemuarm-poky-linux-gnueabi/lttng-modules/kernel-module-lttng-tracer-5.10.52-yocto-standard: PKGSIZE changed from 1091024 to 0 (-100%) packages/qemuarm-poky-linux-gnueabi/lttng-modules/kernel-module-lttng-tracer-5.10.52-yocto-standard: latest.pkg_postinst changed from "#!/bin/sh set -e if [ -z "$D" ]; then depmod -a 5.10.52-yocto-standard else # image.bbclass will call depmodwrapper after everything is installed, # no need to do it here as well : fi " to "#!/bin/sh if [ -z "$D" ]; then depmod -a 5.10.52-yocto-standard else # image.bbclass will call depmodwrapper after everything is installed, # no need to do it here as well : fi " packages/qemuarm-poky-linux-gnueabi/lttng-modules/kernel-module-lttng-tracer-5.10.52-yocto-standard: latest.pkg_postrm changed from "#!/bin/sh set -e if [ -z "$D" ]; then depmod -a 5.10.52-yocto-standard else depmodwrapper -a -b $D 5.10.52-yocto-standard fi " to "#!/bin/sh if [ -z "$D" ]; then depmod -a 5.10.52-yocto-standard else depmodwrapper -a -b $D 5.10.52-yocto-standard fi " packages/qemuarm-poky-linux-gnueabi/lttng-modules/kernel-module-lttng-uprobes-5.10.52-yocto-standard: PKGSIZE changed from 6228 to 0 (-100%) packages/qemuarm-poky-linux-gnueabi/lttng-modules/kernel-module-lttng-uprobes-5.10.52-yocto-standard: latest.pkg_postinst changed from "#!/bin/sh set -e if [ -z "$D" ]; then depmod -a 5.10.52-yocto-standard else # image.bbclass will call depmodwrapper after everything is installed, # no need to do it here as well : fi " to "#!/bin/sh if [ -z "$D" ]; then depmod -a 5.10.52-yocto-standard else # image.bbclass will call depmodwrapper after everything is installed, # no need to do it here as well : fi " packages/qemuarm-poky-linux-gnueabi/lttng-modules/kernel-module-lttng-uprobes-5.10.52-yocto-standard: latest.pkg_postrm changed from "#!/bin/sh set -e if [ -z "$D" ]; then depmod -a 5.10.52-yocto-standard else depmodwrapper -a -b $D 5.10.52-yocto-standard fi " to "#!/bin/sh if [ -z "$D" ]; then depmod -a 5.10.52-yocto-standard else depmodwrapper -a -b $D 5.10.52-yocto-standard fi " packages/qemuarm-poky-linux-gnueabi/lttng-modules/kernel-module-lttng-wrapper-5.10.52-yocto-standard: PKGSIZE changed from 7244 to 0 (-100%) packages/qemuarm-poky-linux-gnueabi/lttng-modules/kernel-module-lttng-wrapper-5.10.52-yocto-standard: latest.pkg_postinst changed from "#!/bin/sh set -e if [ -z "$D" ]; then depmod -a 5.10.52-yocto-standard else # image.bbclass will call depmodwrapper after everything is installed, # no need to do it here as well : fi " to "#!/bin/sh if [ -z "$D" ]; then depmod -a 5.10.52-yocto-standard else # image.bbclass will call depmodwrapper after everything is installed, # no need to do it here as well : fi " packages/qemuarm-poky-linux-gnueabi/lttng-modules/kernel-module-lttng-wrapper-5.10.52-yocto-standard: latest.pkg_postrm changed from "#!/bin/sh set -e if [ -z "$D" ]; then depmod -a 5.10.52-yocto-standard else depmodwrapper -a -b $D 5.10.52-yocto-standard fi " to "#!/bin/sh if [ -z "$D" ]; then depmod -a 5.10.52-yocto-standard else depmodwrapper -a -b $D 5.10.52-yocto-standard fi " packages/qemuarm-poky-linux-gnueabi/lttng-modules/lttng-modules-dev: PKGSIZE changed from 9602 to 0 (-100%) packages/qemuarm-poky-linux-gnueabi/matchbox-session-sato/matchbox-session-sato: PKGSIZE changed from 749 to 0 (-100%) packages/qemuarm-poky-linux-gnueabi/matchbox-session-sato/matchbox-session-sato: latest.pkg_postinst changed from "set -e set_value() { #type, name, value gconftool-2 --config-source=xml::$D/etc/gconf/gconf.xml.defaults --direct --type $1 --set /desktop/poky/interface/$2 "$3" } set_value string theme Adwaita set_value string matchbox_theme Sato set_value string icon_theme Sato set_value bool touchscreen true set_value string font_name "Sans 9" " to " set_value() { #type, name, value gconftool-2 --config-source=xml::$D/etc/gconf/gconf.xml.defaults --direct --type $1 --set /desktop/poky/interface/$2 "$3" } set_value string theme Adwaita set_value string matchbox_theme Sato set_value string icon_theme Sato set_value bool touchscreen true set_value string font_name "Sans 9" " packages/qemuarm-poky-linux-gnueabi/perf/perf-python: PKGSIZE changed from 587831 to 0 (-100%) packages/qemuarm-poky-linux-gnueabi/perf/perf-tests: PKGSIZE changed from 265813 to 0 (-100%) packages/qemuarm-poky-linux-gnueabi/perf/perf: PKGSIZE changed from 2059515 to 0 (-100%) packages/qemuarm-poky-linux-gnueabi/pointercal-xinput/pointercal-xinput: PKGSIZE changed from 91 to 0 (-100%) packages/qemuarm-poky-linux-gnueabi/shadow-securetty/shadow-securetty: PKGSIZE changed from 1848 to 0 (-100%) packages/qemuarm-poky-linux-gnueabi/sysvinit-inittab/sysvinit-inittab: PKGSIZE changed from 1508 to 0 (-100%) packages/qemuarm-poky-linux-gnueabi/sysvinit-inittab/sysvinit-inittab: latest.pkg_postinst changed from "set -e # run this on host and on target if [ "115200;ttyAMA0 115200;hvc0" = "" ]; then exit 0 fi if [ -n "$D" ]; then $INTERCEPT_DIR/postinst_intercept delay_to_first_boot sysvinit-inittab mlprefix= exit 0 fi # run this on the target if [ -e /proc/consoles ]; then tmp="115200;ttyAMA0 115200;hvc0" for i in $tmp do j=`echo ${i} | sed -e s/^.*\;//g -e s/\:.*//g` k=`echo ${i} | sed s/^.*\://g` if [ -z "`grep ${j} /proc/consoles`" ]; then if [ -z "${k}" ] || [ -z "`grep ${k} /proc/consoles`" ] || [ ! -e /dev/${j} ]; then sed -i -e /^.*${j}\ /d -e /^.*${j}$/d /etc/inittab fi fi done kill -HUP 1 else exit 1 fi " to "# run this on host and on target if [ "115200;ttyAMA0 115200;hvc0" = "" ]; then exit 0 fi if [ -n "$D" ]; then $INTERCEPT_DIR/postinst_intercept delay_to_first_boot sysvinit-inittab mlprefix= exit 0 fi # run this on the target if [ -e /proc/consoles ]; then tmp="115200;ttyAMA0 115200;hvc0" for i in $tmp do j=`echo ${i} | sed -e s/^.*\;//g -e s/\:.*//g` k=`echo ${i} | sed s/^.*\://g` if [ -z "`grep ${j} /proc/consoles`" ]; then if [ -z "${k}" ] || [ -z "`grep ${k} /proc/consoles`" ] || [ ! -e /dev/${j} ]; then sed -i -e /^.*${j}\ /d -e /^.*${j}$/d /etc/inittab fi fi done kill -HUP 1 else exit 1 fi " packages/qemuarm-poky-linux-gnueabi/xserver-nodm-init/xserver-nodm-init: PKGSIZE changed from 4297 to 0 (-100%) packages/qemuarm-poky-linux-gnueabi/xserver-nodm-init/xserver-nodm-init: latest.pkg_postinst changed from "#!/bin/sh set -e if true && type update-rc.d >/dev/null 2>/dev/null; then if [ -n "$D" ]; then OPT="-r $D" else OPT="-s" fi update-rc.d $OPT xserver-nodm start 9 5 . stop 20 0 1 2 3 6 . fi " to "#!/bin/sh if true && type update-rc.d >/dev/null 2>/dev/null; then if [ -n "$D" ]; then OPT="-r $D" else OPT="-s" fi update-rc.d $OPT xserver-nodm start 9 5 . stop 20 0 1 2 3 6 . fi " packages/qemuarm-poky-linux-gnueabi/xserver-nodm-init/xserver-nodm-init: latest.pkg_postrm changed from "#!/bin/sh set -e if true && type update-rc.d >/dev/null 2>/dev/null; then if [ -n "$D" ]; then OPT="-f -r $D" else OPT="-f" fi update-rc.d $OPT xserver-nodm remove fi " to "#!/bin/sh if true && type update-rc.d >/dev/null 2>/dev/null; then if [ -n "$D" ]; then OPT="-f -r $D" else OPT="-f" fi update-rc.d $OPT xserver-nodm remove fi " packages/qemuarm-poky-linux-gnueabi/xserver-nodm-init/xserver-nodm-init: latest.pkg_prerm changed from "#!/bin/sh set -e if true && [ -z "$D" -a -x "/etc/init.d/xserver-nodm" ]; then /etc/init.d/xserver-nodm stop || : fi " to "#!/bin/sh if true && [ -z "$D" -a -x "/etc/init.d/xserver-nodm" ]; then /etc/init.d/xserver-nodm stop || : fi " packages/qemuarm-poky-linux-gnueabi/xserver-xf86-config/xserver-xf86-config: PKGSIZE changed from 1260 to 0 (-100%) Changes to packages/x86_64-linux/glib-2.0-native (sysroot): /usr/share/gdb/auto-load/home/pokybuild/yocto-worker/qa-extras was added /usr/share/gdb/auto-load/home/pokybuild/yocto-worker/qa-extras/build was added /usr/share/gdb/auto-load/home/pokybuild/yocto-worker/qa-extras/build/build was added /usr/share/gdb/auto-load/home/pokybuild/yocto-worker/qa-extras/build/build/tmp was added /usr/share/gdb/auto-load/home/pokybuild/yocto-worker/qa-extras/build/build/tmp/work was added /usr/share/gdb/auto-load/home/pokybuild/yocto-worker/qa-extras/build/build/tmp/work/x86_64-linux was added /usr/share/gdb/auto-load/home/pokybuild/yocto-worker/qa-extras/build/build/tmp/work/x86_64-linux/glib-2.0-native was added /usr/share/gdb/auto-load/home/pokybuild/yocto-worker/qa-extras/build/build/tmp/work/x86_64-linux/glib-2.0-native/1_2.68.3-r0 was added /usr/share/gdb/auto-load/home/pokybuild/yocto-worker/qa-extras/build/build/tmp/work/x86_64-linux/glib-2.0-native/1_2.68.3-r0/recipe-sysroot-native was added /usr/share/gdb/auto-load/home/pokybuild/yocto-worker/qa-extras/build/build/tmp/work/x86_64-linux/glib-2.0-native/1_2.68.3-r0/recipe-sysroot-native/usr was added /usr/share/gdb/auto-load/home/pokybuild/yocto-worker/qa-extras/build/build/tmp/work/x86_64-linux/glib-2.0-native/1_2.68.3-r0/recipe-sysroot-native/usr/lib was added /usr/share/gdb/auto-load/home/pokybuild/yocto-worker/qa-extras/build/build/tmp/work/x86_64-linux/glib-2.0-native/1_2.68.3-r0/recipe-sysroot-native/usr/lib/libglib-2.0.so.0.6800.3-gdb.py was added /usr/share/gdb/auto-load/home/pokybuild/yocto-worker/qa-extras/build/build/tmp/work/x86_64-linux/glib-2.0-native/1_2.68.3-r0/recipe-sysroot-native/usr/lib/libgobject-2.0.so.0.6800.3-gdb.py was added /usr/share/gdb/auto-load/home/pokybuild/yocto-worker/buildtools was removed /usr/share/gdb/auto-load/home/pokybuild/yocto-worker/buildtools/build was removed /usr/share/gdb/auto-load/home/pokybuild/yocto-worker/buildtools/build/build was removed /usr/share/gdb/auto-load/home/pokybuild/yocto-worker/buildtools/build/build/tmp was removed /usr/share/gdb/auto-load/home/pokybuild/yocto-worker/buildtools/build/build/tmp/work was removed /usr/share/gdb/auto-load/home/pokybuild/yocto-worker/buildtools/build/build/tmp/work/x86_64-linux was removed /usr/share/gdb/auto-load/home/pokybuild/yocto-worker/buildtools/build/build/tmp/work/x86_64-linux/glib-2.0-native was removed /usr/share/gdb/auto-load/home/pokybuild/yocto-worker/buildtools/build/build/tmp/work/x86_64-linux/glib-2.0-native/1_2.68.3-r0 was removed /usr/share/gdb/auto-load/home/pokybuild/yocto-worker/buildtools/build/build/tmp/work/x86_64-linux/glib-2.0-native/1_2.68.3-r0/recipe-sysroot-native was removed /usr/share/gdb/auto-load/home/pokybuild/yocto-worker/buildtools/build/build/tmp/work/x86_64-linux/glib-2.0-native/1_2.68.3-r0/recipe-sysroot-native/usr was removed /usr/share/gdb/auto-load/home/pokybuild/yocto-worker/buildtools/build/build/tmp/work/x86_64-linux/glib-2.0-native/1_2.68.3-r0/recipe-sysroot-native/usr/lib was removed /usr/share/gdb/auto-load/home/pokybuild/yocto-worker/buildtools/build/build/tmp/work/x86_64-linux/glib-2.0-native/1_2.68.3-r0/recipe-sysroot-native/usr/lib/libglib-2.0.so.0.6800.3-gdb.py was removed /usr/share/gdb/auto-load/home/pokybuild/yocto-worker/buildtools/build/build/tmp/work/x86_64-linux/glib-2.0-native/1_2.68.3-r0/recipe-sysroot-native/usr/lib/libgobject-2.0.so.0.6800.3-gdb.py was removed Changes to packages/x86_64-linux/perlcross-native (sysroot): /usr/share/perl-cross/patches/0001-cnf-configure_func_sel.sh-disable-thread_safe_nl_lan.patch changed symlink target from /home/pokybuild/yocto-worker/poky-tiny/build/meta/recipes-devtools/perl-cross/files/0001-cnf-configure_func_sel.sh-disable-thread_safe_nl_lan.patch to /home/pokybuild/yocto-worker/qa-extras/build/meta/recipes-devtools/perl-cross/files/0001-cnf-configure_func_sel.sh-disable-thread_safe_nl_lan.patch /usr/share/perl-cross/patches/0001-configure_path.sh-do-not-hardcode-prefix-lib-as-libr.patch changed symlink target from /home/pokybuild/yocto-worker/poky-tiny/build/meta/recipes-devtools/perl-cross/files/0001-configure_path.sh-do-not-hardcode-prefix-lib-as-libr.patch to /home/pokybuild/yocto-worker/qa-extras/build/meta/recipes-devtools/perl-cross/files/0001-configure_path.sh-do-not-hardcode-prefix-lib-as-libr.patch /usr/share/perl-cross/patches/0001-configure_tool.sh-do-not-quote-the-argument-to-comma.patch changed symlink target from /home/pokybuild/yocto-worker/poky-tiny/build/meta/recipes-devtools/perl-cross/files/0001-configure_tool.sh-do-not-quote-the-argument-to-comma.patch to /home/pokybuild/yocto-worker/qa-extras/build/meta/recipes-devtools/perl-cross/files/0001-configure_tool.sh-do-not-quote-the-argument-to-comma.patch /usr/share/perl-cross/patches/0001-Makefile-check-the-file-if-patched-or-not.patch changed symlink target from /home/pokybuild/yocto-worker/poky-tiny/build/meta/recipes-devtools/perl-cross/files/0001-Makefile-check-the-file-if-patched-or-not.patch to /home/pokybuild/yocto-worker/qa-extras/build/meta/recipes-devtools/perl-cross/files/0001-Makefile-check-the-file-if-patched-or-not.patch /usr/share/perl-cross/patches/0001-perl-cross-add-LDFLAGS-when-linking-libperl.patch changed symlink target from /home/pokybuild/yocto-worker/poky-tiny/build/meta/recipes-devtools/perl-cross/files/0001-perl-cross-add-LDFLAGS-when-linking-libperl.patch to /home/pokybuild/yocto-worker/qa-extras/build/meta/recipes-devtools/perl-cross/files/0001-perl-cross-add-LDFLAGS-when-linking-libperl.patch /usr/share/perl-cross/patches/determinism.patch changed symlink target from /home/pokybuild/yocto-worker/poky-tiny/build/meta/recipes-devtools/perl-cross/files/determinism.patch to /home/pokybuild/yocto-worker/qa-extras/build/meta/recipes-devtools/perl-cross/files/determinism.patch packages/x86_64-nativesdk-pokysdk-linux/binutils-cross-canadian-arm/binutils-cross-canadian-arm-dbg: PKGSIZE changed from 4130888 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/binutils-cross-canadian-arm/binutils-cross-canadian-arm: PKGSIZE changed from 40121680 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/gcc-cross-canadian-arm/gcc-cross-canadian-arm-dbg: PKGSIZE changed from 15366064 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/gcc-cross-canadian-arm/gcc-cross-canadian-arm-doc: PKGSIZE changed from 141313 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/gcc-cross-canadian-arm/gcc-cross-canadian-arm-locale-be: PKGSIZE changed from 6707 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/gcc-cross-canadian-arm/gcc-cross-canadian-arm-locale-ca: PKGSIZE changed from 16076 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/gcc-cross-canadian-arm/gcc-cross-canadian-arm-locale-da: PKGSIZE changed from 208007 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/gcc-cross-canadian-arm/gcc-cross-canadian-arm-locale-de: PKGSIZE changed from 2025167 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/gcc-cross-canadian-arm/gcc-cross-canadian-arm-locale-el: PKGSIZE changed from 5447 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/gcc-cross-canadian-arm/gcc-cross-canadian-arm-locale-eo: PKGSIZE changed from 24575 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/gcc-cross-canadian-arm/gcc-cross-canadian-arm-locale-es: PKGSIZE changed from 1149770 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/gcc-cross-canadian-arm/gcc-cross-canadian-arm-locale-fi: PKGSIZE changed from 265596 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/gcc-cross-canadian-arm/gcc-cross-canadian-arm-locale-fr: PKGSIZE changed from 2099268 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/gcc-cross-canadian-arm/gcc-cross-canadian-arm-locale-hr: PKGSIZE changed from 10172 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/gcc-cross-canadian-arm/gcc-cross-canadian-arm-locale-id: PKGSIZE changed from 346684 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/gcc-cross-canadian-arm/gcc-cross-canadian-arm-locale-ja: PKGSIZE changed from 295280 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/gcc-cross-canadian-arm/gcc-cross-canadian-arm-locale-nl: PKGSIZE changed from 94777 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/gcc-cross-canadian-arm/gcc-cross-canadian-arm-locale-pt-br: PKGSIZE changed from 25550 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/gcc-cross-canadian-arm/gcc-cross-canadian-arm-locale-ru: PKGSIZE changed from 1718019 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/gcc-cross-canadian-arm/gcc-cross-canadian-arm-locale-sr: PKGSIZE changed from 372420 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/gcc-cross-canadian-arm/gcc-cross-canadian-arm-locale-sv: PKGSIZE changed from 1960295 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/gcc-cross-canadian-arm/gcc-cross-canadian-arm-locale-tr: PKGSIZE changed from 268047 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/gcc-cross-canadian-arm/gcc-cross-canadian-arm-locale-uk: PKGSIZE changed from 230617 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/gcc-cross-canadian-arm/gcc-cross-canadian-arm-locale-vi: PKGSIZE changed from 512966 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/gcc-cross-canadian-arm/gcc-cross-canadian-arm-locale-zh-cn: PKGSIZE changed from 462320 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/gcc-cross-canadian-arm/gcc-cross-canadian-arm-locale-zh-tw: PKGSIZE changed from 249214 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/gcc-cross-canadian-arm/gcc-cross-canadian-arm: PKGSIZE changed from 109025203 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/gdb-cross-canadian-arm/gdb-cross-canadian-arm-dbg: PKGSIZE changed from 1328336 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/gdb-cross-canadian-arm/gdb-cross-canadian-arm: PKGSIZE changed from 7669233 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/meta-environment-extsdk-qemuarm/meta-environment-extsdk-qemuarm: PKGSIZE changed from 27795 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/meta-environment-qemuarm/meta-environment-qemuarm: PKGSIZE changed from 27909 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-attr/nativesdk-attr-dbg: PKGSIZE changed from 40368 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-attr/nativesdk-attr-dev: PKGSIZE changed from 11427 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-attr/nativesdk-attr-doc: PKGSIZE changed from 103311 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-attr/nativesdk-attr-locale-cs: PKGSIZE changed from 3860 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-attr/nativesdk-attr-locale-de: PKGSIZE changed from 6268 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-attr/nativesdk-attr-locale-en+boldquot: PKGSIZE changed from 6214 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-attr/nativesdk-attr-locale-en+quot: PKGSIZE changed from 6114 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-attr/nativesdk-attr-locale-es: PKGSIZE changed from 3688 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-attr/nativesdk-attr-locale-fr: PKGSIZE changed from 2481 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-attr/nativesdk-attr-locale-gl: PKGSIZE changed from 3666 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-attr/nativesdk-attr-locale-nl: PKGSIZE changed from 2372 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-attr/nativesdk-attr-locale-pl: PKGSIZE changed from 3696 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-attr/nativesdk-attr-locale-sv: PKGSIZE changed from 2278 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-attr/nativesdk-attr: PKGSIZE changed from 70089 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-attr/nativesdk-attr: latest.pkg_postinst changed from "#!/bin/sh set -e update-alternatives --install /opt/poky/3.3+snapshot/sysroots/x86_64-pokysdk-linux/usr/bin/setfattr setfattr /opt/poky/3.3+snapshot/sysroots/x86_64-pokysdk-linux/usr/bin/setfattr.attr 100 " to "#!/bin/sh update-alternatives --install /opt/poky/3.3+snapshot/sysroots/x86_64-pokysdk-linux/usr/bin/setfattr setfattr /opt/poky/3.3+snapshot/sysroots/x86_64-pokysdk-linux/usr/bin/setfattr.attr 100 " packages/x86_64-nativesdk-pokysdk-linux/nativesdk-attr/nativesdk-attr: latest.pkg_prerm changed from "#!/bin/sh set -e update-alternatives --remove setfattr /opt/poky/3.3+snapshot/sysroots/x86_64-pokysdk-linux/usr/bin/setfattr.attr " to "#!/bin/sh update-alternatives --remove setfattr /opt/poky/3.3+snapshot/sysroots/x86_64-pokysdk-linux/usr/bin/setfattr.attr " packages/x86_64-nativesdk-pokysdk-linux/nativesdk-attr/nativesdk-libattr: PKGSIZE changed from 27003 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-attr/nativesdk-libattr: latest.pkg_postinst changed from "#!/bin/sh set -e if [ x"$D" = "x" ]; then if [ -x /sbin/ldconfig ]; then /sbin/ldconfig ; fi fi " to "#!/bin/sh if [ x"$D" = "x" ]; then if [ -x /sbin/ldconfig ]; then /sbin/ldconfig ; fi fi " packages/x86_64-nativesdk-pokysdk-linux/nativesdk-autoconf-archive/nativesdk-autoconf-archive-doc: PKGSIZE changed from 46547 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-autoconf-archive/nativesdk-autoconf-archive: PKGSIZE changed from 2092330 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-autoconf/nativesdk-autoconf-doc: PKGSIZE changed from 1482322 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-autoconf/nativesdk-autoconf: PKGSIZE changed from 1987825 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-automake/nativesdk-automake-dev: PKGSIZE changed from 368 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-automake/nativesdk-automake-doc: PKGSIZE changed from 813811 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-automake/nativesdk-automake: PKGSIZE changed from 1356028 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-bash-completion/nativesdk-bash-completion-dev: PKGSIZE changed from 1337 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-bash-completion/nativesdk-bash-completion-extra: PKGSIZE changed from 796846 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-bash-completion/nativesdk-bash-completion: PKGSIZE changed from 77311 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-bash/nativesdk-bash-bashbug: PKGSIZE changed from 7673 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-bash/nativesdk-bash-dbg: PKGSIZE changed from 312944 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-bash/nativesdk-bash-dev: PKGSIZE changed from 295704 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-bash/nativesdk-bash-doc: PKGSIZE changed from 560747 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-bash/nativesdk-bash-loadable: PKGSIZE changed from 494772 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-bash/nativesdk-bash: PKGSIZE changed from 1213328 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-bash/nativesdk-bash: RDEPENDS: removed all items "nativesdk-glibc (['>= 2.33']) nativesdk-update-alternatives-opkg nativesdk-ncurses-libtinfo (['>= 6.2'])" packages/x86_64-nativesdk-pokysdk-linux/nativesdk-bash/nativesdk-bash: latest.pkg_postinst changed from "set -e update-alternatives --install /opt/poky/3.3+snapshot/sysroots/x86_64-pokysdk-linux/bin/bash bash /opt/poky/3.3+snapshot/sysroots/x86_64-pokysdk-linux/bin/bash.bash 100 update-alternatives --install /opt/poky/3.3+snapshot/sysroots/x86_64-pokysdk-linux/bin/sh sh /opt/poky/3.3+snapshot/sysroots/x86_64-pokysdk-linux/bin/bash.bash 100 grep -q "^/opt/poky/3.3+snapshot/sysroots/x86_64-pokysdk-linux/bin/bash$" $D/opt/poky/3.3+snapshot/sysroots/x86_64-pokysdk-linux/etc/shells || echo /opt/poky/3.3+snapshot/sysroots/x86_64-pokysdk-linux/bin/bash >> $D/opt/poky/3.3+snapshot/sysroots/x86_64-pokysdk-linux/etc/shells " to " update-alternatives --install /opt/poky/3.3+snapshot/sysroots/x86_64-pokysdk-linux/bin/bash bash /opt/poky/3.3+snapshot/sysroots/x86_64-pokysdk-linux/bin/bash.bash 100 update-alternatives --install /opt/poky/3.3+snapshot/sysroots/x86_64-pokysdk-linux/bin/sh sh /opt/poky/3.3+snapshot/sysroots/x86_64-pokysdk-linux/bin/bash.bash 100 grep -q "^/opt/poky/3.3+snapshot/sysroots/x86_64-pokysdk-linux/bin/bash$" $D/opt/poky/3.3+snapshot/sysroots/x86_64-pokysdk-linux/etc/shells || echo /opt/poky/3.3+snapshot/sysroots/x86_64-pokysdk-linux/bin/bash >> $D/opt/poky/3.3+snapshot/sysroots/x86_64-pokysdk-linux/etc/shells " packages/x86_64-nativesdk-pokysdk-linux/nativesdk-bash/nativesdk-bash: latest.pkg_postrm changed from "set -e printf "$(grep -v "^/opt/poky/3.3+snapshot/sysroots/x86_64-pokysdk-linux/bin/bash$" $D/opt/poky/3.3+snapshot/sysroots/x86_64-pokysdk-linux/etc/shells)\n" > $D/opt/poky/3.3+snapshot/sysroots/x86_64-pokysdk-linux/etc/shells " to " printf "$(grep -v "^/opt/poky/3.3+snapshot/sysroots/x86_64-pokysdk-linux/bin/bash$" $D/opt/poky/3.3+snapshot/sysroots/x86_64-pokysdk-linux/etc/shells)\n" > $D/opt/poky/3.3+snapshot/sysroots/x86_64-pokysdk-linux/etc/shells " packages/x86_64-nativesdk-pokysdk-linux/nativesdk-bash/nativesdk-bash: latest.pkg_prerm changed from "#!/bin/sh set -e update-alternatives --remove bash /opt/poky/3.3+snapshot/sysroots/x86_64-pokysdk-linux/bin/bash.bash update-alternatives --remove sh /opt/poky/3.3+snapshot/sysroots/x86_64-pokysdk-linux/bin/bash.bash " to "#!/bin/sh update-alternatives --remove bash /opt/poky/3.3+snapshot/sysroots/x86_64-pokysdk-linux/bin/bash.bash update-alternatives --remove sh /opt/poky/3.3+snapshot/sysroots/x86_64-pokysdk-linux/bin/bash.bash " packages/x86_64-nativesdk-pokysdk-linux/nativesdk-bison/nativesdk-bison-dbg: PKGSIZE changed from 85048 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-bison/nativesdk-bison-dev: PKGSIZE changed from 2221 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-bison/nativesdk-bison-doc: PKGSIZE changed from 1035439 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-bison/nativesdk-bison-locale-af: PKGSIZE changed from 1412 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-bison/nativesdk-bison-locale-ast: PKGSIZE changed from 1393 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-bison/nativesdk-bison-locale-be: PKGSIZE changed from 1803 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-bison/nativesdk-bison-locale-bg: PKGSIZE changed from 42029 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-bison/nativesdk-bison-locale-ca: PKGSIZE changed from 15572 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-bison/nativesdk-bison-locale-cs: PKGSIZE changed from 2185 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-bison/nativesdk-bison-locale-da: PKGSIZE changed from 17909 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-bison/nativesdk-bison-locale-de: PKGSIZE changed from 32734 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-bison/nativesdk-bison-locale-el: PKGSIZE changed from 37062 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-bison/nativesdk-bison-locale-eo: PKGSIZE changed from 31561 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-bison/nativesdk-bison-locale-es: PKGSIZE changed from 16382 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-bison/nativesdk-bison-locale-et: PKGSIZE changed from 29799 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-bison/nativesdk-bison-locale-eu: PKGSIZE changed from 1101 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-bison/nativesdk-bison-locale-fi: PKGSIZE changed from 33408 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-bison/nativesdk-bison-locale-fr: PKGSIZE changed from 33514 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-bison/nativesdk-bison-locale-ga: PKGSIZE changed from 17243 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-bison/nativesdk-bison-locale-gl: PKGSIZE changed from 3422 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-bison/nativesdk-bison-locale-hr: PKGSIZE changed from 13015 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-bison/nativesdk-bison-locale-hu: PKGSIZE changed from 3706 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-bison/nativesdk-bison-locale-ia: PKGSIZE changed from 1341 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-bison/nativesdk-bison-locale-id: PKGSIZE changed from 8473 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-bison/nativesdk-bison-locale-it: PKGSIZE changed from 9740 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-bison/nativesdk-bison-locale-ja: PKGSIZE changed from 32857 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-bison/nativesdk-bison-locale-ko: PKGSIZE changed from 1390 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-bison/nativesdk-bison-locale-ky: PKGSIZE changed from 1659 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-bison/nativesdk-bison-locale-lt: PKGSIZE changed from 1484 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-bison/nativesdk-bison-locale-lv: PKGSIZE changed from 1514 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-bison/nativesdk-bison-locale-ms: PKGSIZE changed from 18480 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-bison/nativesdk-bison-locale-nb: PKGSIZE changed from 6655 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-bison/nativesdk-bison-locale-nl: PKGSIZE changed from 20331 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-bison/nativesdk-bison-locale-pl: PKGSIZE changed from 18924 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-bison/nativesdk-bison-locale-pt-br: PKGSIZE changed from 32754 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-bison/nativesdk-bison-locale-pt: PKGSIZE changed from 29027 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-bison/nativesdk-bison-locale-ro: PKGSIZE changed from 6366 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-bison/nativesdk-bison-locale-ru: PKGSIZE changed from 15636 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-bison/nativesdk-bison-locale-rw: PKGSIZE changed from 581 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-bison/nativesdk-bison-locale-sk: PKGSIZE changed from 904 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-bison/nativesdk-bison-locale-sl: PKGSIZE changed from 3674 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-bison/nativesdk-bison-locale-sq: PKGSIZE changed from 1378 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-bison/nativesdk-bison-locale-sr: PKGSIZE changed from 40906 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-bison/nativesdk-bison-locale-sv: PKGSIZE changed from 31786 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-bison/nativesdk-bison-locale-ta: PKGSIZE changed from 1946 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-bison/nativesdk-bison-locale-th: PKGSIZE changed from 2333 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-bison/nativesdk-bison-locale-tr: PKGSIZE changed from 16445 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-bison/nativesdk-bison-locale-uk: PKGSIZE changed from 43056 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-bison/nativesdk-bison-locale-vi: PKGSIZE changed from 18480 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-bison/nativesdk-bison-locale-zh-cn: PKGSIZE changed from 15173 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-bison/nativesdk-bison-locale-zh-tw: PKGSIZE changed from 25953 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-bison/nativesdk-bison-staticdev: PKGSIZE changed from 3366 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-bison/nativesdk-bison: PKGSIZE changed from 1200370 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-bzip2/nativesdk-bzip2-dbg: PKGSIZE changed from 29568 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-bzip2/nativesdk-bzip2-dev: PKGSIZE changed from 6255 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-bzip2/nativesdk-bzip2-doc: PKGSIZE changed from 22842 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-bzip2/nativesdk-bzip2: PKGSIZE changed from 67827 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-bzip2/nativesdk-bzip2: latest.pkg_postinst changed from "#!/bin/sh set -e update-alternatives --install /opt/poky/3.3+snapshot/sysroots/x86_64-pokysdk-linux/usr/bin/bunzip2 bunzip2 /opt/poky/3.3+snapshot/sysroots/x86_64-pokysdk-linux/usr/bin/bunzip2.bzip2 100 update-alternatives --install /opt/poky/3.3+snapshot/sysroots/x86_64-pokysdk-linux/usr/bin/bzcat bzcat /opt/poky/3.3+snapshot/sysroots/x86_64-pokysdk-linux/usr/bin/bzcat.bzip2 100 update-alternatives --install /opt/poky/3.3+snapshot/sysroots/x86_64-pokysdk-linux/usr/bin/bzip2 bzip2 /opt/poky/3.3+snapshot/sysroots/x86_64-pokysdk-linux/usr/bin/bzip2.bzip2 100 " to "#!/bin/sh update-alternatives --install /opt/poky/3.3+snapshot/sysroots/x86_64-pokysdk-linux/usr/bin/bunzip2 bunzip2 /opt/poky/3.3+snapshot/sysroots/x86_64-pokysdk-linux/usr/bin/bunzip2.bzip2 100 update-alternatives --install /opt/poky/3.3+snapshot/sysroots/x86_64-pokysdk-linux/usr/bin/bzcat bzcat /opt/poky/3.3+snapshot/sysroots/x86_64-pokysdk-linux/usr/bin/bzcat.bzip2 100 update-alternatives --install /opt/poky/3.3+snapshot/sysroots/x86_64-pokysdk-linux/usr/bin/bzip2 bzip2 /opt/poky/3.3+snapshot/sysroots/x86_64-pokysdk-linux/usr/bin/bzip2.bzip2 100 " packages/x86_64-nativesdk-pokysdk-linux/nativesdk-bzip2/nativesdk-bzip2: latest.pkg_prerm changed from "#!/bin/sh set -e update-alternatives --remove bunzip2 /opt/poky/3.3+snapshot/sysroots/x86_64-pokysdk-linux/usr/bin/bunzip2.bzip2 update-alternatives --remove bzcat /opt/poky/3.3+snapshot/sysroots/x86_64-pokysdk-linux/usr/bin/bzcat.bzip2 update-alternatives --remove bzip2 /opt/poky/3.3+snapshot/sysroots/x86_64-pokysdk-linux/usr/bin/bzip2.bzip2 " to "#!/bin/sh update-alternatives --remove bunzip2 /opt/poky/3.3+snapshot/sysroots/x86_64-pokysdk-linux/usr/bin/bunzip2.bzip2 update-alternatives --remove bzcat /opt/poky/3.3+snapshot/sysroots/x86_64-pokysdk-linux/usr/bin/bzcat.bzip2 update-alternatives --remove bzip2 /opt/poky/3.3+snapshot/sysroots/x86_64-pokysdk-linux/usr/bin/bzip2.bzip2 " packages/x86_64-nativesdk-pokysdk-linux/nativesdk-bzip2/nativesdk-libbz2: PKGSIZE changed from 75175 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-bzip2/nativesdk-libbz2: latest.pkg_postinst changed from "#!/bin/sh set -e if [ x"$D" = "x" ]; then if [ -x /sbin/ldconfig ]; then /sbin/ldconfig ; fi fi " to "#!/bin/sh if [ x"$D" = "x" ]; then if [ -x /sbin/ldconfig ]; then /sbin/ldconfig ; fi fi " packages/x86_64-nativesdk-pokysdk-linux/nativesdk-ca-certificates/nativesdk-ca-certificates-doc: PKGSIZE changed from 2705 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-ca-certificates/nativesdk-ca-certificates: PKGSIZE changed from 425471 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-chrpath/nativesdk-chrpath-dbg: PKGSIZE changed from 10328 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-chrpath/nativesdk-chrpath-doc: PKGSIZE changed from 52587 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-chrpath/nativesdk-chrpath: PKGSIZE changed from 23096 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-cmake/nativesdk-cmake-dbg: PKGSIZE changed from 5850224 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-cmake/nativesdk-cmake-doc: PKGSIZE changed from 11016 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-cmake/nativesdk-cmake: PKGSIZE changed from 30214548 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-curl/nativesdk-curl-dbg: PKGSIZE changed from 2852432 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-curl/nativesdk-curl-dev: PKGSIZE changed from 238604 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-curl/nativesdk-curl-doc: PKGSIZE changed from 1683846 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-curl/nativesdk-curl-src: PKGSIZE changed from 3646887 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-curl/nativesdk-curl: PKGSIZE changed from 191616 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-curl/nativesdk-libcurl: PKGSIZE changed from 491688 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-curl/nativesdk-libcurl: latest.pkg_postinst changed from "#!/bin/sh set -e if [ x"$D" = "x" ]; then if [ -x /sbin/ldconfig ]; then /sbin/ldconfig ; fi fi " to "#!/bin/sh if [ x"$D" = "x" ]; then if [ -x /sbin/ldconfig ]; then /sbin/ldconfig ; fi fi " packages/x86_64-nativesdk-pokysdk-linux/nativesdk-db/nativesdk-db-bin: PKGSIZE changed from 296944 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-db/nativesdk-db-cxx: PKGSIZE changed from 1390472 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-db/nativesdk-db-cxx: latest.pkg_postinst changed from "#!/bin/sh set -e if [ x"$D" = "x" ]; then if [ -x /sbin/ldconfig ]; then /sbin/ldconfig ; fi fi " to "#!/bin/sh if [ x"$D" = "x" ]; then if [ -x /sbin/ldconfig ]; then /sbin/ldconfig ; fi fi " packages/x86_64-nativesdk-pokysdk-linux/nativesdk-db/nativesdk-db-dbg: PKGSIZE changed from 353032 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-db/nativesdk-db-dev: PKGSIZE changed from 172196 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-db/nativesdk-db-doc: PKGSIZE changed from 86611793 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-db/nativesdk-db: PKGSIZE changed from 1229980 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-db/nativesdk-db: latest.pkg_postinst changed from "#!/bin/sh set -e if [ x"$D" = "x" ]; then if [ -x /sbin/ldconfig ]; then /sbin/ldconfig ; fi fi " to "#!/bin/sh if [ x"$D" = "x" ]; then if [ -x /sbin/ldconfig ]; then /sbin/ldconfig ; fi fi " packages/x86_64-nativesdk-pokysdk-linux/nativesdk-diffutils/nativesdk-diffutils-dbg: PKGSIZE changed from 88008 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-diffutils/nativesdk-diffutils-doc: PKGSIZE changed from 234744 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-diffutils/nativesdk-diffutils-locale-bg: PKGSIZE changed from 47696 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-diffutils/nativesdk-diffutils-locale-ca: PKGSIZE changed from 7966 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-diffutils/nativesdk-diffutils-locale-cs: PKGSIZE changed from 36309 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-diffutils/nativesdk-diffutils-locale-da: PKGSIZE changed from 33980 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-diffutils/nativesdk-diffutils-locale-de: PKGSIZE changed from 37425 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-diffutils/nativesdk-diffutils-locale-el: PKGSIZE changed from 42819 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-diffutils/nativesdk-diffutils-locale-eo: PKGSIZE changed from 33761 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-diffutils/nativesdk-diffutils-locale-es: PKGSIZE changed from 32989 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-diffutils/nativesdk-diffutils-locale-fi: PKGSIZE changed from 14793 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-diffutils/nativesdk-diffutils-locale-fr: PKGSIZE changed from 37285 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-diffutils/nativesdk-diffutils-locale-ga: PKGSIZE changed from 7745 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-diffutils/nativesdk-diffutils-locale-gl: PKGSIZE changed from 10214 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-diffutils/nativesdk-diffutils-locale-he: PKGSIZE changed from 6171 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-diffutils/nativesdk-diffutils-locale-hr: PKGSIZE changed from 14678 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-diffutils/nativesdk-diffutils-locale-hu: PKGSIZE changed from 36817 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-diffutils/nativesdk-diffutils-locale-id: PKGSIZE changed from 29485 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-diffutils/nativesdk-diffutils-locale-it: PKGSIZE changed from 33398 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-diffutils/nativesdk-diffutils-locale-ja: PKGSIZE changed from 30486 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-diffutils/nativesdk-diffutils-locale-lv: PKGSIZE changed from 31456 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-diffutils/nativesdk-diffutils-locale-ms: PKGSIZE changed from 11399 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-diffutils/nativesdk-diffutils-locale-nb: PKGSIZE changed from 34846 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-diffutils/nativesdk-diffutils-locale-nl: PKGSIZE changed from 36740 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-diffutils/nativesdk-diffutils-locale-pl: PKGSIZE changed from 35264 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-diffutils/nativesdk-diffutils-locale-pt-br: PKGSIZE changed from 37279 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-diffutils/nativesdk-diffutils-locale-pt: PKGSIZE changed from 35108 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-diffutils/nativesdk-diffutils-locale-ro: PKGSIZE changed from 6531 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-diffutils/nativesdk-diffutils-locale-ru: PKGSIZE changed from 44369 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-diffutils/nativesdk-diffutils-locale-sr: PKGSIZE changed from 41669 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-diffutils/nativesdk-diffutils-locale-sv: PKGSIZE changed from 34505 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-diffutils/nativesdk-diffutils-locale-tr: PKGSIZE changed from 36027 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-diffutils/nativesdk-diffutils-locale-uk: PKGSIZE changed from 45459 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-diffutils/nativesdk-diffutils-locale-vi: PKGSIZE changed from 39054 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-diffutils/nativesdk-diffutils-locale-zh-cn: PKGSIZE changed from 34962 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-diffutils/nativesdk-diffutils-locale-zh-tw: PKGSIZE changed from 7714 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-diffutils/nativesdk-diffutils: PKGSIZE changed from 409264 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-diffutils/nativesdk-diffutils: latest.pkg_postinst changed from "#!/bin/sh set -e update-alternatives --install /opt/poky/3.3+snapshot/sysroots/x86_64-pokysdk-linux/usr/bin/diff diff /opt/poky/3.3+snapshot/sysroots/x86_64-pokysdk-linux/usr/bin/diff.diffutils 100 update-alternatives --install /opt/poky/3.3+snapshot/sysroots/x86_64-pokysdk-linux/usr/bin/cmp cmp /opt/poky/3.3+snapshot/sysroots/x86_64-pokysdk-linux/usr/bin/cmp.diffutils 100 " to "#!/bin/sh update-alternatives --install /opt/poky/3.3+snapshot/sysroots/x86_64-pokysdk-linux/usr/bin/diff diff /opt/poky/3.3+snapshot/sysroots/x86_64-pokysdk-linux/usr/bin/diff.diffutils 100 update-alternatives --install /opt/poky/3.3+snapshot/sysroots/x86_64-pokysdk-linux/usr/bin/cmp cmp /opt/poky/3.3+snapshot/sysroots/x86_64-pokysdk-linux/usr/bin/cmp.diffutils 100 " packages/x86_64-nativesdk-pokysdk-linux/nativesdk-diffutils/nativesdk-diffutils: latest.pkg_prerm changed from "#!/bin/sh set -e update-alternatives --remove diff /opt/poky/3.3+snapshot/sysroots/x86_64-pokysdk-linux/usr/bin/diff.diffutils update-alternatives --remove cmp /opt/poky/3.3+snapshot/sysroots/x86_64-pokysdk-linux/usr/bin/cmp.diffutils " to "#!/bin/sh update-alternatives --remove diff /opt/poky/3.3+snapshot/sysroots/x86_64-pokysdk-linux/usr/bin/diff.diffutils update-alternatives --remove cmp /opt/poky/3.3+snapshot/sysroots/x86_64-pokysdk-linux/usr/bin/cmp.diffutils " packages/x86_64-nativesdk-pokysdk-linux/nativesdk-dtc/nativesdk-dtc-dbg: PKGSIZE changed from 574024 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-dtc/nativesdk-dtc-dev: PKGSIZE changed from 80188 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-dtc/nativesdk-dtc-misc: PKGSIZE changed from 40112 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-dtc/nativesdk-dtc-src: PKGSIZE changed from 565958 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-dtc/nativesdk-dtc-staticdev: PKGSIZE changed from 204860 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-dtc/nativesdk-dtc: PKGSIZE changed from 267536 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-dtc/nativesdk-dtc: latest.pkg_postinst changed from "#!/bin/sh set -e if [ x"$D" = "x" ]; then if [ -x /sbin/ldconfig ]; then /sbin/ldconfig ; fi fi " to "#!/bin/sh if [ x"$D" = "x" ]; then if [ -x /sbin/ldconfig ]; then /sbin/ldconfig ; fi fi " packages/x86_64-nativesdk-pokysdk-linux/nativesdk-elfutils/nativesdk-elfutils-binutils: PKGSIZE changed from 1320168 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-elfutils/nativesdk-elfutils-dbg: PKGSIZE changed from 618416 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-elfutils/nativesdk-elfutils-dev: PKGSIZE changed from 212790 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-elfutils/nativesdk-elfutils-doc: PKGSIZE changed from 61822 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-elfutils/nativesdk-elfutils-locale-de: PKGSIZE changed from 17890 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-elfutils/nativesdk-elfutils-locale-en+boldquot: PKGSIZE changed from 156548 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-elfutils/nativesdk-elfutils-locale-en+quot: PKGSIZE changed from 154720 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-elfutils/nativesdk-elfutils-locale-es: PKGSIZE changed from 107373 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-elfutils/nativesdk-elfutils-locale-ja: PKGSIZE changed from 57859 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-elfutils/nativesdk-elfutils-locale-pl: PKGSIZE changed from 167391 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-elfutils/nativesdk-elfutils-locale-uk: PKGSIZE changed from 195958 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-elfutils/nativesdk-elfutils-staticdev: PKGSIZE changed from 1853832 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-elfutils/nativesdk-elfutils: PKGSIZE changed from 1602588 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-elfutils/nativesdk-libasm: PKGSIZE changed from 35495 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-elfutils/nativesdk-libasm: latest.pkg_postinst changed from "#!/bin/sh set -e if [ x"$D" = "x" ]; then if [ -x /sbin/ldconfig ]; then /sbin/ldconfig ; fi fi " to "#!/bin/sh if [ x"$D" = "x" ]; then if [ -x /sbin/ldconfig ]; then /sbin/ldconfig ; fi fi " packages/x86_64-nativesdk-pokysdk-linux/nativesdk-elfutils/nativesdk-libdebuginfod: PKGSIZE changed from 27222 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-elfutils/nativesdk-libdebuginfod: latest.pkg_postinst changed from "#!/bin/sh set -e if [ x"$D" = "x" ]; then if [ -x /sbin/ldconfig ]; then /sbin/ldconfig ; fi fi " to "#!/bin/sh if [ x"$D" = "x" ]; then if [ -x /sbin/ldconfig ]; then /sbin/ldconfig ; fi fi " packages/x86_64-nativesdk-pokysdk-linux/nativesdk-elfutils/nativesdk-libdw: PKGSIZE changed from 619046 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-elfutils/nativesdk-libdw: latest.pkg_postinst changed from "#!/bin/sh set -e if [ x"$D" = "x" ]; then if [ -x /sbin/ldconfig ]; then /sbin/ldconfig ; fi fi " to "#!/bin/sh if [ x"$D" = "x" ]; then if [ -x /sbin/ldconfig ]; then /sbin/ldconfig ; fi fi " packages/x86_64-nativesdk-pokysdk-linux/nativesdk-elfutils/nativesdk-libelf: PKGSIZE changed from 105071 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-elfutils/nativesdk-libelf: latest.pkg_postinst changed from "#!/bin/sh set -e if [ x"$D" = "x" ]; then if [ -x /sbin/ldconfig ]; then /sbin/ldconfig ; fi fi " to "#!/bin/sh if [ x"$D" = "x" ]; then if [ -x /sbin/ldconfig ]; then /sbin/ldconfig ; fi fi " packages/x86_64-nativesdk-pokysdk-linux/nativesdk-expat/nativesdk-expat-bin: PKGSIZE changed from 35464 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-expat/nativesdk-expat-dbg: PKGSIZE changed from 34504 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-expat/nativesdk-expat-dev: PKGSIZE changed from 62557 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-expat/nativesdk-expat-doc: PKGSIZE changed from 59693 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-expat/nativesdk-expat: PKGSIZE changed from 190713 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-expat/nativesdk-expat: latest.pkg_postinst changed from "#!/bin/sh set -e if [ x"$D" = "x" ]; then if [ -x /sbin/ldconfig ]; then /sbin/ldconfig ; fi fi " to "#!/bin/sh if [ x"$D" = "x" ]; then if [ -x /sbin/ldconfig ]; then /sbin/ldconfig ; fi fi " packages/x86_64-nativesdk-pokysdk-linux/nativesdk-file/nativesdk-file-dbg: PKGSIZE changed from 30560 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-file/nativesdk-file-dev: PKGSIZE changed from 6235 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-file/nativesdk-file-doc: PKGSIZE changed from 58140 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-file/nativesdk-file: PKGSIZE changed from 7217453 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-file/nativesdk-file: latest.pkg_postinst changed from "#!/bin/sh set -e update-alternatives --install /opt/poky/3.3+snapshot/sysroots/x86_64-pokysdk-linux/usr/bin/file file /opt/poky/3.3+snapshot/sysroots/x86_64-pokysdk-linux/usr/bin/file.file 10 if [ x"$D" = "x" ]; then if [ -x /sbin/ldconfig ]; then /sbin/ldconfig ; fi fi " to "#!/bin/sh update-alternatives --install /opt/poky/3.3+snapshot/sysroots/x86_64-pokysdk-linux/usr/bin/file file /opt/poky/3.3+snapshot/sysroots/x86_64-pokysdk-linux/usr/bin/file.file 10 if [ x"$D" = "x" ]; then if [ -x /sbin/ldconfig ]; then /sbin/ldconfig ; fi fi " packages/x86_64-nativesdk-pokysdk-linux/nativesdk-file/nativesdk-file: latest.pkg_prerm changed from "#!/bin/sh set -e update-alternatives --remove file /opt/poky/3.3+snapshot/sysroots/x86_64-pokysdk-linux/usr/bin/file.file " to "#!/bin/sh update-alternatives --remove file /opt/poky/3.3+snapshot/sysroots/x86_64-pokysdk-linux/usr/bin/file.file " packages/x86_64-nativesdk-pokysdk-linux/nativesdk-findutils/nativesdk-findutils-dbg: PKGSIZE changed from 115296 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-findutils/nativesdk-findutils-doc: PKGSIZE changed from 504231 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-findutils/nativesdk-findutils-locale-be: PKGSIZE changed from 2343 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-findutils/nativesdk-findutils-locale-bg: PKGSIZE changed from 48026 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-findutils/nativesdk-findutils-locale-ca: PKGSIZE changed from 7982 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-findutils/nativesdk-findutils-locale-cs: PKGSIZE changed from 35759 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-findutils/nativesdk-findutils-locale-da: PKGSIZE changed from 34205 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-findutils/nativesdk-findutils-locale-de: PKGSIZE changed from 36468 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-findutils/nativesdk-findutils-locale-el: PKGSIZE changed from 43946 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-findutils/nativesdk-findutils-locale-eo: PKGSIZE changed from 34036 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-findutils/nativesdk-findutils-locale-es: PKGSIZE changed from 24941 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-findutils/nativesdk-findutils-locale-et: PKGSIZE changed from 33305 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-findutils/nativesdk-findutils-locale-fi: PKGSIZE changed from 35422 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-findutils/nativesdk-findutils-locale-fr: PKGSIZE changed from 36630 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-findutils/nativesdk-findutils-locale-ga: PKGSIZE changed from 20984 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-findutils/nativesdk-findutils-locale-gl: PKGSIZE changed from 24078 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-findutils/nativesdk-findutils-locale-hr: PKGSIZE changed from 35087 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-findutils/nativesdk-findutils-locale-hu: PKGSIZE changed from 36694 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-findutils/nativesdk-findutils-locale-id: PKGSIZE changed from 20287 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-findutils/nativesdk-findutils-locale-it: PKGSIZE changed from 33226 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-findutils/nativesdk-findutils-locale-ja: PKGSIZE changed from 28336 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-findutils/nativesdk-findutils-locale-ko: PKGSIZE changed from 1916 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-findutils/nativesdk-findutils-locale-lg: PKGSIZE changed from 2663 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-findutils/nativesdk-findutils-locale-lt: PKGSIZE changed from 6271 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-findutils/nativesdk-findutils-locale-ms: PKGSIZE changed from 1514 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-findutils/nativesdk-findutils-locale-nb: PKGSIZE changed from 34419 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-findutils/nativesdk-findutils-locale-nl: PKGSIZE changed from 35068 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-findutils/nativesdk-findutils-locale-pl: PKGSIZE changed from 35529 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-findutils/nativesdk-findutils-locale-pt-br: PKGSIZE changed from 35802 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-findutils/nativesdk-findutils-locale-pt: PKGSIZE changed from 34844 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-findutils/nativesdk-findutils-locale-ro: PKGSIZE changed from 6589 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-findutils/nativesdk-findutils-locale-ru: PKGSIZE changed from 45725 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-findutils/nativesdk-findutils-locale-sk: PKGSIZE changed from 24148 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-findutils/nativesdk-findutils-locale-sl: PKGSIZE changed from 34763 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-findutils/nativesdk-findutils-locale-sr: PKGSIZE changed from 45946 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-findutils/nativesdk-findutils-locale-sv: PKGSIZE changed from 34489 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-findutils/nativesdk-findutils-locale-tr: PKGSIZE changed from 32864 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-findutils/nativesdk-findutils-locale-uk: PKGSIZE changed from 45762 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-findutils/nativesdk-findutils-locale-vi: PKGSIZE changed from 37613 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-findutils/nativesdk-findutils-locale-zh-cn: PKGSIZE changed from 32493 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-findutils/nativesdk-findutils-locale-zh-tw: PKGSIZE changed from 19368 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-findutils/nativesdk-findutils: PKGSIZE changed from 638025 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-findutils/nativesdk-findutils: latest.pkg_postinst changed from "#!/bin/sh set -e update-alternatives --install /opt/poky/3.3+snapshot/sysroots/x86_64-pokysdk-linux/usr/bin/find find /opt/poky/3.3+snapshot/sysroots/x86_64-pokysdk-linux/usr/bin/find.findutils 100 update-alternatives --install /opt/poky/3.3+snapshot/sysroots/x86_64-pokysdk-linux/usr/bin/xargs xargs /opt/poky/3.3+snapshot/sysroots/x86_64-pokysdk-linux/usr/bin/xargs.findutils 100 " to "#!/bin/sh update-alternatives --install /opt/poky/3.3+snapshot/sysroots/x86_64-pokysdk-linux/usr/bin/find find /opt/poky/3.3+snapshot/sysroots/x86_64-pokysdk-linux/usr/bin/find.findutils 100 update-alternatives --install /opt/poky/3.3+snapshot/sysroots/x86_64-pokysdk-linux/usr/bin/xargs xargs /opt/poky/3.3+snapshot/sysroots/x86_64-pokysdk-linux/usr/bin/xargs.findutils 100 " packages/x86_64-nativesdk-pokysdk-linux/nativesdk-findutils/nativesdk-findutils: latest.pkg_prerm changed from "#!/bin/sh set -e update-alternatives --remove find /opt/poky/3.3+snapshot/sysroots/x86_64-pokysdk-linux/usr/bin/find.findutils update-alternatives --remove xargs /opt/poky/3.3+snapshot/sysroots/x86_64-pokysdk-linux/usr/bin/xargs.findutils " to "#!/bin/sh update-alternatives --remove find /opt/poky/3.3+snapshot/sysroots/x86_64-pokysdk-linux/usr/bin/find.findutils update-alternatives --remove xargs /opt/poky/3.3+snapshot/sysroots/x86_64-pokysdk-linux/usr/bin/xargs.findutils " packages/x86_64-nativesdk-pokysdk-linux/nativesdk-flex/nativesdk-flex-dbg: PKGSIZE changed from 33912 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-flex/nativesdk-flex-dev: PKGSIZE changed from 6907 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-flex/nativesdk-flex-doc: PKGSIZE changed from 434961 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-flex/nativesdk-flex-libfl: PKGSIZE changed from 14278 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-flex/nativesdk-flex-libfl: latest.pkg_postinst changed from "#!/bin/sh set -e if [ x"$D" = "x" ]; then if [ -x /sbin/ldconfig ]; then /sbin/ldconfig ; fi fi " to "#!/bin/sh if [ x"$D" = "x" ]; then if [ -x /sbin/ldconfig ]; then /sbin/ldconfig ; fi fi " packages/x86_64-nativesdk-pokysdk-linux/nativesdk-flex/nativesdk-flex-locale-ca: PKGSIZE changed from 16553 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-flex/nativesdk-flex-locale-da: PKGSIZE changed from 15398 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-flex/nativesdk-flex-locale-de: PKGSIZE changed from 16353 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-flex/nativesdk-flex-locale-en+boldquot: PKGSIZE changed from 21029 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-flex/nativesdk-flex-locale-en+quot: PKGSIZE changed from 20913 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-flex/nativesdk-flex-locale-eo: PKGSIZE changed from 15388 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-flex/nativesdk-flex-locale-es: PKGSIZE changed from 12775 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-flex/nativesdk-flex-locale-fi: PKGSIZE changed from 16333 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-flex/nativesdk-flex-locale-fr: PKGSIZE changed from 16608 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-flex/nativesdk-flex-locale-ga: PKGSIZE changed from 16249 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-flex/nativesdk-flex-locale-hr: PKGSIZE changed from 3516 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-flex/nativesdk-flex-locale-ko: PKGSIZE changed from 10308 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-flex/nativesdk-flex-locale-nl: PKGSIZE changed from 15915 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-flex/nativesdk-flex-locale-pl: PKGSIZE changed from 15642 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-flex/nativesdk-flex-locale-pt-br: PKGSIZE changed from 16235 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-flex/nativesdk-flex-locale-ro: PKGSIZE changed from 14641 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-flex/nativesdk-flex-locale-ru: PKGSIZE changed from 20884 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-flex/nativesdk-flex-locale-sr: PKGSIZE changed from 19958 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-flex/nativesdk-flex-locale-sv: PKGSIZE changed from 15651 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-flex/nativesdk-flex-locale-tr: PKGSIZE changed from 14525 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-flex/nativesdk-flex-locale-vi: PKGSIZE changed from 17671 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-flex/nativesdk-flex-locale-zh-cn: PKGSIZE changed from 14821 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-flex/nativesdk-flex-locale-zh-tw: PKGSIZE changed from 14913 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-flex/nativesdk-flex: PKGSIZE changed from 452080 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-gcc-runtime/nativesdk-gcc-runtime-dbg: PKGSIZE changed from 821735 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-gcc-runtime/nativesdk-libatomic-dev: PKGSIZE changed from 18 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-gcc-runtime/nativesdk-libatomic-staticdev: PKGSIZE changed from 135466 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-gcc-runtime/nativesdk-libatomic: PKGSIZE changed from 30938 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-gcc-runtime/nativesdk-libatomic: latest.pkg_postinst changed from "#!/bin/sh set -e if [ x"$D" = "x" ]; then if [ -x /sbin/ldconfig ]; then /sbin/ldconfig ; fi fi " to "#!/bin/sh if [ x"$D" = "x" ]; then if [ -x /sbin/ldconfig ]; then /sbin/ldconfig ; fi fi " packages/x86_64-nativesdk-pokysdk-linux/nativesdk-gcc-runtime/nativesdk-libgomp-dev: PKGSIZE changed from 24218 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-gcc-runtime/nativesdk-libgomp-staticdev: PKGSIZE changed from 474752 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-gcc-runtime/nativesdk-libgomp: PKGSIZE changed from 257640 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-gcc-runtime/nativesdk-libgomp: latest.pkg_postinst changed from "#!/bin/sh set -e if [ x"$D" = "x" ]; then if [ -x /sbin/ldconfig ]; then /sbin/ldconfig ; fi fi " to "#!/bin/sh if [ x"$D" = "x" ]; then if [ -x /sbin/ldconfig ]; then /sbin/ldconfig ; fi fi " packages/x86_64-nativesdk-pokysdk-linux/nativesdk-gcc-runtime/nativesdk-libitm-dev: PKGSIZE changed from 177 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-gcc-runtime/nativesdk-libitm-staticdev: PKGSIZE changed from 203662 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-gcc-runtime/nativesdk-libitm: PKGSIZE changed from 100879 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-gcc-runtime/nativesdk-libitm: latest.pkg_postinst changed from "#!/bin/sh set -e if [ x"$D" = "x" ]; then if [ -x /sbin/ldconfig ]; then /sbin/ldconfig ; fi fi " to "#!/bin/sh if [ x"$D" = "x" ]; then if [ -x /sbin/ldconfig ]; then /sbin/ldconfig ; fi fi " packages/x86_64-nativesdk-pokysdk-linux/nativesdk-gcc-runtime/nativesdk-libstdc++-dev: PKGSIZE changed from 11554754 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-gcc-runtime/nativesdk-libstdc++-staticdev: PKGSIZE changed from 7025798 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-gcc-runtime/nativesdk-libstdc++: PKGSIZE changed from 2140979 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-gcc-runtime/nativesdk-libstdc++: latest.pkg_postinst changed from "#!/bin/sh set -e if [ x"$D" = "x" ]; then if [ -x /sbin/ldconfig ]; then /sbin/ldconfig ; fi fi " to "#!/bin/sh if [ x"$D" = "x" ]; then if [ -x /sbin/ldconfig ]; then /sbin/ldconfig ; fi fi " packages/x86_64-nativesdk-pokysdk-linux/nativesdk-gdbm/nativesdk-gdbm-bin: PKGSIZE changed from 173480 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-gdbm/nativesdk-gdbm-compat: PKGSIZE changed from 14519 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-gdbm/nativesdk-gdbm-compat: latest.pkg_postinst changed from "#!/bin/sh set -e if [ x"$D" = "x" ]; then if [ -x /sbin/ldconfig ]; then /sbin/ldconfig ; fi fi " to "#!/bin/sh if [ x"$D" = "x" ]; then if [ -x /sbin/ldconfig ]; then /sbin/ldconfig ; fi fi " packages/x86_64-nativesdk-pokysdk-linux/nativesdk-gdbm/nativesdk-gdbm-dbg: PKGSIZE changed from 68240 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-gdbm/nativesdk-gdbm-dev: PKGSIZE changed from 14270 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-gdbm/nativesdk-gdbm-doc: PKGSIZE changed from 179576 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-gdbm/nativesdk-gdbm-locale-da: PKGSIZE changed from 14387 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-gdbm/nativesdk-gdbm-locale-de: PKGSIZE changed from 16763 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-gdbm/nativesdk-gdbm-locale-eo: PKGSIZE changed from 16039 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-gdbm/nativesdk-gdbm-locale-es: PKGSIZE changed from 14847 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-gdbm/nativesdk-gdbm-locale-fi: PKGSIZE changed from 12299 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-gdbm/nativesdk-gdbm-locale-fr: PKGSIZE changed from 17153 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-gdbm/nativesdk-gdbm-locale-ja: PKGSIZE changed from 6164 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-gdbm/nativesdk-gdbm-locale-pl: PKGSIZE changed from 16737 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-gdbm/nativesdk-gdbm-locale-pt-br: PKGSIZE changed from 16594 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-gdbm/nativesdk-gdbm-locale-ru: PKGSIZE changed from 21254 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-gdbm/nativesdk-gdbm-locale-sr: PKGSIZE changed from 21057 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-gdbm/nativesdk-gdbm-locale-sv: PKGSIZE changed from 16096 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-gdbm/nativesdk-gdbm-locale-uk: PKGSIZE changed from 21800 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-gdbm/nativesdk-gdbm-locale-vi: PKGSIZE changed from 18101 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-gdbm/nativesdk-gdbm: PKGSIZE changed from 64680 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-gdbm/nativesdk-gdbm: latest.pkg_postinst changed from "#!/bin/sh set -e if [ x"$D" = "x" ]; then if [ -x /sbin/ldconfig ]; then /sbin/ldconfig ; fi fi " to "#!/bin/sh if [ x"$D" = "x" ]; then if [ -x /sbin/ldconfig ]; then /sbin/ldconfig ; fi fi " packages/x86_64-nativesdk-pokysdk-linux/nativesdk-gettext/nativesdk-gettext-dbg: PKGSIZE changed from 709464 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-gettext/nativesdk-gettext-dev: PKGSIZE changed from 170418 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-gettext/nativesdk-gettext-doc: PKGSIZE changed from 5863334 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-gettext/nativesdk-gettext-locale-ast: PKGSIZE changed from 5652 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-gettext/nativesdk-gettext-locale-be: PKGSIZE changed from 28450 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-gettext/nativesdk-gettext-locale-bg: PKGSIZE changed from 157309 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-gettext/nativesdk-gettext-locale-ca: PKGSIZE changed from 125636 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-gettext/nativesdk-gettext-locale-cs: PKGSIZE changed from 12191 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-gettext/nativesdk-gettext-locale-da: PKGSIZE changed from 92585 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-gettext/nativesdk-gettext-locale-de: PKGSIZE changed from 130971 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-gettext/nativesdk-gettext-locale-el: PKGSIZE changed from 4768 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-gettext/nativesdk-gettext-locale-en+boldquot: PKGSIZE changed from 130248 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-gettext/nativesdk-gettext-locale-en+quot: PKGSIZE changed from 128240 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-gettext/nativesdk-gettext-locale-eo: PKGSIZE changed from 8681 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-gettext/nativesdk-gettext-locale-es: PKGSIZE changed from 132384 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-gettext/nativesdk-gettext-locale-et: PKGSIZE changed from 7096 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-gettext/nativesdk-gettext-locale-eu: PKGSIZE changed from 51844 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-gettext/nativesdk-gettext-locale-fi: PKGSIZE changed from 117551 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-gettext/nativesdk-gettext-locale-fr: PKGSIZE changed from 133417 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-gettext/nativesdk-gettext-locale-ga: PKGSIZE changed from 5657 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-gettext/nativesdk-gettext-locale-gl: PKGSIZE changed from 27948 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-gettext/nativesdk-gettext-locale-hr: PKGSIZE changed from 8822 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-gettext/nativesdk-gettext-locale-hu: PKGSIZE changed from 8736 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-gettext/nativesdk-gettext-locale-id: PKGSIZE changed from 93782 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-gettext/nativesdk-gettext-locale-it: PKGSIZE changed from 111619 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-gettext/nativesdk-gettext-locale-ja: PKGSIZE changed from 118322 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-gettext/nativesdk-gettext-locale-ko: PKGSIZE changed from 131950 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-gettext/nativesdk-gettext-locale-nb: PKGSIZE changed from 26585 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-gettext/nativesdk-gettext-locale-nl: PKGSIZE changed from 59872 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-gettext/nativesdk-gettext-locale-nn: PKGSIZE changed from 21162 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-gettext/nativesdk-gettext-locale-pa: PKGSIZE changed from 27756 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-gettext/nativesdk-gettext-locale-pl: PKGSIZE changed from 127119 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-gettext/nativesdk-gettext-locale-pt-br: PKGSIZE changed from 130217 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-gettext/nativesdk-gettext-locale-pt: PKGSIZE changed from 126568 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-gettext/nativesdk-gettext-locale-ro: PKGSIZE changed from 74235 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-gettext/nativesdk-gettext-locale-ru: PKGSIZE changed from 163892 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-gettext/nativesdk-gettext-locale-sk: PKGSIZE changed from 128388 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-gettext/nativesdk-gettext-locale-sl: PKGSIZE changed from 116943 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-gettext/nativesdk-gettext-locale-sr: PKGSIZE changed from 157856 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-gettext/nativesdk-gettext-locale-sv: PKGSIZE changed from 121094 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-gettext/nativesdk-gettext-locale-tr: PKGSIZE changed from 91709 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-gettext/nativesdk-gettext-locale-uk: PKGSIZE changed from 159003 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-gettext/nativesdk-gettext-locale-vi: PKGSIZE changed from 133629 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-gettext/nativesdk-gettext-locale-zh-cn: PKGSIZE changed from 119245 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-gettext/nativesdk-gettext-locale-zh-hk: PKGSIZE changed from 4126 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-gettext/nativesdk-gettext-locale-zh-tw: PKGSIZE changed from 120639 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-gettext/nativesdk-gettext-runtime-doc: PKGSIZE changed from 78406 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-gettext/nativesdk-gettext-runtime: PKGSIZE changed from 136148 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-gettext/nativesdk-gettext: PKGSIZE changed from 2807694 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-gettext/nativesdk-gettext: latest.pkg_postinst changed from "#!/bin/sh set -e if [ x"$D" = "x" ]; then if [ -x /sbin/ldconfig ]; then /sbin/ldconfig ; fi fi " to "#!/bin/sh if [ x"$D" = "x" ]; then if [ -x /sbin/ldconfig ]; then /sbin/ldconfig ; fi fi " packages/x86_64-nativesdk-pokysdk-linux/nativesdk-gettext/nativesdk-libgettextlib: PKGSIZE changed from 1489264 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-gettext/nativesdk-libgettextlib: latest.pkg_postinst changed from "#!/bin/sh set -e if [ x"$D" = "x" ]; then if [ -x /sbin/ldconfig ]; then /sbin/ldconfig ; fi fi " to "#!/bin/sh if [ x"$D" = "x" ]; then if [ -x /sbin/ldconfig ]; then /sbin/ldconfig ; fi fi " packages/x86_64-nativesdk-pokysdk-linux/nativesdk-gettext/nativesdk-libgettextsrc: PKGSIZE changed from 335432 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-gettext/nativesdk-libgettextsrc: latest.pkg_postinst changed from "#!/bin/sh set -e if [ x"$D" = "x" ]; then if [ -x /sbin/ldconfig ]; then /sbin/ldconfig ; fi fi " to "#!/bin/sh if [ x"$D" = "x" ]; then if [ -x /sbin/ldconfig ]; then /sbin/ldconfig ; fi fi " packages/x86_64-nativesdk-pokysdk-linux/nativesdk-git/nativesdk-git-bash-completion: PKGSIZE changed from 78655 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-git/nativesdk-git-dbg: PKGSIZE changed from 2104048 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-git/nativesdk-git-doc: PKGSIZE changed from 3024183 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-git/nativesdk-git-perltools: PKGSIZE changed from 314419 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-git/nativesdk-git: PKGSIZE changed from 18200635 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-git/nativesdk-gitweb: PKGSIZE changed from 314297 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glib-2.0/nativesdk-glib-2.0-bash-completion: PKGSIZE changed from 10339 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glib-2.0/nativesdk-glib-2.0-codegen: PKGSIZE changed from 306613 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glib-2.0/nativesdk-glib-2.0-dbg: PKGSIZE changed from 859412 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glib-2.0/nativesdk-glib-2.0-dev: PKGSIZE changed from 2275451 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glib-2.0/nativesdk-glib-2.0-locale-af: PKGSIZE changed from 9368 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glib-2.0/nativesdk-glib-2.0-locale-am: PKGSIZE changed from 2655 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glib-2.0/nativesdk-glib-2.0-locale-an: PKGSIZE changed from 100884 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glib-2.0/nativesdk-glib-2.0-locale-ar: PKGSIZE changed from 48379 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glib-2.0/nativesdk-glib-2.0-locale-as: PKGSIZE changed from 144513 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glib-2.0/nativesdk-glib-2.0-locale-ast: PKGSIZE changed from 46590 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glib-2.0/nativesdk-glib-2.0-locale-az: PKGSIZE changed from 12704 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glib-2.0/nativesdk-glib-2.0-locale-be+latin: PKGSIZE changed from 37326 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glib-2.0/nativesdk-glib-2.0-locale-be: PKGSIZE changed from 124291 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glib-2.0/nativesdk-glib-2.0-locale-bg: PKGSIZE changed from 133353 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glib-2.0/nativesdk-glib-2.0-locale-bn-in: PKGSIZE changed from 152932 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glib-2.0/nativesdk-glib-2.0-locale-bn: PKGSIZE changed from 72564 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glib-2.0/nativesdk-glib-2.0-locale-bs: PKGSIZE changed from 100608 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glib-2.0/nativesdk-glib-2.0-locale-ca+valencia: PKGSIZE changed from 130719 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glib-2.0/nativesdk-glib-2.0-locale-ca: PKGSIZE changed from 142201 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glib-2.0/nativesdk-glib-2.0-locale-cs: PKGSIZE changed from 136384 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glib-2.0/nativesdk-glib-2.0-locale-cy: PKGSIZE changed from 27388 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glib-2.0/nativesdk-glib-2.0-locale-da: PKGSIZE changed from 132350 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glib-2.0/nativesdk-glib-2.0-locale-de: PKGSIZE changed from 139992 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glib-2.0/nativesdk-glib-2.0-locale-dz: PKGSIZE changed from 34836 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glib-2.0/nativesdk-glib-2.0-locale-el: PKGSIZE changed from 118601 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glib-2.0/nativesdk-glib-2.0-locale-en+shaw: PKGSIZE changed from 69722 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glib-2.0/nativesdk-glib-2.0-locale-en-ca: PKGSIZE changed from 80055 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glib-2.0/nativesdk-glib-2.0-locale-en-gb: PKGSIZE changed from 128400 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glib-2.0/nativesdk-glib-2.0-locale-eo: PKGSIZE changed from 60698 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glib-2.0/nativesdk-glib-2.0-locale-es: PKGSIZE changed from 138435 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glib-2.0/nativesdk-glib-2.0-locale-et: PKGSIZE changed from 50929 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glib-2.0/nativesdk-glib-2.0-locale-eu: PKGSIZE changed from 137523 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glib-2.0/nativesdk-glib-2.0-locale-fa: PKGSIZE changed from 57968 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glib-2.0/nativesdk-glib-2.0-locale-fi: PKGSIZE changed from 55624 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glib-2.0/nativesdk-glib-2.0-locale-fr: PKGSIZE changed from 145976 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glib-2.0/nativesdk-glib-2.0-locale-fur: PKGSIZE changed from 76174 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glib-2.0/nativesdk-glib-2.0-locale-ga: PKGSIZE changed from 14727 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glib-2.0/nativesdk-glib-2.0-locale-gd: PKGSIZE changed from 11432 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glib-2.0/nativesdk-glib-2.0-locale-gl: PKGSIZE changed from 138890 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glib-2.0/nativesdk-glib-2.0-locale-gu: PKGSIZE changed from 146023 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glib-2.0/nativesdk-glib-2.0-locale-he: PKGSIZE changed from 125973 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glib-2.0/nativesdk-glib-2.0-locale-hi: PKGSIZE changed from 147327 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glib-2.0/nativesdk-glib-2.0-locale-hr: PKGSIZE changed from 48509 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glib-2.0/nativesdk-glib-2.0-locale-hu: PKGSIZE changed from 140108 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glib-2.0/nativesdk-glib-2.0-locale-hy: PKGSIZE changed from 91532 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glib-2.0/nativesdk-glib-2.0-locale-id: PKGSIZE changed from 131591 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glib-2.0/nativesdk-glib-2.0-locale-is: PKGSIZE changed from 15106 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glib-2.0/nativesdk-glib-2.0-locale-it: PKGSIZE changed from 137019 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glib-2.0/nativesdk-glib-2.0-locale-ja: PKGSIZE changed from 131889 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glib-2.0/nativesdk-glib-2.0-locale-ka: PKGSIZE changed from 34231 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glib-2.0/nativesdk-glib-2.0-locale-kk: PKGSIZE changed from 30009 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glib-2.0/nativesdk-glib-2.0-locale-kn: PKGSIZE changed from 163773 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glib-2.0/nativesdk-glib-2.0-locale-ko: PKGSIZE changed from 145154 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glib-2.0/nativesdk-glib-2.0-locale-ku: PKGSIZE changed from 2827 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glib-2.0/nativesdk-glib-2.0-locale-lt: PKGSIZE changed from 133904 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glib-2.0/nativesdk-glib-2.0-locale-lv: PKGSIZE changed from 134723 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glib-2.0/nativesdk-glib-2.0-locale-mai: PKGSIZE changed from 43246 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glib-2.0/nativesdk-glib-2.0-locale-mg: PKGSIZE changed from 19581 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glib-2.0/nativesdk-glib-2.0-locale-mk: PKGSIZE changed from 48242 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glib-2.0/nativesdk-glib-2.0-locale-ml: PKGSIZE changed from 98667 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glib-2.0/nativesdk-glib-2.0-locale-mn: PKGSIZE changed from 19171 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glib-2.0/nativesdk-glib-2.0-locale-mr: PKGSIZE changed from 146790 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glib-2.0/nativesdk-glib-2.0-locale-ms: PKGSIZE changed from 126484 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glib-2.0/nativesdk-glib-2.0-locale-nb: PKGSIZE changed from 113354 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glib-2.0/nativesdk-glib-2.0-locale-nds: PKGSIZE changed from 6441 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glib-2.0/nativesdk-glib-2.0-locale-ne: PKGSIZE changed from 82038 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glib-2.0/nativesdk-glib-2.0-locale-nl: PKGSIZE changed from 89126 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glib-2.0/nativesdk-glib-2.0-locale-nn: PKGSIZE changed from 36259 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glib-2.0/nativesdk-glib-2.0-locale-oc: PKGSIZE changed from 123990 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glib-2.0/nativesdk-glib-2.0-locale-or: PKGSIZE changed from 153879 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glib-2.0/nativesdk-glib-2.0-locale-pa: PKGSIZE changed from 139900 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glib-2.0/nativesdk-glib-2.0-locale-pl: PKGSIZE changed from 140913 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glib-2.0/nativesdk-glib-2.0-locale-ps: PKGSIZE changed from 11590 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glib-2.0/nativesdk-glib-2.0-locale-pt-br: PKGSIZE changed from 136844 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glib-2.0/nativesdk-glib-2.0-locale-pt: PKGSIZE changed from 137044 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glib-2.0/nativesdk-glib-2.0-locale-ro: PKGSIZE changed from 139888 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glib-2.0/nativesdk-glib-2.0-locale-ru: PKGSIZE changed from 172573 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glib-2.0/nativesdk-glib-2.0-locale-rw: PKGSIZE changed from 2197 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glib-2.0/nativesdk-glib-2.0-locale-si: PKGSIZE changed from 11379 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glib-2.0/nativesdk-glib-2.0-locale-sk: PKGSIZE changed from 126958 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glib-2.0/nativesdk-glib-2.0-locale-sl: PKGSIZE changed from 133721 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glib-2.0/nativesdk-glib-2.0-locale-sq: PKGSIZE changed from 38114 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glib-2.0/nativesdk-glib-2.0-locale-sr+ije: PKGSIZE changed from 15638 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glib-2.0/nativesdk-glib-2.0-locale-sr+latin: PKGSIZE changed from 125979 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glib-2.0/nativesdk-glib-2.0-locale-sr: PKGSIZE changed from 173028 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glib-2.0/nativesdk-glib-2.0-locale-sv: PKGSIZE changed from 132946 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glib-2.0/nativesdk-glib-2.0-locale-ta: PKGSIZE changed from 161163 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glib-2.0/nativesdk-glib-2.0-locale-te: PKGSIZE changed from 152584 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glib-2.0/nativesdk-glib-2.0-locale-tg: PKGSIZE changed from 5165 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glib-2.0/nativesdk-glib-2.0-locale-th: PKGSIZE changed from 174848 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glib-2.0/nativesdk-glib-2.0-locale-tl: PKGSIZE changed from 17881 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glib-2.0/nativesdk-glib-2.0-locale-tr: PKGSIZE changed from 134920 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glib-2.0/nativesdk-glib-2.0-locale-tt: PKGSIZE changed from 7076 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glib-2.0/nativesdk-glib-2.0-locale-ug: PKGSIZE changed from 124524 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glib-2.0/nativesdk-glib-2.0-locale-uk: PKGSIZE changed from 176518 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glib-2.0/nativesdk-glib-2.0-locale-vi: PKGSIZE changed from 109755 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glib-2.0/nativesdk-glib-2.0-locale-wa: PKGSIZE changed from 6350 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glib-2.0/nativesdk-glib-2.0-locale-xh: PKGSIZE changed from 15950 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glib-2.0/nativesdk-glib-2.0-locale-yi: PKGSIZE changed from 15877 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glib-2.0/nativesdk-glib-2.0-locale-zh-cn: PKGSIZE changed from 121576 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glib-2.0/nativesdk-glib-2.0-locale-zh-hk: PKGSIZE changed from 94873 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glib-2.0/nativesdk-glib-2.0-locale-zh-tw: PKGSIZE changed from 123273 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glib-2.0/nativesdk-glib-2.0-utils: PKGSIZE changed from 500259 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glib-2.0/nativesdk-glib-2.0: PKGSIZE changed from 3577155 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glib-2.0/nativesdk-glib-2.0: latest.pkg_postinst changed from "#!/bin/sh set -e if [ "x$D" != "x" ]; then $INTERCEPT_DIR/postinst_intercept update_gio_module_cache nativesdk-libglib-2.0-0 \ mlprefix=nativesdk- \ binprefix=nativesdk- \ libdir=/opt/poky/3.3+snapshot/sysroots/x86_64-pokysdk-linux/usr/lib \ libexecdir=/opt/poky/3.3+snapshot/sysroots/x86_64-pokysdk-linux/usr/libexec \ base_libdir=/opt/poky/3.3+snapshot/sysroots/x86_64-pokysdk-linux/lib \ bindir=/opt/poky/3.3+snapshot/sysroots/x86_64-pokysdk-linux/usr/bin else /opt/poky/3.3+snapshot/sysroots/x86_64-pokysdk-linux/usr/libexec/nativesdk-gio-querymodules /opt/poky/3.3+snapshot/sysroots/x86_64-pokysdk-linux/usr/lib/gio/modules/ fi if [ x"$D" = "x" ]; then if [ -x /sbin/ldconfig ]; then /sbin/ldconfig ; fi fi " to "#!/bin/sh if [ "x$D" != "x" ]; then $INTERCEPT_DIR/postinst_intercept update_gio_module_cache nativesdk-libglib-2.0-0 \ mlprefix=nativesdk- \ binprefix=nativesdk- \ libdir=/opt/poky/3.3+snapshot/sysroots/x86_64-pokysdk-linux/usr/lib \ libexecdir=/opt/poky/3.3+snapshot/sysroots/x86_64-pokysdk-linux/usr/libexec \ base_libdir=/opt/poky/3.3+snapshot/sysroots/x86_64-pokysdk-linux/lib \ bindir=/opt/poky/3.3+snapshot/sysroots/x86_64-pokysdk-linux/usr/bin else /opt/poky/3.3+snapshot/sysroots/x86_64-pokysdk-linux/usr/libexec/nativesdk-gio-querymodules /opt/poky/3.3+snapshot/sysroots/x86_64-pokysdk-linux/usr/lib/gio/modules/ fi if [ x"$D" = "x" ]; then if [ -x /sbin/ldconfig ]; then /sbin/ldconfig ; fi fi " packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glib-2.0/nativesdk-glib-2.0: latest.pkg_postrm changed from "#!/bin/sh set -e if [ "x$D" != "x" ]; then $INTERCEPT_DIR/postinst_intercept update_gio_module_cache nativesdk-libglib-2.0-0 \ mlprefix=nativesdk- \ binprefix=nativesdk- \ libdir=/opt/poky/3.3+snapshot/sysroots/x86_64-pokysdk-linux/usr/lib \ libexecdir=/opt/poky/3.3+snapshot/sysroots/x86_64-pokysdk-linux/usr/libexec \ base_libdir=/opt/poky/3.3+snapshot/sysroots/x86_64-pokysdk-linux/lib \ bindir=/opt/poky/3.3+snapshot/sysroots/x86_64-pokysdk-linux/usr/bin else /opt/poky/3.3+snapshot/sysroots/x86_64-pokysdk-linux/usr/libexec/nativesdk-gio-querymodules /opt/poky/3.3+snapshot/sysroots/x86_64-pokysdk-linux/usr/lib/gio/modules/ fi " to "#!/bin/sh if [ "x$D" != "x" ]; then $INTERCEPT_DIR/postinst_intercept update_gio_module_cache nativesdk-libglib-2.0-0 \ mlprefix=nativesdk- \ binprefix=nativesdk- \ libdir=/opt/poky/3.3+snapshot/sysroots/x86_64-pokysdk-linux/usr/lib \ libexecdir=/opt/poky/3.3+snapshot/sysroots/x86_64-pokysdk-linux/usr/libexec \ base_libdir=/opt/poky/3.3+snapshot/sysroots/x86_64-pokysdk-linux/lib \ bindir=/opt/poky/3.3+snapshot/sysroots/x86_64-pokysdk-linux/usr/bin else /opt/poky/3.3+snapshot/sysroots/x86_64-pokysdk-linux/usr/libexec/nativesdk-gio-querymodules /opt/poky/3.3+snapshot/sysroots/x86_64-pokysdk-linux/usr/lib/gio/modules/ fi " packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-binary-localedata-aa-dj.utf-8: PKGSIZE changed from 2937932 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-binary-localedata-aa-dj: PKGSIZE changed from 321134 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-binary-localedata-aa-er+saaho: PKGSIZE changed from 2949737 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-binary-localedata-aa-er: PKGSIZE changed from 2949726 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-binary-localedata-aa-et: PKGSIZE changed from 2949723 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-binary-localedata-af-za.utf-8: PKGSIZE changed from 2937458 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-binary-localedata-af-za: PKGSIZE changed from 320660 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-binary-localedata-agr-pe: PKGSIZE changed from 2937704 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-binary-localedata-ak-gh: PKGSIZE changed from 2938465 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-binary-localedata-am-et: PKGSIZE changed from 2949467 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-binary-localedata-an-es.utf-8: PKGSIZE changed from 2937400 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-binary-localedata-an-es: PKGSIZE changed from 321996 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-binary-localedata-anp-in: PKGSIZE changed from 2941095 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-binary-localedata-ar-ae.utf-8: PKGSIZE changed from 2937762 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-binary-localedata-ar-ae: PKGSIZE changed from 318286 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-binary-localedata-ar-bh.utf-8: PKGSIZE changed from 2937696 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-binary-localedata-ar-bh: PKGSIZE changed from 318240 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-binary-localedata-ar-dz.utf-8: PKGSIZE changed from 2937928 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-binary-localedata-ar-dz: PKGSIZE changed from 318432 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-binary-localedata-ar-eg.utf-8: PKGSIZE changed from 2937683 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-binary-localedata-ar-eg: PKGSIZE changed from 318231 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-binary-localedata-ar-in: PKGSIZE changed from 2937730 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-binary-localedata-ar-iq.utf-8: PKGSIZE changed from 2938406 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-binary-localedata-ar-iq: PKGSIZE changed from 318842 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-binary-localedata-ar-jo.utf-8: PKGSIZE changed from 2938410 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-binary-localedata-ar-jo: PKGSIZE changed from 318846 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-binary-localedata-ar-kw.utf-8: PKGSIZE changed from 2937690 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-binary-localedata-ar-kw: PKGSIZE changed from 318238 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-binary-localedata-ar-lb.utf-8: PKGSIZE changed from 2938412 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-binary-localedata-ar-lb: PKGSIZE changed from 318844 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-binary-localedata-ar-ly.utf-8: PKGSIZE changed from 2937705 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-binary-localedata-ar-ly: PKGSIZE changed from 318253 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-binary-localedata-ar-ma.utf-8: PKGSIZE changed from 2937784 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-binary-localedata-ar-ma: PKGSIZE changed from 318296 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-binary-localedata-ar-om.utf-8: PKGSIZE changed from 2937686 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-binary-localedata-ar-om: PKGSIZE changed from 318230 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-binary-localedata-ar-qa.utf-8: PKGSIZE changed from 2937680 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-binary-localedata-ar-qa: PKGSIZE changed from 318232 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-binary-localedata-ar-sa.utf-8: PKGSIZE changed from 367842 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-binary-localedata-ar-sa: PKGSIZE changed from 315706 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-binary-localedata-ar-sd.utf-8: PKGSIZE changed from 2937692 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-binary-localedata-ar-sd: PKGSIZE changed from 318236 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-binary-localedata-ar-ss: PKGSIZE changed from 2937700 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-binary-localedata-ar-sy.utf-8: PKGSIZE changed from 2938423 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-binary-localedata-ar-sy: PKGSIZE changed from 318859 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-binary-localedata-ar-tn.utf-8: PKGSIZE changed from 2937920 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-binary-localedata-ar-tn: PKGSIZE changed from 318428 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-binary-localedata-ar-ye.utf-8: PKGSIZE changed from 2937688 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-binary-localedata-ar-ye: PKGSIZE changed from 318236 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-binary-localedata-as-in: PKGSIZE changed from 2941166 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-binary-localedata-ast-es.utf-8: PKGSIZE changed from 2937423 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-binary-localedata-ast-es: PKGSIZE changed from 322014 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-binary-localedata-ayc-pe: PKGSIZE changed from 2937350 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-binary-localedata-az-az: PKGSIZE changed from 2806724 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-binary-localedata-az-ir: PKGSIZE changed from 2945411 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-binary-localedata-be-by+latin: PKGSIZE changed from 2895034 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-binary-localedata-be-by.utf-8: PKGSIZE changed from 2937712 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-binary-localedata-be-by: PKGSIZE changed from 323407 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-binary-localedata-bem-zm: PKGSIZE changed from 2937520 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-binary-localedata-ber-dz: PKGSIZE changed from 2937335 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-binary-localedata-ber-ma: PKGSIZE changed from 2937756 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-binary-localedata-bg-bg.utf-8: PKGSIZE changed from 2938040 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-binary-localedata-bg-bg: PKGSIZE changed from 323330 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-binary-localedata-bhb-in.utf-8: PKGSIZE changed from 2937558 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-binary-localedata-bho-in: PKGSIZE changed from 2941124 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-binary-localedata-bho-np: PKGSIZE changed from 2941160 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-binary-localedata-bi-vu: PKGSIZE changed from 2937427 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-binary-localedata-bn-bd: PKGSIZE changed from 2941560 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-binary-localedata-bn-in: PKGSIZE changed from 2941558 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-binary-localedata-bo-cn: PKGSIZE changed from 3002129 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-binary-localedata-bo-in: PKGSIZE changed from 3002100 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-binary-localedata-br-fr+euro: PKGSIZE changed from 323016 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-binary-localedata-br-fr.utf-8: PKGSIZE changed from 2938562 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-binary-localedata-br-fr: PKGSIZE changed from 321604 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-binary-localedata-brx-in: PKGSIZE changed from 2941474 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-binary-localedata-bs-ba.utf-8: PKGSIZE changed from 2938697 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-binary-localedata-bs-ba: PKGSIZE changed from 323335 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-binary-localedata-byn-er: PKGSIZE changed from 2949765 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-binary-localedata-ca-ad.utf-8: PKGSIZE changed from 2937837 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-binary-localedata-ca-ad: PKGSIZE changed from 322415 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-binary-localedata-ca-es+euro: PKGSIZE changed from 322495 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-binary-localedata-ca-es+valencia: PKGSIZE changed from 2937871 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-binary-localedata-ca-es.utf-8: PKGSIZE changed from 2937842 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-binary-localedata-ca-es: PKGSIZE changed from 321022 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-binary-localedata-ca-fr.utf-8: PKGSIZE changed from 2937841 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-binary-localedata-ca-fr: PKGSIZE changed from 322419 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-binary-localedata-ca-it.utf-8: PKGSIZE changed from 2937852 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-binary-localedata-ca-it: PKGSIZE changed from 322430 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-binary-localedata-ce-ru: PKGSIZE changed from 2937600 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-binary-localedata-chr-us: PKGSIZE changed from 2937522 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-binary-localedata-ckb-iq: PKGSIZE changed from 2895707 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-binary-localedata-cmn-tw: PKGSIZE changed from 5158568 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-binary-localedata-crh-ua: PKGSIZE changed from 2806851 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-binary-localedata-cs-cz.utf-8: PKGSIZE changed from 2939184 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-binary-localedata-cs-cz: PKGSIZE changed from 322405 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-binary-localedata-csb-pl: PKGSIZE changed from 2937547 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-binary-localedata-cv-ru: PKGSIZE changed from 2937071 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-binary-localedata-cy-gb.utf-8: PKGSIZE changed from 2941320 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-binary-localedata-cy-gb: PKGSIZE changed from 327628 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-binary-localedata-da-dk.utf-8: PKGSIZE changed from 2937869 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-binary-localedata-da-dk: PKGSIZE changed from 320931 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-binary-localedata-de-at+euro: PKGSIZE changed from 322001 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-binary-localedata-de-at.utf-8: PKGSIZE changed from 2937501 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-binary-localedata-de-at: PKGSIZE changed from 320598 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-binary-localedata-de-be+euro: PKGSIZE changed from 321968 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-binary-localedata-de-be.utf-8: PKGSIZE changed from 2937445 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-binary-localedata-de-be: PKGSIZE changed from 320545 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-binary-localedata-de-ch.utf-8: PKGSIZE changed from 2937489 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-binary-localedata-de-ch: PKGSIZE changed from 320584 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-binary-localedata-de-de+euro: PKGSIZE changed from 322054 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-binary-localedata-de-de.utf-8: PKGSIZE changed from 2937541 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-binary-localedata-de-de: PKGSIZE changed from 320642 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-binary-localedata-de-it.utf-8: PKGSIZE changed from 2937538 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-binary-localedata-de-it: PKGSIZE changed from 320635 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-binary-localedata-de-li.utf-8: PKGSIZE changed from 2937431 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-binary-localedata-de-lu+euro: PKGSIZE changed from 321978 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-binary-localedata-de-lu.utf-8: PKGSIZE changed from 2937455 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-binary-localedata-de-lu: PKGSIZE changed from 320555 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-binary-localedata-doi-in: PKGSIZE changed from 2941002 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-binary-localedata-dsb-de: PKGSIZE changed from 2895102 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-binary-localedata-dv-mv: PKGSIZE changed from 2938779 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-binary-localedata-dz-bt: PKGSIZE changed from 3002194 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-binary-localedata-el-cy.utf-8: PKGSIZE changed from 2938125 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-binary-localedata-el-cy: PKGSIZE changed from 323139 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-binary-localedata-el-gr+euro: PKGSIZE changed from 323131 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-binary-localedata-el-gr.utf-8: PKGSIZE changed from 2938096 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-binary-localedata-el-gr: PKGSIZE changed from 323110 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-binary-localedata-en-ag: PKGSIZE changed from 2937523 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-binary-localedata-en-au.utf-8: PKGSIZE changed from 2937413 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-binary-localedata-en-au: PKGSIZE changed from 320617 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-binary-localedata-en-bw.utf-8: PKGSIZE changed from 2937275 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-binary-localedata-en-bw: PKGSIZE changed from 320481 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-binary-localedata-en-ca.utf-8: PKGSIZE changed from 2937401 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-binary-localedata-en-ca: PKGSIZE changed from 320605 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-binary-localedata-en-dk.utf-8: PKGSIZE changed from 2937337 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-binary-localedata-en-dk: PKGSIZE changed from 320543 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-binary-localedata-en-gb.utf-8: PKGSIZE changed from 2937516 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-binary-localedata-en-gb: PKGSIZE changed from 320716 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-binary-localedata-en-hk.utf-8: PKGSIZE changed from 2937722 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-binary-localedata-en-hk: PKGSIZE changed from 320928 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-binary-localedata-en-ie+euro: PKGSIZE changed from 321960 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-binary-localedata-en-ie.utf-8: PKGSIZE changed from 2937333 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-binary-localedata-en-ie: PKGSIZE changed from 320537 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-binary-localedata-en-il: PKGSIZE changed from 2937371 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-binary-localedata-en-in: PKGSIZE changed from 2937663 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-binary-localedata-en-ng: PKGSIZE changed from 2937264 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-binary-localedata-en-nz.utf-8: PKGSIZE changed from 2937404 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-binary-localedata-en-nz: PKGSIZE changed from 320608 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-binary-localedata-en-ph.utf-8: PKGSIZE changed from 2937724 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-binary-localedata-en-ph: PKGSIZE changed from 320930 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-binary-localedata-en-sc.utf-8: PKGSIZE changed from 2937439 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-binary-localedata-en-sg.utf-8: PKGSIZE changed from 2937505 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-binary-localedata-en-sg: PKGSIZE changed from 320711 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-binary-localedata-en-us.utf-8: PKGSIZE changed from 2937472 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-binary-localedata-en-us: PKGSIZE changed from 320678 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-binary-localedata-en-za.utf-8: PKGSIZE changed from 2937412 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-binary-localedata-en-za: PKGSIZE changed from 320618 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-binary-localedata-en-zm: PKGSIZE changed from 2937446 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-binary-localedata-en-zw.utf-8: PKGSIZE changed from 2937275 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-binary-localedata-en-zw: PKGSIZE changed from 320481 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-binary-localedata-eo: PKGSIZE changed from 2894618 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-binary-localedata-es-ar.utf-8: PKGSIZE changed from 2937343 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-binary-localedata-es-ar: PKGSIZE changed from 320538 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-binary-localedata-es-bo.utf-8: PKGSIZE changed from 2937344 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-binary-localedata-es-bo: PKGSIZE changed from 320539 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-binary-localedata-es-cl.utf-8: PKGSIZE changed from 2937331 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-binary-localedata-es-cl: PKGSIZE changed from 320526 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-binary-localedata-es-co.utf-8: PKGSIZE changed from 2937418 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-binary-localedata-es-co: PKGSIZE changed from 320613 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-binary-localedata-es-cr.utf-8: PKGSIZE changed from 2937555 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-binary-localedata-es-cr: PKGSIZE changed from 320744 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-binary-localedata-es-cu: PKGSIZE changed from 2937357 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-binary-localedata-es-do.utf-8: PKGSIZE changed from 2937381 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-binary-localedata-es-do: PKGSIZE changed from 320576 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-binary-localedata-es-ec.utf-8: PKGSIZE changed from 2937336 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-binary-localedata-es-ec: PKGSIZE changed from 320531 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-binary-localedata-es-es+euro: PKGSIZE changed from 321954 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-binary-localedata-es-es.utf-8: PKGSIZE changed from 2937348 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-binary-localedata-es-es: PKGSIZE changed from 320543 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-binary-localedata-es-gt.utf-8: PKGSIZE changed from 2937344 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-binary-localedata-es-gt: PKGSIZE changed from 320539 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-binary-localedata-es-hn.utf-8: PKGSIZE changed from 2937342 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-binary-localedata-es-hn: PKGSIZE changed from 320537 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-binary-localedata-es-mx.utf-8: PKGSIZE changed from 2937349 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-binary-localedata-es-mx: PKGSIZE changed from 320536 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-binary-localedata-es-ni.utf-8: PKGSIZE changed from 2937433 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-binary-localedata-es-ni: PKGSIZE changed from 320630 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-binary-localedata-es-pa.utf-8: PKGSIZE changed from 2937342 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-binary-localedata-es-pa: PKGSIZE changed from 320537 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-binary-localedata-es-pe.utf-8: PKGSIZE changed from 2937401 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-binary-localedata-es-pe: PKGSIZE changed from 320596 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-binary-localedata-es-pr.utf-8: PKGSIZE changed from 2937356 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-binary-localedata-es-pr: PKGSIZE changed from 320553 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-binary-localedata-es-py.utf-8: PKGSIZE changed from 2937350 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-binary-localedata-es-py: PKGSIZE changed from 320545 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-binary-localedata-es-sv.utf-8: PKGSIZE changed from 2937348 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-binary-localedata-es-sv: PKGSIZE changed from 320543 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-binary-localedata-es-us.utf-8: PKGSIZE changed from 2937357 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-binary-localedata-es-us: PKGSIZE changed from 320552 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-binary-localedata-es-uy.utf-8: PKGSIZE changed from 2937328 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-binary-localedata-es-uy: PKGSIZE changed from 320523 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-binary-localedata-es-ve.utf-8: PKGSIZE changed from 2937427 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-binary-localedata-es-ve: PKGSIZE changed from 320622 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-binary-localedata-et-ee.iso-8859-15: PKGSIZE changed from 322030 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-binary-localedata-et-ee.utf-8: PKGSIZE changed from 2937438 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-binary-localedata-et-ee: PKGSIZE changed from 320692 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-binary-localedata-eu-es+euro: PKGSIZE changed from 322116 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-binary-localedata-eu-es.utf-8: PKGSIZE changed from 2937480 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-binary-localedata-eu-es: PKGSIZE changed from 320680 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-binary-localedata-fa-ir: PKGSIZE changed from 2945176 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-binary-localedata-ff-sn: PKGSIZE changed from 2937383 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-binary-localedata-fi-fi+euro: PKGSIZE changed from 322483 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-binary-localedata-fi-fi.utf-8: PKGSIZE changed from 2939452 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-binary-localedata-fi-fi: PKGSIZE changed from 321060 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-binary-localedata-fil-ph: PKGSIZE changed from 2937994 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-binary-localedata-fo-fo.utf-8: PKGSIZE changed from 2937957 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-binary-localedata-fo-fo: PKGSIZE changed from 321009 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-binary-localedata-fr-be+euro: PKGSIZE changed from 321923 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-binary-localedata-fr-be.utf-8: PKGSIZE changed from 2937313 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-binary-localedata-fr-be: PKGSIZE changed from 320496 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-binary-localedata-fr-ca.utf-8: PKGSIZE changed from 2937314 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-binary-localedata-fr-ca: PKGSIZE changed from 320493 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-binary-localedata-fr-ch.utf-8: PKGSIZE changed from 2937341 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-binary-localedata-fr-ch: PKGSIZE changed from 320588 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-binary-localedata-fr-fr+euro: PKGSIZE changed from 322126 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-binary-localedata-fr-fr.utf-8: PKGSIZE changed from 2937470 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-binary-localedata-fr-fr: PKGSIZE changed from 320655 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-binary-localedata-fr-lu+euro: PKGSIZE changed from 321931 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-binary-localedata-fr-lu.utf-8: PKGSIZE changed from 2937325 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-binary-localedata-fr-lu: PKGSIZE changed from 320504 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-binary-localedata-fur-it: PKGSIZE changed from 2937177 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-binary-localedata-fy-de: PKGSIZE changed from 2937420 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-binary-localedata-fy-nl: PKGSIZE changed from 2937446 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-binary-localedata-ga-ie+euro: PKGSIZE changed from 322438 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-binary-localedata-ga-ie.utf-8: PKGSIZE changed from 2937830 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-binary-localedata-ga-ie: PKGSIZE changed from 320994 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-binary-localedata-gd-gb.utf-8: PKGSIZE changed from 2938326 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-binary-localedata-gd-gb: PKGSIZE changed from 322913 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-binary-localedata-gez-er+abegede: PKGSIZE changed from 2949866 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-binary-localedata-gez-er: PKGSIZE changed from 2949319 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-binary-localedata-gez-et+abegede: PKGSIZE changed from 2950038 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-binary-localedata-gez-et: PKGSIZE changed from 2949491 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-binary-localedata-gl-es+euro: PKGSIZE changed from 321918 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-binary-localedata-gl-es.utf-8: PKGSIZE changed from 2937329 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-binary-localedata-gl-es: PKGSIZE changed from 320520 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-binary-localedata-gu-in: PKGSIZE changed from 2941170 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-binary-localedata-gv-gb.utf-8: PKGSIZE changed from 2938451 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-binary-localedata-gv-gb: PKGSIZE changed from 321647 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-binary-localedata-ha-ng: PKGSIZE changed from 2939236 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-binary-localedata-hak-tw: PKGSIZE changed from 2896607 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-binary-localedata-he-il.utf-8: PKGSIZE changed from 2937475 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-binary-localedata-he-il: PKGSIZE changed from 319654 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-binary-localedata-hi-in: PKGSIZE changed from 2941012 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-binary-localedata-hif-fj: PKGSIZE changed from 2937711 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-binary-localedata-hne-in: PKGSIZE changed from 2940703 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-binary-localedata-hr-hr.utf-8: PKGSIZE changed from 2938873 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-binary-localedata-hr-hr: PKGSIZE changed from 323509 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-binary-localedata-hsb-de.utf-8: PKGSIZE changed from 2895642 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-binary-localedata-hsb-de: PKGSIZE changed from 322684 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-binary-localedata-ht-ht: PKGSIZE changed from 2937104 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-binary-localedata-hu-hu.utf-8: PKGSIZE changed from 2952393 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-binary-localedata-hu-hu: PKGSIZE changed from 336559 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-binary-localedata-hy-am.armscii-8: PKGSIZE changed from 321231 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-binary-localedata-hy-am: PKGSIZE changed from 2937891 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-binary-localedata-ia-fr: PKGSIZE changed from 2937409 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-binary-localedata-id-id.utf-8: PKGSIZE changed from 2937242 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-binary-localedata-id-id: PKGSIZE changed from 320444 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-binary-localedata-ig-ng: PKGSIZE changed from 2942538 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-binary-localedata-ik-ca: PKGSIZE changed from 2939444 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-binary-localedata-is-is.utf-8: PKGSIZE changed from 2937432 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-binary-localedata-is-is: PKGSIZE changed from 320504 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-binary-localedata-it-ch.utf-8: PKGSIZE changed from 2937404 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-binary-localedata-it-ch: PKGSIZE changed from 320665 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-binary-localedata-it-it+euro: PKGSIZE changed from 322070 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-binary-localedata-it-it.utf-8: PKGSIZE changed from 2937448 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-binary-localedata-it-it: PKGSIZE changed from 320647 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-binary-localedata-iu-ca: PKGSIZE changed from 2937201 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-binary-localedata-ja-jp.euc-jp: PKGSIZE changed from 1006088 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-binary-localedata-ja-jp.utf-8: PKGSIZE changed from 1064685 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-binary-localedata-ka-ge.utf-8: PKGSIZE changed from 2938214 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-binary-localedata-ka-ge: PKGSIZE changed from 324410 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-binary-localedata-kab-dz: PKGSIZE changed from 2937212 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-binary-localedata-kk-kz.utf-8: PKGSIZE changed from 2937563 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-binary-localedata-kk-kz: PKGSIZE changed from 323189 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-binary-localedata-kl-gl.utf-8: PKGSIZE changed from 2938304 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-binary-localedata-kl-gl: PKGSIZE changed from 321370 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-binary-localedata-km-kh: PKGSIZE changed from 382181 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-binary-localedata-kn-in: PKGSIZE changed from 2940976 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-binary-localedata-ko-kr.euc-kr: PKGSIZE changed from 1164470 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-binary-localedata-ko-kr.utf-8: PKGSIZE changed from 1337221 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-binary-localedata-kok-in: PKGSIZE changed from 2941614 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-binary-localedata-ks-in+devanagari: PKGSIZE changed from 2938590 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-binary-localedata-ks-in: PKGSIZE changed from 2938246 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-binary-localedata-ku-tr.utf-8: PKGSIZE changed from 2806577 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-binary-localedata-ku-tr: PKGSIZE changed from 202026 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-binary-localedata-kw-gb.utf-8: PKGSIZE changed from 2937803 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-binary-localedata-kw-gb: PKGSIZE changed from 321003 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-binary-localedata-ky-kg: PKGSIZE changed from 2937615 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-binary-localedata-lb-lu: PKGSIZE changed from 2937540 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-binary-localedata-lg-ug.utf-8: PKGSIZE changed from 2937508 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-binary-localedata-lg-ug: PKGSIZE changed from 322636 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-binary-localedata-li-be: PKGSIZE changed from 2937561 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-binary-localedata-li-nl: PKGSIZE changed from 2937572 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-binary-localedata-lij-it: PKGSIZE changed from 2937332 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-binary-localedata-ln-cd: PKGSIZE changed from 2938911 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-binary-localedata-lo-la: PKGSIZE changed from 386792 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-binary-localedata-lt-lt.utf-8: PKGSIZE changed from 2937695 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-binary-localedata-lt-lt: PKGSIZE changed from 322662 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-binary-localedata-lv-lv.utf-8: PKGSIZE changed from 2937444 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-binary-localedata-lv-lv: PKGSIZE changed from 322517 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-binary-localedata-lzh-tw: PKGSIZE changed from 2897018 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-binary-localedata-mag-in: PKGSIZE changed from 2941054 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-binary-localedata-mai-in: PKGSIZE changed from 2940944 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-binary-localedata-mai-np: PKGSIZE changed from 2938248 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-binary-localedata-mfe-mu: PKGSIZE changed from 2894732 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-binary-localedata-mg-mg.utf-8: PKGSIZE changed from 2937472 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-binary-localedata-mg-mg: PKGSIZE changed from 322084 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-binary-localedata-mhr-ru: PKGSIZE changed from 2937553 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-binary-localedata-mi-nz.utf-8: PKGSIZE changed from 2939053 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-binary-localedata-mi-nz: PKGSIZE changed from 324074 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-binary-localedata-miq-ni: PKGSIZE changed from 2938927 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-binary-localedata-mjw-in: PKGSIZE changed from 2937530 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-binary-localedata-mk-mk.utf-8: PKGSIZE changed from 2937725 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-binary-localedata-mk-mk: PKGSIZE changed from 321013 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-binary-localedata-ml-in: PKGSIZE changed from 2943133 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-binary-localedata-mn-mn: PKGSIZE changed from 2941283 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-binary-localedata-mni-in: PKGSIZE changed from 2940967 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-binary-localedata-mnw-mm: PKGSIZE changed from 2900230 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-binary-localedata-mr-in: PKGSIZE changed from 2941615 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-binary-localedata-ms-my.utf-8: PKGSIZE changed from 2937567 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-binary-localedata-ms-my: PKGSIZE changed from 320773 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-binary-localedata-mt-mt.utf-8: PKGSIZE changed from 2938164 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-binary-localedata-mt-mt: PKGSIZE changed from 322930 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-binary-localedata-my-mm: PKGSIZE changed from 2899917 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-binary-localedata-nan-tw+latin: PKGSIZE changed from 2937748 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-binary-localedata-nan-tw: PKGSIZE changed from 2896611 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-binary-localedata-nb-no.utf-8: PKGSIZE changed from 2937917 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-binary-localedata-nb-no: PKGSIZE changed from 321176 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-binary-localedata-nds-de: PKGSIZE changed from 2937526 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-binary-localedata-nds-nl: PKGSIZE changed from 2937451 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-binary-localedata-ne-np: PKGSIZE changed from 2938757 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-binary-localedata-nhn-mx: PKGSIZE changed from 2937471 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-binary-localedata-niu-nu: PKGSIZE changed from 2937489 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-binary-localedata-niu-nz: PKGSIZE changed from 2937498 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-binary-localedata-nl-aw: PKGSIZE changed from 2937429 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-binary-localedata-nl-be+euro: PKGSIZE changed from 321988 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-binary-localedata-nl-be.utf-8: PKGSIZE changed from 2937367 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-binary-localedata-nl-be: PKGSIZE changed from 320567 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-binary-localedata-nl-nl+euro: PKGSIZE changed from 322052 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-binary-localedata-nl-nl.utf-8: PKGSIZE changed from 2937429 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-binary-localedata-nl-nl: PKGSIZE changed from 320629 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-binary-localedata-nn-no.utf-8: PKGSIZE changed from 2937985 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-binary-localedata-nn-no: PKGSIZE changed from 321251 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-binary-localedata-nr-za: PKGSIZE changed from 2937640 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-binary-localedata-nso-za: PKGSIZE changed from 2895023 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-binary-localedata-oc-fr.utf-8: PKGSIZE changed from 2937629 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-binary-localedata-oc-fr: PKGSIZE changed from 320807 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-binary-localedata-om-et: PKGSIZE changed from 2952491 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-binary-localedata-om-ke.utf-8: PKGSIZE changed from 2940698 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-binary-localedata-om-ke: PKGSIZE changed from 323692 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-binary-localedata-or-in: PKGSIZE changed from 2942928 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-binary-localedata-os-ru: PKGSIZE changed from 2937561 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-binary-localedata-pa-in: PKGSIZE changed from 2940623 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-binary-localedata-pa-pk: PKGSIZE changed from 2937746 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-binary-localedata-pap-aw: PKGSIZE changed from 2937348 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-binary-localedata-pap-cw: PKGSIZE changed from 2937363 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-binary-localedata-pl-pl.utf-8: PKGSIZE changed from 2937334 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-binary-localedata-pl-pl: PKGSIZE changed from 321868 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-binary-localedata-ps-af: PKGSIZE changed from 2898735 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-binary-localedata-pt-br.utf-8: PKGSIZE changed from 2937337 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-binary-localedata-pt-br: PKGSIZE changed from 320531 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-binary-localedata-pt-pt+euro: PKGSIZE changed from 321956 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-binary-localedata-pt-pt.utf-8: PKGSIZE changed from 2937344 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-binary-localedata-pt-pt: PKGSIZE changed from 320538 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-binary-localedata-quz-pe: PKGSIZE changed from 2937488 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-binary-localedata-raj-in: PKGSIZE changed from 2940769 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-binary-localedata-ro-ro.utf-8: PKGSIZE changed from 2937646 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-binary-localedata-ro-ro: PKGSIZE changed from 322150 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-binary-localedata-ru-ru.koi8-r: PKGSIZE changed from 324271 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-binary-localedata-ru-ru.utf-8: PKGSIZE changed from 2937577 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-binary-localedata-ru-ru: PKGSIZE changed from 320903 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-binary-localedata-ru-ua.utf-8: PKGSIZE changed from 2937530 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-binary-localedata-ru-ua: PKGSIZE changed from 325028 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-binary-localedata-rw-rw: PKGSIZE changed from 2937601 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-binary-localedata-sa-in: PKGSIZE changed from 2938741 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-binary-localedata-sah-ru: PKGSIZE changed from 2939127 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-binary-localedata-sat-in: PKGSIZE changed from 2941265 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-binary-localedata-sc-it: PKGSIZE changed from 2937881 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-binary-localedata-sd-in+devanagari: PKGSIZE changed from 2938779 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-binary-localedata-sd-in: PKGSIZE changed from 2938016 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-binary-localedata-se-no: PKGSIZE changed from 2938092 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-binary-localedata-sgs-lt: PKGSIZE changed from 2937422 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-binary-localedata-shn-mm: PKGSIZE changed from 2944437 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-binary-localedata-shs-ca: PKGSIZE changed from 2938701 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-binary-localedata-si-lk: PKGSIZE changed from 2938499 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-binary-localedata-sid-et: PKGSIZE changed from 2949319 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-binary-localedata-sk-sk.utf-8: PKGSIZE changed from 2939080 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-binary-localedata-sk-sk: PKGSIZE changed from 322337 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-binary-localedata-sl-si.utf-8: PKGSIZE changed from 455591 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-binary-localedata-sl-si: PKGSIZE changed from 320251 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-binary-localedata-sm-ws: PKGSIZE changed from 2937499 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-binary-localedata-so-dj.utf-8: PKGSIZE changed from 2938530 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-binary-localedata-so-dj: PKGSIZE changed from 321732 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-binary-localedata-so-et: PKGSIZE changed from 2950348 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-binary-localedata-so-ke.utf-8: PKGSIZE changed from 2938445 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-binary-localedata-so-ke: PKGSIZE changed from 321647 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-binary-localedata-so-so.utf-8: PKGSIZE changed from 2938540 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-binary-localedata-so-so: PKGSIZE changed from 321742 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-binary-localedata-sq-al.utf-8: PKGSIZE changed from 2941796 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-binary-localedata-sq-al: PKGSIZE changed from 324798 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-binary-localedata-sq-mk: PKGSIZE changed from 2941791 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-binary-localedata-sr-me: PKGSIZE changed from 2896562 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-binary-localedata-sr-rs+latin: PKGSIZE changed from 2896242 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-binary-localedata-sr-rs: PKGSIZE changed from 2940938 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-binary-localedata-ss-za: PKGSIZE changed from 2937760 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-binary-localedata-st-za.utf-8: PKGSIZE changed from 2937635 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-binary-localedata-st-za: PKGSIZE changed from 320837 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-binary-localedata-sv-fi+euro: PKGSIZE changed from 321932 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-binary-localedata-sv-fi.utf-8: PKGSIZE changed from 2937361 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-binary-localedata-sv-fi: PKGSIZE changed from 320553 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-binary-localedata-sv-se.utf-8: PKGSIZE changed from 2937326 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-binary-localedata-sv-se: PKGSIZE changed from 320522 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-binary-localedata-sw-ke: PKGSIZE changed from 2937517 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-binary-localedata-sw-tz: PKGSIZE changed from 2937519 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-binary-localedata-szl-pl: PKGSIZE changed from 2937478 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-binary-localedata-ta-in: PKGSIZE changed from 2940984 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-binary-localedata-ta-lk: PKGSIZE changed from 2940749 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-binary-localedata-tcy-in.utf-8: PKGSIZE changed from 2940537 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-binary-localedata-te-in: PKGSIZE changed from 2941206 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-binary-localedata-tg-tj.utf-8: PKGSIZE changed from 2937648 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-binary-localedata-tg-tj: PKGSIZE changed from 322488 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-binary-localedata-th-th.utf-8: PKGSIZE changed from 394747 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-binary-localedata-th-th: PKGSIZE changed from 341237 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-binary-localedata-the-np: PKGSIZE changed from 2938517 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-binary-localedata-ti-er: PKGSIZE changed from 2949423 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-binary-localedata-ti-et: PKGSIZE changed from 2949536 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-binary-localedata-tig-er: PKGSIZE changed from 2949491 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-binary-localedata-tk-tm: PKGSIZE changed from 2939145 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-binary-localedata-tl-ph.utf-8: PKGSIZE changed from 2938008 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-binary-localedata-tl-ph: PKGSIZE changed from 321126 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-binary-localedata-tn-za: PKGSIZE changed from 2937807 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-binary-localedata-to-to: PKGSIZE changed from 2937783 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-binary-localedata-tpi-pg: PKGSIZE changed from 2937290 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-binary-localedata-tr-cy.utf-8: PKGSIZE changed from 2806734 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-binary-localedata-tr-cy: PKGSIZE changed from 202200 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-binary-localedata-tr-tr.utf-8: PKGSIZE changed from 2806715 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-binary-localedata-tr-tr: PKGSIZE changed from 202179 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-binary-localedata-ts-za: PKGSIZE changed from 2937874 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-binary-localedata-tt-ru+iqtelif: PKGSIZE changed from 2806906 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-binary-localedata-tt-ru: PKGSIZE changed from 2937654 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-binary-localedata-ug-cn: PKGSIZE changed from 2895470 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-binary-localedata-uk-ua.utf-8: PKGSIZE changed from 2897630 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-binary-localedata-uk-ua: PKGSIZE changed from 285733 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-binary-localedata-unm-us: PKGSIZE changed from 2937532 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-binary-localedata-ur-in: PKGSIZE changed from 2937893 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-binary-localedata-ur-pk: PKGSIZE changed from 2937746 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-binary-localedata-uz-uz+cyrillic: PKGSIZE changed from 2941543 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-binary-localedata-uz-uz.utf-8: PKGSIZE changed from 2941341 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-binary-localedata-uz-uz: PKGSIZE changed from 324511 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-binary-localedata-ve-za: PKGSIZE changed from 2937734 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-binary-localedata-vi-vn: PKGSIZE changed from 2937993 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-binary-localedata-wa-be+euro: PKGSIZE changed from 322201 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-binary-localedata-wa-be.utf-8: PKGSIZE changed from 2937606 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-binary-localedata-wa-be: PKGSIZE changed from 320756 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-binary-localedata-wae-ch: PKGSIZE changed from 2937708 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-binary-localedata-wal-et: PKGSIZE changed from 2949447 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-binary-localedata-wo-sn: PKGSIZE changed from 2937319 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-binary-localedata-xh-za.utf-8: PKGSIZE changed from 2937876 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-binary-localedata-xh-za: PKGSIZE changed from 321082 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-binary-localedata-yi-us.utf-8: PKGSIZE changed from 2939713 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-binary-localedata-yi-us: PKGSIZE changed from 325456 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-binary-localedata-yo-ng: PKGSIZE changed from 2940000 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-binary-localedata-yue-hk: PKGSIZE changed from 2937826 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-binary-localedata-yuw-pg: PKGSIZE changed from 2937342 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-binary-localedata-zh-cn.gb18030: PKGSIZE changed from 2874632 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-binary-localedata-zh-cn.gbk: PKGSIZE changed from 1193256 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-binary-localedata-zh-cn.utf-8: PKGSIZE changed from 3152620 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-binary-localedata-zh-cn: PKGSIZE changed from 759674 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-binary-localedata-zh-hk.utf-8: PKGSIZE changed from 2937958 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-binary-localedata-zh-hk: PKGSIZE changed from 1116958 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-binary-localedata-zh-sg.gbk: PKGSIZE changed from 1204193 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-binary-localedata-zh-sg.utf-8: PKGSIZE changed from 2937931 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-binary-localedata-zh-sg: PKGSIZE changed from 759135 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-binary-localedata-zh-tw.euc-tw: PKGSIZE changed from 1224449 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-binary-localedata-zh-tw.utf-8: PKGSIZE changed from 2938331 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-binary-localedata-zh-tw: PKGSIZE changed from 944561 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-binary-localedata-zu-za.utf-8: PKGSIZE changed from 2937548 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-binary-localedata-zu-za: PKGSIZE changed from 320750 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-charmap-ansi-x3.110-1983: PKGSIZE changed from 4752 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-charmap-ansi-x3.4-1968: PKGSIZE changed from 1600 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-charmap-armscii-8: PKGSIZE changed from 2179 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-charmap-asmo-449: PKGSIZE changed from 1588 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-charmap-big5-hkscs: PKGSIZE changed from 110198 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-charmap-big5: PKGSIZE changed from 77396 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-charmap-brf: PKGSIZE changed from 1166 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-charmap-bs-4730: PKGSIZE changed from 1564 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-charmap-bs-viewdata: PKGSIZE changed from 1575 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-charmap-cp10007: PKGSIZE changed from 2712 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-charmap-cp1125: PKGSIZE changed from 2755 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-charmap-cp1250: PKGSIZE changed from 2833 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-charmap-cp1251: PKGSIZE changed from 2838 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-charmap-cp1252: PKGSIZE changed from 2872 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-charmap-cp1253: PKGSIZE changed from 2700 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-charmap-cp1254: PKGSIZE changed from 2860 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-charmap-cp1255: PKGSIZE changed from 2743 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-charmap-cp1256: PKGSIZE changed from 2966 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-charmap-cp1257: PKGSIZE changed from 2813 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-charmap-cp1258: PKGSIZE changed from 2728 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-charmap-cp737: PKGSIZE changed from 2897 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-charmap-cp770: PKGSIZE changed from 2808 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-charmap-cp771: PKGSIZE changed from 2633 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-charmap-cp772: PKGSIZE changed from 2679 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-charmap-cp773: PKGSIZE changed from 2741 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-charmap-cp774: PKGSIZE changed from 2811 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-charmap-cp775: PKGSIZE changed from 2982 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-charmap-cp949: PKGSIZE changed from 129053 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-charmap-csa-z243.4-1985-1: PKGSIZE changed from 1560 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-charmap-csa-z243.4-1985-2: PKGSIZE changed from 1562 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-charmap-csa-z243.4-1985-gr: PKGSIZE changed from 3129 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-charmap-csn-369103: PKGSIZE changed from 3049 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-charmap-cwi: PKGSIZE changed from 3015 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-charmap-dec-mcs: PKGSIZE changed from 2948 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-charmap-din-66003: PKGSIZE changed from 1560 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-charmap-ds-2089: PKGSIZE changed from 1574 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-charmap-ebcdic-at-de-a: PKGSIZE changed from 2066 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-charmap-ebcdic-at-de: PKGSIZE changed from 2130 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-charmap-ebcdic-ca-fr: PKGSIZE changed from 2319 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-charmap-ebcdic-dk-no-a: PKGSIZE changed from 2066 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-charmap-ebcdic-dk-no: PKGSIZE changed from 2126 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-charmap-ebcdic-es-a: PKGSIZE changed from 2070 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-charmap-ebcdic-es-s: PKGSIZE changed from 2120 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-charmap-ebcdic-es: PKGSIZE changed from 2121 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-charmap-ebcdic-fi-se-a: PKGSIZE changed from 2071 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-charmap-ebcdic-fi-se: PKGSIZE changed from 2126 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-charmap-ebcdic-fr: PKGSIZE changed from 2130 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-charmap-ebcdic-is-friss: PKGSIZE changed from 1794 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-charmap-ebcdic-it: PKGSIZE changed from 2125 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-charmap-ebcdic-pt: PKGSIZE changed from 1993 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-charmap-ebcdic-uk: PKGSIZE changed from 2129 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-charmap-ebcdic-us: PKGSIZE changed from 2123 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-charmap-ecma-cyrillic: PKGSIZE changed from 2998 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-charmap-es: PKGSIZE changed from 1550 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-charmap-es2: PKGSIZE changed from 1552 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-charmap-euc-jisx0213: PKGSIZE changed from 69860 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-charmap-euc-jp-ms: PKGSIZE changed from 86324 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-charmap-euc-jp: PKGSIZE changed from 73802 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-charmap-euc-kr: PKGSIZE changed from 58543 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-charmap-euc-tw: PKGSIZE changed from 348518 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-charmap-gb-1988-80: PKGSIZE changed from 1566 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-charmap-gb18030: PKGSIZE changed from 646644 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-charmap-gb2312: PKGSIZE changed from 44796 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-charmap-gbk: PKGSIZE changed from 119347 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-charmap-georgian-academy: PKGSIZE changed from 2943 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-charmap-georgian-ps: PKGSIZE changed from 2947 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-charmap-gost-19768-74: PKGSIZE changed from 2695 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-charmap-greek-ccitt: PKGSIZE changed from 1589 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-charmap-greek7-old: PKGSIZE changed from 1617 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-charmap-greek7: PKGSIZE changed from 1593 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-charmap-hp-greek8: PKGSIZE changed from 2577 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-charmap-hp-roman8: PKGSIZE changed from 3193 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-charmap-hp-roman9: PKGSIZE changed from 3091 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-charmap-hp-thai8: PKGSIZE changed from 2951 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-charmap-hp-turkish8: PKGSIZE changed from 3008 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-charmap-ibm037: PKGSIZE changed from 3156 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-charmap-ibm038: PKGSIZE changed from 2152 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-charmap-ibm1004: PKGSIZE changed from 2852 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-charmap-ibm1026: PKGSIZE changed from 3155 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-charmap-ibm1047: PKGSIZE changed from 3177 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-charmap-ibm1124: PKGSIZE changed from 2227 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-charmap-ibm1129: PKGSIZE changed from 2417 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-charmap-ibm1132: PKGSIZE changed from 2028 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-charmap-ibm1133: PKGSIZE changed from 1996 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-charmap-ibm1160: PKGSIZE changed from 2386 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-charmap-ibm1161: PKGSIZE changed from 2196 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-charmap-ibm1162: PKGSIZE changed from 2349 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-charmap-ibm1163: PKGSIZE changed from 2416 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-charmap-ibm1164: PKGSIZE changed from 2419 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-charmap-ibm256: PKGSIZE changed from 3137 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-charmap-ibm273: PKGSIZE changed from 3149 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-charmap-ibm274: PKGSIZE changed from 2151 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-charmap-ibm275: PKGSIZE changed from 2123 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-charmap-ibm277: PKGSIZE changed from 3153 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-charmap-ibm278: PKGSIZE changed from 3164 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-charmap-ibm280: PKGSIZE changed from 3157 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-charmap-ibm281: PKGSIZE changed from 2145 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-charmap-ibm284: PKGSIZE changed from 3151 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-charmap-ibm285: PKGSIZE changed from 3151 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-charmap-ibm290: PKGSIZE changed from 2490 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-charmap-ibm297: PKGSIZE changed from 3162 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-charmap-ibm420: PKGSIZE changed from 2982 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-charmap-ibm423: PKGSIZE changed from 2947 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-charmap-ibm424: PKGSIZE changed from 2767 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-charmap-ibm437: PKGSIZE changed from 2985 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-charmap-ibm500: PKGSIZE changed from 3162 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-charmap-ibm850: PKGSIZE changed from 2959 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-charmap-ibm851: PKGSIZE changed from 2881 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-charmap-ibm852: PKGSIZE changed from 2930 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-charmap-ibm855: PKGSIZE changed from 2794 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-charmap-ibm856: PKGSIZE changed from 2152 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-charmap-ibm857: PKGSIZE changed from 2911 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-charmap-ibm858: PKGSIZE changed from 3351 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-charmap-ibm860: PKGSIZE changed from 2976 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-charmap-ibm861: PKGSIZE changed from 2998 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-charmap-ibm862: PKGSIZE changed from 2986 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-charmap-ibm863: PKGSIZE changed from 3011 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-charmap-ibm864: PKGSIZE changed from 2795 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-charmap-ibm865: PKGSIZE changed from 3002 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-charmap-ibm866: PKGSIZE changed from 2682 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-charmap-ibm866nav: PKGSIZE changed from 2864 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-charmap-ibm868: PKGSIZE changed from 2655 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-charmap-ibm869: PKGSIZE changed from 2839 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-charmap-ibm870: PKGSIZE changed from 3103 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-charmap-ibm871: PKGSIZE changed from 3149 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-charmap-ibm874: PKGSIZE changed from 2483 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-charmap-ibm875: PKGSIZE changed from 3016 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-charmap-ibm880: PKGSIZE changed from 2926 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-charmap-ibm891: PKGSIZE changed from 1566 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-charmap-ibm903: PKGSIZE changed from 1566 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-charmap-ibm904: PKGSIZE changed from 1602 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-charmap-ibm905: PKGSIZE changed from 3028 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-charmap-ibm918: PKGSIZE changed from 2827 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-charmap-ibm922: PKGSIZE changed from 2361 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-charmap-iec-p27-1: PKGSIZE changed from 3200 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-charmap-inis-8: PKGSIZE changed from 1070 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-charmap-inis-cyrillic: PKGSIZE changed from 1434 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-charmap-inis: PKGSIZE changed from 1404 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-charmap-invariant: PKGSIZE changed from 1384 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-charmap-isiri-3342: PKGSIZE changed from 2988 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-charmap-iso-10367-box: PKGSIZE changed from 2424 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-charmap-iso-10646: PKGSIZE changed from 19204 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-charmap-iso-11548-1: PKGSIZE changed from 1720 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-charmap-iso-2033-1983: PKGSIZE changed from 840 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-charmap-iso-5427-ext: PKGSIZE changed from 1110 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-charmap-iso-5427: PKGSIZE changed from 1553 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-charmap-iso-5428: PKGSIZE changed from 1507 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-charmap-iso-646.basic: PKGSIZE changed from 926 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-charmap-iso-646.irv: PKGSIZE changed from 1571 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-charmap-iso-6937-2-25: PKGSIZE changed from 2416 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-charmap-iso-6937-2-add: PKGSIZE changed from 4636 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-charmap-iso-6937: PKGSIZE changed from 4638 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-charmap-iso-8859-1+gl: PKGSIZE changed from 4234 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-charmap-iso-8859-1: PKGSIZE changed from 3139 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-charmap-iso-8859-10: PKGSIZE changed from 3056 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-charmap-iso-8859-11: PKGSIZE changed from 2978 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-charmap-iso-8859-13: PKGSIZE changed from 3003 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-charmap-iso-8859-14: PKGSIZE changed from 2902 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-charmap-iso-8859-15: PKGSIZE changed from 2966 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-charmap-iso-8859-16: PKGSIZE changed from 2984 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-charmap-iso-8859-2: PKGSIZE changed from 3066 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-charmap-iso-8859-3: PKGSIZE changed from 3026 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-charmap-iso-8859-4: PKGSIZE changed from 3101 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-charmap-iso-8859-5: PKGSIZE changed from 2991 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-charmap-iso-8859-6: PKGSIZE changed from 2637 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-charmap-iso-8859-7: PKGSIZE changed from 3074 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-charmap-iso-8859-8: PKGSIZE changed from 2770 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-charmap-iso-8859-9: PKGSIZE changed from 3103 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-charmap-iso-8859-9e: PKGSIZE changed from 3023 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-charmap-iso-8859-supp: PKGSIZE changed from 3043 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-charmap-iso-ir-197: PKGSIZE changed from 2932 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-charmap-iso-ir-209: PKGSIZE changed from 2881 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-charmap-iso-ir-90: PKGSIZE changed from 4581 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-charmap-it: PKGSIZE changed from 1544 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-charmap-jis-c6220-1969-jp: PKGSIZE changed from 2560 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-charmap-jis-c6220-1969-ro: PKGSIZE changed from 1569 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-charmap-jis-c6229-1984-a: PKGSIZE changed from 2399 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-charmap-jis-c6229-1984-b-add: PKGSIZE changed from 1858 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-charmap-jis-c6229-1984-b: PKGSIZE changed from 1563 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-charmap-jis-c6229-1984-hand-add: PKGSIZE changed from 1810 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-charmap-jis-c6229-1984-hand: PKGSIZE changed from 2402 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-charmap-jis-c6229-1984-kana: PKGSIZE changed from 2402 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-charmap-jis-x0201: PKGSIZE changed from 2624 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-charmap-johab: PKGSIZE changed from 124176 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-charmap-jus-i.b1.002: PKGSIZE changed from 1552 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-charmap-jus-i.b1.003-mac: PKGSIZE changed from 1553 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-charmap-jus-i.b1.003-serb: PKGSIZE changed from 1574 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-charmap-koi-8: PKGSIZE changed from 2109 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-charmap-koi8-r: PKGSIZE changed from 2869 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-charmap-koi8-ru: PKGSIZE changed from 2844 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-charmap-koi8-t: PKGSIZE changed from 2571 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-charmap-koi8-u: PKGSIZE changed from 2860 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-charmap-ksc5636: PKGSIZE changed from 1524 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-charmap-latin-greek-1: PKGSIZE changed from 1563 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-charmap-latin-greek: PKGSIZE changed from 1605 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-charmap-mac-centraleurope: PKGSIZE changed from 2719 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-charmap-mac-cyrillic: PKGSIZE changed from 2660 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-charmap-mac-is: PKGSIZE changed from 2975 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-charmap-mac-sami: PKGSIZE changed from 2884 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-charmap-mac-uk: PKGSIZE changed from 2684 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-charmap-macintosh: PKGSIZE changed from 3053 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-charmap-mik: PKGSIZE changed from 2906 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-charmap-msz-7795.3: PKGSIZE changed from 1559 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-charmap-nats-dano-add: PKGSIZE changed from 1716 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-charmap-nats-dano: PKGSIZE changed from 1590 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-charmap-nats-sefi-add: PKGSIZE changed from 1721 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-charmap-nats-sefi: PKGSIZE changed from 1571 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-charmap-nc-nc00-10: PKGSIZE changed from 1579 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-charmap-nextstep: PKGSIZE changed from 2972 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-charmap-nf-z-62-010-1973: PKGSIZE changed from 1568 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-charmap-nf-z-62-010: PKGSIZE changed from 1563 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-charmap-ns-4551-1: PKGSIZE changed from 1557 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-charmap-ns-4551-2: PKGSIZE changed from 1561 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-charmap-pt: PKGSIZE changed from 1547 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-charmap-pt154: PKGSIZE changed from 2833 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-charmap-pt2: PKGSIZE changed from 1545 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-charmap-rk1048: PKGSIZE changed from 2834 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-charmap-sami-ws2: PKGSIZE changed from 3003 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-charmap-sami: PKGSIZE changed from 2443 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-charmap-sen-850200-b: PKGSIZE changed from 1584 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-charmap-sen-850200-c: PKGSIZE changed from 1559 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-charmap-shift-jis: PKGSIZE changed from 42081 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-charmap-shift-jisx0213: PKGSIZE changed from 69772 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-charmap-t.101-g2: PKGSIZE changed from 4729 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-charmap-t.61-7bit: PKGSIZE changed from 1486 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-charmap-t.61-8bit: PKGSIZE changed from 4304 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-charmap-tcvn5712-1: PKGSIZE changed from 3126 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-charmap-tis-620: PKGSIZE changed from 2542 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-charmap-tscii: PKGSIZE changed from 3576 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-charmap-utf-8: PKGSIZE changed from 434115 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-charmap-videotex-suppl: PKGSIZE changed from 4580 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-charmap-viscii: PKGSIZE changed from 2636 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-charmap-windows-31j: PKGSIZE changed from 58773 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-gconv-ansi-x3.110: PKGSIZE changed from 26728 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-gconv-armscii-8: PKGSIZE changed from 18536 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-gconv-asmo-449: PKGSIZE changed from 18528 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-gconv-big5: PKGSIZE changed from 96352 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-gconv-big5hkscs: PKGSIZE changed from 239720 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-gconv-brf: PKGSIZE changed from 18528 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-gconv-cp10007: PKGSIZE changed from 18528 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-gconv-cp1125: PKGSIZE changed from 18528 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-gconv-cp1250: PKGSIZE changed from 18528 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-gconv-cp1251: PKGSIZE changed from 18528 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-gconv-cp1252: PKGSIZE changed from 18528 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-gconv-cp1253: PKGSIZE changed from 18528 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-gconv-cp1254: PKGSIZE changed from 18528 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-gconv-cp1255: PKGSIZE changed from 18528 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-gconv-cp1256: PKGSIZE changed from 18528 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-gconv-cp1257: PKGSIZE changed from 18528 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-gconv-cp1258: PKGSIZE changed from 18528 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-gconv-cp737: PKGSIZE changed from 18528 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-gconv-cp770: PKGSIZE changed from 18528 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-gconv-cp771: PKGSIZE changed from 18528 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-gconv-cp772: PKGSIZE changed from 18528 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-gconv-cp773: PKGSIZE changed from 18528 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-gconv-cp774: PKGSIZE changed from 18528 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-gconv-cp775: PKGSIZE changed from 18528 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-gconv-cp932: PKGSIZE changed from 100448 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-gconv-csn-369103: PKGSIZE changed from 18536 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-gconv-cwi: PKGSIZE changed from 18528 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-gconv-dec-mcs: PKGSIZE changed from 18528 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-gconv-ebcdic-at-de-a: PKGSIZE changed from 18536 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-gconv-ebcdic-at-de: PKGSIZE changed from 18536 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-gconv-ebcdic-ca-fr: PKGSIZE changed from 18536 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-gconv-ebcdic-dk-no-a: PKGSIZE changed from 18536 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-gconv-ebcdic-dk-no: PKGSIZE changed from 18536 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-gconv-ebcdic-es-a: PKGSIZE changed from 18536 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-gconv-ebcdic-es-s: PKGSIZE changed from 18536 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-gconv-ebcdic-es: PKGSIZE changed from 18536 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-gconv-ebcdic-fi-se-a: PKGSIZE changed from 18536 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-gconv-ebcdic-fi-se: PKGSIZE changed from 18536 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-gconv-ebcdic-fr: PKGSIZE changed from 18536 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-gconv-ebcdic-is-friss: PKGSIZE changed from 18536 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-gconv-ebcdic-it: PKGSIZE changed from 18536 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-gconv-ebcdic-pt: PKGSIZE changed from 18536 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-gconv-ebcdic-uk: PKGSIZE changed from 18536 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-gconv-ebcdic-us: PKGSIZE changed from 18536 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-gconv-ecma-cyrillic: PKGSIZE changed from 18536 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-gconv-euc-cn: PKGSIZE changed from 22624 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-gconv-euc-jisx0213: PKGSIZE changed from 22632 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-gconv-euc-jp-ms: PKGSIZE changed from 92264 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-gconv-euc-jp: PKGSIZE changed from 18528 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-gconv-euc-kr: PKGSIZE changed from 18528 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-gconv-euc-tw: PKGSIZE changed from 26720 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-gconv-gb18030: PKGSIZE changed from 182368 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-gconv-gbbig5: PKGSIZE changed from 63584 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-gconv-gbgbk: PKGSIZE changed from 18528 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-gconv-gbk: PKGSIZE changed from 120928 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-gconv-georgian-academy: PKGSIZE changed from 18536 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-gconv-georgian-ps: PKGSIZE changed from 18536 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-gconv-gost-19768-74: PKGSIZE changed from 18536 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-gconv-greek-ccitt: PKGSIZE changed from 18536 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-gconv-greek7-old: PKGSIZE changed from 18536 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-gconv-greek7: PKGSIZE changed from 18528 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-gconv-hp-greek8: PKGSIZE changed from 18536 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-gconv-hp-roman8: PKGSIZE changed from 18536 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-gconv-hp-roman9: PKGSIZE changed from 18536 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-gconv-hp-thai8: PKGSIZE changed from 18528 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-gconv-hp-turkish8: PKGSIZE changed from 18536 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-gconv-ibm037: PKGSIZE changed from 18528 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-gconv-ibm038: PKGSIZE changed from 18528 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-gconv-ibm1004: PKGSIZE changed from 18528 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-gconv-ibm1008-420: PKGSIZE changed from 14440 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-gconv-ibm1008: PKGSIZE changed from 18528 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-gconv-ibm1025: PKGSIZE changed from 18528 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-gconv-ibm1026: PKGSIZE changed from 18528 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-gconv-ibm1046: PKGSIZE changed from 18528 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-gconv-ibm1047: PKGSIZE changed from 18528 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-gconv-ibm1097: PKGSIZE changed from 18528 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-gconv-ibm1112: PKGSIZE changed from 18528 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-gconv-ibm1122: PKGSIZE changed from 18528 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-gconv-ibm1123: PKGSIZE changed from 18528 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-gconv-ibm1124: PKGSIZE changed from 18528 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-gconv-ibm1129: PKGSIZE changed from 18528 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-gconv-ibm1130: PKGSIZE changed from 18528 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-gconv-ibm1132: PKGSIZE changed from 18528 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-gconv-ibm1133: PKGSIZE changed from 18528 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-gconv-ibm1137: PKGSIZE changed from 18528 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-gconv-ibm1140: PKGSIZE changed from 18528 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-gconv-ibm1141: PKGSIZE changed from 18528 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-gconv-ibm1142: PKGSIZE changed from 18528 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-gconv-ibm1143: PKGSIZE changed from 18528 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-gconv-ibm1144: PKGSIZE changed from 18528 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-gconv-ibm1145: PKGSIZE changed from 18528 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-gconv-ibm1146: PKGSIZE changed from 18528 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-gconv-ibm1147: PKGSIZE changed from 18528 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-gconv-ibm1148: PKGSIZE changed from 18528 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-gconv-ibm1149: PKGSIZE changed from 18528 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-gconv-ibm1153: PKGSIZE changed from 18528 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-gconv-ibm1154: PKGSIZE changed from 18528 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-gconv-ibm1155: PKGSIZE changed from 18528 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-gconv-ibm1156: PKGSIZE changed from 18528 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-gconv-ibm1157: PKGSIZE changed from 18528 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-gconv-ibm1158: PKGSIZE changed from 18528 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-gconv-ibm1160: PKGSIZE changed from 18528 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-gconv-ibm1161: PKGSIZE changed from 18528 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-gconv-ibm1162: PKGSIZE changed from 18528 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-gconv-ibm1163: PKGSIZE changed from 18528 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-gconv-ibm1164: PKGSIZE changed from 18528 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-gconv-ibm1166: PKGSIZE changed from 18528 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-gconv-ibm1167: PKGSIZE changed from 18528 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-gconv-ibm12712: PKGSIZE changed from 18528 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-gconv-ibm1364: PKGSIZE changed from 157792 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-gconv-ibm1371: PKGSIZE changed from 133216 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-gconv-ibm1388: PKGSIZE changed from 178272 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-gconv-ibm1390: PKGSIZE changed from 235616 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-gconv-ibm1399: PKGSIZE changed from 235616 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-gconv-ibm16804: PKGSIZE changed from 18528 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-gconv-ibm256: PKGSIZE changed from 18528 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-gconv-ibm273: PKGSIZE changed from 18528 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-gconv-ibm274: PKGSIZE changed from 18528 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-gconv-ibm275: PKGSIZE changed from 18528 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-gconv-ibm277: PKGSIZE changed from 18528 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-gconv-ibm278: PKGSIZE changed from 18528 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-gconv-ibm280: PKGSIZE changed from 18528 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-gconv-ibm281: PKGSIZE changed from 18528 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-gconv-ibm284: PKGSIZE changed from 18528 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-gconv-ibm285: PKGSIZE changed from 18528 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-gconv-ibm290: PKGSIZE changed from 18528 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-gconv-ibm297: PKGSIZE changed from 18528 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-gconv-ibm420: PKGSIZE changed from 18528 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-gconv-ibm423: PKGSIZE changed from 18528 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-gconv-ibm424: PKGSIZE changed from 18528 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-gconv-ibm437: PKGSIZE changed from 18528 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-gconv-ibm4517: PKGSIZE changed from 18528 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-gconv-ibm4899: PKGSIZE changed from 18528 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-gconv-ibm4909: PKGSIZE changed from 18528 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-gconv-ibm4971: PKGSIZE changed from 18528 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-gconv-ibm500: PKGSIZE changed from 18528 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-gconv-ibm5347: PKGSIZE changed from 18528 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-gconv-ibm803: PKGSIZE changed from 18528 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-gconv-ibm850: PKGSIZE changed from 18528 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-gconv-ibm851: PKGSIZE changed from 18528 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-gconv-ibm852: PKGSIZE changed from 18528 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-gconv-ibm855: PKGSIZE changed from 18528 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-gconv-ibm856: PKGSIZE changed from 18528 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-gconv-ibm857: PKGSIZE changed from 18528 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-gconv-ibm858: PKGSIZE changed from 18528 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-gconv-ibm860: PKGSIZE changed from 18528 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-gconv-ibm861: PKGSIZE changed from 18528 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-gconv-ibm862: PKGSIZE changed from 18528 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-gconv-ibm863: PKGSIZE changed from 18528 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-gconv-ibm864: PKGSIZE changed from 18528 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-gconv-ibm865: PKGSIZE changed from 18528 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-gconv-ibm866: PKGSIZE changed from 18528 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-gconv-ibm866nav: PKGSIZE changed from 18536 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-gconv-ibm868: PKGSIZE changed from 18528 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-gconv-ibm869: PKGSIZE changed from 18528 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-gconv-ibm870: PKGSIZE changed from 18528 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-gconv-ibm871: PKGSIZE changed from 18528 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-gconv-ibm874: PKGSIZE changed from 18528 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-gconv-ibm875: PKGSIZE changed from 18528 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-gconv-ibm880: PKGSIZE changed from 18528 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-gconv-ibm891: PKGSIZE changed from 18528 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-gconv-ibm901: PKGSIZE changed from 18528 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-gconv-ibm902: PKGSIZE changed from 18528 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-gconv-ibm903: PKGSIZE changed from 18528 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-gconv-ibm9030: PKGSIZE changed from 18528 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-gconv-ibm904: PKGSIZE changed from 18528 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-gconv-ibm905: PKGSIZE changed from 18528 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-gconv-ibm9066: PKGSIZE changed from 18528 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-gconv-ibm918: PKGSIZE changed from 18528 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-gconv-ibm921: PKGSIZE changed from 18528 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-gconv-ibm922: PKGSIZE changed from 18528 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-gconv-ibm930: PKGSIZE changed from 100448 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-gconv-ibm932: PKGSIZE changed from 75872 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-gconv-ibm933: PKGSIZE changed from 120928 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-gconv-ibm935: PKGSIZE changed from 88160 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-gconv-ibm937: PKGSIZE changed from 116832 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-gconv-ibm939: PKGSIZE changed from 100448 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-gconv-ibm943: PKGSIZE changed from 75872 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-gconv-ibm9448: PKGSIZE changed from 18528 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-gconv-iec-p27-1: PKGSIZE changed from 18536 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-gconv-inis-8: PKGSIZE changed from 18528 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-gconv-inis-cyrillic: PKGSIZE changed from 18536 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-gconv-inis: PKGSIZE changed from 18528 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-gconv-isiri-3342: PKGSIZE changed from 18536 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-gconv-iso-10367-box: PKGSIZE changed from 18536 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-gconv-iso-11548-1: PKGSIZE changed from 14440 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-gconv-iso-2022-cn-ext: PKGSIZE changed from 43112 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-gconv-iso-2022-cn: PKGSIZE changed from 39016 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-gconv-iso-2022-jp-3: PKGSIZE changed from 30824 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-gconv-iso-2022-jp: PKGSIZE changed from 55400 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-gconv-iso-2022-kr: PKGSIZE changed from 18536 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-gconv-iso-2033: PKGSIZE changed from 18528 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-gconv-iso-5427-ext: PKGSIZE changed from 18536 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-gconv-iso-5427: PKGSIZE changed from 18528 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-gconv-iso-5428: PKGSIZE changed from 18528 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-gconv-iso-6937-2: PKGSIZE changed from 26728 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-gconv-iso-6937: PKGSIZE changed from 26720 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-gconv-iso-ir-197: PKGSIZE changed from 18536 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-gconv-iso-ir-209: PKGSIZE changed from 18536 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-gconv-iso646: PKGSIZE changed from 34912 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-gconv-iso8859-1: PKGSIZE changed from 14440 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-gconv-iso8859-10: PKGSIZE changed from 18536 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-gconv-iso8859-11: PKGSIZE changed from 18536 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-gconv-iso8859-13: PKGSIZE changed from 18536 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-gconv-iso8859-14: PKGSIZE changed from 18536 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-gconv-iso8859-15: PKGSIZE changed from 18536 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-gconv-iso8859-16: PKGSIZE changed from 18536 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-gconv-iso8859-2: PKGSIZE changed from 18536 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-gconv-iso8859-3: PKGSIZE changed from 18536 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-gconv-iso8859-4: PKGSIZE changed from 18536 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-gconv-iso8859-5: PKGSIZE changed from 18536 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-gconv-iso8859-6: PKGSIZE changed from 22632 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-gconv-iso8859-7: PKGSIZE changed from 18536 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-gconv-iso8859-8: PKGSIZE changed from 18536 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-gconv-iso8859-9: PKGSIZE changed from 18536 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-gconv-iso8859-9e: PKGSIZE changed from 18536 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-gconv-johab: PKGSIZE changed from 22624 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-gconv-koi-8: PKGSIZE changed from 18528 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-gconv-koi8-r: PKGSIZE changed from 18528 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-gconv-koi8-ru: PKGSIZE changed from 18528 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-gconv-koi8-t: PKGSIZE changed from 18528 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-gconv-koi8-u: PKGSIZE changed from 18528 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-gconv-latin-greek-1: PKGSIZE changed from 18536 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-gconv-latin-greek: PKGSIZE changed from 18536 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-gconv-libcns: PKGSIZE changed from 472968 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-gconv-libgb: PKGSIZE changed from 71560 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-gconv-libisoir165: PKGSIZE changed from 63368 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-gconv-libjis: PKGSIZE changed from 104328 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-gconv-libjisx0213: PKGSIZE changed from 128904 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-gconv-libksc: PKGSIZE changed from 51080 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-gconv-mac-centraleurope: PKGSIZE changed from 18544 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-gconv-mac-is: PKGSIZE changed from 18528 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-gconv-mac-sami: PKGSIZE changed from 18528 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-gconv-mac-uk: PKGSIZE changed from 18528 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-gconv-macintosh: PKGSIZE changed from 18536 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-gconv-mik: PKGSIZE changed from 18528 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-gconv-nats-dano: PKGSIZE changed from 18536 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-gconv-nats-sefi: PKGSIZE changed from 18536 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-gconv-pt154: PKGSIZE changed from 18528 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-gconv-rk1048: PKGSIZE changed from 18528 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-gconv-sami-ws2: PKGSIZE changed from 18528 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-gconv-shift-jisx0213: PKGSIZE changed from 22632 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-gconv-sjis: PKGSIZE changed from 100448 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-gconv-t.61: PKGSIZE changed from 26720 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-gconv-tcvn5712-1: PKGSIZE changed from 18536 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-gconv-tis-620: PKGSIZE changed from 18528 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-gconv-tscii: PKGSIZE changed from 22624 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-gconv-uhc: PKGSIZE changed from 75872 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-gconv-unicode: PKGSIZE changed from 18528 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-gconv-utf-16: PKGSIZE changed from 18528 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-gconv-utf-32: PKGSIZE changed from 18528 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-gconv-utf-7: PKGSIZE changed from 26720 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-gconv-viscii: PKGSIZE changed from 18528 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-gconv: PKGSIZE changed from 56353 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-locale-dbg: PKGSIZE changed from 1203312 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-locale-locale.alias: PKGSIZE changed from 2998 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-localedata-aa-dj: PKGSIZE changed from 5186 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-localedata-aa-er+saaho: PKGSIZE changed from 4199 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-localedata-aa-er: PKGSIZE changed from 4535 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-localedata-aa-et: PKGSIZE changed from 4633 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-localedata-af-za: PKGSIZE changed from 6903 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-localedata-agr-pe: PKGSIZE changed from 4701 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-localedata-ak-gh: PKGSIZE changed from 4256 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-localedata-am-et: PKGSIZE changed from 29942 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-localedata-an-es: PKGSIZE changed from 2670 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-localedata-anp-in: PKGSIZE changed from 6084 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-localedata-ar-ae: PKGSIZE changed from 5510 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-localedata-ar-bh: PKGSIZE changed from 5458 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-localedata-ar-dz: PKGSIZE changed from 5673 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-localedata-ar-eg: PKGSIZE changed from 5575 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-localedata-ar-in: PKGSIZE changed from 4672 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-localedata-ar-iq: PKGSIZE changed from 5904 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-localedata-ar-jo: PKGSIZE changed from 5974 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-localedata-ar-kw: PKGSIZE changed from 5447 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-localedata-ar-lb: PKGSIZE changed from 5952 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-localedata-ar-ly: PKGSIZE changed from 5471 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-localedata-ar-ma: PKGSIZE changed from 5629 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-localedata-ar-om: PKGSIZE changed from 5432 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-localedata-ar-qa: PKGSIZE changed from 5421 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-localedata-ar-sa: PKGSIZE changed from 7987 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-localedata-ar-sd: PKGSIZE changed from 5686 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-localedata-ar-ss: PKGSIZE changed from 5701 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-localedata-ar-sy: PKGSIZE changed from 5994 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-localedata-ar-tn: PKGSIZE changed from 5638 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-localedata-ar-ye: PKGSIZE changed from 5420 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-localedata-as-in: PKGSIZE changed from 4838 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-localedata-ast-es: PKGSIZE changed from 3526 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-localedata-ayc-pe: PKGSIZE changed from 4777 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-localedata-az-az: PKGSIZE changed from 6119 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-localedata-az-ir: PKGSIZE changed from 9873 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-localedata-be-by+latin: PKGSIZE changed from 3636 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-localedata-be-by: PKGSIZE changed from 7244 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-localedata-bem-zm: PKGSIZE changed from 3169 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-localedata-ber-dz: PKGSIZE changed from 6526 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-localedata-ber-ma: PKGSIZE changed from 5466 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-localedata-bg-bg: PKGSIZE changed from 12556 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-localedata-bhb-in: PKGSIZE changed from 3632 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-localedata-bho-in: PKGSIZE changed from 4848 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-localedata-bho-np: PKGSIZE changed from 1872 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-localedata-bi-vu: PKGSIZE changed from 3351 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-localedata-bn-bd: PKGSIZE changed from 5993 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-localedata-bn-in: PKGSIZE changed from 5724 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-localedata-bo-cn: PKGSIZE changed from 5961 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-localedata-bo-in: PKGSIZE changed from 1986 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-localedata-br-fr+euro: PKGSIZE changed from 1698 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-localedata-br-fr: PKGSIZE changed from 3866 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-localedata-brx-in: PKGSIZE changed from 5365 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-localedata-bs-ba: PKGSIZE changed from 3591 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-localedata-byn-er: PKGSIZE changed from 5536 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-localedata-ca-ad: PKGSIZE changed from 1939 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-localedata-ca-es+euro: PKGSIZE changed from 1755 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-localedata-ca-es+valencia: PKGSIZE changed from 1839 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-localedata-ca-es: PKGSIZE changed from 4079 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-localedata-ca-fr: PKGSIZE changed from 1911 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-localedata-ca-it: PKGSIZE changed from 1937 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-localedata-ce-ru: PKGSIZE changed from 4718 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-localedata-chr-us: PKGSIZE changed from 3520 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-localedata-ckb-iq: PKGSIZE changed from 6357 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-localedata-cmn-tw: PKGSIZE changed from 5141 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-localedata-cns11643-stroke: PKGSIZE changed from 4523368 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-localedata-crh-ua: PKGSIZE changed from 5205 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-localedata-cs-cz: PKGSIZE changed from 10517 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-localedata-csb-pl: PKGSIZE changed from 5660 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-localedata-cv-ru: PKGSIZE changed from 5339 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-localedata-cy-gb: PKGSIZE changed from 6734 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-localedata-da-dk: PKGSIZE changed from 7619 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-localedata-de-at+euro: PKGSIZE changed from 1942 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-localedata-de-at: PKGSIZE changed from 3228 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-localedata-de-be+euro: PKGSIZE changed from 1721 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-localedata-de-be: PKGSIZE changed from 3258 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-localedata-de-ch: PKGSIZE changed from 3253 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-localedata-de-de+euro: PKGSIZE changed from 1731 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-localedata-de-de: PKGSIZE changed from 4402 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-localedata-de-it: PKGSIZE changed from 2637 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-localedata-de-li: PKGSIZE changed from 1824 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-localedata-de-lu+euro: PKGSIZE changed from 1728 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-localedata-de-lu: PKGSIZE changed from 3311 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-localedata-doi-in: PKGSIZE changed from 5022 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-localedata-dsb-de: PKGSIZE changed from 6379 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-localedata-dv-mv: PKGSIZE changed from 5651 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-localedata-dz-bt: PKGSIZE changed from 108898 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-localedata-el-cy: PKGSIZE changed from 5415 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-localedata-el-gr+euro: PKGSIZE changed from 1628 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-localedata-el-gr: PKGSIZE changed from 6491 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-localedata-en-ag: PKGSIZE changed from 3154 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-localedata-en-au: PKGSIZE changed from 3464 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-localedata-en-bw: PKGSIZE changed from 2421 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-localedata-en-ca: PKGSIZE changed from 4099 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-localedata-en-dk: PKGSIZE changed from 3713 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-localedata-en-gb: PKGSIZE changed from 3626 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-localedata-en-hk: PKGSIZE changed from 4662 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-localedata-en-ie+euro: PKGSIZE changed from 1724 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-localedata-en-ie: PKGSIZE changed from 3402 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-localedata-en-il: PKGSIZE changed from 2621 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-localedata-en-in: PKGSIZE changed from 3836 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-localedata-en-ng: PKGSIZE changed from 5920 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-localedata-en-nz: PKGSIZE changed from 3463 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-localedata-en-ph: PKGSIZE changed from 4737 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-localedata-en-sc: PKGSIZE changed from 2548 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-localedata-en-sg: PKGSIZE changed from 4553 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-localedata-en-us: PKGSIZE changed from 3688 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-localedata-en-za: PKGSIZE changed from 7988 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-localedata-en-zm: PKGSIZE changed from 2713 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-localedata-en-zw: PKGSIZE changed from 2430 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-localedata-eo: PKGSIZE changed from 4380 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-localedata-es-ar: PKGSIZE changed from 3351 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-localedata-es-bo: PKGSIZE changed from 3126 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-localedata-es-cl: PKGSIZE changed from 2553 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-localedata-es-co: PKGSIZE changed from 3150 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-localedata-es-cr: PKGSIZE changed from 3264 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-localedata-es-cu: PKGSIZE changed from 2736 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-localedata-es-do: PKGSIZE changed from 3223 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-localedata-es-ec: PKGSIZE changed from 2559 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-localedata-es-es+euro: PKGSIZE changed from 1718 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-localedata-es-es: PKGSIZE changed from 4485 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-localedata-es-gt: PKGSIZE changed from 3179 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-localedata-es-hn: PKGSIZE changed from 3170 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-localedata-es-mx: PKGSIZE changed from 3183 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-localedata-es-ni: PKGSIZE changed from 2994 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-localedata-es-pa: PKGSIZE changed from 3174 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-localedata-es-pe: PKGSIZE changed from 3110 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-localedata-es-pr: PKGSIZE changed from 2982 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-localedata-es-py: PKGSIZE changed from 3113 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-localedata-es-sv: PKGSIZE changed from 3185 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-localedata-es-us: PKGSIZE changed from 3379 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-localedata-es-uy: PKGSIZE changed from 3121 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-localedata-es-ve: PKGSIZE changed from 3135 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-localedata-et-ee: PKGSIZE changed from 5227 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-localedata-eu-es+euro: PKGSIZE changed from 2101 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-localedata-eu-es: PKGSIZE changed from 3526 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-localedata-fa-ir: PKGSIZE changed from 13697 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-localedata-ff-sn: PKGSIZE changed from 3175 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-localedata-fi-fi+euro: PKGSIZE changed from 1741 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-localedata-fi-fi: PKGSIZE changed from 9093 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-localedata-fil-ph: PKGSIZE changed from 4412 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-localedata-fo-fo: PKGSIZE changed from 3133 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-localedata-fr-be+euro: PKGSIZE changed from 1721 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-localedata-fr-be: PKGSIZE changed from 3292 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-localedata-fr-ca: PKGSIZE changed from 3114 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-localedata-fr-ch: PKGSIZE changed from 2799 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-localedata-fr-fr+euro: PKGSIZE changed from 1743 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-localedata-fr-fr: PKGSIZE changed from 3718 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-localedata-fr-lu+euro: PKGSIZE changed from 1728 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-localedata-fr-lu: PKGSIZE changed from 3303 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-localedata-fur-it: PKGSIZE changed from 2914 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-localedata-fy-de: PKGSIZE changed from 2591 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-localedata-fy-nl: PKGSIZE changed from 2672 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-localedata-ga-ie+euro: PKGSIZE changed from 1718 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-localedata-ga-ie: PKGSIZE changed from 3759 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-localedata-gd-gb: PKGSIZE changed from 4054 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-localedata-gez-er+abegede: PKGSIZE changed from 27651 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-localedata-gez-er: PKGSIZE changed from 5239 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-localedata-gez-et+abegede: PKGSIZE changed from 2679 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-localedata-gez-et: PKGSIZE changed from 5375 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-localedata-gl-es+euro: PKGSIZE changed from 1738 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-localedata-gl-es: PKGSIZE changed from 3436 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-localedata-gu-in: PKGSIZE changed from 5668 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-localedata-gv-gb: PKGSIZE changed from 3817 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-localedata-ha-ng: PKGSIZE changed from 7795 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-localedata-hak-tw: PKGSIZE changed from 5043 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-localedata-he-il: PKGSIZE changed from 4379 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-localedata-hi-in: PKGSIZE changed from 6738 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-localedata-hif-fj: PKGSIZE changed from 3954 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-localedata-hne-in: PKGSIZE changed from 5004 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-localedata-hr-hr: PKGSIZE changed from 8447 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-localedata-hsb-de: PKGSIZE changed from 5832 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-localedata-ht-ht: PKGSIZE changed from 4253 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-localedata-hu-hu: PKGSIZE changed from 22457 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-localedata-hy-am: PKGSIZE changed from 6870 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-localedata-i18n-ctype: PKGSIZE changed from 165653 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-localedata-i18n: PKGSIZE changed from 13706 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-localedata-ia-fr: PKGSIZE changed from 2705 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-localedata-id-id: PKGSIZE changed from 3506 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-localedata-ig-ng: PKGSIZE changed from 11613 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-localedata-ik-ca: PKGSIZE changed from 6624 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-localedata-is-is: PKGSIZE changed from 6808 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-localedata-iso14651-t1-common: PKGSIZE changed from 3386286 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-localedata-iso14651-t1-pinyin: PKGSIZE changed from 1111538 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-localedata-iso14651-t1: PKGSIZE changed from 649 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-localedata-it-ch: PKGSIZE changed from 2581 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-localedata-it-it+euro: PKGSIZE changed from 1718 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-localedata-it-it: PKGSIZE changed from 3397 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-localedata-iu-ca: PKGSIZE changed from 3560 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-localedata-ja-jp: PKGSIZE changed from 220701 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-localedata-ka-ge: PKGSIZE changed from 4305 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-localedata-kab-dz: PKGSIZE changed from 3378 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-localedata-kk-kz: PKGSIZE changed from 6326 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-localedata-kl-gl: PKGSIZE changed from 3443 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-localedata-km-kh: PKGSIZE changed from 39247 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-localedata-kn-in: PKGSIZE changed from 5781 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-localedata-ko-kr: PKGSIZE changed from 53842 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-localedata-kok-in: PKGSIZE changed from 5678 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-localedata-ks-in+devanagari: PKGSIZE changed from 5524 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-localedata-ks-in: PKGSIZE changed from 5468 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-localedata-ku-tr: PKGSIZE changed from 4536 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-localedata-kw-gb: PKGSIZE changed from 3837 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-localedata-ky-kg: PKGSIZE changed from 5895 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-localedata-lb-lu: PKGSIZE changed from 4004 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-localedata-lg-ug: PKGSIZE changed from 8122 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-localedata-li-be: PKGSIZE changed from 1900 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-localedata-li-nl: PKGSIZE changed from 2537 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-localedata-lij-it: PKGSIZE changed from 2710 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-localedata-ln-cd: PKGSIZE changed from 4813 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-localedata-lo-la: PKGSIZE changed from 31046 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-localedata-lt-lt: PKGSIZE changed from 6986 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-localedata-lv-lv: PKGSIZE changed from 5353 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-localedata-lzh-tw: PKGSIZE changed from 6137 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-localedata-mag-in: PKGSIZE changed from 5012 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-localedata-mai-in: PKGSIZE changed from 4457 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-localedata-mai-np: PKGSIZE changed from 1862 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-localedata-mfe-mu: PKGSIZE changed from 3590 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-localedata-mg-mg: PKGSIZE changed from 3666 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-localedata-mhr-ru: PKGSIZE changed from 4393 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-localedata-mi-nz: PKGSIZE changed from 4088 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-localedata-miq-ni: PKGSIZE changed from 5117 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-localedata-mjw-in: PKGSIZE changed from 3865 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-localedata-mk-mk: PKGSIZE changed from 4649 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-localedata-ml-in: PKGSIZE changed from 12246 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-localedata-mn-mn: PKGSIZE changed from 7195 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-localedata-mni-in: PKGSIZE changed from 5179 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-localedata-mnw-mm: PKGSIZE changed from 9597 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-localedata-mr-in: PKGSIZE changed from 7965 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-localedata-ms-my: PKGSIZE changed from 4960 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-localedata-mt-mt: PKGSIZE changed from 7801 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-localedata-my-mm: PKGSIZE changed from 8225 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-localedata-nan-tw+latin: PKGSIZE changed from 3763 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-localedata-nan-tw: PKGSIZE changed from 5058 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-localedata-nb-no: PKGSIZE changed from 8027 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-localedata-nds-de: PKGSIZE changed from 2694 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-localedata-nds-nl: PKGSIZE changed from 2624 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-localedata-ne-np: PKGSIZE changed from 5545 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-localedata-nhn-mx: PKGSIZE changed from 2980 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-localedata-niu-nu: PKGSIZE changed from 4143 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-localedata-niu-nz: PKGSIZE changed from 2566 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-localedata-nl-aw: PKGSIZE changed from 2830 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-localedata-nl-be+euro: PKGSIZE changed from 1723 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-localedata-nl-be: PKGSIZE changed from 2806 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-localedata-nl-nl+euro: PKGSIZE changed from 1738 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-localedata-nl-nl: PKGSIZE changed from 3514 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-localedata-nn-no: PKGSIZE changed from 3796 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-localedata-nr-za: PKGSIZE changed from 7129 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-localedata-nso-za: PKGSIZE changed from 6642 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-localedata-oc-fr: PKGSIZE changed from 3013 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-localedata-om-et: PKGSIZE changed from 5014 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-localedata-om-ke: PKGSIZE changed from 7226 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-localedata-or-in: PKGSIZE changed from 9684 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-localedata-os-ru: PKGSIZE changed from 5014 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-localedata-pa-in: PKGSIZE changed from 5406 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-localedata-pa-pk: PKGSIZE changed from 4909 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-localedata-pap-aw: PKGSIZE changed from 3473 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-localedata-pap-cw: PKGSIZE changed from 3516 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-localedata-pl-pl: PKGSIZE changed from 5957 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-localedata-posix: PKGSIZE changed from 8720 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-localedata-ps-af: PKGSIZE changed from 10615 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-localedata-pt-br: PKGSIZE changed from 3309 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-localedata-pt-pt+euro: PKGSIZE changed from 1736 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-localedata-pt-pt: PKGSIZE changed from 3586 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-localedata-quz-pe: PKGSIZE changed from 3307 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-localedata-raj-in: PKGSIZE changed from 5015 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-localedata-ro-ro: PKGSIZE changed from 10670 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-localedata-ru-ru: PKGSIZE changed from 6110 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-localedata-ru-ua: PKGSIZE changed from 2616 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-localedata-rw-rw: PKGSIZE changed from 3391 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-localedata-sa-in: PKGSIZE changed from 7161 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-localedata-sah-ru: PKGSIZE changed from 10180 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-localedata-sat-in: PKGSIZE changed from 5373 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-localedata-sc-it: PKGSIZE changed from 3213 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-localedata-sd-in+devanagari: PKGSIZE changed from 5383 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-localedata-sd-in: PKGSIZE changed from 5064 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-localedata-se-no: PKGSIZE changed from 10617 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-localedata-sgs-lt: PKGSIZE changed from 3218 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-localedata-shn-mm: PKGSIZE changed from 10419 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-localedata-shs-ca: PKGSIZE changed from 3916 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-localedata-si-lk: PKGSIZE changed from 7250 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-localedata-sid-et: PKGSIZE changed from 4611 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-localedata-sk-sk: PKGSIZE changed from 4053 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-localedata-sl-si: PKGSIZE changed from 80645 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-localedata-sm-ws: PKGSIZE changed from 3796 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-localedata-so-dj: PKGSIZE changed from 4759 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-localedata-so-et: PKGSIZE changed from 4726 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-localedata-so-ke: PKGSIZE changed from 4664 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-localedata-so-so: PKGSIZE changed from 5676 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-localedata-sq-al: PKGSIZE changed from 10065 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-localedata-sq-mk: PKGSIZE changed from 2555 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-localedata-sr-me: PKGSIZE changed from 4419 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-localedata-sr-rs+latin: PKGSIZE changed from 3416 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-localedata-sr-rs: PKGSIZE changed from 6858 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-localedata-ss-za: PKGSIZE changed from 7187 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-localedata-st-za: PKGSIZE changed from 6936 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-localedata-sv-fi+euro: PKGSIZE changed from 1723 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-localedata-sv-fi: PKGSIZE changed from 2815 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-localedata-sv-se: PKGSIZE changed from 8067 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-localedata-sw-ke: PKGSIZE changed from 2769 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-localedata-sw-tz: PKGSIZE changed from 2899 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-localedata-szl-pl: PKGSIZE changed from 5134 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-localedata-ta-in: PKGSIZE changed from 5826 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-localedata-ta-lk: PKGSIZE changed from 3808 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-localedata-tcy-in: PKGSIZE changed from 5267 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-localedata-te-in: PKGSIZE changed from 6008 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-localedata-tg-tj: PKGSIZE changed from 7342 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-localedata-th-th: PKGSIZE changed from 43739 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-localedata-the-np: PKGSIZE changed from 5196 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-localedata-ti-er: PKGSIZE changed from 6256 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-localedata-ti-et: PKGSIZE changed from 29667 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-localedata-tig-er: PKGSIZE changed from 5398 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-localedata-tk-tm: PKGSIZE changed from 12311 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-localedata-tl-ph: PKGSIZE changed from 3073 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-localedata-tn-za: PKGSIZE changed from 7146 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-localedata-to-to: PKGSIZE changed from 4100 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-localedata-tpi-pg: PKGSIZE changed from 4120 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-localedata-tr-cy: PKGSIZE changed from 2030 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-localedata-tr-tr: PKGSIZE changed from 170309 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-localedata-translit-circle: PKGSIZE changed from 15157 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-localedata-translit-cjk-compat: PKGSIZE changed from 69632 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-localedata-translit-cjk-variants: PKGSIZE changed from 162821 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-localedata-translit-combining: PKGSIZE changed from 87439 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-localedata-translit-compat: PKGSIZE changed from 50357 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-localedata-translit-font: PKGSIZE changed from 67678 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-localedata-translit-fraction: PKGSIZE changed from 3028 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-localedata-translit-hangul: PKGSIZE changed from 619216 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-localedata-translit-narrow: PKGSIZE changed from 6590 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-localedata-translit-neutral: PKGSIZE changed from 21385 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-localedata-translit-small: PKGSIZE changed from 3468 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-localedata-translit-wide: PKGSIZE changed from 5410 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-localedata-ts-za: PKGSIZE changed from 7081 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-localedata-tt-ru+iqtelif: PKGSIZE changed from 4184 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-localedata-tt-ru: PKGSIZE changed from 8903 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-localedata-ug-cn: PKGSIZE changed from 5653 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-localedata-uk-ua: PKGSIZE changed from 38003 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-localedata-unm-us: PKGSIZE changed from 3224 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-localedata-ur-in: PKGSIZE changed from 4909 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-localedata-ur-pk: PKGSIZE changed from 5331 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-localedata-uz-uz+cyrillic: PKGSIZE changed from 8340 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-localedata-uz-uz: PKGSIZE changed from 11593 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-localedata-ve-za: PKGSIZE changed from 7163 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-localedata-vi-vn: PKGSIZE changed from 6618 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-localedata-wa-be+euro: PKGSIZE changed from 1723 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-localedata-wa-be: PKGSIZE changed from 3860 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-localedata-wae-ch: PKGSIZE changed from 5689 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-localedata-wal-et: PKGSIZE changed from 5360 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-localedata-wo-sn: PKGSIZE changed from 3634 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-localedata-xh-za: PKGSIZE changed from 6932 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-localedata-yi-us: PKGSIZE changed from 8910 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-localedata-yo-ng: PKGSIZE changed from 9975 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-localedata-yue-hk: PKGSIZE changed from 4021 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-localedata-yuw-pg: PKGSIZE changed from 3513 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-localedata-zh-cn: PKGSIZE changed from 4748 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-localedata-zh-hk: PKGSIZE changed from 5291 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-localedata-zh-sg: PKGSIZE changed from 5276 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-localedata-zh-tw: PKGSIZE changed from 4552 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-glibc-localedata-zu-za: PKGSIZE changed from 6634 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glibc-locale/nativesdk-localedef: PKGSIZE changed from 318392 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glibc/nativesdk-catchsegv: PKGSIZE changed from 3337 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glibc/nativesdk-glibc-dbg: PKGSIZE changed from 1210384 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glibc/nativesdk-glibc-dev: PKGSIZE changed from 2103497 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glibc/nativesdk-glibc-extra-nss: PKGSIZE changed from 26837 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glibc/nativesdk-glibc-extra-nss: latest.pkg_postinst changed from "#!/bin/sh set -e if [ x"$D" = "x" ]; then if [ -x /sbin/ldconfig ]; then /sbin/ldconfig ; fi fi " to "#!/bin/sh if [ x"$D" = "x" ]; then if [ -x /sbin/ldconfig ]; then /sbin/ldconfig ; fi fi " packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glibc/nativesdk-glibc-pcprofile: PKGSIZE changed from 14440 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glibc/nativesdk-glibc-pcprofile: latest.pkg_postinst changed from "#!/bin/sh set -e if [ x"$D" = "x" ]; then if [ -x /sbin/ldconfig ]; then /sbin/ldconfig ; fi fi " to "#!/bin/sh if [ x"$D" = "x" ]; then if [ -x /sbin/ldconfig ]; then /sbin/ldconfig ; fi fi " packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glibc/nativesdk-glibc-staticdev: PKGSIZE changed from 9368030 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glibc/nativesdk-glibc-thread-db: PKGSIZE changed from 35611 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glibc/nativesdk-glibc-thread-db: latest.pkg_postinst changed from "#!/bin/sh set -e if [ x"$D" = "x" ]; then if [ -x /sbin/ldconfig ]; then /sbin/ldconfig ; fi fi " to "#!/bin/sh if [ x"$D" = "x" ]; then if [ -x /sbin/ldconfig ]; then /sbin/ldconfig ; fi fi " packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glibc/nativesdk-glibc-utils: PKGSIZE changed from 379768 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glibc/nativesdk-glibc: PKGSIZE changed from 4051236 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glibc/nativesdk-glibc: latest.pkg_postinst changed from "#!/bin/sh set -e if [ x"$D" = "x" ]; then if [ -x /sbin/ldconfig ]; then /sbin/ldconfig ; fi fi " to "#!/bin/sh if [ x"$D" = "x" ]; then if [ -x /sbin/ldconfig ]; then /sbin/ldconfig ; fi fi " packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glibc/nativesdk-ldconfig: PKGSIZE changed from 937264 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glibc/nativesdk-ldd: PKGSIZE changed from 5727 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glibc/nativesdk-libmemusage: PKGSIZE changed from 18608 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glibc/nativesdk-libmemusage: latest.pkg_postinst changed from "#!/bin/sh set -e if [ x"$D" = "x" ]; then if [ -x /sbin/ldconfig ]; then /sbin/ldconfig ; fi fi " to "#!/bin/sh if [ x"$D" = "x" ]; then if [ -x /sbin/ldconfig ]; then /sbin/ldconfig ; fi fi " packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glibc/nativesdk-libnss-db: PKGSIZE changed from 40725 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glibc/nativesdk-libnss-db: latest.pkg_postinst changed from "#!/bin/sh set -e if [ x"$D" = "x" ]; then if [ -x /sbin/ldconfig ]; then /sbin/ldconfig ; fi fi " to "#!/bin/sh if [ x"$D" = "x" ]; then if [ -x /sbin/ldconfig ]; then /sbin/ldconfig ; fi fi " packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glibc/nativesdk-libsegfault: PKGSIZE changed from 22632 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glibc/nativesdk-libsegfault: latest.pkg_postinst changed from "#!/bin/sh set -e if [ x"$D" = "x" ]; then if [ -x /sbin/ldconfig ]; then /sbin/ldconfig ; fi fi " to "#!/bin/sh if [ x"$D" = "x" ]; then if [ -x /sbin/ldconfig ]; then /sbin/ldconfig ; fi fi " packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glibc/nativesdk-libsotruss: PKGSIZE changed from 14440 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glibc/nativesdk-nscd: PKGSIZE changed from 161150 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glibc/nativesdk-nscd: latest.pkg_postinst changed from "set -e if [ -z "$D" ]; then if command -v systemd-tmpfiles >/dev/null; then systemd-tmpfiles --create /opt/poky/3.3+snapshot/sysroots/x86_64-pokysdk-linux/etc/tmpfiles.d/nscd.conf elif [ -e /opt/poky/3.3+snapshot/sysroots/x86_64-pokysdk-linux/etc/init.d/populate-volatile.sh ]; then /opt/poky/3.3+snapshot/sysroots/x86_64-pokysdk-linux/etc/init.d/populate-volatile.sh update fi fi " to " if [ -z "$D" ]; then if command -v systemd-tmpfiles >/dev/null; then systemd-tmpfiles --create /opt/poky/3.3+snapshot/sysroots/x86_64-pokysdk-linux/etc/tmpfiles.d/nscd.conf elif [ -e /opt/poky/3.3+snapshot/sysroots/x86_64-pokysdk-linux/etc/init.d/populate-volatile.sh ]; then /opt/poky/3.3+snapshot/sysroots/x86_64-pokysdk-linux/etc/init.d/populate-volatile.sh update fi fi " packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glibc/nativesdk-sln: PKGSIZE changed from 715656 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glibc/nativesdk-tzcode: PKGSIZE changed from 110070 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-gmp/nativesdk-gmp-dbg: PKGSIZE changed from 65632 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-gmp/nativesdk-gmp-dev: PKGSIZE changed from 214983 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-gmp/nativesdk-gmp-doc: PKGSIZE changed from 525119 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-gmp/nativesdk-gmp: PKGSIZE changed from 480168 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-gmp/nativesdk-gmp: latest.pkg_postinst changed from "#!/bin/sh set -e if [ x"$D" = "x" ]; then if [ -x /sbin/ldconfig ]; then /sbin/ldconfig ; fi fi " to "#!/bin/sh if [ x"$D" = "x" ]; then if [ -x /sbin/ldconfig ]; then /sbin/ldconfig ; fi fi " packages/x86_64-nativesdk-pokysdk-linux/nativesdk-gmp/nativesdk-libgmpxx: PKGSIZE changed from 31153 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-gmp/nativesdk-libgmpxx: latest.pkg_postinst changed from "#!/bin/sh set -e if [ x"$D" = "x" ]; then if [ -x /sbin/ldconfig ]; then /sbin/ldconfig ; fi fi " to "#!/bin/sh if [ x"$D" = "x" ]; then if [ -x /sbin/ldconfig ]; then /sbin/ldconfig ; fi fi " packages/x86_64-nativesdk-pokysdk-linux/nativesdk-gnu-config/nativesdk-gnu-config: PKGSIZE changed from 91434 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-gnutls/nativesdk-gnutls-bin: PKGSIZE changed from 1251840 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-gnutls/nativesdk-gnutls-dbg: PKGSIZE changed from 538320 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-gnutls/nativesdk-gnutls-dev: PKGSIZE changed from 560665 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-gnutls/nativesdk-gnutls-doc: PKGSIZE changed from 4356110 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-gnutls/nativesdk-gnutls-locale-cs: PKGSIZE changed from 34151 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-gnutls/nativesdk-gnutls-locale-de: PKGSIZE changed from 24988 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-gnutls/nativesdk-gnutls-locale-eo: PKGSIZE changed from 33110 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-gnutls/nativesdk-gnutls-locale-es: PKGSIZE changed from 24527 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-gnutls/nativesdk-gnutls-locale-fi: PKGSIZE changed from 24153 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-gnutls/nativesdk-gnutls-locale-fr: PKGSIZE changed from 35159 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-gnutls/nativesdk-gnutls-locale-it: PKGSIZE changed from 34940 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-gnutls/nativesdk-gnutls-locale-ms: PKGSIZE changed from 19867 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-gnutls/nativesdk-gnutls-locale-nl: PKGSIZE changed from 24388 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-gnutls/nativesdk-gnutls-locale-pl: PKGSIZE changed from 34025 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-gnutls/nativesdk-gnutls-locale-pt-br: PKGSIZE changed from 34575 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-gnutls/nativesdk-gnutls-locale-sr: PKGSIZE changed from 41709 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-gnutls/nativesdk-gnutls-locale-sv: PKGSIZE changed from 23808 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-gnutls/nativesdk-gnutls-locale-uk: PKGSIZE changed from 43946 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-gnutls/nativesdk-gnutls-locale-vi: PKGSIZE changed from 26073 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-gnutls/nativesdk-gnutls-locale-zh-cn: PKGSIZE changed from 22411 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-gnutls/nativesdk-gnutls-openssl: PKGSIZE changed from 96979 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-gnutls/nativesdk-gnutls-openssl: latest.pkg_postinst changed from "#!/bin/sh set -e if [ x"$D" = "x" ]; then if [ -x /sbin/ldconfig ]; then /sbin/ldconfig ; fi fi " to "#!/bin/sh if [ x"$D" = "x" ]; then if [ -x /sbin/ldconfig ]; then /sbin/ldconfig ; fi fi " packages/x86_64-nativesdk-pokysdk-linux/nativesdk-gnutls/nativesdk-gnutls-xx: PKGSIZE changed from 64949 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-gnutls/nativesdk-gnutls-xx: latest.pkg_postinst changed from "#!/bin/sh set -e if [ x"$D" = "x" ]; then if [ -x /sbin/ldconfig ]; then /sbin/ldconfig ; fi fi " to "#!/bin/sh if [ x"$D" = "x" ]; then if [ -x /sbin/ldconfig ]; then /sbin/ldconfig ; fi fi " packages/x86_64-nativesdk-pokysdk-linux/nativesdk-gnutls/nativesdk-gnutls: PKGSIZE changed from 2007212 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-gnutls/nativesdk-gnutls: latest.pkg_postinst changed from "#!/bin/sh set -e if [ x"$D" = "x" ]; then if [ -x /sbin/ldconfig ]; then /sbin/ldconfig ; fi fi " to "#!/bin/sh if [ x"$D" = "x" ]; then if [ -x /sbin/ldconfig ]; then /sbin/ldconfig ; fi fi " packages/x86_64-nativesdk-pokysdk-linux/nativesdk-intltool/nativesdk-intltool-doc: PKGSIZE changed from 12551 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-intltool/nativesdk-intltool: PKGSIZE changed from 139926 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-libarchive/nativesdk-bsdcpio: PKGSIZE changed from 52576 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-libarchive/nativesdk-bsdcpio: latest.pkg_postinst changed from "#!/bin/sh set -e update-alternatives --install /opt/poky/3.3+snapshot/sysroots/x86_64-pokysdk-linux/bin/cpio cpio /opt/poky/3.3+snapshot/sysroots/x86_64-pokysdk-linux/usr/bin/bsdcpio 80 " to "#!/bin/sh update-alternatives --install /opt/poky/3.3+snapshot/sysroots/x86_64-pokysdk-linux/bin/cpio cpio /opt/poky/3.3+snapshot/sysroots/x86_64-pokysdk-linux/usr/bin/bsdcpio 80 " packages/x86_64-nativesdk-pokysdk-linux/nativesdk-libarchive/nativesdk-bsdcpio: latest.pkg_prerm changed from "#!/bin/sh set -e update-alternatives --remove cpio /opt/poky/3.3+snapshot/sysroots/x86_64-pokysdk-linux/usr/bin/bsdcpio " to "#!/bin/sh update-alternatives --remove cpio /opt/poky/3.3+snapshot/sysroots/x86_64-pokysdk-linux/usr/bin/bsdcpio " packages/x86_64-nativesdk-pokysdk-linux/nativesdk-libarchive/nativesdk-bsdtar: PKGSIZE changed from 77344 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-libarchive/nativesdk-bsdtar: latest.pkg_postinst changed from "#!/bin/sh set -e update-alternatives --install /opt/poky/3.3+snapshot/sysroots/x86_64-pokysdk-linux/bin/tar tar /opt/poky/3.3+snapshot/sysroots/x86_64-pokysdk-linux/usr/bin/bsdtar 80 " to "#!/bin/sh update-alternatives --install /opt/poky/3.3+snapshot/sysroots/x86_64-pokysdk-linux/bin/tar tar /opt/poky/3.3+snapshot/sysroots/x86_64-pokysdk-linux/usr/bin/bsdtar 80 " packages/x86_64-nativesdk-pokysdk-linux/nativesdk-libarchive/nativesdk-bsdtar: latest.pkg_prerm changed from "#!/bin/sh set -e update-alternatives --remove tar /opt/poky/3.3+snapshot/sysroots/x86_64-pokysdk-linux/usr/bin/bsdtar " to "#!/bin/sh update-alternatives --remove tar /opt/poky/3.3+snapshot/sysroots/x86_64-pokysdk-linux/usr/bin/bsdtar " packages/x86_64-nativesdk-pokysdk-linux/nativesdk-libarchive/nativesdk-libarchive-dbg: PKGSIZE changed from 135352 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-libarchive/nativesdk-libarchive-dev: PKGSIZE changed from 87447 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-libarchive/nativesdk-libarchive-doc: PKGSIZE changed from 360394 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-libarchive/nativesdk-libarchive: PKGSIZE changed from 758444 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-libarchive/nativesdk-libarchive: latest.pkg_postinst changed from "#!/bin/sh set -e if [ x"$D" = "x" ]; then if [ -x /sbin/ldconfig ]; then /sbin/ldconfig ; fi fi " to "#!/bin/sh if [ x"$D" = "x" ]; then if [ -x /sbin/ldconfig ]; then /sbin/ldconfig ; fi fi " packages/x86_64-nativesdk-pokysdk-linux/nativesdk-libcap-ng/nativesdk-libcap-ng-bin: PKGSIZE changed from 79264 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-libcap-ng/nativesdk-libcap-ng-dbg: PKGSIZE changed from 51888 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-libcap-ng/nativesdk-libcap-ng-dev: PKGSIZE changed from 5125 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-libcap-ng/nativesdk-libcap-ng-doc: PKGSIZE changed from 28267 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-libcap-ng/nativesdk-libcap-ng: PKGSIZE changed from 41322 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-libcap-ng/nativesdk-libcap-ng: latest.pkg_postinst changed from "#!/bin/sh set -e if [ x"$D" = "x" ]; then if [ -x /sbin/ldconfig ]; then /sbin/ldconfig ; fi fi " to "#!/bin/sh if [ x"$D" = "x" ]; then if [ -x /sbin/ldconfig ]; then /sbin/ldconfig ; fi fi " packages/x86_64-nativesdk-pokysdk-linux/nativesdk-libcap/nativesdk-libcap-bin: PKGSIZE changed from 114856 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-libcap/nativesdk-libcap-dbg: PKGSIZE changed from 209840 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-libcap/nativesdk-libcap-dev: PKGSIZE changed from 11203 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-libcap/nativesdk-libcap-doc: PKGSIZE changed from 64139 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-libcap/nativesdk-libcap-src: PKGSIZE changed from 174352 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-libcap/nativesdk-libcap-staticdev: PKGSIZE changed from 185674 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-libcap/nativesdk-libcap: PKGSIZE changed from 62284 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-libcap/nativesdk-libcap: latest.pkg_postinst changed from "#!/bin/sh set -e if [ x"$D" = "x" ]; then if [ -x /sbin/ldconfig ]; then /sbin/ldconfig ; fi fi " to "#!/bin/sh if [ x"$D" = "x" ]; then if [ -x /sbin/ldconfig ]; then /sbin/ldconfig ; fi fi " packages/x86_64-nativesdk-pokysdk-linux/nativesdk-libdrm/nativesdk-libdrm-amdgpu: PKGSIZE changed from 43510 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-libdrm/nativesdk-libdrm-amdgpu: latest.pkg_postinst changed from "#!/bin/sh set -e if [ x"$D" = "x" ]; then if [ -x /sbin/ldconfig ]; then /sbin/ldconfig ; fi fi " to "#!/bin/sh if [ x"$D" = "x" ]; then if [ -x /sbin/ldconfig ]; then /sbin/ldconfig ; fi fi " packages/x86_64-nativesdk-pokysdk-linux/nativesdk-libdrm/nativesdk-libdrm-dbg: PKGSIZE changed from 212528 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-libdrm/nativesdk-libdrm-dev: PKGSIZE changed from 641294 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-libdrm/nativesdk-libdrm-etnaviv: PKGSIZE changed from 26943 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-libdrm/nativesdk-libdrm-etnaviv: latest.pkg_postinst changed from "#!/bin/sh set -e if [ x"$D" = "x" ]; then if [ -x /sbin/ldconfig ]; then /sbin/ldconfig ; fi fi " to "#!/bin/sh if [ x"$D" = "x" ]; then if [ -x /sbin/ldconfig ]; then /sbin/ldconfig ; fi fi " packages/x86_64-nativesdk-pokysdk-linux/nativesdk-libdrm/nativesdk-libdrm-freedreno: PKGSIZE changed from 35273 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-libdrm/nativesdk-libdrm-freedreno: latest.pkg_postinst changed from "#!/bin/sh set -e if [ x"$D" = "x" ]; then if [ -x /sbin/ldconfig ]; then /sbin/ldconfig ; fi fi " to "#!/bin/sh if [ x"$D" = "x" ]; then if [ -x /sbin/ldconfig ]; then /sbin/ldconfig ; fi fi " packages/x86_64-nativesdk-pokysdk-linux/nativesdk-libdrm/nativesdk-libdrm-intel: PKGSIZE changed from 151421 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-libdrm/nativesdk-libdrm-intel: latest.pkg_postinst changed from "#!/bin/sh set -e if [ x"$D" = "x" ]; then if [ -x /sbin/ldconfig ]; then /sbin/ldconfig ; fi fi " to "#!/bin/sh if [ x"$D" = "x" ]; then if [ -x /sbin/ldconfig ]; then /sbin/ldconfig ; fi fi " packages/x86_64-nativesdk-pokysdk-linux/nativesdk-libdrm/nativesdk-libdrm-kms: PKGSIZE changed from 18551 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-libdrm/nativesdk-libdrm-kms: latest.pkg_postinst changed from "#!/bin/sh set -e if [ x"$D" = "x" ]; then if [ -x /sbin/ldconfig ]; then /sbin/ldconfig ; fi fi " to "#!/bin/sh if [ x"$D" = "x" ]; then if [ -x /sbin/ldconfig ]; then /sbin/ldconfig ; fi fi " packages/x86_64-nativesdk-pokysdk-linux/nativesdk-libdrm/nativesdk-libdrm-nouveau: PKGSIZE changed from 35199 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-libdrm/nativesdk-libdrm-nouveau: latest.pkg_postinst changed from "#!/bin/sh set -e if [ x"$D" = "x" ]; then if [ -x /sbin/ldconfig ]; then /sbin/ldconfig ; fi fi " to "#!/bin/sh if [ x"$D" = "x" ]; then if [ -x /sbin/ldconfig ]; then /sbin/ldconfig ; fi fi " packages/x86_64-nativesdk-pokysdk-linux/nativesdk-libdrm/nativesdk-libdrm-omap: PKGSIZE changed from 14428 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-libdrm/nativesdk-libdrm-omap: latest.pkg_postinst changed from "#!/bin/sh set -e if [ x"$D" = "x" ]; then if [ -x /sbin/ldconfig ]; then /sbin/ldconfig ; fi fi " to "#!/bin/sh if [ x"$D" = "x" ]; then if [ -x /sbin/ldconfig ]; then /sbin/ldconfig ; fi fi " packages/x86_64-nativesdk-pokysdk-linux/nativesdk-libdrm/nativesdk-libdrm-radeon: PKGSIZE changed from 51462 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-libdrm/nativesdk-libdrm-radeon: latest.pkg_postinst changed from "#!/bin/sh set -e if [ x"$D" = "x" ]; then if [ -x /sbin/ldconfig ]; then /sbin/ldconfig ; fi fi " to "#!/bin/sh if [ x"$D" = "x" ]; then if [ -x /sbin/ldconfig ]; then /sbin/ldconfig ; fi fi " packages/x86_64-nativesdk-pokysdk-linux/nativesdk-libdrm/nativesdk-libdrm-tests: PKGSIZE changed from 309752 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-libdrm/nativesdk-libdrm: PKGSIZE changed from 87126 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-libdrm/nativesdk-libdrm: latest.pkg_postinst changed from "#!/bin/sh set -e if [ x"$D" = "x" ]; then if [ -x /sbin/ldconfig ]; then /sbin/ldconfig ; fi fi " to "#!/bin/sh if [ x"$D" = "x" ]; then if [ -x /sbin/ldconfig ]; then /sbin/ldconfig ; fi fi " packages/x86_64-nativesdk-pokysdk-linux/nativesdk-libepoxy/nativesdk-libepoxy-dbg: PKGSIZE changed from 561648 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-libepoxy/nativesdk-libepoxy-dev: PKGSIZE changed from 1665152 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-libepoxy/nativesdk-libepoxy: PKGSIZE changed from 1234801 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-libepoxy/nativesdk-libepoxy: latest.pkg_postinst changed from "#!/bin/sh set -e if [ x"$D" = "x" ]; then if [ -x /sbin/ldconfig ]; then /sbin/ldconfig ; fi fi " to "#!/bin/sh if [ x"$D" = "x" ]; then if [ -x /sbin/ldconfig ]; then /sbin/ldconfig ; fi fi " packages/x86_64-nativesdk-pokysdk-linux/nativesdk-libffi/nativesdk-libffi-dbg: PKGSIZE changed from 10512 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-libffi/nativesdk-libffi-dev: PKGSIZE changed from 19412 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-libffi/nativesdk-libffi-doc: PKGSIZE changed from 44031 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-libffi/nativesdk-libffi: PKGSIZE changed from 43551 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-libffi/nativesdk-libffi: latest.pkg_postinst changed from "#!/bin/sh set -e if [ x"$D" = "x" ]; then if [ -x /sbin/ldconfig ]; then /sbin/ldconfig ; fi fi " to "#!/bin/sh if [ x"$D" = "x" ]; then if [ -x /sbin/ldconfig ]; then /sbin/ldconfig ; fi fi " packages/x86_64-nativesdk-pokysdk-linux/nativesdk-libgcc/nativesdk-libgcc-dbg: PKGSIZE changed from 377968 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-libgcc/nativesdk-libgcc-dev: PKGSIZE changed from 6097906 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-libgcc/nativesdk-libgcc-src: PKGSIZE changed from 45232 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-libgcc/nativesdk-libgcc: PKGSIZE changed from 100856 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-libgcc/nativesdk-libgcc: latest.pkg_postinst changed from "#!/bin/sh set -e if [ x"$D" = "x" ]; then if [ -x /sbin/ldconfig ]; then /sbin/ldconfig ; fi fi " to "#!/bin/sh if [ x"$D" = "x" ]; then if [ -x /sbin/ldconfig ]; then /sbin/ldconfig ; fi fi " packages/x86_64-nativesdk-pokysdk-linux/nativesdk-libgcrypt/nativesdk-dumpsexp-dev: PKGSIZE changed from 22776 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-libgcrypt/nativesdk-libgcrypt-dbg: PKGSIZE changed from 121512 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-libgcrypt/nativesdk-libgcrypt-dev: PKGSIZE changed from 99759 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-libgcrypt/nativesdk-libgcrypt-doc: PKGSIZE changed from 338799 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-libgcrypt/nativesdk-libgcrypt: PKGSIZE changed from 898171 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-libgcrypt/nativesdk-libgcrypt: latest.pkg_postinst changed from "#!/bin/sh set -e if [ x"$D" = "x" ]; then if [ -x /sbin/ldconfig ]; then /sbin/ldconfig ; fi fi " to "#!/bin/sh if [ x"$D" = "x" ]; then if [ -x /sbin/ldconfig ]; then /sbin/ldconfig ; fi fi " packages/x86_64-nativesdk-pokysdk-linux/nativesdk-libgpg-error/nativesdk-libgpg-error-dbg: PKGSIZE changed from 49072 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-libgpg-error/nativesdk-libgpg-error-dev: PKGSIZE changed from 211864 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-libgpg-error/nativesdk-libgpg-error-doc: PKGSIZE changed from 101348 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-libgpg-error/nativesdk-libgpg-error-locale-cs: PKGSIZE changed from 22010 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-libgpg-error/nativesdk-libgpg-error-locale-da: PKGSIZE changed from 20822 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-libgpg-error/nativesdk-libgpg-error-locale-de: PKGSIZE changed from 35085 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-libgpg-error/nativesdk-libgpg-error-locale-eo: PKGSIZE changed from 16312 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-libgpg-error/nativesdk-libgpg-error-locale-es: PKGSIZE changed from 27013 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-libgpg-error/nativesdk-libgpg-error-locale-fr: PKGSIZE changed from 22649 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-libgpg-error/nativesdk-libgpg-error-locale-hu: PKGSIZE changed from 17540 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-libgpg-error/nativesdk-libgpg-error-locale-it: PKGSIZE changed from 21084 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-libgpg-error/nativesdk-libgpg-error-locale-ja: PKGSIZE changed from 38814 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-libgpg-error/nativesdk-libgpg-error-locale-nl: PKGSIZE changed from 20438 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-libgpg-error/nativesdk-libgpg-error-locale-pl: PKGSIZE changed from 34878 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-libgpg-error/nativesdk-libgpg-error-locale-pt: PKGSIZE changed from 21316 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-libgpg-error/nativesdk-libgpg-error-locale-ro: PKGSIZE changed from 14455 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-libgpg-error/nativesdk-libgpg-error-locale-ru: PKGSIZE changed from 39786 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-libgpg-error/nativesdk-libgpg-error-locale-sr: PKGSIZE changed from 21279 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-libgpg-error/nativesdk-libgpg-error-locale-sv: PKGSIZE changed from 17166 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-libgpg-error/nativesdk-libgpg-error-locale-uk: PKGSIZE changed from 45209 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-libgpg-error/nativesdk-libgpg-error-locale-vi: PKGSIZE changed from 18302 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-libgpg-error/nativesdk-libgpg-error-locale-zh-cn: PKGSIZE changed from 31390 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-libgpg-error/nativesdk-libgpg-error-locale-zh-tw: PKGSIZE changed from 31924 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-libgpg-error/nativesdk-libgpg-error: PKGSIZE changed from 198134 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-libgpg-error/nativesdk-libgpg-error: latest.pkg_postinst changed from "#!/bin/sh set -e if [ x"$D" = "x" ]; then if [ -x /sbin/ldconfig ]; then /sbin/ldconfig ; fi fi " to "#!/bin/sh if [ x"$D" = "x" ]; then if [ -x /sbin/ldconfig ]; then /sbin/ldconfig ; fi fi " packages/x86_64-nativesdk-pokysdk-linux/nativesdk-libidn2/nativesdk-libidn2-bin: PKGSIZE changed from 68624 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-libidn2/nativesdk-libidn2-dbg: PKGSIZE changed from 23648 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-libidn2/nativesdk-libidn2-dev: PKGSIZE changed from 14341 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-libidn2/nativesdk-libidn2-doc: PKGSIZE changed from 71956 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-libidn2/nativesdk-libidn2-locale-cs: PKGSIZE changed from 4999 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-libidn2/nativesdk-libidn2-locale-da: PKGSIZE changed from 4754 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-libidn2/nativesdk-libidn2-locale-de: PKGSIZE changed from 5158 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-libidn2/nativesdk-libidn2-locale-eo: PKGSIZE changed from 4804 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-libidn2/nativesdk-libidn2-locale-es: PKGSIZE changed from 1352 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-libidn2/nativesdk-libidn2-locale-fi: PKGSIZE changed from 1020 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-libidn2/nativesdk-libidn2-locale-fr: PKGSIZE changed from 5103 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-libidn2/nativesdk-libidn2-locale-fur: PKGSIZE changed from 4542 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-libidn2/nativesdk-libidn2-locale-hr: PKGSIZE changed from 1079 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-libidn2/nativesdk-libidn2-locale-hu: PKGSIZE changed from 5273 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-libidn2/nativesdk-libidn2-locale-id: PKGSIZE changed from 968 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-libidn2/nativesdk-libidn2-locale-it: PKGSIZE changed from 937 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-libidn2/nativesdk-libidn2-locale-ja: PKGSIZE changed from 669 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-libidn2/nativesdk-libidn2-locale-nl: PKGSIZE changed from 988 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-libidn2/nativesdk-libidn2-locale-pl: PKGSIZE changed from 4978 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-libidn2/nativesdk-libidn2-locale-pt-br: PKGSIZE changed from 5027 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-libidn2/nativesdk-libidn2-locale-ro: PKGSIZE changed from 5050 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-libidn2/nativesdk-libidn2-locale-ru: PKGSIZE changed from 6292 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-libidn2/nativesdk-libidn2-locale-sr: PKGSIZE changed from 6100 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-libidn2/nativesdk-libidn2-locale-sv: PKGSIZE changed from 4859 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-libidn2/nativesdk-libidn2-locale-uk: PKGSIZE changed from 6375 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-libidn2/nativesdk-libidn2-locale-vi: PKGSIZE changed from 1090 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-libidn2/nativesdk-libidn2-locale-zh-cn: PKGSIZE changed from 4759 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-libidn2/nativesdk-libidn2: PKGSIZE changed from 137712 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-libidn2/nativesdk-libidn2: latest.pkg_postinst changed from "#!/bin/sh set -e if [ x"$D" = "x" ]; then if [ -x /sbin/ldconfig ]; then /sbin/ldconfig ; fi fi " to "#!/bin/sh if [ x"$D" = "x" ]; then if [ -x /sbin/ldconfig ]; then /sbin/ldconfig ; fi fi " packages/x86_64-nativesdk-pokysdk-linux/nativesdk-libmicrohttpd/nativesdk-libmicrohttpd-dbg: PKGSIZE changed from 19704 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-libmicrohttpd/nativesdk-libmicrohttpd-dev: PKGSIZE changed from 150277 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-libmicrohttpd/nativesdk-libmicrohttpd-doc: PKGSIZE changed from 404778 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-libmicrohttpd/nativesdk-libmicrohttpd: PKGSIZE changed from 158784 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-libmicrohttpd/nativesdk-libmicrohttpd: latest.pkg_postinst changed from "#!/bin/sh set -e if [ x"$D" = "x" ]; then if [ -x /sbin/ldconfig ]; then /sbin/ldconfig ; fi fi " to "#!/bin/sh if [ x"$D" = "x" ]; then if [ -x /sbin/ldconfig ]; then /sbin/ldconfig ; fi fi " packages/x86_64-nativesdk-pokysdk-linux/nativesdk-libmpc/nativesdk-libmpc-dbg: PKGSIZE changed from 16648 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-libmpc/nativesdk-libmpc-dev: PKGSIZE changed from 13212 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-libmpc/nativesdk-libmpc-doc: PKGSIZE changed from 89253 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-libmpc/nativesdk-libmpc: PKGSIZE changed from 110167 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-libmpc/nativesdk-libmpc: latest.pkg_postinst changed from "#!/bin/sh set -e if [ x"$D" = "x" ]; then if [ -x /sbin/ldconfig ]; then /sbin/ldconfig ; fi fi " to "#!/bin/sh if [ x"$D" = "x" ]; then if [ -x /sbin/ldconfig ]; then /sbin/ldconfig ; fi fi " packages/x86_64-nativesdk-pokysdk-linux/nativesdk-libnsl2/nativesdk-libnsl2-dbg: PKGSIZE changed from 19264 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-libnsl2/nativesdk-libnsl2-dev: PKGSIZE changed from 108480 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-libnsl2/nativesdk-libnsl2: PKGSIZE changed from 93503 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-libnsl2/nativesdk-libnsl2: latest.pkg_postinst changed from "#!/bin/sh set -e if [ x"$D" = "x" ]; then if [ -x /sbin/ldconfig ]; then /sbin/ldconfig ; fi fi " to "#!/bin/sh if [ x"$D" = "x" ]; then if [ -x /sbin/ldconfig ]; then /sbin/ldconfig ; fi fi " packages/x86_64-nativesdk-pokysdk-linux/nativesdk-libnss-nis/nativesdk-libnss-nis-dbg: PKGSIZE changed from 11184 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-libnss-nis/nativesdk-libnss-nis-dev: PKGSIZE changed from 19 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-libnss-nis/nativesdk-libnss-nis: PKGSIZE changed from 51619 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-libnss-nis/nativesdk-libnss-nis: latest.pkg_postinst changed from "#!/bin/sh set -e if [ x"$D" = "x" ]; then if [ -x /sbin/ldconfig ]; then /sbin/ldconfig ; fi fi " to "#!/bin/sh if [ x"$D" = "x" ]; then if [ -x /sbin/ldconfig ]; then /sbin/ldconfig ; fi fi " packages/x86_64-nativesdk-pokysdk-linux/nativesdk-libpciaccess/nativesdk-libpciaccess-dbg: PKGSIZE changed from 10592 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-libpciaccess/nativesdk-libpciaccess-dev: PKGSIZE changed from 15914 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-libpciaccess/nativesdk-libpciaccess: PKGSIZE changed from 43550 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-libpciaccess/nativesdk-libpciaccess: latest.pkg_postinst changed from "#!/bin/sh set -e if [ x"$D" = "x" ]; then if [ -x /sbin/ldconfig ]; then /sbin/ldconfig ; fi fi " to "#!/bin/sh if [ x"$D" = "x" ]; then if [ -x /sbin/ldconfig ]; then /sbin/ldconfig ; fi fi " packages/x86_64-nativesdk-pokysdk-linux/nativesdk-libpcre/nativesdk-libpcre-dbg: PKGSIZE changed from 62680 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-libpcre/nativesdk-libpcre-dev: PKGSIZE changed from 85177 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-libpcre/nativesdk-libpcre-doc: PKGSIZE changed from 2301066 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-libpcre/nativesdk-libpcre: PKGSIZE changed from 481601 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-libpcre/nativesdk-libpcre: latest.pkg_postinst changed from "#!/bin/sh set -e if [ x"$D" = "x" ]; then if [ -x /sbin/ldconfig ]; then /sbin/ldconfig ; fi fi " to "#!/bin/sh if [ x"$D" = "x" ]; then if [ -x /sbin/ldconfig ]; then /sbin/ldconfig ; fi fi " packages/x86_64-nativesdk-pokysdk-linux/nativesdk-libpcre/nativesdk-libpcrecpp: PKGSIZE changed from 43627 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-libpcre/nativesdk-libpcrecpp: latest.pkg_postinst changed from "#!/bin/sh set -e if [ x"$D" = "x" ]; then if [ -x /sbin/ldconfig ]; then /sbin/ldconfig ; fi fi " to "#!/bin/sh if [ x"$D" = "x" ]; then if [ -x /sbin/ldconfig ]; then /sbin/ldconfig ; fi fi " packages/x86_64-nativesdk-pokysdk-linux/nativesdk-libpcre/nativesdk-libpcreposix: PKGSIZE changed from 14485 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-libpcre/nativesdk-libpcreposix: latest.pkg_postinst changed from "#!/bin/sh set -e if [ x"$D" = "x" ]; then if [ -x /sbin/ldconfig ]; then /sbin/ldconfig ; fi fi " to "#!/bin/sh if [ x"$D" = "x" ]; then if [ -x /sbin/ldconfig ]; then /sbin/ldconfig ; fi fi " packages/x86_64-nativesdk-pokysdk-linux/nativesdk-libpcre/nativesdk-pcregrep-doc: PKGSIZE changed from 35450 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-libpcre/nativesdk-pcregrep: PKGSIZE changed from 53704 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-libpcre/nativesdk-pcretest-doc: PKGSIZE changed from 49267 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-libpcre/nativesdk-pcretest: PKGSIZE changed from 80552 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-libpcre2/nativesdk-libpcre2-16: PKGSIZE changed from 342669 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-libpcre2/nativesdk-libpcre2-16: latest.pkg_postinst changed from "#!/bin/sh set -e if [ x"$D" = "x" ]; then if [ -x /sbin/ldconfig ]; then /sbin/ldconfig ; fi fi " to "#!/bin/sh if [ x"$D" = "x" ]; then if [ -x /sbin/ldconfig ]; then /sbin/ldconfig ; fi fi " packages/x86_64-nativesdk-pokysdk-linux/nativesdk-libpcre2/nativesdk-libpcre2-32: PKGSIZE changed from 322189 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-libpcre2/nativesdk-libpcre2-32: latest.pkg_postinst changed from "#!/bin/sh set -e if [ x"$D" = "x" ]; then if [ -x /sbin/ldconfig ]; then /sbin/ldconfig ; fi fi " to "#!/bin/sh if [ x"$D" = "x" ]; then if [ -x /sbin/ldconfig ]; then /sbin/ldconfig ; fi fi " packages/x86_64-nativesdk-pokysdk-linux/nativesdk-libpcre2/nativesdk-libpcre2-dbg: PKGSIZE changed from 89768 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-libpcre2/nativesdk-libpcre2-dev: PKGSIZE changed from 56220 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-libpcre2/nativesdk-libpcre2-doc: PKGSIZE changed from 2495479 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-libpcre2/nativesdk-libpcre2: PKGSIZE changed from 389931 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-libpcre2/nativesdk-libpcre2: latest.pkg_postinst changed from "#!/bin/sh set -e if [ x"$D" = "x" ]; then if [ -x /sbin/ldconfig ]; then /sbin/ldconfig ; fi fi " to "#!/bin/sh if [ x"$D" = "x" ]; then if [ -x /sbin/ldconfig ]; then /sbin/ldconfig ; fi fi " packages/x86_64-nativesdk-pokysdk-linux/nativesdk-libpcre2/nativesdk-pcre2grep-doc: PKGSIZE changed from 49380 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-libpcre2/nativesdk-pcre2grep: PKGSIZE changed from 58176 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-libpcre2/nativesdk-pcre2test-doc: PKGSIZE changed from 88918 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-libpcre2/nativesdk-pcre2test: PKGSIZE changed from 163096 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-libpthread-stubs/nativesdk-libpthread-stubs-dev: PKGSIZE changed from 380 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-libsdl2/nativesdk-libsdl2-dbg: PKGSIZE changed from 204552 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-libsdl2/nativesdk-libsdl2-dev: PKGSIZE changed from 1724716 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-libsdl2/nativesdk-libsdl2-staticdev: PKGSIZE changed from 282630 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-libsdl2/nativesdk-libsdl2: PKGSIZE changed from 1285773 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-libsdl2/nativesdk-libsdl2: latest.pkg_postinst changed from "#!/bin/sh set -e if [ x"$D" = "x" ]; then if [ -x /sbin/ldconfig ]; then /sbin/ldconfig ; fi fi " to "#!/bin/sh if [ x"$D" = "x" ]; then if [ -x /sbin/ldconfig ]; then /sbin/ldconfig ; fi fi " packages/x86_64-nativesdk-pokysdk-linux/nativesdk-libsolv/nativesdk-libsolv-dbg: PKGSIZE changed from 181872 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-libsolv/nativesdk-libsolv-dev: PKGSIZE changed from 125126 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-libsolv/nativesdk-libsolv-doc: PKGSIZE changed from 281777 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-libsolv/nativesdk-libsolv-tools: PKGSIZE changed from 269008 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-libsolv/nativesdk-libsolv: PKGSIZE changed from 767880 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-libsolv/nativesdk-libsolv: latest.pkg_postinst changed from "#!/bin/sh set -e if [ x"$D" = "x" ]; then if [ -x /sbin/ldconfig ]; then /sbin/ldconfig ; fi fi " to "#!/bin/sh if [ x"$D" = "x" ]; then if [ -x /sbin/ldconfig ]; then /sbin/ldconfig ; fi fi " packages/x86_64-nativesdk-pokysdk-linux/nativesdk-libtirpc/nativesdk-libtirpc-dbg: PKGSIZE changed from 32240 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-libtirpc/nativesdk-libtirpc-dev: PKGSIZE changed from 181896 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-libtirpc/nativesdk-libtirpc-doc: PKGSIZE changed from 126381 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-libtirpc/nativesdk-libtirpc: PKGSIZE changed from 161151 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-libtirpc/nativesdk-libtirpc: latest.pkg_postinst changed from "#!/bin/sh set -e if [ x"$D" = "x" ]; then if [ -x /sbin/ldconfig ]; then /sbin/ldconfig ; fi fi " to "#!/bin/sh if [ x"$D" = "x" ]; then if [ -x /sbin/ldconfig ]; then /sbin/ldconfig ; fi fi " packages/x86_64-nativesdk-pokysdk-linux/nativesdk-libtool/nativesdk-libltdl: PKGSIZE changed from 43640 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-libtool/nativesdk-libltdl: latest.pkg_postinst changed from "#!/bin/sh set -e if [ x"$D" = "x" ]; then if [ -x /sbin/ldconfig ]; then /sbin/ldconfig ; fi fi " to "#!/bin/sh if [ x"$D" = "x" ]; then if [ -x /sbin/ldconfig ]; then /sbin/ldconfig ; fi fi " packages/x86_64-nativesdk-pokysdk-linux/nativesdk-libtool/nativesdk-libtool-dbg: PKGSIZE changed from 11312 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-libtool/nativesdk-libtool-dev: PKGSIZE changed from 17925 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-libtool/nativesdk-libtool-doc: PKGSIZE changed from 368214 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-libtool/nativesdk-libtool: PKGSIZE changed from 2141658 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-libunistring/nativesdk-libunistring-dbg: PKGSIZE changed from 76320 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-libunistring/nativesdk-libunistring-dev: PKGSIZE changed from 155121 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-libunistring/nativesdk-libunistring-doc: PKGSIZE changed from 889293 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-libunistring/nativesdk-libunistring: PKGSIZE changed from 1593533 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-libunistring/nativesdk-libunistring: latest.pkg_postinst changed from "#!/bin/sh set -e if [ x"$D" = "x" ]; then if [ -x /sbin/ldconfig ]; then /sbin/ldconfig ; fi fi " to "#!/bin/sh if [ x"$D" = "x" ]; then if [ -x /sbin/ldconfig ]; then /sbin/ldconfig ; fi fi " packages/x86_64-nativesdk-pokysdk-linux/nativesdk-libx11/nativesdk-libx11-dbg: PKGSIZE changed from 128280 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-libx11/nativesdk-libx11-dev: PKGSIZE changed from 254022 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-libx11/nativesdk-libx11-doc: PKGSIZE changed from 1997005 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-libx11/nativesdk-libx11-locale: PKGSIZE changed from 1235299 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-libx11/nativesdk-libx11-xcb: PKGSIZE changed from 14195 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-libx11/nativesdk-libx11-xcb: latest.pkg_postinst changed from "#!/bin/sh set -e if [ x"$D" = "x" ]; then if [ -x /sbin/ldconfig ]; then /sbin/ldconfig ; fi fi " to "#!/bin/sh if [ x"$D" = "x" ]; then if [ -x /sbin/ldconfig ]; then /sbin/ldconfig ; fi fi " packages/x86_64-nativesdk-pokysdk-linux/nativesdk-libx11/nativesdk-libx11: PKGSIZE changed from 1337599 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-libx11/nativesdk-libx11: latest.pkg_postinst changed from "#!/bin/sh set -e if [ x"$D" = "x" ]; then if [ -x /sbin/ldconfig ]; then /sbin/ldconfig ; fi fi " to "#!/bin/sh if [ x"$D" = "x" ]; then if [ -x /sbin/ldconfig ]; then /sbin/ldconfig ; fi fi " packages/x86_64-nativesdk-pokysdk-linux/nativesdk-libxau/nativesdk-libxau-dbg: PKGSIZE changed from 5696 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-libxau/nativesdk-libxau-dev: PKGSIZE changed from 4252 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-libxau/nativesdk-libxau-doc: PKGSIZE changed from 5382 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-libxau/nativesdk-libxau: PKGSIZE changed from 14551 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-libxau/nativesdk-libxau: latest.pkg_postinst changed from "#!/bin/sh set -e if [ x"$D" = "x" ]; then if [ -x /sbin/ldconfig ]; then /sbin/ldconfig ; fi fi " to "#!/bin/sh if [ x"$D" = "x" ]; then if [ -x /sbin/ldconfig ]; then /sbin/ldconfig ; fi fi " packages/x86_64-nativesdk-pokysdk-linux/nativesdk-libxcb/nativesdk-libxcb-composite: PKGSIZE changed from 14481 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-libxcb/nativesdk-libxcb-composite: latest.pkg_postinst changed from "#!/bin/sh set -e if [ x"$D" = "x" ]; then if [ -x /sbin/ldconfig ]; then /sbin/ldconfig ; fi fi " to "#!/bin/sh if [ x"$D" = "x" ]; then if [ -x /sbin/ldconfig ]; then /sbin/ldconfig ; fi fi " packages/x86_64-nativesdk-pokysdk-linux/nativesdk-libxcb/nativesdk-libxcb-damage: PKGSIZE changed from 14470 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-libxcb/nativesdk-libxcb-damage: latest.pkg_postinst changed from "#!/bin/sh set -e if [ x"$D" = "x" ]; then if [ -x /sbin/ldconfig ]; then /sbin/ldconfig ; fi fi " to "#!/bin/sh if [ x"$D" = "x" ]; then if [ -x /sbin/ldconfig ]; then /sbin/ldconfig ; fi fi " packages/x86_64-nativesdk-pokysdk-linux/nativesdk-libxcb/nativesdk-libxcb-dbg: PKGSIZE changed from 362280 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-libxcb/nativesdk-libxcb-dev: PKGSIZE changed from 2074815 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-libxcb/nativesdk-libxcb-doc: PKGSIZE changed from 1570194 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-libxcb/nativesdk-libxcb-dpms: PKGSIZE changed from 14468 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-libxcb/nativesdk-libxcb-dpms: latest.pkg_postinst changed from "#!/bin/sh set -e if [ x"$D" = "x" ]; then if [ -x /sbin/ldconfig ]; then /sbin/ldconfig ; fi fi " to "#!/bin/sh if [ x"$D" = "x" ]; then if [ -x /sbin/ldconfig ]; then /sbin/ldconfig ; fi fi " packages/x86_64-nativesdk-pokysdk-linux/nativesdk-libxcb/nativesdk-libxcb-dri2: PKGSIZE changed from 18580 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-libxcb/nativesdk-libxcb-dri2: latest.pkg_postinst changed from "#!/bin/sh set -e if [ x"$D" = "x" ]; then if [ -x /sbin/ldconfig ]; then /sbin/ldconfig ; fi fi " to "#!/bin/sh if [ x"$D" = "x" ]; then if [ -x /sbin/ldconfig ]; then /sbin/ldconfig ; fi fi " packages/x86_64-nativesdk-pokysdk-linux/nativesdk-libxcb/nativesdk-libxcb-dri3: PKGSIZE changed from 18596 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-libxcb/nativesdk-libxcb-dri3: latest.pkg_postinst changed from "#!/bin/sh set -e if [ x"$D" = "x" ]; then if [ -x /sbin/ldconfig ]; then /sbin/ldconfig ; fi fi " to "#!/bin/sh if [ x"$D" = "x" ]; then if [ -x /sbin/ldconfig ]; then /sbin/ldconfig ; fi fi " packages/x86_64-nativesdk-pokysdk-linux/nativesdk-libxcb/nativesdk-libxcb-glx: PKGSIZE changed from 104611 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-libxcb/nativesdk-libxcb-glx: latest.pkg_postinst changed from "#!/bin/sh set -e if [ x"$D" = "x" ]; then if [ -x /sbin/ldconfig ]; then /sbin/ldconfig ; fi fi " to "#!/bin/sh if [ x"$D" = "x" ]; then if [ -x /sbin/ldconfig ]; then /sbin/ldconfig ; fi fi " packages/x86_64-nativesdk-pokysdk-linux/nativesdk-libxcb/nativesdk-libxcb-present: PKGSIZE changed from 14471 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-libxcb/nativesdk-libxcb-present: latest.pkg_postinst changed from "#!/bin/sh set -e if [ x"$D" = "x" ]; then if [ -x /sbin/ldconfig ]; then /sbin/ldconfig ; fi fi " to "#!/bin/sh if [ x"$D" = "x" ]; then if [ -x /sbin/ldconfig ]; then /sbin/ldconfig ; fi fi " packages/x86_64-nativesdk-pokysdk-linux/nativesdk-libxcb/nativesdk-libxcb-randr: PKGSIZE changed from 63861 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-libxcb/nativesdk-libxcb-randr: latest.pkg_postinst changed from "#!/bin/sh set -e if [ x"$D" = "x" ]; then if [ -x /sbin/ldconfig ]; then /sbin/ldconfig ; fi fi " to "#!/bin/sh if [ x"$D" = "x" ]; then if [ -x /sbin/ldconfig ]; then /sbin/ldconfig ; fi fi " packages/x86_64-nativesdk-pokysdk-linux/nativesdk-libxcb/nativesdk-libxcb-record: PKGSIZE changed from 18598 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-libxcb/nativesdk-libxcb-record: latest.pkg_postinst changed from "#!/bin/sh set -e if [ x"$D" = "x" ]; then if [ -x /sbin/ldconfig ]; then /sbin/ldconfig ; fi fi " to "#!/bin/sh if [ x"$D" = "x" ]; then if [ -x /sbin/ldconfig ]; then /sbin/ldconfig ; fi fi " packages/x86_64-nativesdk-pokysdk-linux/nativesdk-libxcb/nativesdk-libxcb-render: PKGSIZE changed from 55654 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-libxcb/nativesdk-libxcb-render: latest.pkg_postinst changed from "#!/bin/sh set -e if [ x"$D" = "x" ]; then if [ -x /sbin/ldconfig ]; then /sbin/ldconfig ; fi fi " to "#!/bin/sh if [ x"$D" = "x" ]; then if [ -x /sbin/ldconfig ]; then /sbin/ldconfig ; fi fi " packages/x86_64-nativesdk-pokysdk-linux/nativesdk-libxcb/nativesdk-libxcb-res: PKGSIZE changed from 18595 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-libxcb/nativesdk-libxcb-res: latest.pkg_postinst changed from "#!/bin/sh set -e if [ x"$D" = "x" ]; then if [ -x /sbin/ldconfig ]; then /sbin/ldconfig ; fi fi " to "#!/bin/sh if [ x"$D" = "x" ]; then if [ -x /sbin/ldconfig ]; then /sbin/ldconfig ; fi fi " packages/x86_64-nativesdk-pokysdk-linux/nativesdk-libxcb/nativesdk-libxcb-screensaver: PKGSIZE changed from 14531 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-libxcb/nativesdk-libxcb-screensaver: latest.pkg_postinst changed from "#!/bin/sh set -e if [ x"$D" = "x" ]; then if [ -x /sbin/ldconfig ]; then /sbin/ldconfig ; fi fi " to "#!/bin/sh if [ x"$D" = "x" ]; then if [ -x /sbin/ldconfig ]; then /sbin/ldconfig ; fi fi " packages/x86_64-nativesdk-pokysdk-linux/nativesdk-libxcb/nativesdk-libxcb-shape: PKGSIZE changed from 18565 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-libxcb/nativesdk-libxcb-shape: latest.pkg_postinst changed from "#!/bin/sh set -e if [ x"$D" = "x" ]; then if [ -x /sbin/ldconfig ]; then /sbin/ldconfig ; fi fi " to "#!/bin/sh if [ x"$D" = "x" ]; then if [ -x /sbin/ldconfig ]; then /sbin/ldconfig ; fi fi " packages/x86_64-nativesdk-pokysdk-linux/nativesdk-libxcb/nativesdk-libxcb-shm: PKGSIZE changed from 14483 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-libxcb/nativesdk-libxcb-shm: latest.pkg_postinst changed from "#!/bin/sh set -e if [ x"$D" = "x" ]; then if [ -x /sbin/ldconfig ]; then /sbin/ldconfig ; fi fi " to "#!/bin/sh if [ x"$D" = "x" ]; then if [ -x /sbin/ldconfig ]; then /sbin/ldconfig ; fi fi " packages/x86_64-nativesdk-pokysdk-linux/nativesdk-libxcb/nativesdk-libxcb-sync: PKGSIZE changed from 30932 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-libxcb/nativesdk-libxcb-sync: latest.pkg_postinst changed from "#!/bin/sh set -e if [ x"$D" = "x" ]; then if [ -x /sbin/ldconfig ]; then /sbin/ldconfig ; fi fi " to "#!/bin/sh if [ x"$D" = "x" ]; then if [ -x /sbin/ldconfig ]; then /sbin/ldconfig ; fi fi " packages/x86_64-nativesdk-pokysdk-linux/nativesdk-libxcb/nativesdk-libxcb-xf86dri: PKGSIZE changed from 18583 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-libxcb/nativesdk-libxcb-xf86dri: latest.pkg_postinst changed from "#!/bin/sh set -e if [ x"$D" = "x" ]; then if [ -x /sbin/ldconfig ]; then /sbin/ldconfig ; fi fi " to "#!/bin/sh if [ x"$D" = "x" ]; then if [ -x /sbin/ldconfig ]; then /sbin/ldconfig ; fi fi " packages/x86_64-nativesdk-pokysdk-linux/nativesdk-libxcb/nativesdk-libxcb-xfixes: PKGSIZE changed from 30854 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-libxcb/nativesdk-libxcb-xfixes: latest.pkg_postinst changed from "#!/bin/sh set -e if [ x"$D" = "x" ]; then if [ -x /sbin/ldconfig ]; then /sbin/ldconfig ; fi fi " to "#!/bin/sh if [ x"$D" = "x" ]; then if [ -x /sbin/ldconfig ]; then /sbin/ldconfig ; fi fi " packages/x86_64-nativesdk-pokysdk-linux/nativesdk-libxcb/nativesdk-libxcb-xinerama: PKGSIZE changed from 14480 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-libxcb/nativesdk-libxcb-xinerama: latest.pkg_postinst changed from "#!/bin/sh set -e if [ x"$D" = "x" ]; then if [ -x /sbin/ldconfig ]; then /sbin/ldconfig ; fi fi " to "#!/bin/sh if [ x"$D" = "x" ]; then if [ -x /sbin/ldconfig ]; then /sbin/ldconfig ; fi fi " packages/x86_64-nativesdk-pokysdk-linux/nativesdk-libxcb/nativesdk-libxcb-xinput: PKGSIZE changed from 138230 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-libxcb/nativesdk-libxcb-xinput: latest.pkg_postinst changed from "#!/bin/sh set -e if [ x"$D" = "x" ]; then if [ -x /sbin/ldconfig ]; then /sbin/ldconfig ; fi fi " to "#!/bin/sh if [ x"$D" = "x" ]; then if [ -x /sbin/ldconfig ]; then /sbin/ldconfig ; fi fi " packages/x86_64-nativesdk-pokysdk-linux/nativesdk-libxcb/nativesdk-libxcb-xkb: PKGSIZE changed from 117379 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-libxcb/nativesdk-libxcb-xkb: latest.pkg_postinst changed from "#!/bin/sh set -e if [ x"$D" = "x" ]; then if [ -x /sbin/ldconfig ]; then /sbin/ldconfig ; fi fi " to "#!/bin/sh if [ x"$D" = "x" ]; then if [ -x /sbin/ldconfig ]; then /sbin/ldconfig ; fi fi " packages/x86_64-nativesdk-pokysdk-linux/nativesdk-libxcb/nativesdk-libxcb-xtest: PKGSIZE changed from 14469 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-libxcb/nativesdk-libxcb-xtest: latest.pkg_postinst changed from "#!/bin/sh set -e if [ x"$D" = "x" ]; then if [ -x /sbin/ldconfig ]; then /sbin/ldconfig ; fi fi " to "#!/bin/sh if [ x"$D" = "x" ]; then if [ -x /sbin/ldconfig ]; then /sbin/ldconfig ; fi fi " packages/x86_64-nativesdk-pokysdk-linux/nativesdk-libxcb/nativesdk-libxcb-xv: PKGSIZE changed from 30946 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-libxcb/nativesdk-libxcb-xv: latest.pkg_postinst changed from "#!/bin/sh set -e if [ x"$D" = "x" ]; then if [ -x /sbin/ldconfig ]; then /sbin/ldconfig ; fi fi " to "#!/bin/sh if [ x"$D" = "x" ]; then if [ -x /sbin/ldconfig ]; then /sbin/ldconfig ; fi fi " packages/x86_64-nativesdk-pokysdk-linux/nativesdk-libxcb/nativesdk-libxcb-xvmc: PKGSIZE changed from 18564 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-libxcb/nativesdk-libxcb-xvmc: latest.pkg_postinst changed from "#!/bin/sh set -e if [ x"$D" = "x" ]; then if [ -x /sbin/ldconfig ]; then /sbin/ldconfig ; fi fi " to "#!/bin/sh if [ x"$D" = "x" ]; then if [ -x /sbin/ldconfig ]; then /sbin/ldconfig ; fi fi " packages/x86_64-nativesdk-pokysdk-linux/nativesdk-libxcb/nativesdk-libxcb: PKGSIZE changed from 154615 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-libxcb/nativesdk-libxcb: latest.pkg_postinst changed from "#!/bin/sh set -e if [ x"$D" = "x" ]; then if [ -x /sbin/ldconfig ]; then /sbin/ldconfig ; fi fi " to "#!/bin/sh if [ x"$D" = "x" ]; then if [ -x /sbin/ldconfig ]; then /sbin/ldconfig ; fi fi " packages/x86_64-nativesdk-pokysdk-linux/nativesdk-libxcrypt/nativesdk-libxcrypt-dbg: PKGSIZE changed from 14104 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-libxcrypt/nativesdk-libxcrypt-dev: PKGSIZE changed from 11683 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-libxcrypt/nativesdk-libxcrypt-doc: PKGSIZE changed from 32393 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-libxcrypt/nativesdk-libxcrypt: PKGSIZE changed from 202745 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-libxcrypt/nativesdk-libxcrypt: latest.pkg_postinst changed from "#!/bin/sh set -e if [ x"$D" = "x" ]; then if [ -x /sbin/ldconfig ]; then /sbin/ldconfig ; fi fi " to "#!/bin/sh if [ x"$D" = "x" ]; then if [ -x /sbin/ldconfig ]; then /sbin/ldconfig ; fi fi " packages/x86_64-nativesdk-pokysdk-linux/nativesdk-libxdamage/nativesdk-libxdamage-dbg: PKGSIZE changed from 4864 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-libxdamage/nativesdk-libxdamage-dev: PKGSIZE changed from 2788 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-libxdamage/nativesdk-libxdamage: PKGSIZE changed from 14427 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-libxdamage/nativesdk-libxdamage: latest.pkg_postinst changed from "#!/bin/sh set -e if [ x"$D" = "x" ]; then if [ -x /sbin/ldconfig ]; then /sbin/ldconfig ; fi fi " to "#!/bin/sh if [ x"$D" = "x" ]; then if [ -x /sbin/ldconfig ]; then /sbin/ldconfig ; fi fi " packages/x86_64-nativesdk-pokysdk-linux/nativesdk-libxdmcp/nativesdk-libxdmcp-dbg: PKGSIZE changed from 6544 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-libxdmcp/nativesdk-libxdmcp-dev: PKGSIZE changed from 6816 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-libxdmcp/nativesdk-libxdmcp-doc: PKGSIZE changed from 99136 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-libxdmcp/nativesdk-libxdmcp: PKGSIZE changed from 26849 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-libxdmcp/nativesdk-libxdmcp: latest.pkg_postinst changed from "#!/bin/sh set -e if [ x"$D" = "x" ]; then if [ -x /sbin/ldconfig ]; then /sbin/ldconfig ; fi fi " to "#!/bin/sh if [ x"$D" = "x" ]; then if [ -x /sbin/ldconfig ]; then /sbin/ldconfig ; fi fi " packages/x86_64-nativesdk-pokysdk-linux/nativesdk-libxext/nativesdk-libxext-dbg: PKGSIZE changed from 18104 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-libxext/nativesdk-libxext-dev: PKGSIZE changed from 55561 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-libxext/nativesdk-libxext-doc: PKGSIZE changed from 102654 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-libxext/nativesdk-libxext: PKGSIZE changed from 77544 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-libxext/nativesdk-libxext: latest.pkg_postinst changed from "#!/bin/sh set -e if [ x"$D" = "x" ]; then if [ -x /sbin/ldconfig ]; then /sbin/ldconfig ; fi fi " to "#!/bin/sh if [ x"$D" = "x" ]; then if [ -x /sbin/ldconfig ]; then /sbin/ldconfig ; fi fi " packages/x86_64-nativesdk-pokysdk-linux/nativesdk-libxfixes/nativesdk-libxfixes-dbg: PKGSIZE changed from 6976 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-libxfixes/nativesdk-libxfixes-dev: PKGSIZE changed from 8233 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-libxfixes/nativesdk-libxfixes-doc: PKGSIZE changed from 2873 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-libxfixes/nativesdk-libxfixes: PKGSIZE changed from 30842 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-libxfixes/nativesdk-libxfixes: latest.pkg_postinst changed from "#!/bin/sh set -e if [ x"$D" = "x" ]; then if [ -x /sbin/ldconfig ]; then /sbin/ldconfig ; fi fi " to "#!/bin/sh if [ x"$D" = "x" ]; then if [ -x /sbin/ldconfig ]; then /sbin/ldconfig ; fi fi " packages/x86_64-nativesdk-pokysdk-linux/nativesdk-libxml-parser-perl/nativesdk-libxml-parser-perl-dbg: PKGSIZE changed from 12688 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-libxml-parser-perl/nativesdk-libxml-parser-perl-doc: PKGSIZE changed from 66058 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-libxml-parser-perl/nativesdk-libxml-parser-perl: PKGSIZE changed from 397804 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-libxml2/nativesdk-libxml2-dbg: PKGSIZE changed from 381072 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-libxml2/nativesdk-libxml2-dev: PKGSIZE changed from 432198 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-libxml2/nativesdk-libxml2-doc: PKGSIZE changed from 6123069 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-libxml2/nativesdk-libxml2-python: PKGSIZE changed from 753285 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-libxml2/nativesdk-libxml2-utils: PKGSIZE changed from 101208 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-libxml2/nativesdk-libxml2: PKGSIZE changed from 1440001 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-libxml2/nativesdk-libxml2: latest.pkg_postinst changed from "#!/bin/sh set -e if [ x"$D" = "x" ]; then if [ -x /sbin/ldconfig ]; then /sbin/ldconfig ; fi fi " to "#!/bin/sh if [ x"$D" = "x" ]; then if [ -x /sbin/ldconfig ]; then /sbin/ldconfig ; fi fi " packages/x86_64-nativesdk-pokysdk-linux/nativesdk-libxrandr/nativesdk-libxrandr-dbg: PKGSIZE changed from 9480 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-libxrandr/nativesdk-libxrandr-dev: PKGSIZE changed from 17594 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-libxrandr/nativesdk-libxrandr-doc: PKGSIZE changed from 12587 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-libxrandr/nativesdk-libxrandr: PKGSIZE changed from 47450 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-libxrandr/nativesdk-libxrandr: latest.pkg_postinst changed from "#!/bin/sh set -e if [ x"$D" = "x" ]; then if [ -x /sbin/ldconfig ]; then /sbin/ldconfig ; fi fi " to "#!/bin/sh if [ x"$D" = "x" ]; then if [ -x /sbin/ldconfig ]; then /sbin/ldconfig ; fi fi " packages/x86_64-nativesdk-pokysdk-linux/nativesdk-libxrender/nativesdk-libxrender-dbg: PKGSIZE changed from 8208 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-libxrender/nativesdk-libxrender-dev: PKGSIZE changed from 13276 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-libxrender/nativesdk-libxrender-doc: PKGSIZE changed from 17217 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-libxrender/nativesdk-libxrender: PKGSIZE changed from 47675 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-libxrender/nativesdk-libxrender: latest.pkg_postinst changed from "#!/bin/sh set -e if [ x"$D" = "x" ]; then if [ -x /sbin/ldconfig ]; then /sbin/ldconfig ; fi fi " to "#!/bin/sh if [ x"$D" = "x" ]; then if [ -x /sbin/ldconfig ]; then /sbin/ldconfig ; fi fi " packages/x86_64-nativesdk-pokysdk-linux/nativesdk-libxxf86vm/nativesdk-libxxf86vm-dbg: PKGSIZE changed from 5896 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-libxxf86vm/nativesdk-libxxf86vm-dev: PKGSIZE changed from 8101 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-libxxf86vm/nativesdk-libxxf86vm-doc: PKGSIZE changed from 14289 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-libxxf86vm/nativesdk-libxxf86vm: PKGSIZE changed from 22787 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-libxxf86vm/nativesdk-libxxf86vm: latest.pkg_postinst changed from "#!/bin/sh set -e if [ x"$D" = "x" ]; then if [ -x /sbin/ldconfig ]; then /sbin/ldconfig ; fi fi " to "#!/bin/sh if [ x"$D" = "x" ]; then if [ -x /sbin/ldconfig ]; then /sbin/ldconfig ; fi fi " packages/x86_64-nativesdk-pokysdk-linux/nativesdk-linux-libc-headers/nativesdk-linux-libc-headers-dev: PKGSIZE changed from 5641396 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-lz4/nativesdk-lz4-dbg: PKGSIZE changed from 34056 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-lz4/nativesdk-lz4-dev: PKGSIZE changed from 90577 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-lz4/nativesdk-lz4-doc: PKGSIZE changed from 9092 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-lz4/nativesdk-lz4: PKGSIZE changed from 336872 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-lz4/nativesdk-lz4: latest.pkg_postinst changed from "#!/bin/sh set -e if [ x"$D" = "x" ]; then if [ -x /sbin/ldconfig ]; then /sbin/ldconfig ; fi fi " to "#!/bin/sh if [ x"$D" = "x" ]; then if [ -x /sbin/ldconfig ]; then /sbin/ldconfig ; fi fi " packages/x86_64-nativesdk-pokysdk-linux/nativesdk-lzo/nativesdk-lzo-dbg: PKGSIZE changed from 13024 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-lzo/nativesdk-lzo-dev: PKGSIZE changed from 187334 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-lzo/nativesdk-lzo-doc: PKGSIZE changed from 58346 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-lzo/nativesdk-lzo: PKGSIZE changed from 137456 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-lzo/nativesdk-lzo: latest.pkg_postinst changed from "#!/bin/sh set -e if [ x"$D" = "x" ]; then if [ -x /sbin/ldconfig ]; then /sbin/ldconfig ; fi fi " to "#!/bin/sh if [ x"$D" = "x" ]; then if [ -x /sbin/ldconfig ]; then /sbin/ldconfig ; fi fi " packages/x86_64-nativesdk-pokysdk-linux/nativesdk-m4/nativesdk-m4-dbg: PKGSIZE changed from 49680 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-m4/nativesdk-m4-doc: PKGSIZE changed from 371370 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-m4/nativesdk-m4-locale-bg: PKGSIZE changed from 2595 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-m4/nativesdk-m4-locale-cs: PKGSIZE changed from 1995 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-m4/nativesdk-m4-locale-da: PKGSIZE changed from 1998 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-m4/nativesdk-m4-locale-de: PKGSIZE changed from 2104 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-m4/nativesdk-m4-locale-el: PKGSIZE changed from 815 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-m4/nativesdk-m4-locale-eo: PKGSIZE changed from 1969 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-m4/nativesdk-m4-locale-es: PKGSIZE changed from 2153 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-m4/nativesdk-m4-locale-fi: PKGSIZE changed from 2107 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-m4/nativesdk-m4-locale-fr: PKGSIZE changed from 2100 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-m4/nativesdk-m4-locale-ga: PKGSIZE changed from 1999 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-m4/nativesdk-m4-locale-gl: PKGSIZE changed from 2152 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-m4/nativesdk-m4-locale-hr: PKGSIZE changed from 1904 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-m4/nativesdk-m4-locale-id: PKGSIZE changed from 2032 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-m4/nativesdk-m4-locale-ja: PKGSIZE changed from 7613 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-m4/nativesdk-m4-locale-ko: PKGSIZE changed from 22998 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-m4/nativesdk-m4-locale-nl: PKGSIZE changed from 22752 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-m4/nativesdk-m4-locale-pl: PKGSIZE changed from 2072 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-m4/nativesdk-m4-locale-pt-br: PKGSIZE changed from 2196 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-m4/nativesdk-m4-locale-ro: PKGSIZE changed from 2093 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-m4/nativesdk-m4-locale-ru: PKGSIZE changed from 2059 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-m4/nativesdk-m4-locale-sr: PKGSIZE changed from 2654 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-m4/nativesdk-m4-locale-sv: PKGSIZE changed from 2004 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-m4/nativesdk-m4-locale-uk: PKGSIZE changed from 29869 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-m4/nativesdk-m4-locale-vi: PKGSIZE changed from 2286 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-m4/nativesdk-m4-locale-zh-cn: PKGSIZE changed from 12900 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-m4/nativesdk-m4-locale-zh-tw: PKGSIZE changed from 2037 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-m4/nativesdk-m4: PKGSIZE changed from 286264 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-make/nativesdk-make-dbg: PKGSIZE changed from 36064 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-make/nativesdk-make-dev: PKGSIZE changed from 2912 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-make/nativesdk-make-doc: PKGSIZE changed from 631124 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-make/nativesdk-make-locale-be: PKGSIZE changed from 6580 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-make/nativesdk-make-locale-bg: PKGSIZE changed from 59330 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-make/nativesdk-make-locale-cs: PKGSIZE changed from 45689 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-make/nativesdk-make-locale-da: PKGSIZE changed from 41220 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-make/nativesdk-make-locale-de: PKGSIZE changed from 45198 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-make/nativesdk-make-locale-es: PKGSIZE changed from 45980 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-make/nativesdk-make-locale-fi: PKGSIZE changed from 31939 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-make/nativesdk-make-locale-fr: PKGSIZE changed from 44911 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-make/nativesdk-make-locale-ga: PKGSIZE changed from 43490 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-make/nativesdk-make-locale-gl: PKGSIZE changed from 21543 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-make/nativesdk-make-locale-he: PKGSIZE changed from 10151 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-make/nativesdk-make-locale-hr: PKGSIZE changed from 46070 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-make/nativesdk-make-locale-id: PKGSIZE changed from 40284 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-make/nativesdk-make-locale-it: PKGSIZE changed from 45544 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-make/nativesdk-make-locale-ja: PKGSIZE changed from 48996 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-make/nativesdk-make-locale-ko: PKGSIZE changed from 46973 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-make/nativesdk-make-locale-lt: PKGSIZE changed from 7037 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-make/nativesdk-make-locale-nl: PKGSIZE changed from 44391 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-make/nativesdk-make-locale-pl: PKGSIZE changed from 44530 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-make/nativesdk-make-locale-pt-br: PKGSIZE changed from 44043 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-make/nativesdk-make-locale-pt: PKGSIZE changed from 43530 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-make/nativesdk-make-locale-ru: PKGSIZE changed from 56673 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-make/nativesdk-make-locale-sr: PKGSIZE changed from 53185 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-make/nativesdk-make-locale-sv: PKGSIZE changed from 43480 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-make/nativesdk-make-locale-tr: PKGSIZE changed from 18996 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-make/nativesdk-make-locale-uk: PKGSIZE changed from 56014 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-make/nativesdk-make-locale-vi: PKGSIZE changed from 47388 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-make/nativesdk-make-locale-zh-cn: PKGSIZE changed from 42126 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-make/nativesdk-make-locale-zh-tw: PKGSIZE changed from 42268 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-make/nativesdk-make: PKGSIZE changed from 244352 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-makedevs/nativesdk-makedevs-dbg: PKGSIZE changed from 11096 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-makedevs/nativesdk-makedevs: PKGSIZE changed from 28527 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-mesa/nativesdk-libegl-mesa-dev: PKGSIZE changed from 110912 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-mesa/nativesdk-libegl-mesa: PKGSIZE changed from 196631 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-mesa/nativesdk-libegl-mesa: latest.pkg_postinst changed from "#!/bin/sh set -e if [ x"$D" = "x" ]; then if [ -x /sbin/ldconfig ]; then /sbin/ldconfig ; fi fi " to "#!/bin/sh if [ x"$D" = "x" ]; then if [ -x /sbin/ldconfig ]; then /sbin/ldconfig ; fi fi " packages/x86_64-nativesdk-pokysdk-linux/nativesdk-mesa/nativesdk-libgbm-dev: PKGSIZE changed from 16115 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-mesa/nativesdk-libgbm: PKGSIZE changed from 60367 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-mesa/nativesdk-libgbm: latest.pkg_postinst changed from "#!/bin/sh set -e if [ x"$D" = "x" ]; then if [ -x /sbin/ldconfig ]; then /sbin/ldconfig ; fi fi " to "#!/bin/sh if [ x"$D" = "x" ]; then if [ -x /sbin/ldconfig ]; then /sbin/ldconfig ; fi fi " packages/x86_64-nativesdk-pokysdk-linux/nativesdk-mesa/nativesdk-libgl-mesa-dev: PKGSIZE changed from 1494324 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-mesa/nativesdk-libgl-mesa: PKGSIZE changed from 409654 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-mesa/nativesdk-libgl-mesa: latest.pkg_postinst changed from "#!/bin/sh set -e if [ x"$D" = "x" ]; then if [ -x /sbin/ldconfig ]; then /sbin/ldconfig ; fi fi " to "#!/bin/sh if [ x"$D" = "x" ]; then if [ -x /sbin/ldconfig ]; then /sbin/ldconfig ; fi fi " packages/x86_64-nativesdk-pokysdk-linux/nativesdk-mesa/nativesdk-libglapi-dev: PKGSIZE changed from 13 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-mesa/nativesdk-libglapi: PKGSIZE changed from 231729 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-mesa/nativesdk-libglapi: latest.pkg_postinst changed from "#!/bin/sh set -e if [ x"$D" = "x" ]; then if [ -x /sbin/ldconfig ]; then /sbin/ldconfig ; fi fi " to "#!/bin/sh if [ x"$D" = "x" ]; then if [ -x /sbin/ldconfig ]; then /sbin/ldconfig ; fi fi " packages/x86_64-nativesdk-pokysdk-linux/nativesdk-mesa/nativesdk-mesa-dbg: PKGSIZE changed from 1669176 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-mesa/nativesdk-mesa-dev: PKGSIZE changed from 325 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-mesa/nativesdk-mesa-megadriver: PKGSIZE changed from 11582990 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-meson/nativesdk-meson-doc: PKGSIZE changed from 5341 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-meson/nativesdk-meson: PKGSIZE changed from 5162581 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-mpfr/nativesdk-mpfr-dbg: PKGSIZE changed from 1696480 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-mpfr/nativesdk-mpfr-dev: PKGSIZE changed from 59804 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-mpfr/nativesdk-mpfr-doc: PKGSIZE changed from 145656 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-mpfr/nativesdk-mpfr: PKGSIZE changed from 2851440 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-mpfr/nativesdk-mpfr: latest.pkg_postinst changed from "#!/bin/sh set -e if [ x"$D" = "x" ]; then if [ -x /sbin/ldconfig ]; then /sbin/ldconfig ; fi fi " to "#!/bin/sh if [ x"$D" = "x" ]; then if [ -x /sbin/ldconfig ]; then /sbin/ldconfig ; fi fi " packages/x86_64-nativesdk-pokysdk-linux/nativesdk-mtools/nativesdk-mtools-dbg: PKGSIZE changed from 47976 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-mtools/nativesdk-mtools-doc: PKGSIZE changed from 244979 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-mtools/nativesdk-mtools: PKGSIZE changed from 232776 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-ncurses/nativesdk-ncurses-dbg: PKGSIZE changed from 241664 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-ncurses/nativesdk-ncurses-dev: PKGSIZE changed from 691282 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-ncurses/nativesdk-ncurses-doc: PKGSIZE changed from 1083744 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-ncurses/nativesdk-ncurses-libform: PKGSIZE changed from 69406 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-ncurses/nativesdk-ncurses-libform: latest.pkg_postinst changed from "#!/bin/sh set -e if [ x"$D" = "x" ]; then if [ -x /sbin/ldconfig ]; then /sbin/ldconfig ; fi fi " to "#!/bin/sh if [ x"$D" = "x" ]; then if [ -x /sbin/ldconfig ]; then /sbin/ldconfig ; fi fi " packages/x86_64-nativesdk-pokysdk-linux/nativesdk-ncurses/nativesdk-ncurses-libformw: PKGSIZE changed from 77759 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-ncurses/nativesdk-ncurses-libformw: latest.pkg_postinst changed from "#!/bin/sh set -e if [ x"$D" = "x" ]; then if [ -x /sbin/ldconfig ]; then /sbin/ldconfig ; fi fi " to "#!/bin/sh if [ x"$D" = "x" ]; then if [ -x /sbin/ldconfig ]; then /sbin/ldconfig ; fi fi " packages/x86_64-nativesdk-pokysdk-linux/nativesdk-ncurses/nativesdk-ncurses-libmenu: PKGSIZE changed from 35526 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-ncurses/nativesdk-ncurses-libmenu: latest.pkg_postinst changed from "#!/bin/sh set -e if [ x"$D" = "x" ]; then if [ -x /sbin/ldconfig ]; then /sbin/ldconfig ; fi fi " to "#!/bin/sh if [ x"$D" = "x" ]; then if [ -x /sbin/ldconfig ]; then /sbin/ldconfig ; fi fi " packages/x86_64-nativesdk-pokysdk-linux/nativesdk-ncurses/nativesdk-ncurses-libmenuw: PKGSIZE changed from 35559 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-ncurses/nativesdk-ncurses-libmenuw: latest.pkg_postinst changed from "#!/bin/sh set -e if [ x"$D" = "x" ]; then if [ -x /sbin/ldconfig ]; then /sbin/ldconfig ; fi fi " to "#!/bin/sh if [ x"$D" = "x" ]; then if [ -x /sbin/ldconfig ]; then /sbin/ldconfig ; fi fi " packages/x86_64-nativesdk-pokysdk-linux/nativesdk-ncurses/nativesdk-ncurses-libncurses: PKGSIZE changed from 151209 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-ncurses/nativesdk-ncurses-libncurses: latest.pkg_postinst changed from "#!/bin/sh set -e if [ x"$D" = "x" ]; then if [ -x /sbin/ldconfig ]; then /sbin/ldconfig ; fi fi " to "#!/bin/sh if [ x"$D" = "x" ]; then if [ -x /sbin/ldconfig ]; then /sbin/ldconfig ; fi fi " packages/x86_64-nativesdk-pokysdk-linux/nativesdk-ncurses/nativesdk-ncurses-libncursesw: PKGSIZE changed from 204826 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-ncurses/nativesdk-ncurses-libncursesw: latest.pkg_postinst changed from "#!/bin/sh set -e if [ x"$D" = "x" ]; then if [ -x /sbin/ldconfig ]; then /sbin/ldconfig ; fi fi " to "#!/bin/sh if [ x"$D" = "x" ]; then if [ -x /sbin/ldconfig ]; then /sbin/ldconfig ; fi fi " packages/x86_64-nativesdk-pokysdk-linux/nativesdk-ncurses/nativesdk-ncurses-libpanel: PKGSIZE changed from 18423 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-ncurses/nativesdk-ncurses-libpanel: latest.pkg_postinst changed from "#!/bin/sh set -e if [ x"$D" = "x" ]; then if [ -x /sbin/ldconfig ]; then /sbin/ldconfig ; fi fi " to "#!/bin/sh if [ x"$D" = "x" ]; then if [ -x /sbin/ldconfig ]; then /sbin/ldconfig ; fi fi " packages/x86_64-nativesdk-pokysdk-linux/nativesdk-ncurses/nativesdk-ncurses-libpanelw: PKGSIZE changed from 18424 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-ncurses/nativesdk-ncurses-libpanelw: latest.pkg_postinst changed from "#!/bin/sh set -e if [ x"$D" = "x" ]; then if [ -x /sbin/ldconfig ]; then /sbin/ldconfig ; fi fi " to "#!/bin/sh if [ x"$D" = "x" ]; then if [ -x /sbin/ldconfig ]; then /sbin/ldconfig ; fi fi " packages/x86_64-nativesdk-pokysdk-linux/nativesdk-ncurses/nativesdk-ncurses-libtic: PKGSIZE changed from 68309 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-ncurses/nativesdk-ncurses-libtic: latest.pkg_postinst changed from "#!/bin/sh set -e if [ x"$D" = "x" ]; then if [ -x /sbin/ldconfig ]; then /sbin/ldconfig ; fi fi " to "#!/bin/sh if [ x"$D" = "x" ]; then if [ -x /sbin/ldconfig ]; then /sbin/ldconfig ; fi fi " packages/x86_64-nativesdk-pokysdk-linux/nativesdk-ncurses/nativesdk-ncurses-libticw: PKGSIZE changed from 68310 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-ncurses/nativesdk-ncurses-libticw: latest.pkg_postinst changed from "#!/bin/sh set -e if [ x"$D" = "x" ]; then if [ -x /sbin/ldconfig ]; then /sbin/ldconfig ; fi fi " to "#!/bin/sh if [ x"$D" = "x" ]; then if [ -x /sbin/ldconfig ]; then /sbin/ldconfig ; fi fi " packages/x86_64-nativesdk-pokysdk-linux/nativesdk-ncurses/nativesdk-ncurses-libtinfo: PKGSIZE changed from 176367 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-ncurses/nativesdk-ncurses-libtinfo: latest.pkg_postinst changed from "#!/bin/sh set -e if [ x"$D" = "x" ]; then if [ -x /sbin/ldconfig ]; then /sbin/ldconfig ; fi fi " to "#!/bin/sh if [ x"$D" = "x" ]; then if [ -x /sbin/ldconfig ]; then /sbin/ldconfig ; fi fi " packages/x86_64-nativesdk-pokysdk-linux/nativesdk-ncurses/nativesdk-ncurses-staticdev: PKGSIZE changed from 307904 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-ncurses/nativesdk-ncurses-terminfo-base: PKGSIZE changed from 21860 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-ncurses/nativesdk-ncurses-terminfo: PKGSIZE changed from 2016832 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-ncurses/nativesdk-ncurses-tools: PKGSIZE changed from 234122 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-ncurses/nativesdk-ncurses: PKGSIZE changed from 62942 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-nettle/nativesdk-nettle-dbg: PKGSIZE changed from 2018560 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-nettle/nativesdk-nettle-dev: PKGSIZE changed from 252076 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-nettle/nativesdk-nettle-doc: PKGSIZE changed from 314875 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-nettle/nativesdk-nettle-src: PKGSIZE changed from 2596437 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-nettle/nativesdk-nettle: PKGSIZE changed from 691729 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-nettle/nativesdk-nettle: latest.pkg_postinst changed from "#!/bin/sh set -e if [ x"$D" = "x" ]; then if [ -x /sbin/ldconfig ]; then /sbin/ldconfig ; fi fi " to "#!/bin/sh if [ x"$D" = "x" ]; then if [ -x /sbin/ldconfig ]; then /sbin/ldconfig ; fi fi " packages/x86_64-nativesdk-pokysdk-linux/nativesdk-ninja/nativesdk-ninja-dbg: PKGSIZE changed from 5885336 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-ninja/nativesdk-ninja-src: PKGSIZE changed from 368711 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-ninja/nativesdk-ninja: PKGSIZE changed from 240800 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-openssl/nativesdk-libcrypto: PKGSIZE changed from 2754528 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-openssl/nativesdk-libcrypto: latest.pkg_postinst changed from "#!/bin/sh set -e if [ x"$D" = "x" ]; then if [ -x /sbin/ldconfig ]; then /sbin/ldconfig ; fi fi " to "#!/bin/sh if [ x"$D" = "x" ]; then if [ -x /sbin/ldconfig ]; then /sbin/ldconfig ; fi fi " packages/x86_64-nativesdk-pokysdk-linux/nativesdk-openssl/nativesdk-libssl: PKGSIZE changed from 582456 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-openssl/nativesdk-libssl: latest.pkg_postinst changed from "#!/bin/sh set -e if [ x"$D" = "x" ]; then if [ -x /sbin/ldconfig ]; then /sbin/ldconfig ; fi fi " to "#!/bin/sh if [ x"$D" = "x" ]; then if [ -x /sbin/ldconfig ]; then /sbin/ldconfig ; fi fi " packages/x86_64-nativesdk-pokysdk-linux/nativesdk-openssl/nativesdk-openssl-bin: PKGSIZE changed from 738696 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-openssl/nativesdk-openssl-conf: PKGSIZE changed from 21846 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-openssl/nativesdk-openssl-dbg: PKGSIZE changed from 564040 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-openssl/nativesdk-openssl-dev: PKGSIZE changed from 1373231 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-openssl/nativesdk-openssl-doc: PKGSIZE changed from 132816 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-openssl/nativesdk-openssl-engines: PKGSIZE changed from 64448 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-openssl/nativesdk-openssl-misc: PKGSIZE changed from 20521 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-openssl/nativesdk-openssl-staticdev: PKGSIZE changed from 6173696 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-openssl/nativesdk-openssl: PKGSIZE changed from 897 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-opkg-utils/nativesdk-opkg-utils-doc: PKGSIZE changed from 6818 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-opkg-utils/nativesdk-opkg-utils: PKGSIZE changed from 74505 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-opkg-utils/nativesdk-update-alternatives-opkg: PKGSIZE changed from 4679 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-opkg-utils/nativesdk-update-alternatives-opkg: latest.pkg_postrm changed from "set -e rm -rf $D/opt/poky/3.3+snapshot/sysroots/x86_64-pokysdk-linux/usr/lib/opkg/alternatives rmdir $D/opt/poky/3.3+snapshot/sysroots/x86_64-pokysdk-linux/usr/lib/opkg || true " to " rm -rf $D/opt/poky/3.3+snapshot/sysroots/x86_64-pokysdk-linux/usr/lib/opkg/alternatives rmdir $D/opt/poky/3.3+snapshot/sysroots/x86_64-pokysdk-linux/usr/lib/opkg || true " packages/x86_64-nativesdk-pokysdk-linux/nativesdk-opkg/nativesdk-libopkg: PKGSIZE changed from 191800 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-opkg/nativesdk-libopkg: latest.pkg_postinst changed from "#!/bin/sh set -e if [ x"$D" = "x" ]; then if [ -x /sbin/ldconfig ]; then /sbin/ldconfig ; fi fi " to "#!/bin/sh if [ x"$D" = "x" ]; then if [ -x /sbin/ldconfig ]; then /sbin/ldconfig ; fi fi " packages/x86_64-nativesdk-pokysdk-linux/nativesdk-opkg/nativesdk-opkg-dbg: PKGSIZE changed from 41784 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-opkg/nativesdk-opkg-dev: PKGSIZE changed from 287 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-opkg/nativesdk-opkg-doc: PKGSIZE changed from 15280 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-opkg/nativesdk-opkg: PKGSIZE changed from 40375 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-opkg/nativesdk-opkg: RDEPENDS: removed all items "nativesdk-libsolv (['>= 0.7.19']) nativesdk-glibc (['>= 2.33']) nativesdk-libarchive (['>= 3.5.1']) nativesdk-libopkg (['>= 0.4.5'])" packages/x86_64-nativesdk-pokysdk-linux/nativesdk-patch/nativesdk-patch-dbg: PKGSIZE changed from 37704 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-patch/nativesdk-patch-doc: PKGSIZE changed from 34708 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-patch/nativesdk-patch: PKGSIZE changed from 208408 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-patch/nativesdk-patch: latest.pkg_postinst changed from "#!/bin/sh set -e update-alternatives --install /opt/poky/3.3+snapshot/sysroots/x86_64-pokysdk-linux/usr/bin/patch patch /opt/poky/3.3+snapshot/sysroots/x86_64-pokysdk-linux/usr/bin/patch.patch 100 " to "#!/bin/sh update-alternatives --install /opt/poky/3.3+snapshot/sysroots/x86_64-pokysdk-linux/usr/bin/patch patch /opt/poky/3.3+snapshot/sysroots/x86_64-pokysdk-linux/usr/bin/patch.patch 100 " packages/x86_64-nativesdk-pokysdk-linux/nativesdk-patch/nativesdk-patch: latest.pkg_prerm changed from "#!/bin/sh set -e update-alternatives --remove patch /opt/poky/3.3+snapshot/sysroots/x86_64-pokysdk-linux/usr/bin/patch.patch " to "#!/bin/sh update-alternatives --remove patch /opt/poky/3.3+snapshot/sysroots/x86_64-pokysdk-linux/usr/bin/patch.patch " packages/x86_64-nativesdk-pokysdk-linux/nativesdk-perl/nativesdk-perl-dbg: PKGSIZE changed from 1183200 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-perl/nativesdk-perl-dev: PKGSIZE changed from 7956147 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-perl/nativesdk-perl-doc: PKGSIZE changed from 22508438 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-perl/nativesdk-perl-doc: latest.pkg_postinst changed from "#!/bin/sh set -e update-alternatives --install /opt/poky/3.3+snapshot/sysroots/x86_64-pokysdk-linux/usr/share/man/man3/Thread.3 Thread.3 /opt/poky/3.3+snapshot/sysroots/x86_64-pokysdk-linux/usr/share/man/man3/Thread.3.perl 40 " to "#!/bin/sh update-alternatives --install /opt/poky/3.3+snapshot/sysroots/x86_64-pokysdk-linux/usr/share/man/man3/Thread.3 Thread.3 /opt/poky/3.3+snapshot/sysroots/x86_64-pokysdk-linux/usr/share/man/man3/Thread.3.perl 40 " packages/x86_64-nativesdk-pokysdk-linux/nativesdk-perl/nativesdk-perl-doc: latest.pkg_prerm changed from "#!/bin/sh set -e update-alternatives --remove Thread.3 /opt/poky/3.3+snapshot/sysroots/x86_64-pokysdk-linux/usr/share/man/man3/Thread.3.perl " to "#!/bin/sh update-alternatives --remove Thread.3 /opt/poky/3.3+snapshot/sysroots/x86_64-pokysdk-linux/usr/share/man/man3/Thread.3.perl " packages/x86_64-nativesdk-pokysdk-linux/nativesdk-perl/nativesdk-perl-misc: PKGSIZE changed from 420350 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-perl/nativesdk-perl-misc: latest.pkg_postinst changed from "#!/bin/sh set -e update-alternatives --install /opt/poky/3.3+snapshot/sysroots/x86_64-pokysdk-linux/usr/bin/corelist corelist /opt/poky/3.3+snapshot/sysroots/x86_64-pokysdk-linux/usr/bin/corelist.perl 40 update-alternatives --install /opt/poky/3.3+snapshot/sysroots/x86_64-pokysdk-linux/usr/bin/cpan cpan /opt/poky/3.3+snapshot/sysroots/x86_64-pokysdk-linux/usr/bin/cpan.perl 40 update-alternatives --install /opt/poky/3.3+snapshot/sysroots/x86_64-pokysdk-linux/usr/bin/enc2xs enc2xs /opt/poky/3.3+snapshot/sysroots/x86_64-pokysdk-linux/usr/bin/enc2xs.perl 40 update-alternatives --install /opt/poky/3.3+snapshot/sysroots/x86_64-pokysdk-linux/usr/bin/encguess encguess /opt/poky/3.3+snapshot/sysroots/x86_64-pokysdk-linux/usr/bin/encguess.perl 40 update-alternatives --install /opt/poky/3.3+snapshot/sysroots/x86_64-pokysdk-linux/usr/bin/h2ph h2ph /opt/poky/3.3+snapshot/sysroots/x86_64-pokysdk-linux/usr/bin/h2ph.perl 40 update-alternatives --install /opt/poky/3.3+snapshot/sysroots/x86_64-pokysdk-linux/usr/bin/h2xs h2xs /opt/poky/3.3+snapshot/sysroots/x86_64-pokysdk-linux/usr/bin/h2xs.perl 40 update-alternatives --install /opt/poky/3.3+snapshot/sysroots/x86_64-pokysdk-linux/usr/bin/instmodsh instmodsh /opt/poky/3.3+snapshot/sysroots/x86_64-pokysdk-linux/usr/bin/instmodsh.perl 40 update-alternatives --install /opt/poky/3.3+snapshot/sysroots/x86_64-pokysdk-linux/usr/bin/json_pp json_pp /opt/poky/3.3+snapshot/sysroots/x86_64-pokysdk-linux/usr/bin/json_pp.perl 40 update-alternatives --install /opt/poky/3.3+snapshot/sysroots/x86_64-pokysdk-linux/usr/bin/libnetcfg libnetcfg /opt/poky/3.3+snapshot/sysroots/x86_64-pokysdk-linux/usr/bin/libnetcfg.perl 40 update-alternatives --install /opt/poky/3.3+snapshot/sysroots/x86_64-pokysdk-linux/usr/bin/piconv piconv /opt/poky/3.3+snapshot/sysroots/x86_64-pokysdk-linux/usr/bin/piconv.perl 40 update-alternatives --install /opt/poky/3.3+snapshot/sysroots/x86_64-pokysdk-linux/usr/bin/pl2pm pl2pm /opt/poky/3.3+snapshot/sysroots/x86_64-pokysdk-linux/usr/bin/pl2pm.perl 40 update-alternatives --install /opt/poky/3.3+snapshot/sysroots/x86_64-pokysdk-linux/usr/bin/pod2html pod2html /opt/poky/3.3+snapshot/sysroots/x86_64-pokysdk-linux/usr/bin/pod2html.perl 40 update-alternatives --install /opt/poky/3.3+snapshot/sysroots/x86_64-pokysdk-linux/usr/bin/pod2man pod2man /opt/poky/3.3+snapshot/sysroots/x86_64-pokysdk-linux/usr/bin/pod2man.perl 40 update-alternatives --install /opt/poky/3.3+snapshot/sysroots/x86_64-pokysdk-linux/usr/bin/pod2text pod2text /opt/poky/3.3+snapshot/sysroots/x86_64-pokysdk-linux/usr/bin/pod2text.perl 40 update-alternatives --install /opt/poky/3.3+snapshot/sysroots/x86_64-pokysdk-linux/usr/bin/pod2usage pod2usage /opt/poky/3.3+snapshot/sysroots/x86_64-pokysdk-linux/usr/bin/pod2usage.perl 40 update-alternatives --install /opt/poky/3.3+snapshot/sysroots/x86_64-pokysdk-linux/usr/bin/podchecker podchecker /opt/poky/3.3+snapshot/sysroots/x86_64-pokysdk-linux/usr/bin/podchecker.perl 40 update-alternatives --install /opt/poky/3.3+snapshot/sysroots/x86_64-pokysdk-linux/usr/bin/prove prove /opt/poky/3.3+snapshot/sysroots/x86_64-pokysdk-linux/usr/bin/prove.perl 40 update-alternatives --install /opt/poky/3.3+snapshot/sysroots/x86_64-pokysdk-linux/usr/bin/ptar ptar /opt/poky/3.3+snapshot/sysroots/x86_64-pokysdk-linux/usr/bin/ptar.perl 40 update-alternatives --install /opt/poky/3.3+snapshot/sysroots/x86_64-pokysdk-linux/usr/bin/ptardiff ptardiff /opt/poky/3.3+snapshot/sysroots/x86_64-pokysdk-linux/usr/bin/ptardiff.perl 40 update-alternatives --install /opt/poky/3.3+snapshot/sysroots/x86_64-pokysdk-linux/usr/bin/ptargrep ptargrep /opt/poky/3.3+snapshot/sysroots/x86_64-pokysdk-linux/usr/bin/ptargrep.perl 40 update-alternatives --install /opt/poky/3.3+snapshot/sysroots/x86_64-pokysdk-linux/usr/bin/shasum shasum /opt/poky/3.3+snapshot/sysroots/x86_64-pokysdk-linux/usr/bin/shasum.perl 40 update-alternatives --install /opt/poky/3.3+snapshot/sysroots/x86_64-pokysdk-linux/usr/bin/splain splain /opt/poky/3.3+snapshot/sysroots/x86_64-pokysdk-linux/usr/bin/splain.perl 40 update-alternatives --install /opt/poky/3.3+snapshot/sysroots/x86_64-pokysdk-linux/usr/bin/xsubpp xsubpp /opt/poky/3.3+snapshot/sysroots/x86_64-pokysdk-linux/usr/bin/xsubpp.perl 40 update-alternatives --install /opt/poky/3.3+snapshot/sysroots/x86_64-pokysdk-linux/usr/bin/zipdetails zipdetails /opt/poky/3.3+snapshot/sysroots/x86_64-pokysdk-linux/usr/bin/zipdetails.perl 40 " to "#!/bin/sh update-alternatives --install /opt/poky/3.3+snapshot/sysroots/x86_64-pokysdk-linux/usr/bin/corelist corelist /opt/poky/3.3+snapshot/sysroots/x86_64-pokysdk-linux/usr/bin/corelist.perl 40 update-alternatives --install /opt/poky/3.3+snapshot/sysroots/x86_64-pokysdk-linux/usr/bin/cpan cpan /opt/poky/3.3+snapshot/sysroots/x86_64-pokysdk-linux/usr/bin/cpan.perl 40 update-alternatives --install /opt/poky/3.3+snapshot/sysroots/x86_64-pokysdk-linux/usr/bin/enc2xs enc2xs /opt/poky/3.3+snapshot/sysroots/x86_64-pokysdk-linux/usr/bin/enc2xs.perl 40 update-alternatives --install /opt/poky/3.3+snapshot/sysroots/x86_64-pokysdk-linux/usr/bin/encguess encguess /opt/poky/3.3+snapshot/sysroots/x86_64-pokysdk-linux/usr/bin/encguess.perl 40 update-alternatives --install /opt/poky/3.3+snapshot/sysroots/x86_64-pokysdk-linux/usr/bin/h2ph h2ph /opt/poky/3.3+snapshot/sysroots/x86_64-pokysdk-linux/usr/bin/h2ph.perl 40 update-alternatives --install /opt/poky/3.3+snapshot/sysroots/x86_64-pokysdk-linux/usr/bin/h2xs h2xs /opt/poky/3.3+snapshot/sysroots/x86_64-pokysdk-linux/usr/bin/h2xs.perl 40 update-alternatives --install /opt/poky/3.3+snapshot/sysroots/x86_64-pokysdk-linux/usr/bin/instmodsh instmodsh /opt/poky/3.3+snapshot/sysroots/x86_64-pokysdk-linux/usr/bin/instmodsh.perl 40 update-alternatives --install /opt/poky/3.3+snapshot/sysroots/x86_64-pokysdk-linux/usr/bin/json_pp json_pp /opt/poky/3.3+snapshot/sysroots/x86_64-pokysdk-linux/usr/bin/json_pp.perl 40 update-alternatives --install /opt/poky/3.3+snapshot/sysroots/x86_64-pokysdk-linux/usr/bin/libnetcfg libnetcfg /opt/poky/3.3+snapshot/sysroots/x86_64-pokysdk-linux/usr/bin/libnetcfg.perl 40 update-alternatives --install /opt/poky/3.3+snapshot/sysroots/x86_64-pokysdk-linux/usr/bin/piconv piconv /opt/poky/3.3+snapshot/sysroots/x86_64-pokysdk-linux/usr/bin/piconv.perl 40 update-alternatives --install /opt/poky/3.3+snapshot/sysroots/x86_64-pokysdk-linux/usr/bin/pl2pm pl2pm /opt/poky/3.3+snapshot/sysroots/x86_64-pokysdk-linux/usr/bin/pl2pm.perl 40 update-alternatives --install /opt/poky/3.3+snapshot/sysroots/x86_64-pokysdk-linux/usr/bin/pod2html pod2html /opt/poky/3.3+snapshot/sysroots/x86_64-pokysdk-linux/usr/bin/pod2html.perl 40 update-alternatives --install /opt/poky/3.3+snapshot/sysroots/x86_64-pokysdk-linux/usr/bin/pod2man pod2man /opt/poky/3.3+snapshot/sysroots/x86_64-pokysdk-linux/usr/bin/pod2man.perl 40 update-alternatives --install /opt/poky/3.3+snapshot/sysroots/x86_64-pokysdk-linux/usr/bin/pod2text pod2text /opt/poky/3.3+snapshot/sysroots/x86_64-pokysdk-linux/usr/bin/pod2text.perl 40 update-alternatives --install /opt/poky/3.3+snapshot/sysroots/x86_64-pokysdk-linux/usr/bin/pod2usage pod2usage /opt/poky/3.3+snapshot/sysroots/x86_64-pokysdk-linux/usr/bin/pod2usage.perl 40 update-alternatives --install /opt/poky/3.3+snapshot/sysroots/x86_64-pokysdk-linux/usr/bin/podchecker podchecker /opt/poky/3.3+snapshot/sysroots/x86_64-pokysdk-linux/usr/bin/podchecker.perl 40 update-alternatives --install /opt/poky/3.3+snapshot/sysroots/x86_64-pokysdk-linux/usr/bin/prove prove /opt/poky/3.3+snapshot/sysroots/x86_64-pokysdk-linux/usr/bin/prove.perl 40 update-alternatives --install /opt/poky/3.3+snapshot/sysroots/x86_64-pokysdk-linux/usr/bin/ptar ptar /opt/poky/3.3+snapshot/sysroots/x86_64-pokysdk-linux/usr/bin/ptar.perl 40 update-alternatives --install /opt/poky/3.3+snapshot/sysroots/x86_64-pokysdk-linux/usr/bin/ptardiff ptardiff /opt/poky/3.3+snapshot/sysroots/x86_64-pokysdk-linux/usr/bin/ptardiff.perl 40 update-alternatives --install /opt/poky/3.3+snapshot/sysroots/x86_64-pokysdk-linux/usr/bin/ptargrep ptargrep /opt/poky/3.3+snapshot/sysroots/x86_64-pokysdk-linux/usr/bin/ptargrep.perl 40 update-alternatives --install /opt/poky/3.3+snapshot/sysroots/x86_64-pokysdk-linux/usr/bin/shasum shasum /opt/poky/3.3+snapshot/sysroots/x86_64-pokysdk-linux/usr/bin/shasum.perl 40 update-alternatives --install /opt/poky/3.3+snapshot/sysroots/x86_64-pokysdk-linux/usr/bin/splain splain /opt/poky/3.3+snapshot/sysroots/x86_64-pokysdk-linux/usr/bin/splain.perl 40 update-alternatives --install /opt/poky/3.3+snapshot/sysroots/x86_64-pokysdk-linux/usr/bin/xsubpp xsubpp /opt/poky/3.3+snapshot/sysroots/x86_64-pokysdk-linux/usr/bin/xsubpp.perl 40 update-alternatives --install /opt/poky/3.3+snapshot/sysroots/x86_64-pokysdk-linux/usr/bin/zipdetails zipdetails /opt/poky/3.3+snapshot/sysroots/x86_64-pokysdk-linux/usr/bin/zipdetails.perl 40 " packages/x86_64-nativesdk-pokysdk-linux/nativesdk-perl/nativesdk-perl-misc: latest.pkg_prerm changed from "#!/bin/sh set -e update-alternatives --remove corelist /opt/poky/3.3+snapshot/sysroots/x86_64-pokysdk-linux/usr/bin/corelist.perl update-alternatives --remove cpan /opt/poky/3.3+snapshot/sysroots/x86_64-pokysdk-linux/usr/bin/cpan.perl update-alternatives --remove enc2xs /opt/poky/3.3+snapshot/sysroots/x86_64-pokysdk-linux/usr/bin/enc2xs.perl update-alternatives --remove encguess /opt/poky/3.3+snapshot/sysroots/x86_64-pokysdk-linux/usr/bin/encguess.perl update-alternatives --remove h2ph /opt/poky/3.3+snapshot/sysroots/x86_64-pokysdk-linux/usr/bin/h2ph.perl update-alternatives --remove h2xs /opt/poky/3.3+snapshot/sysroots/x86_64-pokysdk-linux/usr/bin/h2xs.perl update-alternatives --remove instmodsh /opt/poky/3.3+snapshot/sysroots/x86_64-pokysdk-linux/usr/bin/instmodsh.perl update-alternatives --remove json_pp /opt/poky/3.3+snapshot/sysroots/x86_64-pokysdk-linux/usr/bin/json_pp.perl update-alternatives --remove libnetcfg /opt/poky/3.3+snapshot/sysroots/x86_64-pokysdk-linux/usr/bin/libnetcfg.perl update-alternatives --remove piconv /opt/poky/3.3+snapshot/sysroots/x86_64-pokysdk-linux/usr/bin/piconv.perl update-alternatives --remove pl2pm /opt/poky/3.3+snapshot/sysroots/x86_64-pokysdk-linux/usr/bin/pl2pm.perl update-alternatives --remove pod2html /opt/poky/3.3+snapshot/sysroots/x86_64-pokysdk-linux/usr/bin/pod2html.perl update-alternatives --remove pod2man /opt/poky/3.3+snapshot/sysroots/x86_64-pokysdk-linux/usr/bin/pod2man.perl update-alternatives --remove pod2text /opt/poky/3.3+snapshot/sysroots/x86_64-pokysdk-linux/usr/bin/pod2text.perl update-alternatives --remove pod2usage /opt/poky/3.3+snapshot/sysroots/x86_64-pokysdk-linux/usr/bin/pod2usage.perl update-alternatives --remove podchecker /opt/poky/3.3+snapshot/sysroots/x86_64-pokysdk-linux/usr/bin/podchecker.perl update-alternatives --remove prove /opt/poky/3.3+snapshot/sysroots/x86_64-pokysdk-linux/usr/bin/prove.perl update-alternatives --remove ptar /opt/poky/3.3+snapshot/sysroots/x86_64-pokysdk-linux/usr/bin/ptar.perl update-alternatives --remove ptardiff /opt/poky/3.3+snapshot/sysroots/x86_64-pokysdk-linux/usr/bin/ptardiff.perl update-alternatives --remove ptargrep /opt/poky/3.3+snapshot/sysroots/x86_64-pokysdk-linux/usr/bin/ptargrep.perl update-alternatives --remove shasum /opt/poky/3.3+snapshot/sysroots/x86_64-pokysdk-linux/usr/bin/shasum.perl update-alternatives --remove splain /opt/poky/3.3+snapshot/sysroots/x86_64-pokysdk-linux/usr/bin/splain.perl update-alternatives --remove xsubpp /opt/poky/3.3+snapshot/sysroots/x86_64-pokysdk-linux/usr/bin/xsubpp.perl update-alternatives --remove zipdetails /opt/poky/3.3+snapshot/sysroots/x86_64-pokysdk-linux/usr/bin/zipdetails.perl " to "#!/bin/sh update-alternatives --remove corelist /opt/poky/3.3+snapshot/sysroots/x86_64-pokysdk-linux/usr/bin/corelist.perl update-alternatives --remove cpan /opt/poky/3.3+snapshot/sysroots/x86_64-pokysdk-linux/usr/bin/cpan.perl update-alternatives --remove enc2xs /opt/poky/3.3+snapshot/sysroots/x86_64-pokysdk-linux/usr/bin/enc2xs.perl update-alternatives --remove encguess /opt/poky/3.3+snapshot/sysroots/x86_64-pokysdk-linux/usr/bin/encguess.perl update-alternatives --remove h2ph /opt/poky/3.3+snapshot/sysroots/x86_64-pokysdk-linux/usr/bin/h2ph.perl update-alternatives --remove h2xs /opt/poky/3.3+snapshot/sysroots/x86_64-pokysdk-linux/usr/bin/h2xs.perl update-alternatives --remove instmodsh /opt/poky/3.3+snapshot/sysroots/x86_64-pokysdk-linux/usr/bin/instmodsh.perl update-alternatives --remove json_pp /opt/poky/3.3+snapshot/sysroots/x86_64-pokysdk-linux/usr/bin/json_pp.perl update-alternatives --remove libnetcfg /opt/poky/3.3+snapshot/sysroots/x86_64-pokysdk-linux/usr/bin/libnetcfg.perl update-alternatives --remove piconv /opt/poky/3.3+snapshot/sysroots/x86_64-pokysdk-linux/usr/bin/piconv.perl update-alternatives --remove pl2pm /opt/poky/3.3+snapshot/sysroots/x86_64-pokysdk-linux/usr/bin/pl2pm.perl update-alternatives --remove pod2html /opt/poky/3.3+snapshot/sysroots/x86_64-pokysdk-linux/usr/bin/pod2html.perl update-alternatives --remove pod2man /opt/poky/3.3+snapshot/sysroots/x86_64-pokysdk-linux/usr/bin/pod2man.perl update-alternatives --remove pod2text /opt/poky/3.3+snapshot/sysroots/x86_64-pokysdk-linux/usr/bin/pod2text.perl update-alternatives --remove pod2usage /opt/poky/3.3+snapshot/sysroots/x86_64-pokysdk-linux/usr/bin/pod2usage.perl update-alternatives --remove podchecker /opt/poky/3.3+snapshot/sysroots/x86_64-pokysdk-linux/usr/bin/podchecker.perl update-alternatives --remove prove /opt/poky/3.3+snapshot/sysroots/x86_64-pokysdk-linux/usr/bin/prove.perl update-alternatives --remove ptar /opt/poky/3.3+snapshot/sysroots/x86_64-pokysdk-linux/usr/bin/ptar.perl update-alternatives --remove ptardiff /opt/poky/3.3+snapshot/sysroots/x86_64-pokysdk-linux/usr/bin/ptardiff.perl update-alternatives --remove ptargrep /opt/poky/3.3+snapshot/sysroots/x86_64-pokysdk-linux/usr/bin/ptargrep.perl update-alternatives --remove shasum /opt/poky/3.3+snapshot/sysroots/x86_64-pokysdk-linux/usr/bin/shasum.perl update-alternatives --remove splain /opt/poky/3.3+snapshot/sysroots/x86_64-pokysdk-linux/usr/bin/splain.perl update-alternatives --remove xsubpp /opt/poky/3.3+snapshot/sysroots/x86_64-pokysdk-linux/usr/bin/xsubpp.perl update-alternatives --remove zipdetails /opt/poky/3.3+snapshot/sysroots/x86_64-pokysdk-linux/usr/bin/zipdetails.perl " packages/x86_64-nativesdk-pokysdk-linux/nativesdk-perl/nativesdk-perl-module--charnames: PKGSIZE changed from 34151 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-perl/nativesdk-perl-module-anydbm-file: PKGSIZE changed from 2618 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-perl/nativesdk-perl-module-app-cpan: PKGSIZE changed from 40880 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-perl/nativesdk-perl-module-app-prove-state-result-test: PKGSIZE changed from 3418 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-perl/nativesdk-perl-module-app-prove-state-result: PKGSIZE changed from 4945 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-perl/nativesdk-perl-module-app-prove-state: PKGSIZE changed from 11689 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-perl/nativesdk-perl-module-app-prove: PKGSIZE changed from 18991 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-perl/nativesdk-perl-module-archive-tar-constant: PKGSIZE changed from 4747 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-perl/nativesdk-perl-module-archive-tar-file: PKGSIZE changed from 18745 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-perl/nativesdk-perl-module-archive-tar: PKGSIZE changed from 77080 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-perl/nativesdk-perl-module-attribute-handlers: PKGSIZE changed from 30449 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-perl/nativesdk-perl-module-attributes: PKGSIZE changed from 30857 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-perl/nativesdk-perl-module-autodie-exception-system: PKGSIZE changed from 1631 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-perl/nativesdk-perl-module-autodie-exception: PKGSIZE changed from 22336 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-perl/nativesdk-perl-module-autodie-hints: PKGSIZE changed from 16961 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-perl/nativesdk-perl-module-autodie-scope-guard: PKGSIZE changed from 1396 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-perl/nativesdk-perl-module-autodie-scope-guardstack: PKGSIZE changed from 3424 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-perl/nativesdk-perl-module-autodie-skip: PKGSIZE changed from 1215 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-perl/nativesdk-perl-module-autodie-util: PKGSIZE changed from 7743 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-perl/nativesdk-perl-module-autodie: PKGSIZE changed from 12436 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-perl/nativesdk-perl-module-autoloader: PKGSIZE changed from 15797 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-perl/nativesdk-perl-module-autosplit: PKGSIZE changed from 19637 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-perl/nativesdk-perl-module-autouse: PKGSIZE changed from 4238 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-perl/nativesdk-perl-module-b-concise: PKGSIZE changed from 60514 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-perl/nativesdk-perl-module-b-deparse: PKGSIZE changed from 213996 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-perl/nativesdk-perl-module-b-op-private: PKGSIZE changed from 38768 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-perl/nativesdk-perl-module-b-showlex: PKGSIZE changed from 5656 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-perl/nativesdk-perl-module-b-terse: PKGSIZE changed from 2905 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-perl/nativesdk-perl-module-b-xref: PKGSIZE changed from 12494 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-perl/nativesdk-perl-module-b: PKGSIZE changed from 127045 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-perl/nativesdk-perl-module-base: PKGSIZE changed from 10961 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-perl/nativesdk-perl-module-benchmark: PKGSIZE changed from 31026 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-perl/nativesdk-perl-module-bigint: PKGSIZE changed from 23398 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-perl/nativesdk-perl-module-bignum: PKGSIZE changed from 21137 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-perl/nativesdk-perl-module-bigrat: PKGSIZE changed from 16154 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-perl/nativesdk-perl-module-blib: PKGSIZE changed from 2062 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-perl/nativesdk-perl-module-bytes-heavy: PKGSIZE changed from 758 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-perl/nativesdk-perl-module-bytes: PKGSIZE changed from 3782 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-perl/nativesdk-perl-module-carp-heavy: PKGSIZE changed from 773 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-perl/nativesdk-perl-module-carp: PKGSIZE changed from 35985 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-perl/nativesdk-perl-module-charnames: PKGSIZE changed from 20931 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-perl/nativesdk-perl-module-class-struct: PKGSIZE changed from 20319 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-perl/nativesdk-perl-module-compress-raw-bzip2: PKGSIZE changed from 95380 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-perl/nativesdk-perl-module-compress-raw-zlib: PKGSIZE changed from 177171 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-perl/nativesdk-perl-module-compress-zlib: PKGSIZE changed from 43956 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-perl/nativesdk-perl-module-config-extensions: PKGSIZE changed from 1355 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-perl/nativesdk-perl-module-config-heavy: PKGSIZE changed from 46935 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-perl/nativesdk-perl-module-config-perl-v: PKGSIZE changed from 15101 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-perl/nativesdk-perl-module-constant: PKGSIZE changed from 14724 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-perl/nativesdk-perl-module-corelist: PKGSIZE changed from 972955 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-perl/nativesdk-perl-module-cpan: PKGSIZE changed from 968789 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-perl/nativesdk-perl-module-cwd: PKGSIZE changed from 44726 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-perl/nativesdk-perl-module-data-dumper: PKGSIZE changed from 81525 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-perl/nativesdk-perl-module-db-file: PKGSIZE changed from 122644 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-perl/nativesdk-perl-module-db: PKGSIZE changed from 18922 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-perl/nativesdk-perl-module-dbm-filter-compress: PKGSIZE changed from 854 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-perl/nativesdk-perl-module-dbm-filter-encode: PKGSIZE changed from 1361 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-perl/nativesdk-perl-module-dbm-filter-int32: PKGSIZE changed from 754 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-perl/nativesdk-perl-module-dbm-filter-null: PKGSIZE changed from 967 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-perl/nativesdk-perl-module-dbm-filter-utf8: PKGSIZE changed from 777 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-perl/nativesdk-perl-module-dbm-filter: PKGSIZE changed from 14385 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-perl/nativesdk-perl-module-deprecate: PKGSIZE changed from 4603 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-perl/nativesdk-perl-module-devel-peek: PKGSIZE changed from 40896 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-perl/nativesdk-perl-module-devel-ppport: PKGSIZE changed from 591141 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-perl/nativesdk-perl-module-devel-selfstubber: PKGSIZE changed from 4908 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-perl/nativesdk-perl-module-diagnostics: PKGSIZE changed from 19299 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-perl/nativesdk-perl-module-digest-base: PKGSIZE changed from 1984 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-perl/nativesdk-perl-module-digest-file: PKGSIZE changed from 1724 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-perl/nativesdk-perl-module-digest-md5: PKGSIZE changed from 29586 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-perl/nativesdk-perl-module-digest-sha: PKGSIZE changed from 65358 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-perl/nativesdk-perl-module-digest: PKGSIZE changed from 11225 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-perl/nativesdk-perl-module-dirhandle: PKGSIZE changed from 2085 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-perl/nativesdk-perl-module-dumpvalue: PKGSIZE changed from 17668 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-perl/nativesdk-perl-module-dumpvar: PKGSIZE changed from 15555 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-perl/nativesdk-perl-module-dynaloader: PKGSIZE changed from 25243 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-perl/nativesdk-perl-module-encode--pm: PKGSIZE changed from 250 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-perl/nativesdk-perl-module-encode--t: PKGSIZE changed from 151 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-perl/nativesdk-perl-module-encode-alias: PKGSIZE changed from 12545 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-perl/nativesdk-perl-module-encode-byte: PKGSIZE changed from 373270 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-perl/nativesdk-perl-module-encode-changes: PKGSIZE changed from 179 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-perl/nativesdk-perl-module-encode-cjkconstants: PKGSIZE changed from 1683 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-perl/nativesdk-perl-module-encode-cn-hz: PKGSIZE changed from 6084 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-perl/nativesdk-perl-module-encode-cn: PKGSIZE changed from 2101394 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-perl/nativesdk-perl-module-encode-config: PKGSIZE changed from 6065 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-perl/nativesdk-perl-module-encode-configlocal-pm: PKGSIZE changed from 184 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-perl/nativesdk-perl-module-encode-ebcdic: PKGSIZE changed from 48129 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-perl/nativesdk-perl-module-encode-encoder: PKGSIZE changed from 6316 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-perl/nativesdk-perl-module-encode-encoding: PKGSIZE changed from 9063 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-perl/nativesdk-perl-module-encode-gsm0338: PKGSIZE changed from 12865 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-perl/nativesdk-perl-module-encode-guess: PKGSIZE changed from 10114 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-perl/nativesdk-perl-module-encode-jp-h2z: PKGSIZE changed from 5142 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-perl/nativesdk-perl-module-encode-jp-jis7: PKGSIZE changed from 4262 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-perl/nativesdk-perl-module-encode-jp: PKGSIZE changed from 2757394 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-perl/nativesdk-perl-module-encode-kr-2022-kr: PKGSIZE changed from 1977 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-perl/nativesdk-perl-module-encode-kr: PKGSIZE changed from 2416704 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-perl/nativesdk-perl-module-encode-makefile-pl: PKGSIZE changed from 5168 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-perl/nativesdk-perl-module-encode-mime-header-iso-2022-jp: PKGSIZE changed from 3200 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-perl/nativesdk-perl-module-encode-mime-header: PKGSIZE changed from 16663 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-perl/nativesdk-perl-module-encode-mime-name: PKGSIZE changed from 3821 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-perl/nativesdk-perl-module-encode-readme: PKGSIZE changed from 553 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-perl/nativesdk-perl-module-encode-symbol: PKGSIZE changed from 60399 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-perl/nativesdk-perl-module-encode-tw: PKGSIZE changed from 2032012 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-perl/nativesdk-perl-module-encode-unicode-utf7: PKGSIZE changed from 3875 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-perl/nativesdk-perl-module-encode-unicode: PKGSIZE changed from 35776 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-perl/nativesdk-perl-module-encode: PKGSIZE changed from 83835 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-perl/nativesdk-perl-module-encoding-warnings: PKGSIZE changed from 7052 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-perl/nativesdk-perl-module-encoding: PKGSIZE changed from 22950 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-perl/nativesdk-perl-module-english: PKGSIZE changed from 4761 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-perl/nativesdk-perl-module-env: PKGSIZE changed from 5571 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-perl/nativesdk-perl-module-errno: PKGSIZE changed from 6586 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-perl/nativesdk-perl-module-experimental: PKGSIZE changed from 7600 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-perl/nativesdk-perl-module-exporter-heavy: PKGSIZE changed from 6530 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-perl/nativesdk-perl-module-exporter: PKGSIZE changed from 18774 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-perl/nativesdk-perl-module-extutils-cbuilder-base: PKGSIZE changed from 10787 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-perl/nativesdk-perl-module-extutils-cbuilder-platform-aix: PKGSIZE changed from 625 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-perl/nativesdk-perl-module-extutils-cbuilder-platform-android: PKGSIZE changed from 1216 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-perl/nativesdk-perl-module-extutils-cbuilder-platform-cygwin: PKGSIZE changed from 932 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-perl/nativesdk-perl-module-extutils-cbuilder-platform-darwin: PKGSIZE changed from 673 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-perl/nativesdk-perl-module-extutils-cbuilder-platform-dec-osf: PKGSIZE changed from 428 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-perl/nativesdk-perl-module-extutils-cbuilder-platform-os2: PKGSIZE changed from 2411 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-perl/nativesdk-perl-module-extutils-cbuilder-platform-unix: PKGSIZE changed from 1046 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-perl/nativesdk-perl-module-extutils-cbuilder-platform-vms: PKGSIZE changed from 10288 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-perl/nativesdk-perl-module-extutils-cbuilder-platform-windows-bcc: PKGSIZE changed from 3503 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-perl/nativesdk-perl-module-extutils-cbuilder-platform-windows-gcc: PKGSIZE changed from 3898 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-perl/nativesdk-perl-module-extutils-cbuilder-platform-windows-msvc: PKGSIZE changed from 3248 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-perl/nativesdk-perl-module-extutils-cbuilder-platform-windows: PKGSIZE changed from 8961 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-perl/nativesdk-perl-module-extutils-cbuilder: PKGSIZE changed from 8883 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-perl/nativesdk-perl-module-extutils-command-mm: PKGSIZE changed from 7704 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-perl/nativesdk-perl-module-extutils-command: PKGSIZE changed from 7811 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-perl/nativesdk-perl-module-extutils-constant-base: PKGSIZE changed from 33322 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-perl/nativesdk-perl-module-extutils-constant-proxysubs: PKGSIZE changed from 19742 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-perl/nativesdk-perl-module-extutils-constant-utils: PKGSIZE changed from 3522 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-perl/nativesdk-perl-module-extutils-constant-xs: PKGSIZE changed from 6370 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-perl/nativesdk-perl-module-extutils-constant: PKGSIZE changed from 15050 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-perl/nativesdk-perl-module-extutils-embed: PKGSIZE changed from 12745 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-perl/nativesdk-perl-module-extutils-install: PKGSIZE changed from 40938 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-perl/nativesdk-perl-module-extutils-installed: PKGSIZE changed from 14332 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-perl/nativesdk-perl-module-extutils-liblist-kid: PKGSIZE changed from 26905 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-perl/nativesdk-perl-module-extutils-liblist: PKGSIZE changed from 9509 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-perl/nativesdk-perl-module-extutils-makemaker-config: PKGSIZE changed from 602 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-perl/nativesdk-perl-module-extutils-makemaker-locale: PKGSIZE changed from 13348 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-perl/nativesdk-perl-module-extutils-makemaker-version: PKGSIZE changed from 2389 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-perl/nativesdk-perl-module-extutils-makemaker: PKGSIZE changed from 109336 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-perl/nativesdk-perl-module-extutils-manifest: PKGSIZE changed from 23491 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-perl/nativesdk-perl-module-extutils-miniperl: PKGSIZE changed from 6634 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-perl/nativesdk-perl-module-extutils-mkbootstrap: PKGSIZE changed from 3274 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-perl/nativesdk-perl-module-extutils-mksymlists: PKGSIZE changed from 11013 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-perl/nativesdk-perl-module-extutils-mm-aix: PKGSIZE changed from 1496 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-perl/nativesdk-perl-module-extutils-mm-any: PKGSIZE changed from 82843 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-perl/nativesdk-perl-module-extutils-mm-beos: PKGSIZE changed from 1062 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-perl/nativesdk-perl-module-extutils-mm-cygwin: PKGSIZE changed from 4127 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-perl/nativesdk-perl-module-extutils-mm-darwin: PKGSIZE changed from 1481 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-perl/nativesdk-perl-module-extutils-mm-dos: PKGSIZE changed from 1065 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-perl/nativesdk-perl-module-extutils-mm-macos: PKGSIZE changed from 901 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-perl/nativesdk-perl-module-extutils-mm-nw5: PKGSIZE changed from 5480 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-perl/nativesdk-perl-module-extutils-mm-os2: PKGSIZE changed from 3229 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-perl/nativesdk-perl-module-extutils-mm-os390: PKGSIZE changed from 2269 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-perl/nativesdk-perl-module-extutils-mm-qnx: PKGSIZE changed from 907 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-perl/nativesdk-perl-module-extutils-mm-unix: PKGSIZE changed from 115786 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-perl/nativesdk-perl-module-extutils-mm-uwin: PKGSIZE changed from 994 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-perl/nativesdk-perl-module-extutils-mm-vms: PKGSIZE changed from 68279 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-perl/nativesdk-perl-module-extutils-mm-vos: PKGSIZE changed from 762 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-perl/nativesdk-perl-module-extutils-mm-win32: PKGSIZE changed from 15062 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-perl/nativesdk-perl-module-extutils-mm-win95: PKGSIZE changed from 1293 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-perl/nativesdk-perl-module-extutils-mm: PKGSIZE changed from 2184 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-perl/nativesdk-perl-module-extutils-my: PKGSIZE changed from 676 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-perl/nativesdk-perl-module-extutils-packlist: PKGSIZE changed from 8538 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-perl/nativesdk-perl-module-extutils-parsexs-constants: PKGSIZE changed from 1144 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-perl/nativesdk-perl-module-extutils-parsexs-countlines: PKGSIZE changed from 971 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-perl/nativesdk-perl-module-extutils-parsexs-eval: PKGSIZE changed from 2374 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-perl/nativesdk-perl-module-extutils-parsexs-utilities: PKGSIZE changed from 17171 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-perl/nativesdk-perl-module-extutils-parsexs: PKGSIZE changed from 66928 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-perl/nativesdk-perl-module-extutils-pl2bat: PKGSIZE changed from 5219 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-perl/nativesdk-perl-module-extutils-testlib: PKGSIZE changed from 911 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-perl/nativesdk-perl-module-extutils-typemaps-cmd: PKGSIZE changed from 4133 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-perl/nativesdk-perl-module-extutils-typemaps-inputmap: PKGSIZE changed from 1954 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-perl/nativesdk-perl-module-extutils-typemaps-outputmap: PKGSIZE changed from 4428 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-perl/nativesdk-perl-module-extutils-typemaps-type: PKGSIZE changed from 2085 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-perl/nativesdk-perl-module-extutils-typemaps: PKGSIZE changed from 26893 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-perl/nativesdk-perl-module-fatal: PKGSIZE changed from 59085 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-perl/nativesdk-perl-module-fcntl: PKGSIZE changed from 26828 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-perl/nativesdk-perl-module-feature: PKGSIZE changed from 22644 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-perl/nativesdk-perl-module-fields: PKGSIZE changed from 9475 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-perl/nativesdk-perl-module-file-basename: PKGSIZE changed from 11194 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-perl/nativesdk-perl-module-file-compare: PKGSIZE changed from 4332 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-perl/nativesdk-perl-module-file-copy: PKGSIZE changed from 16234 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-perl/nativesdk-perl-module-file-dosglob: PKGSIZE changed from 22362 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-perl/nativesdk-perl-module-file-fetch: PKGSIZE changed from 47225 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-perl/nativesdk-perl-module-file-find: PKGSIZE changed from 33015 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-perl/nativesdk-perl-module-file-glob: PKGSIZE changed from 43944 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-perl/nativesdk-perl-module-file-globmapper: PKGSIZE changed from 15683 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-perl/nativesdk-perl-module-file-path: PKGSIZE changed from 43254 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-perl/nativesdk-perl-module-file-spec-amigaos: PKGSIZE changed from 982 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-perl/nativesdk-perl-module-file-spec-cygwin: PKGSIZE changed from 3610 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-perl/nativesdk-perl-module-file-spec-epoc: PKGSIZE changed from 1571 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-perl/nativesdk-perl-module-file-spec-functions: PKGSIZE changed from 2348 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-perl/nativesdk-perl-module-file-spec-mac: PKGSIZE changed from 22274 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-perl/nativesdk-perl-module-file-spec-os2: PKGSIZE changed from 6766 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-perl/nativesdk-perl-module-file-spec-unix: PKGSIZE changed from 15889 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-perl/nativesdk-perl-module-file-spec-vms: PKGSIZE changed from 16326 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-perl/nativesdk-perl-module-file-spec-win32: PKGSIZE changed from 10766 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-perl/nativesdk-perl-module-file-spec: PKGSIZE changed from 10571 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-perl/nativesdk-perl-module-file-stat: PKGSIZE changed from 10302 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-perl/nativesdk-perl-module-file-temp: PKGSIZE changed from 118877 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-perl/nativesdk-perl-module-filecache: PKGSIZE changed from 5549 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-perl/nativesdk-perl-module-filehandle: PKGSIZE changed from 6784 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-perl/nativesdk-perl-module-filetest: PKGSIZE changed from 4003 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-perl/nativesdk-perl-module-filter-simple: PKGSIZE changed from 23923 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-perl/nativesdk-perl-module-filter-util-call: PKGSIZE changed from 32691 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-perl/nativesdk-perl-module-findbin: PKGSIZE changed from 4648 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-perl/nativesdk-perl-module-gdbm-file: PKGSIZE changed from 51532 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-perl/nativesdk-perl-module-getopt-long: PKGSIZE changed from 83897 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-perl/nativesdk-perl-module-getopt-std: PKGSIZE changed from 8983 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-perl/nativesdk-perl-module-hash-util-fieldhash: PKGSIZE changed from 52598 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-perl/nativesdk-perl-module-hash-util: PKGSIZE changed from 47862 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-perl/nativesdk-perl-module-http-tiny: PKGSIZE changed from 78254 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-perl/nativesdk-perl-module-i18n-collate: PKGSIZE changed from 5390 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-perl/nativesdk-perl-module-i18n-langinfo: PKGSIZE changed from 25265 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-perl/nativesdk-perl-module-i18n-langtags-detect: PKGSIZE changed from 6649 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-perl/nativesdk-perl-module-i18n-langtags-list: PKGSIZE changed from 28816 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-perl/nativesdk-perl-module-i18n-langtags: PKGSIZE changed from 28077 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-perl/nativesdk-perl-module-if: PKGSIZE changed from 3626 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-perl/nativesdk-perl-module-integer: PKGSIZE changed from 3254 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-perl/nativesdk-perl-module-io-compress-adapter-bzip2: PKGSIZE changed from 2564 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-perl/nativesdk-perl-module-io-compress-adapter-deflate: PKGSIZE changed from 3041 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-perl/nativesdk-perl-module-io-compress-adapter-identity: PKGSIZE changed from 1415 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-perl/nativesdk-perl-module-io-compress-base-common: PKGSIZE changed from 22774 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-perl/nativesdk-perl-module-io-compress-base: PKGSIZE changed from 24024 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-perl/nativesdk-perl-module-io-compress-bzip2: PKGSIZE changed from 21305 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-perl/nativesdk-perl-module-io-compress-deflate: PKGSIZE changed from 24739 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-perl/nativesdk-perl-module-io-compress-gzip-constants: PKGSIZE changed from 3883 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-perl/nativesdk-perl-module-io-compress-gzip: PKGSIZE changed from 35164 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-perl/nativesdk-perl-module-io-compress-rawdeflate: PKGSIZE changed from 26901 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-perl/nativesdk-perl-module-io-compress-zip-constants: PKGSIZE changed from 4092 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-perl/nativesdk-perl-module-io-compress-zip: PKGSIZE changed from 64234 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-perl/nativesdk-perl-module-io-compress-zlib-constants: PKGSIZE changed from 1657 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-perl/nativesdk-perl-module-io-compress-zlib-extra: PKGSIZE changed from 5647 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-perl/nativesdk-perl-module-io-dir: PKGSIZE changed from 5326 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-perl/nativesdk-perl-module-io-file: PKGSIZE changed from 4872 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-perl/nativesdk-perl-module-io-handle: PKGSIZE changed from 16641 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-perl/nativesdk-perl-module-io-pipe: PKGSIZE changed from 5461 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-perl/nativesdk-perl-module-io-poll: PKGSIZE changed from 4508 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-perl/nativesdk-perl-module-io-seekable: PKGSIZE changed from 2891 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-perl/nativesdk-perl-module-io-select: PKGSIZE changed from 9263 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-perl/nativesdk-perl-module-io-socket-inet: PKGSIZE changed from 12759 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-perl/nativesdk-perl-module-io-socket-ip: PKGSIZE changed from 40436 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-perl/nativesdk-perl-module-io-socket-unix: PKGSIZE changed from 3950 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-perl/nativesdk-perl-module-io-socket: PKGSIZE changed from 28361 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-perl/nativesdk-perl-module-io-uncompress-adapter-bunzip2: PKGSIZE changed from 2027 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-perl/nativesdk-perl-module-io-uncompress-adapter-identity: PKGSIZE changed from 4551 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-perl/nativesdk-perl-module-io-uncompress-adapter-inflate: PKGSIZE changed from 3259 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-perl/nativesdk-perl-module-io-uncompress-anyinflate: PKGSIZE changed from 28266 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-perl/nativesdk-perl-module-io-uncompress-anyuncompress: PKGSIZE changed from 31065 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-perl/nativesdk-perl-module-io-uncompress-base: PKGSIZE changed from 38337 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-perl/nativesdk-perl-module-io-uncompress-bunzip2: PKGSIZE changed from 25540 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-perl/nativesdk-perl-module-io-uncompress-gunzip: PKGSIZE changed from 32152 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-perl/nativesdk-perl-module-io-uncompress-inflate: PKGSIZE changed from 28328 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-perl/nativesdk-perl-module-io-uncompress-rawinflate: PKGSIZE changed from 31841 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-perl/nativesdk-perl-module-io-uncompress-unzip: PKGSIZE changed from 56345 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-perl/nativesdk-perl-module-io-zlib: PKGSIZE changed from 16101 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-perl/nativesdk-perl-module-io: PKGSIZE changed from 24326 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-perl/nativesdk-perl-module-ipc-cmd: PKGSIZE changed from 67591 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-perl/nativesdk-perl-module-ipc-msg: PKGSIZE changed from 4520 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-perl/nativesdk-perl-module-ipc-open2: PKGSIZE changed from 4294 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-perl/nativesdk-perl-module-ipc-open3: PKGSIZE changed from 13464 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-perl/nativesdk-perl-module-ipc-semaphore: PKGSIZE changed from 6422 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-perl/nativesdk-perl-module-ipc-sharedmem: PKGSIZE changed from 5603 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-perl/nativesdk-perl-module-ipc-sysv: PKGSIZE changed from 31405 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-perl/nativesdk-perl-module-json-pp-boolean: PKGSIZE changed from 810 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-perl/nativesdk-perl-module-json-pp: PKGSIZE changed from 100527 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-perl/nativesdk-perl-module-less: PKGSIZE changed from 3204 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-perl/nativesdk-perl-module-lib: PKGSIZE changed from 6136 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-perl/nativesdk-perl-module-list-util-xs: PKGSIZE changed from 1018 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-perl/nativesdk-perl-module-list-util: PKGSIZE changed from 84135 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-perl/nativesdk-perl-module-load: PKGSIZE changed from 28418 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-perl/nativesdk-perl-module-loaded: PKGSIZE changed from 3348 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-perl/nativesdk-perl-module-locale-maketext-guts: PKGSIZE changed from 451 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-perl/nativesdk-perl-module-locale-maketext-gutsloader: PKGSIZE changed from 490 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-perl/nativesdk-perl-module-locale-maketext-simple: PKGSIZE changed from 9792 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-perl/nativesdk-perl-module-locale-maketext: PKGSIZE changed from 30385 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-perl/nativesdk-perl-module-locale: PKGSIZE changed from 4885 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-perl/nativesdk-perl-module-math-bigfloat-trace: PKGSIZE changed from 1269 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-perl/nativesdk-perl-module-math-bigfloat: PKGSIZE changed from 199342 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-perl/nativesdk-perl-module-math-bigint-calc: PKGSIZE changed from 73554 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-perl/nativesdk-perl-module-math-bigint-fastcalc: PKGSIZE changed from 22719 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-perl/nativesdk-perl-module-math-bigint-lib: PKGSIZE changed from 70864 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-perl/nativesdk-perl-module-math-bigint-trace: PKGSIZE changed from 991 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-perl/nativesdk-perl-module-math-bigint: PKGSIZE changed from 217779 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-perl/nativesdk-perl-module-math-bigrat: PKGSIZE changed from 79510 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-perl/nativesdk-perl-module-math-complex: PKGSIZE changed from 50065 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-perl/nativesdk-perl-module-math-trig: PKGSIZE changed from 21374 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-perl/nativesdk-perl-module-memoize-anydbm-file: PKGSIZE changed from 674 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-perl/nativesdk-perl-module-memoize-expire: PKGSIZE changed from 11704 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-perl/nativesdk-perl-module-memoize-expirefile: PKGSIZE changed from 1050 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-perl/nativesdk-perl-module-memoize-expiretest: PKGSIZE changed from 883 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-perl/nativesdk-perl-module-memoize-ndbm-file: PKGSIZE changed from 1488 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-perl/nativesdk-perl-module-memoize-sdbm-file: PKGSIZE changed from 1486 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-perl/nativesdk-perl-module-memoize-storable: PKGSIZE changed from 1413 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-perl/nativesdk-perl-module-memoize: PKGSIZE changed from 36192 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-perl/nativesdk-perl-module-meta-notation: PKGSIZE changed from 2117 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-perl/nativesdk-perl-module-metadata: PKGSIZE changed from 34199 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-perl/nativesdk-perl-module-mime-base64: PKGSIZE changed from 23993 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-perl/nativesdk-perl-module-mime-quotedprint: PKGSIZE changed from 3280 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-perl/nativesdk-perl-module-mro: PKGSIZE changed from 32822 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-perl/nativesdk-perl-module-ndbm-file: PKGSIZE changed from 25908 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-perl/nativesdk-perl-module-net-cmd: PKGSIZE changed from 21004 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-perl/nativesdk-perl-module-net-config: PKGSIZE changed from 8871 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-perl/nativesdk-perl-module-net-domain: PKGSIZE changed from 8779 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-perl/nativesdk-perl-module-net-ftp-a: PKGSIZE changed from 2400 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-perl/nativesdk-perl-module-net-ftp-dataconn: PKGSIZE changed from 5013 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-perl/nativesdk-perl-module-net-ftp-e: PKGSIZE changed from 137 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-perl/nativesdk-perl-module-net-ftp-i: PKGSIZE changed from 1659 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-perl/nativesdk-perl-module-net-ftp-l: PKGSIZE changed from 137 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-perl/nativesdk-perl-module-net-ftp: PKGSIZE changed from 53270 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-perl/nativesdk-perl-module-net-hostent: PKGSIZE changed from 4088 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-perl/nativesdk-perl-module-net-netent: PKGSIZE changed from 4515 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-perl/nativesdk-perl-module-net-netrc: PKGSIZE changed from 8204 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-perl/nativesdk-perl-module-net-nntp: PKGSIZE changed from 33461 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-perl/nativesdk-perl-module-net-ping: PKGSIZE changed from 83972 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-perl/nativesdk-perl-module-net-pop3: PKGSIZE changed from 21590 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-perl/nativesdk-perl-module-net-protoent: PKGSIZE changed from 3050 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-perl/nativesdk-perl-module-net-servent: PKGSIZE changed from 3500 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-perl/nativesdk-perl-module-net-smtp: PKGSIZE changed from 29148 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-perl/nativesdk-perl-module-net-time: PKGSIZE changed from 4256 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-perl/nativesdk-perl-module-next: PKGSIZE changed from 18982 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-perl/nativesdk-perl-module-o: PKGSIZE changed from 4291 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-perl/nativesdk-perl-module-ok: PKGSIZE changed from 967 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-perl/nativesdk-perl-module-opcode: PKGSIZE changed from 43194 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-perl/nativesdk-perl-module-open: PKGSIZE changed from 8512 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-perl/nativesdk-perl-module-ops: PKGSIZE changed from 997 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-perl/nativesdk-perl-module-overload-numbers: PKGSIZE changed from 1951 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-perl/nativesdk-perl-module-overload: PKGSIZE changed from 53349 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-perl/nativesdk-perl-module-overloading: PKGSIZE changed from 1808 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-perl/nativesdk-perl-module-params-check: PKGSIZE changed from 19330 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-perl/nativesdk-perl-module-parent: PKGSIZE changed from 2702 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-perl/nativesdk-perl-module-parse-cpan-meta: PKGSIZE changed from 10743 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-perl/nativesdk-perl-module-perl-ostype: PKGSIZE changed from 4688 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-perl/nativesdk-perl-module-perl5db: PKGSIZE changed from 317285 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-perl/nativesdk-perl-module-perlfaq: PKGSIZE changed from 77 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-perl/nativesdk-perl-module-perlio-encoding: PKGSIZE changed from 32484 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-perl/nativesdk-perl-module-perlio-mmap: PKGSIZE changed from 19240 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-perl/nativesdk-perl-module-perlio-scalar: PKGSIZE changed from 19805 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-perl/nativesdk-perl-module-perlio-via-quotedprint: PKGSIZE changed from 4668 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-perl/nativesdk-perl-module-perlio-via: PKGSIZE changed from 30231 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-perl/nativesdk-perl-module-perlio: PKGSIZE changed from 14441 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-perl/nativesdk-perl-module-pod-checker: PKGSIZE changed from 33843 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-perl/nativesdk-perl-module-pod-escapes: PKGSIZE changed from 17888 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-perl/nativesdk-perl-module-pod-functions: PKGSIZE changed from 14366 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-perl/nativesdk-perl-module-pod-html: PKGSIZE changed from 26623 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-perl/nativesdk-perl-module-pod-man: PKGSIZE changed from 79750 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-perl/nativesdk-perl-module-pod-parselink: PKGSIZE changed from 6399 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-perl/nativesdk-perl-module-pod-perldoc-baseto: PKGSIZE changed from 3637 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-perl/nativesdk-perl-module-pod-perldoc-getoptsoo: PKGSIZE changed from 3888 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-perl/nativesdk-perl-module-pod-perldoc-toansi: PKGSIZE changed from 2303 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-perl/nativesdk-perl-module-pod-perldoc-tochecker: PKGSIZE changed from 1691 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-perl/nativesdk-perl-module-pod-perldoc-toman: PKGSIZE changed from 14248 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-perl/nativesdk-perl-module-pod-perldoc-tonroff: PKGSIZE changed from 2782 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-perl/nativesdk-perl-module-pod-perldoc-topod: PKGSIZE changed from 1959 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-perl/nativesdk-perl-module-pod-perldoc-tortf: PKGSIZE changed from 2149 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-perl/nativesdk-perl-module-pod-perldoc-toterm: PKGSIZE changed from 3816 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-perl/nativesdk-perl-module-pod-perldoc-totext: PKGSIZE changed from 2266 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-perl/nativesdk-perl-module-pod-perldoc-totk: PKGSIZE changed from 4000 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-perl/nativesdk-perl-module-pod-perldoc-toxml: PKGSIZE changed from 1407 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-perl/nativesdk-perl-module-pod-perldoc: PKGSIZE changed from 64594 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-perl/nativesdk-perl-module-pod-simple-blackbox: PKGSIZE changed from 86688 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-perl/nativesdk-perl-module-pod-simple-checker: PKGSIZE changed from 5432 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-perl/nativesdk-perl-module-pod-simple-debug: PKGSIZE changed from 4625 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-perl/nativesdk-perl-module-pod-simple-dumpastext: PKGSIZE changed from 4035 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-perl/nativesdk-perl-module-pod-simple-dumpasxml: PKGSIZE changed from 4560 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-perl/nativesdk-perl-module-pod-simple-html: PKGSIZE changed from 34759 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-perl/nativesdk-perl-module-pod-simple-htmlbatch: PKGSIZE changed from 40656 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-perl/nativesdk-perl-module-pod-simple-htmllegacy: PKGSIZE changed from 2758 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-perl/nativesdk-perl-module-pod-simple-justpod: PKGSIZE changed from 9637 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-perl/nativesdk-perl-module-pod-simple-linksection: PKGSIZE changed from 4301 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-perl/nativesdk-perl-module-pod-simple-methody: PKGSIZE changed from 3571 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-perl/nativesdk-perl-module-pod-simple-progress: PKGSIZE changed from 2413 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-perl/nativesdk-perl-module-pod-simple-pullparser: PKGSIZE changed from 25729 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-perl/nativesdk-perl-module-pod-simple-pullparserendtoken: PKGSIZE changed from 2884 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-perl/nativesdk-perl-module-pod-simple-pullparserstarttoken: PKGSIZE changed from 4146 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-perl/nativesdk-perl-module-pod-simple-pullparsertexttoken: PKGSIZE changed from 3363 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-perl/nativesdk-perl-module-pod-simple-pullparsertoken: PKGSIZE changed from 4004 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-perl/nativesdk-perl-module-pod-simple-rtf: PKGSIZE changed from 23556 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-perl/nativesdk-perl-module-pod-simple-search: PKGSIZE changed from 35836 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-perl/nativesdk-perl-module-pod-simple-simpletree: PKGSIZE changed from 4632 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-perl/nativesdk-perl-module-pod-simple-text: PKGSIZE changed from 5103 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-perl/nativesdk-perl-module-pod-simple-textcontent: PKGSIZE changed from 2518 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-perl/nativesdk-perl-module-pod-simple-tiedoutfh: PKGSIZE changed from 2751 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-perl/nativesdk-perl-module-pod-simple-transcode: PKGSIZE changed from 736 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-perl/nativesdk-perl-module-pod-simple-transcodedumb: PKGSIZE changed from 2693 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-perl/nativesdk-perl-module-pod-simple-transcodesmart: PKGSIZE changed from 715 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-perl/nativesdk-perl-module-pod-simple-xhtml: PKGSIZE changed from 26592 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-perl/nativesdk-perl-module-pod-simple-xmloutstream: PKGSIZE changed from 4666 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-perl/nativesdk-perl-module-pod-simple: PKGSIZE changed from 54803 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-perl/nativesdk-perl-module-pod-text-color: PKGSIZE changed from 6046 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-perl/nativesdk-perl-module-pod-text-overstrike: PKGSIZE changed from 6259 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-perl/nativesdk-perl-module-pod-text-termcap: PKGSIZE changed from 8350 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-perl/nativesdk-perl-module-pod-text: PKGSIZE changed from 36448 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-perl/nativesdk-perl-module-pod-usage: PKGSIZE changed from 30993 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-perl/nativesdk-perl-module-posix: PKGSIZE changed from 130496 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-perl/nativesdk-perl-module-re: PKGSIZE changed from 659105 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-perl/nativesdk-perl-module-safe: PKGSIZE changed from 25352 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-perl/nativesdk-perl-module-scalar-util: PKGSIZE changed from 10189 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-perl/nativesdk-perl-module-sdbm-file: PKGSIZE changed from 35025 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-perl/nativesdk-perl-module-search-dict: PKGSIZE changed from 3349 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-perl/nativesdk-perl-module-selectsaver: PKGSIZE changed from 1076 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-perl/nativesdk-perl-module-selfloader: PKGSIZE changed from 17686 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-perl/nativesdk-perl-module-sigtrap: PKGSIZE changed from 8736 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-perl/nativesdk-perl-module-socket: PKGSIZE changed from 84547 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-perl/nativesdk-perl-module-sort: PKGSIZE changed from 3911 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-perl/nativesdk-perl-module-storable: PKGSIZE changed from 151163 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-perl/nativesdk-perl-module-sub-util: PKGSIZE changed from 4661 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-perl/nativesdk-perl-module-subs: PKGSIZE changed from 945 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-perl/nativesdk-perl-module-symbol: PKGSIZE changed from 4905 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-perl/nativesdk-perl-module-sys-hostname: PKGSIZE changed from 18065 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-perl/nativesdk-perl-module-sys-syslog: PKGSIZE changed from 70673 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-perl/nativesdk-perl-module-tap-base: PKGSIZE changed from 2301 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-perl/nativesdk-perl-module-tap-formatter-base: PKGSIZE changed from 11870 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-perl/nativesdk-perl-module-tap-formatter-color: PKGSIZE changed from 2321 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-perl/nativesdk-perl-module-tap-formatter-console-parallelsession: PKGSIZE changed from 4183 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-perl/nativesdk-perl-module-tap-formatter-console-session: PKGSIZE changed from 5527 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-perl/nativesdk-perl-module-tap-formatter-console: PKGSIZE changed from 1995 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-perl/nativesdk-perl-module-tap-formatter-file-session: PKGSIZE changed from 2217 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-perl/nativesdk-perl-module-tap-formatter-file: PKGSIZE changed from 850 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-perl/nativesdk-perl-module-tap-formatter-session: PKGSIZE changed from 4988 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-perl/nativesdk-perl-module-tap-harness-env: PKGSIZE changed from 5416 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-perl/nativesdk-perl-module-tap-harness: PKGSIZE changed from 29169 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-perl/nativesdk-perl-module-tap-object: PKGSIZE changed from 2696 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-perl/nativesdk-perl-module-tap-parser-aggregator: PKGSIZE changed from 9243 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-perl/nativesdk-perl-module-tap-parser-grammar: PKGSIZE changed from 15666 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-perl/nativesdk-perl-module-tap-parser-iterator-array: PKGSIZE changed from 1696 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-perl/nativesdk-perl-module-tap-parser-iterator-process: PKGSIZE changed from 9116 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-perl/nativesdk-perl-module-tap-parser-iterator-stream: PKGSIZE changed from 1925 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-perl/nativesdk-perl-module-tap-parser-iterator: PKGSIZE changed from 2998 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-perl/nativesdk-perl-module-tap-parser-iteratorfactory: PKGSIZE changed from 8307 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-perl/nativesdk-perl-module-tap-parser-multiplexer: PKGSIZE changed from 4265 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-perl/nativesdk-perl-module-tap-parser-result-bailout: PKGSIZE changed from 1148 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-perl/nativesdk-perl-module-tap-parser-result-comment: PKGSIZE changed from 986 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-perl/nativesdk-perl-module-tap-parser-result-plan: PKGSIZE changed from 2048 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-perl/nativesdk-perl-module-tap-parser-result-pragma: PKGSIZE changed from 946 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-perl/nativesdk-perl-module-tap-parser-result-test: PKGSIZE changed from 6078 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-perl/nativesdk-perl-module-tap-parser-result-unknown: PKGSIZE changed from 734 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-perl/nativesdk-perl-module-tap-parser-result-version: PKGSIZE changed from 946 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-perl/nativesdk-perl-module-tap-parser-result-yaml: PKGSIZE changed from 880 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-perl/nativesdk-perl-module-tap-parser-result: PKGSIZE changed from 6145 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-perl/nativesdk-perl-module-tap-parser-resultfactory: PKGSIZE changed from 4065 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-perl/nativesdk-perl-module-tap-parser-scheduler-job: PKGSIZE changed from 2201 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-perl/nativesdk-perl-module-tap-parser-scheduler-spinner: PKGSIZE changed from 990 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-perl/nativesdk-perl-module-tap-parser-scheduler: PKGSIZE changed from 11543 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-perl/nativesdk-perl-module-tap-parser-source: PKGSIZE changed from 9551 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-perl/nativesdk-perl-module-tap-parser-sourcehandler-executable: PKGSIZE changed from 4045 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-perl/nativesdk-perl-module-tap-parser-sourcehandler-file: PKGSIZE changed from 2993 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-perl/nativesdk-perl-module-tap-parser-sourcehandler-handle: PKGSIZE changed from 2651 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-perl/nativesdk-perl-module-tap-parser-sourcehandler-perl: PKGSIZE changed from 9447 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-perl/nativesdk-perl-module-tap-parser-sourcehandler-rawtap: PKGSIZE changed from 2842 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-perl/nativesdk-perl-module-tap-parser-sourcehandler: PKGSIZE changed from 5154 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-perl/nativesdk-perl-module-tap-parser-yamlish-reader: PKGSIZE changed from 7603 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-perl/nativesdk-perl-module-tap-parser-yamlish-writer: PKGSIZE changed from 5235 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-perl/nativesdk-perl-module-tap-parser: PKGSIZE changed from 52200 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-perl/nativesdk-perl-module-term-ansicolor: PKGSIZE changed from 56048 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-perl/nativesdk-perl-module-term-cap: PKGSIZE changed from 19774 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-perl/nativesdk-perl-module-term-complete: PKGSIZE changed from 4552 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-perl/nativesdk-perl-module-term-readline: PKGSIZE changed from 14036 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-perl/nativesdk-perl-module-test-builder-formatter: PKGSIZE changed from 2122 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-perl/nativesdk-perl-module-test-builder-io-scalar: PKGSIZE changed from 13640 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-perl/nativesdk-perl-module-test-builder-module: PKGSIZE changed from 4079 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-perl/nativesdk-perl-module-test-builder-tester-color: PKGSIZE changed from 973 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-perl/nativesdk-perl-module-test-builder-tester: PKGSIZE changed from 18035 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-perl/nativesdk-perl-module-test-builder-tododiag: PKGSIZE changed from 1081 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-perl/nativesdk-perl-module-test-builder: PKGSIZE changed from 65114 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-perl/nativesdk-perl-module-test-harness: PKGSIZE changed from 16649 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-perl/nativesdk-perl-module-test-more: PKGSIZE changed from 52697 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-perl/nativesdk-perl-module-test-simple: PKGSIZE changed from 6492 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-perl/nativesdk-perl-module-test-tester-capture: PKGSIZE changed from 4424 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-perl/nativesdk-perl-module-test-tester-capturerunner: PKGSIZE changed from 1302 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-perl/nativesdk-perl-module-test-tester-delegate: PKGSIZE changed from 571 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-perl/nativesdk-perl-module-test-tester: PKGSIZE changed from 18333 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-perl/nativesdk-perl-module-test-use-ok: PKGSIZE changed from 1360 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-perl/nativesdk-perl-module-test: PKGSIZE changed from 30042 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-perl/nativesdk-perl-module-test2-api-breakage: PKGSIZE changed from 4826 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-perl/nativesdk-perl-module-test2-api-context: PKGSIZE changed from 27521 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-perl/nativesdk-perl-module-test2-api-instance: PKGSIZE changed from 21497 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-perl/nativesdk-perl-module-test2-api-interceptresult-event: PKGSIZE changed from 28637 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-perl/nativesdk-perl-module-test2-api-interceptresult-facet: PKGSIZE changed from 380 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-perl/nativesdk-perl-module-test2-api-interceptresult-hub: PKGSIZE changed from 967 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-perl/nativesdk-perl-module-test2-api-interceptresult-squasher: PKGSIZE changed from 3674 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-perl/nativesdk-perl-module-test2-api-interceptresult: PKGSIZE changed from 18152 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-perl/nativesdk-perl-module-test2-api-stack: PKGSIZE changed from 4862 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-perl/nativesdk-perl-module-test2-api: PKGSIZE changed from 48398 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-perl/nativesdk-perl-module-test2-event-bail: PKGSIZE changed from 1696 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-perl/nativesdk-perl-module-test2-event-diag: PKGSIZE changed from 1455 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-perl/nativesdk-perl-module-test2-event-encoding: PKGSIZE changed from 1769 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-perl/nativesdk-perl-module-test2-event-exception: PKGSIZE changed from 1781 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-perl/nativesdk-perl-module-test2-event-fail: PKGSIZE changed from 2018 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-perl/nativesdk-perl-module-test2-event-generic: PKGSIZE changed from 5909 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-perl/nativesdk-perl-module-test2-event-note: PKGSIZE changed from 1417 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-perl/nativesdk-perl-module-test2-event-ok: PKGSIZE changed from 3162 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-perl/nativesdk-perl-module-test2-event-pass: PKGSIZE changed from 1934 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-perl/nativesdk-perl-module-test2-event-plan: PKGSIZE changed from 3388 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-perl/nativesdk-perl-module-test2-event-skip: PKGSIZE changed from 2010 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-perl/nativesdk-perl-module-test2-event-subtest: PKGSIZE changed from 3197 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-perl/nativesdk-perl-module-test2-event-tap-version: PKGSIZE changed from 1644 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-perl/nativesdk-perl-module-test2-event-v2: PKGSIZE changed from 4907 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-perl/nativesdk-perl-module-test2-event-waiting: PKGSIZE changed from 1238 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-perl/nativesdk-perl-module-test2-event: PKGSIZE changed from 22639 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-perl/nativesdk-perl-module-test2-eventfacet-about: PKGSIZE changed from 1484 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-perl/nativesdk-perl-module-test2-eventfacet-amnesty: PKGSIZE changed from 1643 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-perl/nativesdk-perl-module-test2-eventfacet-assert: PKGSIZE changed from 1712 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-perl/nativesdk-perl-module-test2-eventfacet-control: PKGSIZE changed from 2008 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-perl/nativesdk-perl-module-test2-eventfacet-error: PKGSIZE changed from 1803 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-perl/nativesdk-perl-module-test2-eventfacet-hub: PKGSIZE changed from 1877 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-perl/nativesdk-perl-module-test2-eventfacet-info-table: PKGSIZE changed from 2855 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-perl/nativesdk-perl-module-test2-eventfacet-info: PKGSIZE changed from 3126 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-perl/nativesdk-perl-module-test2-eventfacet-meta: PKGSIZE changed from 1862 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-perl/nativesdk-perl-module-test2-eventfacet-parent: PKGSIZE changed from 1750 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-perl/nativesdk-perl-module-test2-eventfacet-plan: PKGSIZE changed from 1886 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-perl/nativesdk-perl-module-test2-eventfacet-render: PKGSIZE changed from 2047 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-perl/nativesdk-perl-module-test2-eventfacet-trace: PKGSIZE changed from 6837 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-perl/nativesdk-perl-module-test2-eventfacet: PKGSIZE changed from 1494 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-perl/nativesdk-perl-module-test2-formatter-tap: PKGSIZE changed from 13732 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-perl/nativesdk-perl-module-test2-formatter: PKGSIZE changed from 3953 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-perl/nativesdk-perl-module-test2-hub-interceptor-terminator: PKGSIZE changed from 736 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-perl/nativesdk-perl-module-test2-hub-interceptor: PKGSIZE changed from 2726 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-perl/nativesdk-perl-module-test2-hub-subtest: PKGSIZE changed from 2640 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-perl/nativesdk-perl-module-test2-hub: PKGSIZE changed from 22828 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-perl/nativesdk-perl-module-test2-ipc-driver-files: PKGSIZE changed from 13564 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-perl/nativesdk-perl-module-test2-ipc-driver: PKGSIZE changed from 6522 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-perl/nativesdk-perl-module-test2-ipc: PKGSIZE changed from 3174 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-perl/nativesdk-perl-module-test2-tools-tiny: PKGSIZE changed from 9141 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-perl/nativesdk-perl-module-test2-util-externalmeta: PKGSIZE changed from 3779 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-perl/nativesdk-perl-module-test2-util-facets2legacy: PKGSIZE changed from 6907 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-perl/nativesdk-perl-module-test2-util-hashbase: PKGSIZE changed from 13221 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-perl/nativesdk-perl-module-test2-util-trace: PKGSIZE changed from 883 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-perl/nativesdk-perl-module-test2-util: PKGSIZE changed from 10500 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-perl/nativesdk-perl-module-test2: PKGSIZE changed from 6393 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-perl/nativesdk-perl-module-text-abbrev: PKGSIZE changed from 2041 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-perl/nativesdk-perl-module-text-balanced: PKGSIZE changed from 77325 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-perl/nativesdk-perl-module-text-parsewords: PKGSIZE changed from 8144 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-perl/nativesdk-perl-module-text-tabs: PKGSIZE changed from 4457 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-perl/nativesdk-perl-module-text-wrap: PKGSIZE changed from 9018 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-perl/nativesdk-perl-module-thread-queue: PKGSIZE changed from 17689 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-perl/nativesdk-perl-module-thread-semaphore: PKGSIZE changed from 7582 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-perl/nativesdk-perl-module-thread: PKGSIZE changed from 8289 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-perl/nativesdk-perl-module-threads-shared: PKGSIZE changed from 34880 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-perl/nativesdk-perl-module-threads: PKGSIZE changed from 52279 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-perl/nativesdk-perl-module-tie-array: PKGSIZE changed from 7303 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-perl/nativesdk-perl-module-tie-file: PKGSIZE changed from 77419 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-perl/nativesdk-perl-module-tie-handle: PKGSIZE changed from 4202 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-perl/nativesdk-perl-module-tie-hash-namedcapture: PKGSIZE changed from 1582 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-perl/nativesdk-perl-module-tie-hash: PKGSIZE changed from 7639 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-perl/nativesdk-perl-module-tie-memoize: PKGSIZE changed from 4251 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-perl/nativesdk-perl-module-tie-refhash: PKGSIZE changed from 8913 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-perl/nativesdk-perl-module-tie-scalar: PKGSIZE changed from 4169 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-perl/nativesdk-perl-module-tie-stdhandle: PKGSIZE changed from 1389 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-perl/nativesdk-perl-module-tie-substrhash: PKGSIZE changed from 5404 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-perl/nativesdk-perl-module-time-gmtime: PKGSIZE changed from 2620 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-perl/nativesdk-perl-module-time-hires: PKGSIZE changed from 60817 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-perl/nativesdk-perl-module-time-local: PKGSIZE changed from 16312 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-perl/nativesdk-perl-module-time-localtime: PKGSIZE changed from 2443 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-perl/nativesdk-perl-module-time-piece: PKGSIZE changed from 59100 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-perl/nativesdk-perl-module-time-seconds: PKGSIZE changed from 5351 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-perl/nativesdk-perl-module-time-tm: PKGSIZE changed from 691 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-perl/nativesdk-perl-module-unicode-collate-cjk-big5: PKGSIZE changed from 66468 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-perl/nativesdk-perl-module-unicode-collate-cjk-gb2312: PKGSIZE changed from 35206 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-perl/nativesdk-perl-module-unicode-collate-cjk-jisx0208: PKGSIZE changed from 32777 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-perl/nativesdk-perl-module-unicode-collate-cjk-korean: PKGSIZE changed from 48679 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-perl/nativesdk-perl-module-unicode-collate-cjk-pinyin: PKGSIZE changed from 106071 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-perl/nativesdk-perl-module-unicode-collate-cjk-stroke: PKGSIZE changed from 121621 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-perl/nativesdk-perl-module-unicode-collate-cjk-zhuyin: PKGSIZE changed from 112687 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-perl/nativesdk-perl-module-unicode-collate-locale-af: PKGSIZE changed from 158 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-perl/nativesdk-perl-module-unicode-collate-locale-ar: PKGSIZE changed from 861 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-perl/nativesdk-perl-module-unicode-collate-locale-as: PKGSIZE changed from 801 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-perl/nativesdk-perl-module-unicode-collate-locale-az: PKGSIZE changed from 3600 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-perl/nativesdk-perl-module-unicode-collate-locale-be: PKGSIZE changed from 566 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-perl/nativesdk-perl-module-unicode-collate-locale-bn: PKGSIZE changed from 364 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-perl/nativesdk-perl-module-unicode-collate-locale-ca: PKGSIZE changed from 1336 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-perl/nativesdk-perl-module-unicode-collate-locale-cs: PKGSIZE changed from 1472 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-perl/nativesdk-perl-module-unicode-collate-locale-cu: PKGSIZE changed from 16789 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-perl/nativesdk-perl-module-unicode-collate-locale-cy: PKGSIZE changed from 1978 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-perl/nativesdk-perl-module-unicode-collate-locale-da: PKGSIZE changed from 5681 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-perl/nativesdk-perl-module-unicode-collate-locale-de-at-ph: PKGSIZE changed from 2222 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-perl/nativesdk-perl-module-unicode-collate-locale-de-phone: PKGSIZE changed from 2476 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-perl/nativesdk-perl-module-unicode-collate-locale-dsb: PKGSIZE changed from 3686 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-perl/nativesdk-perl-module-unicode-collate-locale-ee: PKGSIZE changed from 2556 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-perl/nativesdk-perl-module-unicode-collate-locale-eo: PKGSIZE changed from 1742 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-perl/nativesdk-perl-module-unicode-collate-locale-es-trad: PKGSIZE changed from 816 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-perl/nativesdk-perl-module-unicode-collate-locale-es: PKGSIZE changed from 342 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-perl/nativesdk-perl-module-unicode-collate-locale-et: PKGSIZE changed from 3700 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-perl/nativesdk-perl-module-unicode-collate-locale-fa: PKGSIZE changed from 3410 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-perl/nativesdk-perl-module-unicode-collate-locale-fi-phone: PKGSIZE changed from 4658 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-perl/nativesdk-perl-module-unicode-collate-locale-fi: PKGSIZE changed from 4766 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-perl/nativesdk-perl-module-unicode-collate-locale-fil: PKGSIZE changed from 579 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-perl/nativesdk-perl-module-unicode-collate-locale-fo: PKGSIZE changed from 5534 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-perl/nativesdk-perl-module-unicode-collate-locale-fr-ca: PKGSIZE changed from 52 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-perl/nativesdk-perl-module-unicode-collate-locale-gu: PKGSIZE changed from 361 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-perl/nativesdk-perl-module-unicode-collate-locale-ha: PKGSIZE changed from 917 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-perl/nativesdk-perl-module-unicode-collate-locale-haw: PKGSIZE changed from 1511 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-perl/nativesdk-perl-module-unicode-collate-locale-he: PKGSIZE changed from 201 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-perl/nativesdk-perl-module-unicode-collate-locale-hi: PKGSIZE changed from 369 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-perl/nativesdk-perl-module-unicode-collate-locale-hr: PKGSIZE changed from 3270 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-perl/nativesdk-perl-module-unicode-collate-locale-hu: PKGSIZE changed from 17354 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-perl/nativesdk-perl-module-unicode-collate-locale-hy: PKGSIZE changed from 423 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-perl/nativesdk-perl-module-unicode-collate-locale-ig: PKGSIZE changed from 3901 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-perl/nativesdk-perl-module-unicode-collate-locale-is: PKGSIZE changed from 5340 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-perl/nativesdk-perl-module-unicode-collate-locale-ja: PKGSIZE changed from 201380 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-perl/nativesdk-perl-module-unicode-collate-locale-kk: PKGSIZE changed from 834 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-perl/nativesdk-perl-module-unicode-collate-locale-kl: PKGSIZE changed from 5274 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-perl/nativesdk-perl-module-unicode-collate-locale-kn: PKGSIZE changed from 438 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-perl/nativesdk-perl-module-unicode-collate-locale-ko: PKGSIZE changed from 62666 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-perl/nativesdk-perl-module-unicode-collate-locale-kok: PKGSIZE changed from 723 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-perl/nativesdk-perl-module-unicode-collate-locale-lkt: PKGSIZE changed from 1382 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-perl/nativesdk-perl-module-unicode-collate-locale-ln: PKGSIZE changed from 487 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-perl/nativesdk-perl-module-unicode-collate-locale-lt: PKGSIZE changed from 2963 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-perl/nativesdk-perl-module-unicode-collate-locale-lv: PKGSIZE changed from 2202 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-perl/nativesdk-perl-module-unicode-collate-locale-mk: PKGSIZE changed from 983 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-perl/nativesdk-perl-module-unicode-collate-locale-ml: PKGSIZE changed from 1643 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-perl/nativesdk-perl-module-unicode-collate-locale-mr: PKGSIZE changed from 847 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-perl/nativesdk-perl-module-unicode-collate-locale-mt: PKGSIZE changed from 2158 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-perl/nativesdk-perl-module-unicode-collate-locale-nb: PKGSIZE changed from 5387 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-perl/nativesdk-perl-module-unicode-collate-locale-nn: PKGSIZE changed from 5387 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-perl/nativesdk-perl-module-unicode-collate-locale-nso: PKGSIZE changed from 2878 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-perl/nativesdk-perl-module-unicode-collate-locale-om: PKGSIZE changed from 1423 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-perl/nativesdk-perl-module-unicode-collate-locale-or: PKGSIZE changed from 579 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-perl/nativesdk-perl-module-unicode-collate-locale-pa: PKGSIZE changed from 1351 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-perl/nativesdk-perl-module-unicode-collate-locale-pl: PKGSIZE changed from 3100 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-perl/nativesdk-perl-module-unicode-collate-locale-ro: PKGSIZE changed from 3932 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-perl/nativesdk-perl-module-unicode-collate-locale-sa: PKGSIZE changed from 847 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-perl/nativesdk-perl-module-unicode-collate-locale-se: PKGSIZE changed from 10694 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-perl/nativesdk-perl-module-unicode-collate-locale-si-dict: PKGSIZE changed from 409 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-perl/nativesdk-perl-module-unicode-collate-locale-si: PKGSIZE changed from 441 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-perl/nativesdk-perl-module-unicode-collate-locale-sk: PKGSIZE changed from 3210 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-perl/nativesdk-perl-module-unicode-collate-locale-sl: PKGSIZE changed from 862 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-perl/nativesdk-perl-module-unicode-collate-locale-sq: PKGSIZE changed from 3776 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-perl/nativesdk-perl-module-unicode-collate-locale-sr: PKGSIZE changed from 275 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-perl/nativesdk-perl-module-unicode-collate-locale-sv-refo: PKGSIZE changed from 6418 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-perl/nativesdk-perl-module-unicode-collate-locale-sv: PKGSIZE changed from 6526 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-perl/nativesdk-perl-module-unicode-collate-locale-ta: PKGSIZE changed from 3958 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-perl/nativesdk-perl-module-unicode-collate-locale-te: PKGSIZE changed from 360 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-perl/nativesdk-perl-module-unicode-collate-locale-th: PKGSIZE changed from 1185 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-perl/nativesdk-perl-module-unicode-collate-locale-tn: PKGSIZE changed from 2878 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-perl/nativesdk-perl-module-unicode-collate-locale-to: PKGSIZE changed from 3825 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-perl/nativesdk-perl-module-unicode-collate-locale-tr: PKGSIZE changed from 3242 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-perl/nativesdk-perl-module-unicode-collate-locale-ug-cyrl: PKGSIZE changed from 204 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-perl/nativesdk-perl-module-unicode-collate-locale-uk: PKGSIZE changed from 637 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-perl/nativesdk-perl-module-unicode-collate-locale-ur: PKGSIZE changed from 6368 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-perl/nativesdk-perl-module-unicode-collate-locale-vi: PKGSIZE changed from 22785 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-perl/nativesdk-perl-module-unicode-collate-locale-vo: PKGSIZE changed from 2068 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-perl/nativesdk-perl-module-unicode-collate-locale-wae: PKGSIZE changed from 2387 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-perl/nativesdk-perl-module-unicode-collate-locale-wo: PKGSIZE changed from 1820 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-perl/nativesdk-perl-module-unicode-collate-locale-yo: PKGSIZE changed from 1741 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-perl/nativesdk-perl-module-unicode-collate-locale-zh-big5: PKGSIZE changed from 63278 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-perl/nativesdk-perl-module-unicode-collate-locale-zh-gb: PKGSIZE changed from 42362 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-perl/nativesdk-perl-module-unicode-collate-locale-zh-pin: PKGSIZE changed from 101390 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-perl/nativesdk-perl-module-unicode-collate-locale-zh-strk: PKGSIZE changed from 106613 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-perl/nativesdk-perl-module-unicode-collate-locale-zh-zhu: PKGSIZE changed from 104801 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-perl/nativesdk-perl-module-unicode-collate-locale-zh: PKGSIZE changed from 15294 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-perl/nativesdk-perl-module-unicode-collate-locale: PKGSIZE changed from 18988 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-perl/nativesdk-perl-module-unicode-collate: PKGSIZE changed from 1644593 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-perl/nativesdk-perl-module-unicode-normalize: PKGSIZE changed from 613647 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-perl/nativesdk-perl-module-unicode-ucd: PKGSIZE changed from 186274 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-perl/nativesdk-perl-module-unicore: PKGSIZE changed from 3548852 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-perl/nativesdk-perl-module-universal: PKGSIZE changed from 6594 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-perl/nativesdk-perl-module-user-grent: PKGSIZE changed from 2918 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-perl/nativesdk-perl-module-user-pwent: PKGSIZE changed from 9982 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-perl/nativesdk-perl-module-utf8: PKGSIZE changed from 10756 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-perl/nativesdk-perl-module-version-regex: PKGSIZE changed from 4072 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-perl/nativesdk-perl-module-version: PKGSIZE changed from 1976 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-perl/nativesdk-perl-module-vmsish: PKGSIZE changed from 4313 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-perl/nativesdk-perl-module-xsloader: PKGSIZE changed from 11985 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-perl/nativesdk-perl-pod: PKGSIZE changed from 9688130 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-perl/nativesdk-perl: PKGSIZE changed from 3689742 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-perl/nativesdk-perl: latest.pkg_postinst changed from "#!/bin/sh set -e if [ x"$D" = "x" ]; then if [ -x /sbin/ldconfig ]; then /sbin/ldconfig ; fi fi " to "#!/bin/sh if [ x"$D" = "x" ]; then if [ -x /sbin/ldconfig ]; then /sbin/ldconfig ; fi fi " packages/x86_64-nativesdk-pokysdk-linux/nativesdk-pigz/nativesdk-pigz-dbg: PKGSIZE changed from 21128 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-pigz/nativesdk-pigz: PKGSIZE changed from 134216 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-pixman/nativesdk-pixman-dbg: PKGSIZE changed from 58304 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-pixman/nativesdk-pixman-dev: PKGSIZE changed from 49814 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-pixman/nativesdk-pixman: PKGSIZE changed from 678741 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-pixman/nativesdk-pixman: latest.pkg_postinst changed from "#!/bin/sh set -e if [ x"$D" = "x" ]; then if [ -x /sbin/ldconfig ]; then /sbin/ldconfig ; fi fi " to "#!/bin/sh if [ x"$D" = "x" ]; then if [ -x /sbin/ldconfig ]; then /sbin/ldconfig ; fi fi " packages/x86_64-nativesdk-pokysdk-linux/nativesdk-pkgconfig/nativesdk-pkgconfig-dbg: PKGSIZE changed from 85728 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-pkgconfig/nativesdk-pkgconfig-doc: PKGSIZE changed from 41443 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-pkgconfig/nativesdk-pkgconfig: PKGSIZE changed from 600735 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-popt/nativesdk-popt-dbg: PKGSIZE changed from 9840 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-popt/nativesdk-popt-dev: PKGSIZE changed from 18676 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-popt/nativesdk-popt-doc: PKGSIZE changed from 31667 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-popt/nativesdk-popt-locale-cs: PKGSIZE changed from 2160 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-popt/nativesdk-popt-locale-da: PKGSIZE changed from 2119 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-popt/nativesdk-popt-locale-de: PKGSIZE changed from 2176 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-popt/nativesdk-popt-locale-eo: PKGSIZE changed from 2151 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-popt/nativesdk-popt-locale-es: PKGSIZE changed from 1513 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-popt/nativesdk-popt-locale-fi: PKGSIZE changed from 2402 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-popt/nativesdk-popt-locale-fr: PKGSIZE changed from 1844 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-popt/nativesdk-popt-locale-ga: PKGSIZE changed from 2243 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-popt/nativesdk-popt-locale-gl: PKGSIZE changed from 1556 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-popt/nativesdk-popt-locale-hu: PKGSIZE changed from 2116 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-popt/nativesdk-popt-locale-id: PKGSIZE changed from 2154 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-popt/nativesdk-popt-locale-is: PKGSIZE changed from 1750 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-popt/nativesdk-popt-locale-it: PKGSIZE changed from 2276 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-popt/nativesdk-popt-locale-ja: PKGSIZE changed from 2086 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-popt/nativesdk-popt-locale-ko: PKGSIZE changed from 2021 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-popt/nativesdk-popt-locale-lv: PKGSIZE changed from 2347 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-popt/nativesdk-popt-locale-nb: PKGSIZE changed from 1718 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-popt/nativesdk-popt-locale-nl: PKGSIZE changed from 2180 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-popt/nativesdk-popt-locale-pl: PKGSIZE changed from 2122 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-popt/nativesdk-popt-locale-pt: PKGSIZE changed from 1809 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-popt/nativesdk-popt-locale-ro: PKGSIZE changed from 1053 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-popt/nativesdk-popt-locale-ru: PKGSIZE changed from 2829 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-popt/nativesdk-popt-locale-sk: PKGSIZE changed from 533 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-popt/nativesdk-popt-locale-sl: PKGSIZE changed from 533 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-popt/nativesdk-popt-locale-sv: PKGSIZE changed from 2137 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-popt/nativesdk-popt-locale-th: PKGSIZE changed from 3138 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-popt/nativesdk-popt-locale-tr: PKGSIZE changed from 1608 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-popt/nativesdk-popt-locale-uk: PKGSIZE changed from 576 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-popt/nativesdk-popt-locale-vi: PKGSIZE changed from 2483 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-popt/nativesdk-popt-locale-wa: PKGSIZE changed from 532 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-popt/nativesdk-popt-locale-zh-cn: PKGSIZE changed from 2024 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-popt/nativesdk-popt-locale-zh-tw: PKGSIZE changed from 1679 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-popt/nativesdk-popt: PKGSIZE changed from 56560 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-popt/nativesdk-popt: latest.pkg_postinst changed from "#!/bin/sh set -e if [ x"$D" = "x" ]; then if [ -x /sbin/ldconfig ]; then /sbin/ldconfig ; fi fi " to "#!/bin/sh if [ x"$D" = "x" ]; then if [ -x /sbin/ldconfig ]; then /sbin/ldconfig ; fi fi " packages/x86_64-nativesdk-pokysdk-linux/nativesdk-pseudo/nativesdk-pseudo-dbg: PKGSIZE changed from 1399600 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-pseudo/nativesdk-pseudo-src: PKGSIZE changed from 872838 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-pseudo/nativesdk-pseudo: PKGSIZE changed from 766720 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-python3-async/nativesdk-python3-async: PKGSIZE changed from 150386 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-python3-extras/nativesdk-python3-extras: PKGSIZE changed from 25151 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-python3-git/nativesdk-python3-git: PKGSIZE changed from 957493 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-python3-gitdb/nativesdk-python3-gitdb: PKGSIZE changed from 323219 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-python3-jinja2/nativesdk-python3-jinja2: PKGSIZE changed from 923935 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-python3-markupsafe/nativesdk-python3-markupsafe-dbg: PKGSIZE changed from 24152 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-python3-markupsafe/nativesdk-python3-markupsafe-src: PKGSIZE changed from 7400 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-python3-markupsafe/nativesdk-python3-markupsafe: PKGSIZE changed from 50341 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-python3-pbr/nativesdk-python3-pbr: PKGSIZE changed from 507661 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-python3-pip/nativesdk-python3-pip: PKGSIZE changed from 8663184 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-python3-setuptools/nativesdk-python3-pkg-resources: PKGSIZE changed from 860462 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-python3-setuptools/nativesdk-python3-setuptools: PKGSIZE changed from 3287683 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-python3-six/nativesdk-python3-six: PKGSIZE changed from 64136 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-python3-smmap/nativesdk-python3-smmap: PKGSIZE changed from 113629 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-python3-subunit/nativesdk-python3-subunit: PKGSIZE changed from 665499 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-python3-testtools/nativesdk-python3-testtools: PKGSIZE changed from 1485309 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-python3/nativesdk-libpython3-staticdev: PKGSIZE changed from 19414232 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-python3/nativesdk-libpython3: PKGSIZE changed from 3428792 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-python3/nativesdk-libpython3: latest.pkg_postinst changed from "#!/bin/sh set -e if [ x"$D" = "x" ]; then if [ -x /sbin/ldconfig ]; then /sbin/ldconfig ; fi fi " to "#!/bin/sh if [ x"$D" = "x" ]; then if [ -x /sbin/ldconfig ]; then /sbin/ldconfig ; fi fi " packages/x86_64-nativesdk-pokysdk-linux/nativesdk-python3/nativesdk-python3-2to3: PKGSIZE changed from 999035 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-python3/nativesdk-python3-asyncio: PKGSIZE changed from 1792415 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-python3/nativesdk-python3-audio: PKGSIZE changed from 256761 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-python3/nativesdk-python3-codecs: PKGSIZE changed from 73523 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-python3/nativesdk-python3-compile: PKGSIZE changed from 114408 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-python3/nativesdk-python3-compression: PKGSIZE changed from 598492 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-python3/nativesdk-python3-core: PKGSIZE changed from 10864482 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-python3/nativesdk-python3-crypt: PKGSIZE changed from 342543 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-python3/nativesdk-python3-ctypes: PKGSIZE changed from 357958 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-python3/nativesdk-python3-curses: PKGSIZE changed from 226489 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-python3/nativesdk-python3-datetime: PKGSIZE changed from 529452 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-python3/nativesdk-python3-db: PKGSIZE changed from 76298 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-python3/nativesdk-python3-dbg: PKGSIZE changed from 17340904 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-python3/nativesdk-python3-debugger: PKGSIZE changed from 286812 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-python3/nativesdk-python3-dev: PKGSIZE changed from 684205 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-python3/nativesdk-python3-dev: latest.pkg_postinst changed from "#!/bin/sh set -e update-alternatives --install /opt/poky/3.3+snapshot/sysroots/x86_64-pokysdk-linux/usr/bin/python3.9-config python3-config /opt/poky/3.3+snapshot/sysroots/x86_64-pokysdk-linux/usr/bin/python3.9-config-lib 10 if [ x"$D" = "x" ]; then if [ -x /sbin/ldconfig ]; then /sbin/ldconfig ; fi fi " to "#!/bin/sh update-alternatives --install /opt/poky/3.3+snapshot/sysroots/x86_64-pokysdk-linux/usr/bin/python3.9-config python3-config /opt/poky/3.3+snapshot/sysroots/x86_64-pokysdk-linux/usr/bin/python3.9-config-lib 10 if [ x"$D" = "x" ]; then if [ -x /sbin/ldconfig ]; then /sbin/ldconfig ; fi fi " packages/x86_64-nativesdk-pokysdk-linux/nativesdk-python3/nativesdk-python3-dev: latest.pkg_prerm changed from "#!/bin/sh set -e update-alternatives --remove python3-config /opt/poky/3.3+snapshot/sysroots/x86_64-pokysdk-linux/usr/bin/python3.9-config-lib " to "#!/bin/sh update-alternatives --remove python3-config /opt/poky/3.3+snapshot/sysroots/x86_64-pokysdk-linux/usr/bin/python3.9-config-lib " packages/x86_64-nativesdk-pokysdk-linux/nativesdk-python3/nativesdk-python3-difflib: PKGSIZE changed from 228742 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-python3/nativesdk-python3-distutils: PKGSIZE changed from 1847481 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-python3/nativesdk-python3-doc: PKGSIZE changed from 18243 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-python3/nativesdk-python3-doctest: PKGSIZE changed from 296994 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-python3/nativesdk-python3-email: PKGSIZE changed from 1325727 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-python3/nativesdk-python3-fcntl: PKGSIZE changed from 27176 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-python3/nativesdk-python3-gdbm: PKGSIZE changed from 28160 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-python3/nativesdk-python3-html: PKGSIZE changed from 354032 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-python3/nativesdk-python3-idle: PKGSIZE changed from 2835050 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-python3/nativesdk-python3-image: PKGSIZE changed from 29451 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-python3/nativesdk-python3-io: PKGSIZE changed from 1267165 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-python3/nativesdk-python3-json: PKGSIZE changed from 189673 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-python3/nativesdk-python3-logging: PKGSIZE changed from 522682 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-python3/nativesdk-python3-mailbox: PKGSIZE changed from 254032 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-python3/nativesdk-python3-math: PKGSIZE changed from 153908 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-python3/nativesdk-python3-mime: PKGSIZE changed from 41198 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-python3/nativesdk-python3-misc: PKGSIZE changed from 5685214 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-python3/nativesdk-python3-mmap: PKGSIZE changed from 32600 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-python3/nativesdk-python3-multiprocessing: PKGSIZE changed from 976740 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-python3/nativesdk-python3-netclient: PKGSIZE changed from 1355529 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-python3/nativesdk-python3-netserver: PKGSIZE changed from 197890 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-python3/nativesdk-python3-numbers: PKGSIZE changed from 1064267 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-python3/nativesdk-python3-pickle: PKGSIZE changed from 657448 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-python3/nativesdk-python3-plistlib: PKGSIZE changed from 96578 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-python3/nativesdk-python3-pprint: PKGSIZE changed from 70944 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-python3/nativesdk-python3-profile: PKGSIZE changed from 321675 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-python3/nativesdk-python3-pydoc: PKGSIZE changed from 2337239 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-python3/nativesdk-python3-resource: PKGSIZE changed from 19352 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-python3/nativesdk-python3-shell: PKGSIZE changed from 102575 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-python3/nativesdk-python3-smtpd: PKGSIZE changed from 209643 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-python3/nativesdk-python3-sqlite3: PKGSIZE changed from 107981 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-python3/nativesdk-python3-src: PKGSIZE changed from 20331238 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-python3/nativesdk-python3-statistics: PKGSIZE changed from 117894 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-python3/nativesdk-python3-stringold: PKGSIZE changed from 31105 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-python3/nativesdk-python3-syslog: PKGSIZE changed from 14952 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-python3/nativesdk-python3-terminal: PKGSIZE changed from 20134 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-python3/nativesdk-python3-tests: PKGSIZE changed from 69576063 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-python3/nativesdk-python3-threading: PKGSIZE changed from 83213 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-python3/nativesdk-python3-tkinter: PKGSIZE changed from 1326403 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-python3/nativesdk-python3-unittest: PKGSIZE changed from 765912 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-python3/nativesdk-python3-unixadmin: PKGSIZE changed from 36738 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-python3/nativesdk-python3-venv: PKGSIZE changed from 79047 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-python3/nativesdk-python3-xml: PKGSIZE changed from 1304937 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-python3/nativesdk-python3-xmlrpc: PKGSIZE changed from 261829 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-qemu-helper/nativesdk-qemu-helper-dbg: PKGSIZE changed from 9632 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-qemu-helper/nativesdk-qemu-helper: PKGSIZE changed from 104357 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-qemu/nativesdk-qemu-dbg: PKGSIZE changed from 941961200 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-qemu/nativesdk-qemu-src: PKGSIZE changed from 69266189 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-qemu/nativesdk-qemu: PKGSIZE changed from 557353039 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-qemuwrapper-cross/nativesdk-qemuwrapper-cross: PKGSIZE changed from 343 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-readline/nativesdk-readline-dbg: PKGSIZE changed from 63512 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-readline/nativesdk-readline-dev: PKGSIZE changed from 69914 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-readline/nativesdk-readline-doc: PKGSIZE changed from 559527 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-readline/nativesdk-readline-doc: latest.pkg_postinst changed from "#!/bin/sh set -e update-alternatives --install /opt/poky/3.3+snapshot/sysroots/x86_64-pokysdk-linux/usr/share/man/man3/history.3 history.3 /opt/poky/3.3+snapshot/sysroots/x86_64-pokysdk-linux/usr/share/man/man3/history.3.readline 100 " to "#!/bin/sh update-alternatives --install /opt/poky/3.3+snapshot/sysroots/x86_64-pokysdk-linux/usr/share/man/man3/history.3 history.3 /opt/poky/3.3+snapshot/sysroots/x86_64-pokysdk-linux/usr/share/man/man3/history.3.readline 100 " packages/x86_64-nativesdk-pokysdk-linux/nativesdk-readline/nativesdk-readline-doc: latest.pkg_prerm changed from "#!/bin/sh set -e update-alternatives --remove history.3 /opt/poky/3.3+snapshot/sysroots/x86_64-pokysdk-linux/usr/share/man/man3/history.3.readline " to "#!/bin/sh update-alternatives --remove history.3 /opt/poky/3.3+snapshot/sysroots/x86_64-pokysdk-linux/usr/share/man/man3/history.3.readline " packages/x86_64-nativesdk-pokysdk-linux/nativesdk-readline/nativesdk-readline: PKGSIZE changed from 395628 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-readline/nativesdk-readline: latest.pkg_postinst changed from "#!/bin/sh set -e if [ x"$D" = "x" ]; then if [ -x /sbin/ldconfig ]; then /sbin/ldconfig ; fi fi " to "#!/bin/sh if [ x"$D" = "x" ]; then if [ -x /sbin/ldconfig ]; then /sbin/ldconfig ; fi fi " packages/x86_64-nativesdk-pokysdk-linux/nativesdk-rpcsvc-proto/nativesdk-rpcsvc-proto-dbg: PKGSIZE changed from 16760 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-rpcsvc-proto/nativesdk-rpcsvc-proto-dev: PKGSIZE changed from 110210 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-rpcsvc-proto/nativesdk-rpcsvc-proto-doc: PKGSIZE changed from 10711 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-rpcsvc-proto/nativesdk-rpcsvc-proto: PKGSIZE changed from 101328 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-rpm/nativesdk-python3-rpm: PKGSIZE changed from 179792 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-rpm/nativesdk-rpm-build: PKGSIZE changed from 415602 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-rpm/nativesdk-rpm-build: latest.pkg_postinst changed from "#!/bin/sh set -e if [ x"$D" = "x" ]; then if [ -x /sbin/ldconfig ]; then /sbin/ldconfig ; fi fi " to "#!/bin/sh if [ x"$D" = "x" ]; then if [ -x /sbin/ldconfig ]; then /sbin/ldconfig ; fi fi " packages/x86_64-nativesdk-pokysdk-linux/nativesdk-rpm/nativesdk-rpm-dbg: PKGSIZE changed from 297952 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-rpm/nativesdk-rpm-dev: PKGSIZE changed from 272558 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-rpm/nativesdk-rpm-doc: PKGSIZE changed from 261828 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-rpm/nativesdk-rpm-locale-ar: PKGSIZE changed from 6626 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-rpm/nativesdk-rpm-locale-br: PKGSIZE changed from 9143 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-rpm/nativesdk-rpm-locale-ca: PKGSIZE changed from 64881 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-rpm/nativesdk-rpm-locale-cmn: PKGSIZE changed from 54663 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-rpm/nativesdk-rpm-locale-cs: PKGSIZE changed from 43268 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-rpm/nativesdk-rpm-locale-da: PKGSIZE changed from 26371 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-rpm/nativesdk-rpm-locale-de: PKGSIZE changed from 76403 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-rpm/nativesdk-rpm-locale-el: PKGSIZE changed from 2341 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-rpm/nativesdk-rpm-locale-eo: PKGSIZE changed from 64354 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-rpm/nativesdk-rpm-locale-es: PKGSIZE changed from 59779 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-rpm/nativesdk-rpm-locale-fi: PKGSIZE changed from 38870 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-rpm/nativesdk-rpm-locale-fr: PKGSIZE changed from 61926 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-rpm/nativesdk-rpm-locale-id: PKGSIZE changed from 8662 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-rpm/nativesdk-rpm-locale-is: PKGSIZE changed from 6040 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-rpm/nativesdk-rpm-locale-it: PKGSIZE changed from 63043 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-rpm/nativesdk-rpm-locale-ja: PKGSIZE changed from 67179 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-rpm/nativesdk-rpm-locale-ko: PKGSIZE changed from 36805 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-rpm/nativesdk-rpm-locale-ms: PKGSIZE changed from 2970 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-rpm/nativesdk-rpm-locale-nb: PKGSIZE changed from 18790 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-rpm/nativesdk-rpm-locale-nl: PKGSIZE changed from 3855 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-rpm/nativesdk-rpm-locale-pl: PKGSIZE changed from 81798 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-rpm/nativesdk-rpm-locale-pt-br: PKGSIZE changed from 50363 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-rpm/nativesdk-rpm-locale-pt: PKGSIZE changed from 32776 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-rpm/nativesdk-rpm-locale-ru: PKGSIZE changed from 54355 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-rpm/nativesdk-rpm-locale-sk: PKGSIZE changed from 56555 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-rpm/nativesdk-rpm-locale-sl: PKGSIZE changed from 13043 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-rpm/nativesdk-rpm-locale-sr+latin: PKGSIZE changed from 45493 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-rpm/nativesdk-rpm-locale-sr: PKGSIZE changed from 56997 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-rpm/nativesdk-rpm-locale-sv: PKGSIZE changed from 71486 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-rpm/nativesdk-rpm-locale-te: PKGSIZE changed from 2350 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-rpm/nativesdk-rpm-locale-tr: PKGSIZE changed from 34736 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-rpm/nativesdk-rpm-locale-uk: PKGSIZE changed from 86904 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-rpm/nativesdk-rpm-locale-vi: PKGSIZE changed from 73621 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-rpm/nativesdk-rpm-locale-zh-cn: PKGSIZE changed from 58941 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-rpm/nativesdk-rpm-locale-zh-tw: PKGSIZE changed from 70382 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-rpm/nativesdk-rpm-sign: PKGSIZE changed from 23446 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-rpm/nativesdk-rpm-sign: latest.pkg_postinst changed from "#!/bin/sh set -e if [ x"$D" = "x" ]; then if [ -x /sbin/ldconfig ]; then /sbin/ldconfig ; fi fi " to "#!/bin/sh if [ x"$D" = "x" ]; then if [ -x /sbin/ldconfig ]; then /sbin/ldconfig ; fi fi " packages/x86_64-nativesdk-pokysdk-linux/nativesdk-rpm/nativesdk-rpm: PKGSIZE changed from 1220902 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-rpm/nativesdk-rpm: latest.pkg_postinst changed from "#!/bin/sh set -e if [ x"$D" = "x" ]; then if [ -x /sbin/ldconfig ]; then /sbin/ldconfig ; fi fi " to "#!/bin/sh if [ x"$D" = "x" ]; then if [ -x /sbin/ldconfig ]; then /sbin/ldconfig ; fi fi " packages/x86_64-nativesdk-pokysdk-linux/nativesdk-shadow/nativesdk-shadow-base: PKGSIZE changed from 224550 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-shadow/nativesdk-shadow-base: latest.pkg_postinst changed from "#!/bin/sh set -e update-alternatives --install /opt/poky/3.3+snapshot/sysroots/x86_64-pokysdk-linux/usr/bin/newgrp newgrp /opt/poky/3.3+snapshot/sysroots/x86_64-pokysdk-linux/usr/bin/newgrp.shadow 200 update-alternatives --install /opt/poky/3.3+snapshot/sysroots/x86_64-pokysdk-linux/usr/bin/groups groups /opt/poky/3.3+snapshot/sysroots/x86_64-pokysdk-linux/usr/bin/groups.shadow 200 update-alternatives --install /opt/poky/3.3+snapshot/sysroots/x86_64-pokysdk-linux/bin/login login /opt/poky/3.3+snapshot/sysroots/x86_64-pokysdk-linux/bin/login.shadow 200 update-alternatives --install /opt/poky/3.3+snapshot/sysroots/x86_64-pokysdk-linux/bin/su su /opt/poky/3.3+snapshot/sysroots/x86_64-pokysdk-linux/bin/su.shadow 200 " to "#!/bin/sh update-alternatives --install /opt/poky/3.3+snapshot/sysroots/x86_64-pokysdk-linux/usr/bin/newgrp newgrp /opt/poky/3.3+snapshot/sysroots/x86_64-pokysdk-linux/usr/bin/newgrp.shadow 200 update-alternatives --install /opt/poky/3.3+snapshot/sysroots/x86_64-pokysdk-linux/usr/bin/groups groups /opt/poky/3.3+snapshot/sysroots/x86_64-pokysdk-linux/usr/bin/groups.shadow 200 update-alternatives --install /opt/poky/3.3+snapshot/sysroots/x86_64-pokysdk-linux/bin/login login /opt/poky/3.3+snapshot/sysroots/x86_64-pokysdk-linux/bin/login.shadow 200 update-alternatives --install /opt/poky/3.3+snapshot/sysroots/x86_64-pokysdk-linux/bin/su su /opt/poky/3.3+snapshot/sysroots/x86_64-pokysdk-linux/bin/su.shadow 200 " packages/x86_64-nativesdk-pokysdk-linux/nativesdk-shadow/nativesdk-shadow-base: latest.pkg_prerm changed from "#!/bin/sh set -e update-alternatives --remove newgrp /opt/poky/3.3+snapshot/sysroots/x86_64-pokysdk-linux/usr/bin/newgrp.shadow update-alternatives --remove groups /opt/poky/3.3+snapshot/sysroots/x86_64-pokysdk-linux/usr/bin/groups.shadow update-alternatives --remove login /opt/poky/3.3+snapshot/sysroots/x86_64-pokysdk-linux/bin/login.shadow update-alternatives --remove su /opt/poky/3.3+snapshot/sysroots/x86_64-pokysdk-linux/bin/su.shadow " to "#!/bin/sh update-alternatives --remove newgrp /opt/poky/3.3+snapshot/sysroots/x86_64-pokysdk-linux/usr/bin/newgrp.shadow update-alternatives --remove groups /opt/poky/3.3+snapshot/sysroots/x86_64-pokysdk-linux/usr/bin/groups.shadow update-alternatives --remove login /opt/poky/3.3+snapshot/sysroots/x86_64-pokysdk-linux/bin/login.shadow update-alternatives --remove su /opt/poky/3.3+snapshot/sysroots/x86_64-pokysdk-linux/bin/su.shadow " packages/x86_64-nativesdk-pokysdk-linux/nativesdk-shadow/nativesdk-shadow-dbg: PKGSIZE changed from 625160 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-shadow/nativesdk-shadow-doc: PKGSIZE changed from 2242213 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-shadow/nativesdk-shadow-doc: latest.pkg_postinst changed from "#!/bin/sh set -e update-alternatives --install /opt/poky/3.3+snapshot/sysroots/x86_64-pokysdk-linux/usr/share/man/man5/passwd.5 passwd.5 /opt/poky/3.3+snapshot/sysroots/x86_64-pokysdk-linux/usr/share/man/man5/passwd.5.shadow 200 update-alternatives --install /opt/poky/3.3+snapshot/sysroots/x86_64-pokysdk-linux/usr/share/man/man3/getspnam.3 getspnam.3 /opt/poky/3.3+snapshot/sysroots/x86_64-pokysdk-linux/usr/share/man/man3/getspnam.3.shadow 200 update-alternatives --install /opt/poky/3.3+snapshot/sysroots/x86_64-pokysdk-linux/usr/share/man/man1/groups.1 groups.1 /opt/poky/3.3+snapshot/sysroots/x86_64-pokysdk-linux/usr/share/man/man1/groups.1.shadow 200 update-alternatives --install /opt/poky/3.3+snapshot/sysroots/x86_64-pokysdk-linux/usr/share/man/man1/su.1 su.1 /opt/poky/3.3+snapshot/sysroots/x86_64-pokysdk-linux/usr/share/man/man1/su.1.shadow 200 update-alternatives --install /opt/poky/3.3+snapshot/sysroots/x86_64-pokysdk-linux/usr/share/man/man8/nologin.8 nologin.8 /opt/poky/3.3+snapshot/sysroots/x86_64-pokysdk-linux/usr/share/man/man8/nologin.8.shadow 200 " to "#!/bin/sh update-alternatives --install /opt/poky/3.3+snapshot/sysroots/x86_64-pokysdk-linux/usr/share/man/man5/passwd.5 passwd.5 /opt/poky/3.3+snapshot/sysroots/x86_64-pokysdk-linux/usr/share/man/man5/passwd.5.shadow 200 update-alternatives --install /opt/poky/3.3+snapshot/sysroots/x86_64-pokysdk-linux/usr/share/man/man3/getspnam.3 getspnam.3 /opt/poky/3.3+snapshot/sysroots/x86_64-pokysdk-linux/usr/share/man/man3/getspnam.3.shadow 200 update-alternatives --install /opt/poky/3.3+snapshot/sysroots/x86_64-pokysdk-linux/usr/share/man/man1/groups.1 groups.1 /opt/poky/3.3+snapshot/sysroots/x86_64-pokysdk-linux/usr/share/man/man1/groups.1.shadow 200 update-alternatives --install /opt/poky/3.3+snapshot/sysroots/x86_64-pokysdk-linux/usr/share/man/man1/su.1 su.1 /opt/poky/3.3+snapshot/sysroots/x86_64-pokysdk-linux/usr/share/man/man1/su.1.shadow 200 update-alternatives --install /opt/poky/3.3+snapshot/sysroots/x86_64-pokysdk-linux/usr/share/man/man8/nologin.8 nologin.8 /opt/poky/3.3+snapshot/sysroots/x86_64-pokysdk-linux/usr/share/man/man8/nologin.8.shadow 200 " packages/x86_64-nativesdk-pokysdk-linux/nativesdk-shadow/nativesdk-shadow-doc: latest.pkg_prerm changed from "#!/bin/sh set -e update-alternatives --remove passwd.5 /opt/poky/3.3+snapshot/sysroots/x86_64-pokysdk-linux/usr/share/man/man5/passwd.5.shadow update-alternatives --remove getspnam.3 /opt/poky/3.3+snapshot/sysroots/x86_64-pokysdk-linux/usr/share/man/man3/getspnam.3.shadow update-alternatives --remove groups.1 /opt/poky/3.3+snapshot/sysroots/x86_64-pokysdk-linux/usr/share/man/man1/groups.1.shadow update-alternatives --remove su.1 /opt/poky/3.3+snapshot/sysroots/x86_64-pokysdk-linux/usr/share/man/man1/su.1.shadow update-alternatives --remove nologin.8 /opt/poky/3.3+snapshot/sysroots/x86_64-pokysdk-linux/usr/share/man/man8/nologin.8.shadow " to "#!/bin/sh update-alternatives --remove passwd.5 /opt/poky/3.3+snapshot/sysroots/x86_64-pokysdk-linux/usr/share/man/man5/passwd.5.shadow update-alternatives --remove getspnam.3 /opt/poky/3.3+snapshot/sysroots/x86_64-pokysdk-linux/usr/share/man/man3/getspnam.3.shadow update-alternatives --remove groups.1 /opt/poky/3.3+snapshot/sysroots/x86_64-pokysdk-linux/usr/share/man/man1/groups.1.shadow update-alternatives --remove su.1 /opt/poky/3.3+snapshot/sysroots/x86_64-pokysdk-linux/usr/share/man/man1/su.1.shadow update-alternatives --remove nologin.8 /opt/poky/3.3+snapshot/sysroots/x86_64-pokysdk-linux/usr/share/man/man8/nologin.8.shadow " packages/x86_64-nativesdk-pokysdk-linux/nativesdk-shadow/nativesdk-shadow-locale-bs: PKGSIZE changed from 2971 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-shadow/nativesdk-shadow-locale-ca: PKGSIZE changed from 66961 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-shadow/nativesdk-shadow-locale-cs: PKGSIZE changed from 70326 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-shadow/nativesdk-shadow-locale-da: PKGSIZE changed from 62518 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-shadow/nativesdk-shadow-locale-de: PKGSIZE changed from 68187 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-shadow/nativesdk-shadow-locale-dz: PKGSIZE changed from 33102 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-shadow/nativesdk-shadow-locale-el: PKGSIZE changed from 84103 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-shadow/nativesdk-shadow-locale-es: PKGSIZE changed from 60011 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-shadow/nativesdk-shadow-locale-eu: PKGSIZE changed from 47713 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-shadow/nativesdk-shadow-locale-fi: PKGSIZE changed from 19219 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-shadow/nativesdk-shadow-locale-fr: PKGSIZE changed from 536 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-shadow/nativesdk-shadow-locale-gl: PKGSIZE changed from 19296 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-shadow/nativesdk-shadow-locale-he: PKGSIZE changed from 4658 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-shadow/nativesdk-shadow-locale-hu: PKGSIZE changed from 19000 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-shadow/nativesdk-shadow-locale-id: PKGSIZE changed from 16194 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-shadow/nativesdk-shadow-locale-it: PKGSIZE changed from 21482 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-shadow/nativesdk-shadow-locale-ja: PKGSIZE changed from 71948 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-shadow/nativesdk-shadow-locale-kk: PKGSIZE changed from 83766 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-shadow/nativesdk-shadow-locale-km: PKGSIZE changed from 28595 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-shadow/nativesdk-shadow-locale-ko: PKGSIZE changed from 31593 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-shadow/nativesdk-shadow-locale-nb: PKGSIZE changed from 66207 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-shadow/nativesdk-shadow-locale-ne: PKGSIZE changed from 28494 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-shadow/nativesdk-shadow-locale-nl: PKGSIZE changed from 80704 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-shadow/nativesdk-shadow-locale-nn: PKGSIZE changed from 12893 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-shadow/nativesdk-shadow-locale-pl: PKGSIZE changed from 19398 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-shadow/nativesdk-shadow-locale-pt-br: PKGSIZE changed from 57295 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-shadow/nativesdk-shadow-locale-pt: PKGSIZE changed from 66447 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-shadow/nativesdk-shadow-locale-ro: PKGSIZE changed from 19167 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-shadow/nativesdk-shadow-locale-ru: PKGSIZE changed from 90171 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-shadow/nativesdk-shadow-locale-sk: PKGSIZE changed from 43771 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-shadow/nativesdk-shadow-locale-sq: PKGSIZE changed from 1027 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-shadow/nativesdk-shadow-locale-sv: PKGSIZE changed from 54826 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-shadow/nativesdk-shadow-locale-tl: PKGSIZE changed from 19232 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-shadow/nativesdk-shadow-locale-tr: PKGSIZE changed from 20898 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-shadow/nativesdk-shadow-locale-uk: PKGSIZE changed from 23513 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-shadow/nativesdk-shadow-locale-vi: PKGSIZE changed from 74867 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-shadow/nativesdk-shadow-locale-zh-cn: PKGSIZE changed from 63428 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-shadow/nativesdk-shadow-locale-zh-tw: PKGSIZE changed from 67377 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-shadow/nativesdk-shadow: PKGSIZE changed from 1869529 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-shadow/nativesdk-shadow: RDEPENDS: removed all items "nativesdk-glibc (['>= 2.33']) nativesdk-update-alternatives-opkg nativesdk-libxcrypt (['>= 4.4.23'])" packages/x86_64-nativesdk-pokysdk-linux/nativesdk-shadow/nativesdk-shadow: latest.pkg_postinst changed from "#!/bin/sh set -e update-alternatives --install /opt/poky/3.3+snapshot/sysroots/x86_64-pokysdk-linux/usr/bin/passwd passwd /opt/poky/3.3+snapshot/sysroots/x86_64-pokysdk-linux/usr/bin/passwd.shadow 200 update-alternatives --install /opt/poky/3.3+snapshot/sysroots/x86_64-pokysdk-linux/usr/bin/chfn chfn /opt/poky/3.3+snapshot/sysroots/x86_64-pokysdk-linux/usr/bin/chfn.shadow 200 update-alternatives --install /opt/poky/3.3+snapshot/sysroots/x86_64-pokysdk-linux/usr/bin/chsh chsh /opt/poky/3.3+snapshot/sysroots/x86_64-pokysdk-linux/usr/bin/chsh.shadow 200 update-alternatives --install /opt/poky/3.3+snapshot/sysroots/x86_64-pokysdk-linux/usr/bin/chpasswd chpasswd /opt/poky/3.3+snapshot/sysroots/x86_64-pokysdk-linux/usr/bin/chpasswd.shadow 200 update-alternatives --install /opt/poky/3.3+snapshot/sysroots/x86_64-pokysdk-linux/sbin/vipw vipw /opt/poky/3.3+snapshot/sysroots/x86_64-pokysdk-linux/sbin/vipw.shadow 200 update-alternatives --install /opt/poky/3.3+snapshot/sysroots/x86_64-pokysdk-linux/sbin/vigr vigr /opt/poky/3.3+snapshot/sysroots/x86_64-pokysdk-linux/sbin/vigr.shadow 200 update-alternatives --install /opt/poky/3.3+snapshot/sysroots/x86_64-pokysdk-linux/sbin/nologin nologin /opt/poky/3.3+snapshot/sysroots/x86_64-pokysdk-linux/sbin/nologin.shadow 200 " to "#!/bin/sh update-alternatives --install /opt/poky/3.3+snapshot/sysroots/x86_64-pokysdk-linux/usr/bin/passwd passwd /opt/poky/3.3+snapshot/sysroots/x86_64-pokysdk-linux/usr/bin/passwd.shadow 200 update-alternatives --install /opt/poky/3.3+snapshot/sysroots/x86_64-pokysdk-linux/usr/bin/chfn chfn /opt/poky/3.3+snapshot/sysroots/x86_64-pokysdk-linux/usr/bin/chfn.shadow 200 update-alternatives --install /opt/poky/3.3+snapshot/sysroots/x86_64-pokysdk-linux/usr/bin/chsh chsh /opt/poky/3.3+snapshot/sysroots/x86_64-pokysdk-linux/usr/bin/chsh.shadow 200 update-alternatives --install /opt/poky/3.3+snapshot/sysroots/x86_64-pokysdk-linux/usr/bin/chpasswd chpasswd /opt/poky/3.3+snapshot/sysroots/x86_64-pokysdk-linux/usr/bin/chpasswd.shadow 200 update-alternatives --install /opt/poky/3.3+snapshot/sysroots/x86_64-pokysdk-linux/sbin/vipw vipw /opt/poky/3.3+snapshot/sysroots/x86_64-pokysdk-linux/sbin/vipw.shadow 200 update-alternatives --install /opt/poky/3.3+snapshot/sysroots/x86_64-pokysdk-linux/sbin/vigr vigr /opt/poky/3.3+snapshot/sysroots/x86_64-pokysdk-linux/sbin/vigr.shadow 200 update-alternatives --install /opt/poky/3.3+snapshot/sysroots/x86_64-pokysdk-linux/sbin/nologin nologin /opt/poky/3.3+snapshot/sysroots/x86_64-pokysdk-linux/sbin/nologin.shadow 200 " packages/x86_64-nativesdk-pokysdk-linux/nativesdk-shadow/nativesdk-shadow: latest.pkg_prerm changed from "#!/bin/sh set -e update-alternatives --remove passwd /opt/poky/3.3+snapshot/sysroots/x86_64-pokysdk-linux/usr/bin/passwd.shadow update-alternatives --remove chfn /opt/poky/3.3+snapshot/sysroots/x86_64-pokysdk-linux/usr/bin/chfn.shadow update-alternatives --remove chsh /opt/poky/3.3+snapshot/sysroots/x86_64-pokysdk-linux/usr/bin/chsh.shadow update-alternatives --remove chpasswd /opt/poky/3.3+snapshot/sysroots/x86_64-pokysdk-linux/usr/bin/chpasswd.shadow update-alternatives --remove vipw /opt/poky/3.3+snapshot/sysroots/x86_64-pokysdk-linux/sbin/vipw.shadow update-alternatives --remove vigr /opt/poky/3.3+snapshot/sysroots/x86_64-pokysdk-linux/sbin/vigr.shadow update-alternatives --remove nologin /opt/poky/3.3+snapshot/sysroots/x86_64-pokysdk-linux/sbin/nologin.shadow " to "#!/bin/sh update-alternatives --remove passwd /opt/poky/3.3+snapshot/sysroots/x86_64-pokysdk-linux/usr/bin/passwd.shadow update-alternatives --remove chfn /opt/poky/3.3+snapshot/sysroots/x86_64-pokysdk-linux/usr/bin/chfn.shadow update-alternatives --remove chsh /opt/poky/3.3+snapshot/sysroots/x86_64-pokysdk-linux/usr/bin/chsh.shadow update-alternatives --remove chpasswd /opt/poky/3.3+snapshot/sysroots/x86_64-pokysdk-linux/usr/bin/chpasswd.shadow update-alternatives --remove vipw /opt/poky/3.3+snapshot/sysroots/x86_64-pokysdk-linux/sbin/vipw.shadow update-alternatives --remove vigr /opt/poky/3.3+snapshot/sysroots/x86_64-pokysdk-linux/sbin/vigr.shadow update-alternatives --remove nologin /opt/poky/3.3+snapshot/sysroots/x86_64-pokysdk-linux/sbin/nologin.shadow " packages/x86_64-nativesdk-pokysdk-linux/nativesdk-shared-mime-info/nativesdk-shared-mime-info-data: PKGSIZE changed from 2375737 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-shared-mime-info/nativesdk-shared-mime-info-data: latest.pkg_postinst changed from "#!/bin/sh set -e if [ "x$D" != "x" ]; then $INTERCEPT_DIR/postinst_intercept update_mime_database nativesdk-shared-mime-info-data \ mlprefix=nativesdk- \ mimedir=/opt/poky/3.3+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.3+snapshot/sysroots/x86_64-pokysdk-linux/usr/share/mime fi " to "#!/bin/sh if [ "x$D" != "x" ]; then $INTERCEPT_DIR/postinst_intercept update_mime_database nativesdk-shared-mime-info-data \ mlprefix=nativesdk- \ mimedir=/opt/poky/3.3+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.3+snapshot/sysroots/x86_64-pokysdk-linux/usr/share/mime fi " 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 nativesdk-shared-mime-info-data \ mlprefix=nativesdk- \ mimedir=/opt/poky/3.3+snapshot/sysroots/x86_64-pokysdk-linux/usr/share/mime else echo "Updating MIME database... this may take a while." # $D/opt/poky/3.3+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.3+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.3+snapshot/sysroots/x86_64-pokysdk-linux/usr/share/mime/packages ]; then mkdir -p $D/opt/poky/3.3+snapshot/sysroots/x86_64-pokysdk-linux/usr/share/mime/packages update-mime-database $D/opt/poky/3.3+snapshot/sysroots/x86_64-pokysdk-linux/usr/share/mime rmdir --ignore-fail-on-non-empty $D/opt/poky/3.3+snapshot/sysroots/x86_64-pokysdk-linux/usr/share/mime/packages else update-mime-database $D/opt/poky/3.3+snapshot/sysroots/x86_64-pokysdk-linux/usr/share/mime fi fi " to "#!/bin/sh if [ "x$D" != "x" ]; then $INTERCEPT_DIR/postinst_intercept update_mime_database nativesdk-shared-mime-info-data \ mlprefix=nativesdk- \ mimedir=/opt/poky/3.3+snapshot/sysroots/x86_64-pokysdk-linux/usr/share/mime else echo "Updating MIME database... this may take a while." # $D/opt/poky/3.3+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.3+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.3+snapshot/sysroots/x86_64-pokysdk-linux/usr/share/mime/packages ]; then mkdir -p $D/opt/poky/3.3+snapshot/sysroots/x86_64-pokysdk-linux/usr/share/mime/packages update-mime-database $D/opt/poky/3.3+snapshot/sysroots/x86_64-pokysdk-linux/usr/share/mime rmdir --ignore-fail-on-non-empty $D/opt/poky/3.3+snapshot/sysroots/x86_64-pokysdk-linux/usr/share/mime/packages else update-mime-database $D/opt/poky/3.3+snapshot/sysroots/x86_64-pokysdk-linux/usr/share/mime fi fi " packages/x86_64-nativesdk-pokysdk-linux/nativesdk-shared-mime-info/nativesdk-shared-mime-info-dbg: PKGSIZE changed from 17056 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-shared-mime-info/nativesdk-shared-mime-info-dev: PKGSIZE changed from 839 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-shared-mime-info/nativesdk-shared-mime-info-doc: PKGSIZE changed from 1491 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-shared-mime-info/nativesdk-shared-mime-info-locale-af: PKGSIZE changed from 36657 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-shared-mime-info/nativesdk-shared-mime-info-locale-ar: PKGSIZE changed from 35968 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-shared-mime-info/nativesdk-shared-mime-info-locale-as: PKGSIZE changed from 450 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-shared-mime-info/nativesdk-shared-mime-info-locale-ast: PKGSIZE changed from 12698 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-shared-mime-info/nativesdk-shared-mime-info-locale-az: PKGSIZE changed from 8030 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-shared-mime-info/nativesdk-shared-mime-info-locale-be+latin: PKGSIZE changed from 32913 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-shared-mime-info/nativesdk-shared-mime-info-locale-be: PKGSIZE changed from 590 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-shared-mime-info/nativesdk-shared-mime-info-locale-bg: PKGSIZE changed from 56209 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-shared-mime-info/nativesdk-shared-mime-info-locale-bn-in: PKGSIZE changed from 463 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-shared-mime-info/nativesdk-shared-mime-info-locale-ca+valencia: PKGSIZE changed from 479 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-shared-mime-info/nativesdk-shared-mime-info-locale-ca: PKGSIZE changed from 48680 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-shared-mime-info/nativesdk-shared-mime-info-locale-cs: PKGSIZE changed from 43348 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-shared-mime-info/nativesdk-shared-mime-info-locale-cy: PKGSIZE changed from 8339 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-shared-mime-info/nativesdk-shared-mime-info-locale-da: PKGSIZE changed from 45604 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-shared-mime-info/nativesdk-shared-mime-info-locale-de: PKGSIZE changed from 46001 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-shared-mime-info/nativesdk-shared-mime-info-locale-el: PKGSIZE changed from 47400 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-shared-mime-info/nativesdk-shared-mime-info-locale-en-gb: PKGSIZE changed from 45577 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-shared-mime-info/nativesdk-shared-mime-info-locale-eo: PKGSIZE changed from 23116 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-shared-mime-info/nativesdk-shared-mime-info-locale-es: PKGSIZE changed from 49533 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-shared-mime-info/nativesdk-shared-mime-info-locale-et: PKGSIZE changed from 450 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-shared-mime-info/nativesdk-shared-mime-info-locale-eu: PKGSIZE changed from 47173 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-shared-mime-info/nativesdk-shared-mime-info-locale-fa: PKGSIZE changed from 448 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-shared-mime-info/nativesdk-shared-mime-info-locale-fi: PKGSIZE changed from 46714 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-shared-mime-info/nativesdk-shared-mime-info-locale-fo: PKGSIZE changed from 32335 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-shared-mime-info/nativesdk-shared-mime-info-locale-fr: PKGSIZE changed from 46738 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-shared-mime-info/nativesdk-shared-mime-info-locale-fur: PKGSIZE changed from 42975 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-shared-mime-info/nativesdk-shared-mime-info-locale-ga: PKGSIZE changed from 43253 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-shared-mime-info/nativesdk-shared-mime-info-locale-gl: PKGSIZE changed from 38991 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-shared-mime-info/nativesdk-shared-mime-info-locale-gu: PKGSIZE changed from 450 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-shared-mime-info/nativesdk-shared-mime-info-locale-he: PKGSIZE changed from 43634 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-shared-mime-info/nativesdk-shared-mime-info-locale-hi: PKGSIZE changed from 447 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-shared-mime-info/nativesdk-shared-mime-info-locale-hr: PKGSIZE changed from 47273 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-shared-mime-info/nativesdk-shared-mime-info-locale-hu: PKGSIZE changed from 46192 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-shared-mime-info/nativesdk-shared-mime-info-locale-ia: PKGSIZE changed from 39524 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-shared-mime-info/nativesdk-shared-mime-info-locale-id: PKGSIZE changed from 45189 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-shared-mime-info/nativesdk-shared-mime-info-locale-it: PKGSIZE changed from 47549 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-shared-mime-info/nativesdk-shared-mime-info-locale-ja: PKGSIZE changed from 40337 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-shared-mime-info/nativesdk-shared-mime-info-locale-ka: PKGSIZE changed from 16387 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-shared-mime-info/nativesdk-shared-mime-info-locale-kk: PKGSIZE changed from 54080 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-shared-mime-info/nativesdk-shared-mime-info-locale-kn: PKGSIZE changed from 448 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-shared-mime-info/nativesdk-shared-mime-info-locale-ko: PKGSIZE changed from 47226 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-shared-mime-info/nativesdk-shared-mime-info-locale-ky: PKGSIZE changed from 441 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-shared-mime-info/nativesdk-shared-mime-info-locale-lt: PKGSIZE changed from 36131 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-shared-mime-info/nativesdk-shared-mime-info-locale-lv: PKGSIZE changed from 36299 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-shared-mime-info/nativesdk-shared-mime-info-locale-ml: PKGSIZE changed from 451 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-shared-mime-info/nativesdk-shared-mime-info-locale-mr: PKGSIZE changed from 449 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-shared-mime-info/nativesdk-shared-mime-info-locale-ms: PKGSIZE changed from 14569 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-shared-mime-info/nativesdk-shared-mime-info-locale-nb: PKGSIZE changed from 28467 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-shared-mime-info/nativesdk-shared-mime-info-locale-nl: PKGSIZE changed from 35377 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-shared-mime-info/nativesdk-shared-mime-info-locale-nn: PKGSIZE changed from 29749 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-shared-mime-info/nativesdk-shared-mime-info-locale-oc: PKGSIZE changed from 39069 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-shared-mime-info/nativesdk-shared-mime-info-locale-or: PKGSIZE changed from 447 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-shared-mime-info/nativesdk-shared-mime-info-locale-pa: PKGSIZE changed from 459 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-shared-mime-info/nativesdk-shared-mime-info-locale-pl: PKGSIZE changed from 48600 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-shared-mime-info/nativesdk-shared-mime-info-locale-pt-br: PKGSIZE changed from 48343 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-shared-mime-info/nativesdk-shared-mime-info-locale-pt: PKGSIZE changed from 41748 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-shared-mime-info/nativesdk-shared-mime-info-locale-ro: PKGSIZE changed from 33674 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-shared-mime-info/nativesdk-shared-mime-info-locale-ru: PKGSIZE changed from 54651 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-shared-mime-info/nativesdk-shared-mime-info-locale-rw: PKGSIZE changed from 414 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-shared-mime-info/nativesdk-shared-mime-info-locale-sk: PKGSIZE changed from 44958 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-shared-mime-info/nativesdk-shared-mime-info-locale-sl: PKGSIZE changed from 44119 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-shared-mime-info/nativesdk-shared-mime-info-locale-sq: PKGSIZE changed from 30633 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-shared-mime-info/nativesdk-shared-mime-info-locale-sr+latin: PKGSIZE changed from 543 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-shared-mime-info/nativesdk-shared-mime-info-locale-sr: PKGSIZE changed from 51691 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-shared-mime-info/nativesdk-shared-mime-info-locale-sv: PKGSIZE changed from 45225 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-shared-mime-info/nativesdk-shared-mime-info-locale-ta: PKGSIZE changed from 447 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-shared-mime-info/nativesdk-shared-mime-info-locale-te: PKGSIZE changed from 448 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-shared-mime-info/nativesdk-shared-mime-info-locale-th: PKGSIZE changed from 439 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-shared-mime-info/nativesdk-shared-mime-info-locale-tr: PKGSIZE changed from 46949 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-shared-mime-info/nativesdk-shared-mime-info-locale-uk: PKGSIZE changed from 56630 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-shared-mime-info/nativesdk-shared-mime-info-locale-vi: PKGSIZE changed from 33607 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-shared-mime-info/nativesdk-shared-mime-info-locale-wa: PKGSIZE changed from 448 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-shared-mime-info/nativesdk-shared-mime-info-locale-zh-cn: PKGSIZE changed from 45479 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-shared-mime-info/nativesdk-shared-mime-info-locale-zh-hk: PKGSIZE changed from 460 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-shared-mime-info/nativesdk-shared-mime-info-locale-zh-tw: PKGSIZE changed from 44592 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-shared-mime-info/nativesdk-shared-mime-info: PKGSIZE changed from 2693154 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-sqlite3/nativesdk-libsqlite3-dev: PKGSIZE changed from 624729 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-sqlite3/nativesdk-libsqlite3-doc: PKGSIZE changed from 8928 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-sqlite3/nativesdk-libsqlite3: PKGSIZE changed from 1281739 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-sqlite3/nativesdk-libsqlite3: latest.pkg_postinst changed from "#!/bin/sh set -e if [ x"$D" = "x" ]; then if [ -x /sbin/ldconfig ]; then /sbin/ldconfig ; fi fi " to "#!/bin/sh if [ x"$D" = "x" ]; then if [ -x /sbin/ldconfig ]; then /sbin/ldconfig ; fi fi " packages/x86_64-nativesdk-pokysdk-linux/nativesdk-sqlite3/nativesdk-sqlite3-dbg: PKGSIZE changed from 128704 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-sqlite3/nativesdk-sqlite3: PKGSIZE changed from 242504 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-tar/nativesdk-tar-dbg: PKGSIZE changed from 92432 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-tar/nativesdk-tar-doc: PKGSIZE changed from 699759 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-tar/nativesdk-tar-locale-bg: PKGSIZE changed from 86963 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-tar/nativesdk-tar-locale-ca: PKGSIZE changed from 64091 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-tar/nativesdk-tar-locale-cs: PKGSIZE changed from 64931 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-tar/nativesdk-tar-locale-da: PKGSIZE changed from 60187 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-tar/nativesdk-tar-locale-de: PKGSIZE changed from 64342 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-tar/nativesdk-tar-locale-el: PKGSIZE changed from 14467 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-tar/nativesdk-tar-locale-eo: PKGSIZE changed from 61190 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-tar/nativesdk-tar-locale-es: PKGSIZE changed from 65237 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-tar/nativesdk-tar-locale-et: PKGSIZE changed from 59767 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-tar/nativesdk-tar-locale-eu: PKGSIZE changed from 32368 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-tar/nativesdk-tar-locale-fi: PKGSIZE changed from 57193 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-tar/nativesdk-tar-locale-fr: PKGSIZE changed from 67389 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-tar/nativesdk-tar-locale-ga: PKGSIZE changed from 65812 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-tar/nativesdk-tar-locale-gl: PKGSIZE changed from 10693 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-tar/nativesdk-tar-locale-hr: PKGSIZE changed from 63909 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-tar/nativesdk-tar-locale-hu: PKGSIZE changed from 67032 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-tar/nativesdk-tar-locale-id: PKGSIZE changed from 58343 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-tar/nativesdk-tar-locale-it: PKGSIZE changed from 63734 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-tar/nativesdk-tar-locale-ja: PKGSIZE changed from 59218 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-tar/nativesdk-tar-locale-ko: PKGSIZE changed from 66173 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-tar/nativesdk-tar-locale-ky: PKGSIZE changed from 55118 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-tar/nativesdk-tar-locale-ms: PKGSIZE changed from 9658 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-tar/nativesdk-tar-locale-nb: PKGSIZE changed from 60880 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-tar/nativesdk-tar-locale-nl: PKGSIZE changed from 63760 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-tar/nativesdk-tar-locale-pl: PKGSIZE changed from 65132 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-tar/nativesdk-tar-locale-pt-br: PKGSIZE changed from 63982 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-tar/nativesdk-tar-locale-pt: PKGSIZE changed from 62527 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-tar/nativesdk-tar-locale-ro: PKGSIZE changed from 65028 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-tar/nativesdk-tar-locale-ru: PKGSIZE changed from 83444 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-tar/nativesdk-tar-locale-sk: PKGSIZE changed from 10303 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-tar/nativesdk-tar-locale-sl: PKGSIZE changed from 59520 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-tar/nativesdk-tar-locale-sr: PKGSIZE changed from 82073 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-tar/nativesdk-tar-locale-sv: PKGSIZE changed from 61790 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-tar/nativesdk-tar-locale-tr: PKGSIZE changed from 61110 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-tar/nativesdk-tar-locale-uk: PKGSIZE changed from 84186 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-tar/nativesdk-tar-locale-vi: PKGSIZE changed from 69054 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-tar/nativesdk-tar-locale-zh-cn: PKGSIZE changed from 57717 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-tar/nativesdk-tar-locale-zh-tw: PKGSIZE changed from 58290 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-tar/nativesdk-tar-rmt: PKGSIZE changed from 64512 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-tar/nativesdk-tar: PKGSIZE changed from 531939 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-texinfo/nativesdk-info-doc: PKGSIZE changed from 115652 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-texinfo/nativesdk-info: PKGSIZE changed from 444952 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-texinfo/nativesdk-texinfo-dbg: PKGSIZE changed from 73800 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-texinfo/nativesdk-texinfo-doc: PKGSIZE changed from 1420442 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-texinfo/nativesdk-texinfo-locale-ca.us-ascii: PKGSIZE changed from 13824 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-texinfo/nativesdk-texinfo-locale-ca: PKGSIZE changed from 93896 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-texinfo/nativesdk-texinfo-locale-cs: PKGSIZE changed from 117276 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-texinfo/nativesdk-texinfo-locale-da: PKGSIZE changed from 86908 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-texinfo/nativesdk-texinfo-locale-de.us-ascii: PKGSIZE changed from 13858 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-texinfo/nativesdk-texinfo-locale-de: PKGSIZE changed from 108330 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-texinfo/nativesdk-texinfo-locale-el: PKGSIZE changed from 7936 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-texinfo/nativesdk-texinfo-locale-eo: PKGSIZE changed from 104869 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-texinfo/nativesdk-texinfo-locale-es: PKGSIZE changed from 123181 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-texinfo/nativesdk-texinfo-locale-fi: PKGSIZE changed from 33060 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-texinfo/nativesdk-texinfo-locale-fr: PKGSIZE changed from 118878 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-texinfo/nativesdk-texinfo-locale-he: PKGSIZE changed from 17555 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-texinfo/nativesdk-texinfo-locale-hr: PKGSIZE changed from 114118 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-texinfo/nativesdk-texinfo-locale-hu: PKGSIZE changed from 33319 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-texinfo/nativesdk-texinfo-locale-id: PKGSIZE changed from 60976 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-texinfo/nativesdk-texinfo-locale-it: PKGSIZE changed from 109419 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-texinfo/nativesdk-texinfo-locale-ja: PKGSIZE changed from 36695 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-texinfo/nativesdk-texinfo-locale-nb: PKGSIZE changed from 75120 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-texinfo/nativesdk-texinfo-locale-nl: PKGSIZE changed from 113250 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-texinfo/nativesdk-texinfo-locale-no.us-ascii: PKGSIZE changed from 1051 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-texinfo/nativesdk-texinfo-locale-pl: PKGSIZE changed from 115464 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-texinfo/nativesdk-texinfo-locale-pt-br.us-ascii: PKGSIZE changed from 9303 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-texinfo/nativesdk-texinfo-locale-pt-br: PKGSIZE changed from 111416 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-texinfo/nativesdk-texinfo-locale-pt.us-ascii: PKGSIZE changed from 8390 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-texinfo/nativesdk-texinfo-locale-pt: PKGSIZE changed from 112724 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-texinfo/nativesdk-texinfo-locale-ro: PKGSIZE changed from 20153 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-texinfo/nativesdk-texinfo-locale-ru: PKGSIZE changed from 118129 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-texinfo/nativesdk-texinfo-locale-rw: PKGSIZE changed from 474 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-texinfo/nativesdk-texinfo-locale-sl: PKGSIZE changed from 27852 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-texinfo/nativesdk-texinfo-locale-sv: PKGSIZE changed from 107349 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-texinfo/nativesdk-texinfo-locale-tr: PKGSIZE changed from 99284 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-texinfo/nativesdk-texinfo-locale-uk: PKGSIZE changed from 142288 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-texinfo/nativesdk-texinfo-locale-vi: PKGSIZE changed from 97493 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-texinfo/nativesdk-texinfo-locale-zh-cn: PKGSIZE changed from 27396 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-texinfo/nativesdk-texinfo-locale-zh-tw: PKGSIZE changed from 14111 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-texinfo/nativesdk-texinfo: PKGSIZE changed from 5740114 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-unfs3/nativesdk-unfs3-dbg: PKGSIZE changed from 31416 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-unfs3/nativesdk-unfs3-doc: PKGSIZE changed from 17361 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-unfs3/nativesdk-unfs3: PKGSIZE changed from 117912 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-util-linux-libuuid/nativesdk-util-linux-libuuid-dbg: PKGSIZE changed from 8432 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-util-linux-libuuid/nativesdk-util-linux-libuuid-dev: PKGSIZE changed from 4451 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-util-linux-libuuid/nativesdk-util-linux-libuuid: PKGSIZE changed from 31280 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-util-linux-libuuid/nativesdk-util-linux-libuuid: latest.pkg_postinst changed from "#!/bin/sh set -e if [ x"$D" = "x" ]; then if [ -x /sbin/ldconfig ]; then /sbin/ldconfig ; fi fi " to "#!/bin/sh if [ x"$D" = "x" ]; then if [ -x /sbin/ldconfig ]; then /sbin/ldconfig ; fi fi " packages/x86_64-nativesdk-pokysdk-linux/nativesdk-util-linux/nativesdk-util-linux-addpart: PKGSIZE changed from 35344 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-util-linux/nativesdk-util-linux-agetty: PKGSIZE changed from 70008 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-util-linux/nativesdk-util-linux-agetty: latest.pkg_postinst changed from "#!/bin/sh set -e update-alternatives --install /opt/poky/3.3+snapshot/sysroots/x86_64-pokysdk-linux/sbin/getty getty /opt/poky/3.3+snapshot/sysroots/x86_64-pokysdk-linux/sbin/agetty 80 " to "#!/bin/sh update-alternatives --install /opt/poky/3.3+snapshot/sysroots/x86_64-pokysdk-linux/sbin/getty getty /opt/poky/3.3+snapshot/sysroots/x86_64-pokysdk-linux/sbin/agetty 80 " packages/x86_64-nativesdk-pokysdk-linux/nativesdk-util-linux/nativesdk-util-linux-agetty: latest.pkg_prerm changed from "#!/bin/sh set -e update-alternatives --remove getty /opt/poky/3.3+snapshot/sysroots/x86_64-pokysdk-linux/sbin/agetty " to "#!/bin/sh update-alternatives --remove getty /opt/poky/3.3+snapshot/sysroots/x86_64-pokysdk-linux/sbin/agetty " packages/x86_64-nativesdk-pokysdk-linux/nativesdk-util-linux/nativesdk-util-linux-bash-completion: PKGSIZE changed from 93710 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-util-linux/nativesdk-util-linux-blkdiscard: PKGSIZE changed from 39600 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-util-linux/nativesdk-util-linux-blkid: PKGSIZE changed from 126496 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-util-linux/nativesdk-util-linux-blkid: latest.pkg_postinst changed from "#!/bin/sh set -e update-alternatives --install /opt/poky/3.3+snapshot/sysroots/x86_64-pokysdk-linux/sbin/blkid blkid /opt/poky/3.3+snapshot/sysroots/x86_64-pokysdk-linux/sbin/blkid.util-linux 80 " to "#!/bin/sh update-alternatives --install /opt/poky/3.3+snapshot/sysroots/x86_64-pokysdk-linux/sbin/blkid blkid /opt/poky/3.3+snapshot/sysroots/x86_64-pokysdk-linux/sbin/blkid.util-linux 80 " packages/x86_64-nativesdk-pokysdk-linux/nativesdk-util-linux/nativesdk-util-linux-blkid: latest.pkg_prerm changed from "#!/bin/sh set -e update-alternatives --remove blkid /opt/poky/3.3+snapshot/sysroots/x86_64-pokysdk-linux/sbin/blkid.util-linux " to "#!/bin/sh update-alternatives --remove blkid /opt/poky/3.3+snapshot/sysroots/x86_64-pokysdk-linux/sbin/blkid.util-linux " packages/x86_64-nativesdk-pokysdk-linux/nativesdk-util-linux/nativesdk-util-linux-blkzone: PKGSIZE changed from 80896 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-util-linux/nativesdk-util-linux-blockdev: PKGSIZE changed from 68544 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-util-linux/nativesdk-util-linux-blockdev: latest.pkg_postinst changed from "#!/bin/sh set -e update-alternatives --install /opt/poky/3.3+snapshot/sysroots/x86_64-pokysdk-linux/sbin/blockdev blockdev /opt/poky/3.3+snapshot/sysroots/x86_64-pokysdk-linux/sbin/blockdev.util-linux 80 " to "#!/bin/sh update-alternatives --install /opt/poky/3.3+snapshot/sysroots/x86_64-pokysdk-linux/sbin/blockdev blockdev /opt/poky/3.3+snapshot/sysroots/x86_64-pokysdk-linux/sbin/blockdev.util-linux 80 " packages/x86_64-nativesdk-pokysdk-linux/nativesdk-util-linux/nativesdk-util-linux-blockdev: latest.pkg_prerm changed from "#!/bin/sh set -e update-alternatives --remove blockdev /opt/poky/3.3+snapshot/sysroots/x86_64-pokysdk-linux/sbin/blockdev.util-linux " to "#!/bin/sh update-alternatives --remove blockdev /opt/poky/3.3+snapshot/sysroots/x86_64-pokysdk-linux/sbin/blockdev.util-linux " packages/x86_64-nativesdk-pokysdk-linux/nativesdk-util-linux/nativesdk-util-linux-cal: PKGSIZE changed from 73048 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-util-linux/nativesdk-util-linux-cal: latest.pkg_postinst changed from "#!/bin/sh set -e update-alternatives --install /opt/poky/3.3+snapshot/sysroots/x86_64-pokysdk-linux/usr/bin/cal cal /opt/poky/3.3+snapshot/sysroots/x86_64-pokysdk-linux/usr/bin/cal.util-linux 80 " to "#!/bin/sh update-alternatives --install /opt/poky/3.3+snapshot/sysroots/x86_64-pokysdk-linux/usr/bin/cal cal /opt/poky/3.3+snapshot/sysroots/x86_64-pokysdk-linux/usr/bin/cal.util-linux 80 " packages/x86_64-nativesdk-pokysdk-linux/nativesdk-util-linux/nativesdk-util-linux-cal: latest.pkg_prerm changed from "#!/bin/sh set -e update-alternatives --remove cal /opt/poky/3.3+snapshot/sysroots/x86_64-pokysdk-linux/usr/bin/cal.util-linux " to "#!/bin/sh update-alternatives --remove cal /opt/poky/3.3+snapshot/sysroots/x86_64-pokysdk-linux/usr/bin/cal.util-linux " packages/x86_64-nativesdk-pokysdk-linux/nativesdk-util-linux/nativesdk-util-linux-cfdisk: PKGSIZE changed from 111088 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-util-linux/nativesdk-util-linux-chcpu: PKGSIZE changed from 52024 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-util-linux/nativesdk-util-linux-chmem: PKGSIZE changed from 72656 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-util-linux/nativesdk-util-linux-choom: PKGSIZE changed from 60328 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-util-linux/nativesdk-util-linux-chrt: PKGSIZE changed from 39696 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-util-linux/nativesdk-util-linux-chrt: latest.pkg_postinst changed from "#!/bin/sh set -e update-alternatives --install /opt/poky/3.3+snapshot/sysroots/x86_64-pokysdk-linux/usr/bin/chrt chrt /opt/poky/3.3+snapshot/sysroots/x86_64-pokysdk-linux/usr/bin/chrt.util-linux 80 " to "#!/bin/sh update-alternatives --install /opt/poky/3.3+snapshot/sysroots/x86_64-pokysdk-linux/usr/bin/chrt chrt /opt/poky/3.3+snapshot/sysroots/x86_64-pokysdk-linux/usr/bin/chrt.util-linux 80 " packages/x86_64-nativesdk-pokysdk-linux/nativesdk-util-linux/nativesdk-util-linux-chrt: latest.pkg_prerm changed from "#!/bin/sh set -e update-alternatives --remove chrt /opt/poky/3.3+snapshot/sysroots/x86_64-pokysdk-linux/usr/bin/chrt.util-linux " to "#!/bin/sh update-alternatives --remove chrt /opt/poky/3.3+snapshot/sysroots/x86_64-pokysdk-linux/usr/bin/chrt.util-linux " packages/x86_64-nativesdk-pokysdk-linux/nativesdk-util-linux/nativesdk-util-linux-col: PKGSIZE changed from 39560 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-util-linux/nativesdk-util-linux-colcrt: PKGSIZE changed from 23008 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-util-linux/nativesdk-util-linux-colrm: PKGSIZE changed from 35416 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-util-linux/nativesdk-util-linux-column: PKGSIZE changed from 56336 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-util-linux/nativesdk-util-linux-ctrlaltdel: PKGSIZE changed from 43848 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-util-linux/nativesdk-util-linux-dbg: PKGSIZE changed from 1908800 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-util-linux/nativesdk-util-linux-delpart: PKGSIZE changed from 31248 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-util-linux/nativesdk-util-linux-dev: PKGSIZE changed from 102002 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-util-linux/nativesdk-util-linux-dmesg: PKGSIZE changed from 89432 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-util-linux/nativesdk-util-linux-dmesg: latest.pkg_postinst changed from "#!/bin/sh set -e update-alternatives --install /opt/poky/3.3+snapshot/sysroots/x86_64-pokysdk-linux/bin/dmesg dmesg /opt/poky/3.3+snapshot/sysroots/x86_64-pokysdk-linux/bin/dmesg.util-linux 80 " to "#!/bin/sh update-alternatives --install /opt/poky/3.3+snapshot/sysroots/x86_64-pokysdk-linux/bin/dmesg dmesg /opt/poky/3.3+snapshot/sysroots/x86_64-pokysdk-linux/bin/dmesg.util-linux 80 " packages/x86_64-nativesdk-pokysdk-linux/nativesdk-util-linux/nativesdk-util-linux-dmesg: latest.pkg_prerm changed from "#!/bin/sh set -e update-alternatives --remove dmesg /opt/poky/3.3+snapshot/sysroots/x86_64-pokysdk-linux/bin/dmesg.util-linux " to "#!/bin/sh update-alternatives --remove dmesg /opt/poky/3.3+snapshot/sysroots/x86_64-pokysdk-linux/bin/dmesg.util-linux " packages/x86_64-nativesdk-pokysdk-linux/nativesdk-util-linux/nativesdk-util-linux-doc: PKGSIZE changed from 3850 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-util-linux/nativesdk-util-linux-eject: PKGSIZE changed from 85168 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-util-linux/nativesdk-util-linux-eject: latest.pkg_postinst changed from "#!/bin/sh set -e update-alternatives --install /opt/poky/3.3+snapshot/sysroots/x86_64-pokysdk-linux/usr/bin/eject eject /opt/poky/3.3+snapshot/sysroots/x86_64-pokysdk-linux/usr/bin/eject.util-linux 80 " to "#!/bin/sh update-alternatives --install /opt/poky/3.3+snapshot/sysroots/x86_64-pokysdk-linux/usr/bin/eject eject /opt/poky/3.3+snapshot/sysroots/x86_64-pokysdk-linux/usr/bin/eject.util-linux 80 " packages/x86_64-nativesdk-pokysdk-linux/nativesdk-util-linux/nativesdk-util-linux-eject: latest.pkg_prerm changed from "#!/bin/sh set -e update-alternatives --remove eject /opt/poky/3.3+snapshot/sysroots/x86_64-pokysdk-linux/usr/bin/eject.util-linux " to "#!/bin/sh update-alternatives --remove eject /opt/poky/3.3+snapshot/sysroots/x86_64-pokysdk-linux/usr/bin/eject.util-linux " packages/x86_64-nativesdk-pokysdk-linux/nativesdk-util-linux/nativesdk-util-linux-fallocate: PKGSIZE changed from 39576 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-util-linux/nativesdk-util-linux-fallocate: latest.pkg_postinst changed from "#!/bin/sh set -e update-alternatives --install /opt/poky/3.3+snapshot/sysroots/x86_64-pokysdk-linux/usr/bin/fallocate fallocate /opt/poky/3.3+snapshot/sysroots/x86_64-pokysdk-linux/usr/bin/fallocate.util-linux 80 " to "#!/bin/sh update-alternatives --install /opt/poky/3.3+snapshot/sysroots/x86_64-pokysdk-linux/usr/bin/fallocate fallocate /opt/poky/3.3+snapshot/sysroots/x86_64-pokysdk-linux/usr/bin/fallocate.util-linux 80 " packages/x86_64-nativesdk-pokysdk-linux/nativesdk-util-linux/nativesdk-util-linux-fallocate: latest.pkg_prerm changed from "#!/bin/sh set -e update-alternatives --remove fallocate /opt/poky/3.3+snapshot/sysroots/x86_64-pokysdk-linux/usr/bin/fallocate.util-linux " to "#!/bin/sh update-alternatives --remove fallocate /opt/poky/3.3+snapshot/sysroots/x86_64-pokysdk-linux/usr/bin/fallocate.util-linux " packages/x86_64-nativesdk-pokysdk-linux/nativesdk-util-linux/nativesdk-util-linux-fdisk: PKGSIZE changed from 160472 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-util-linux/nativesdk-util-linux-fdisk: latest.pkg_postinst changed from "#!/bin/sh set -e update-alternatives --install /opt/poky/3.3+snapshot/sysroots/x86_64-pokysdk-linux/sbin/fdisk fdisk /opt/poky/3.3+snapshot/sysroots/x86_64-pokysdk-linux/sbin/fdisk.util-linux 80 " to "#!/bin/sh update-alternatives --install /opt/poky/3.3+snapshot/sysroots/x86_64-pokysdk-linux/sbin/fdisk fdisk /opt/poky/3.3+snapshot/sysroots/x86_64-pokysdk-linux/sbin/fdisk.util-linux 80 " packages/x86_64-nativesdk-pokysdk-linux/nativesdk-util-linux/nativesdk-util-linux-fdisk: latest.pkg_prerm changed from "#!/bin/sh set -e update-alternatives --remove fdisk /opt/poky/3.3+snapshot/sysroots/x86_64-pokysdk-linux/sbin/fdisk.util-linux " to "#!/bin/sh update-alternatives --remove fdisk /opt/poky/3.3+snapshot/sysroots/x86_64-pokysdk-linux/sbin/fdisk.util-linux " packages/x86_64-nativesdk-pokysdk-linux/nativesdk-util-linux/nativesdk-util-linux-fincore: PKGSIZE changed from 39728 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-util-linux/nativesdk-util-linux-findfs: PKGSIZE changed from 18824 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-util-linux/nativesdk-util-linux-findmnt: PKGSIZE changed from 74384 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-util-linux/nativesdk-util-linux-flock: PKGSIZE changed from 39704 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-util-linux/nativesdk-util-linux-flock: latest.pkg_postinst changed from "#!/bin/sh set -e update-alternatives --install /opt/poky/3.3+snapshot/sysroots/x86_64-pokysdk-linux/usr/bin/flock flock /opt/poky/3.3+snapshot/sysroots/x86_64-pokysdk-linux/usr/bin/flock.util-linux 80 " to "#!/bin/sh update-alternatives --install /opt/poky/3.3+snapshot/sysroots/x86_64-pokysdk-linux/usr/bin/flock flock /opt/poky/3.3+snapshot/sysroots/x86_64-pokysdk-linux/usr/bin/flock.util-linux 80 " packages/x86_64-nativesdk-pokysdk-linux/nativesdk-util-linux/nativesdk-util-linux-flock: latest.pkg_prerm changed from "#!/bin/sh set -e update-alternatives --remove flock /opt/poky/3.3+snapshot/sysroots/x86_64-pokysdk-linux/usr/bin/flock.util-linux " to "#!/bin/sh update-alternatives --remove flock /opt/poky/3.3+snapshot/sysroots/x86_64-pokysdk-linux/usr/bin/flock.util-linux " packages/x86_64-nativesdk-pokysdk-linux/nativesdk-util-linux/nativesdk-util-linux-fsck.cramfs: PKGSIZE changed from 43880 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-util-linux/nativesdk-util-linux-fsck: PKGSIZE changed from 60664 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-util-linux/nativesdk-util-linux-fsck: latest.pkg_postinst changed from "#!/bin/sh set -e update-alternatives --install /opt/poky/3.3+snapshot/sysroots/x86_64-pokysdk-linux/sbin/fsck fsck /opt/poky/3.3+snapshot/sysroots/x86_64-pokysdk-linux/sbin/fsck.util-linux 80 " to "#!/bin/sh update-alternatives --install /opt/poky/3.3+snapshot/sysroots/x86_64-pokysdk-linux/sbin/fsck fsck /opt/poky/3.3+snapshot/sysroots/x86_64-pokysdk-linux/sbin/fsck.util-linux 80 " packages/x86_64-nativesdk-pokysdk-linux/nativesdk-util-linux/nativesdk-util-linux-fsck: latest.pkg_prerm changed from "#!/bin/sh set -e update-alternatives --remove fsck /opt/poky/3.3+snapshot/sysroots/x86_64-pokysdk-linux/sbin/fsck.util-linux " to "#!/bin/sh update-alternatives --remove fsck /opt/poky/3.3+snapshot/sysroots/x86_64-pokysdk-linux/sbin/fsck.util-linux " packages/x86_64-nativesdk-pokysdk-linux/nativesdk-util-linux/nativesdk-util-linux-fsfreeze: PKGSIZE changed from 18856 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-util-linux/nativesdk-util-linux-fsfreeze: latest.pkg_postinst changed from "#!/bin/sh set -e update-alternatives --install /opt/poky/3.3+snapshot/sysroots/x86_64-pokysdk-linux/usr/bin/fsfreeze fsfreeze /opt/poky/3.3+snapshot/sysroots/x86_64-pokysdk-linux/usr/bin/fsfreeze.util-linux 80 " to "#!/bin/sh update-alternatives --install /opt/poky/3.3+snapshot/sysroots/x86_64-pokysdk-linux/usr/bin/fsfreeze fsfreeze /opt/poky/3.3+snapshot/sysroots/x86_64-pokysdk-linux/usr/bin/fsfreeze.util-linux 80 " packages/x86_64-nativesdk-pokysdk-linux/nativesdk-util-linux/nativesdk-util-linux-fsfreeze: latest.pkg_prerm changed from "#!/bin/sh set -e update-alternatives --remove fsfreeze /opt/poky/3.3+snapshot/sysroots/x86_64-pokysdk-linux/usr/bin/fsfreeze.util-linux " to "#!/bin/sh update-alternatives --remove fsfreeze /opt/poky/3.3+snapshot/sysroots/x86_64-pokysdk-linux/usr/bin/fsfreeze.util-linux " packages/x86_64-nativesdk-pokysdk-linux/nativesdk-util-linux/nativesdk-util-linux-fstrim: PKGSIZE changed from 77032 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-util-linux/nativesdk-util-linux-fstrim: latest.pkg_postinst changed from "#!/bin/sh set -e update-alternatives --install /opt/poky/3.3+snapshot/sysroots/x86_64-pokysdk-linux/sbin/fstrim fstrim /opt/poky/3.3+snapshot/sysroots/x86_64-pokysdk-linux/sbin/fstrim.util-linux 80 " to "#!/bin/sh update-alternatives --install /opt/poky/3.3+snapshot/sysroots/x86_64-pokysdk-linux/sbin/fstrim fstrim /opt/poky/3.3+snapshot/sysroots/x86_64-pokysdk-linux/sbin/fstrim.util-linux 80 " packages/x86_64-nativesdk-pokysdk-linux/nativesdk-util-linux/nativesdk-util-linux-fstrim: latest.pkg_prerm changed from "#!/bin/sh set -e update-alternatives --remove fstrim /opt/poky/3.3+snapshot/sysroots/x86_64-pokysdk-linux/sbin/fstrim.util-linux " to "#!/bin/sh update-alternatives --remove fstrim /opt/poky/3.3+snapshot/sysroots/x86_64-pokysdk-linux/sbin/fstrim.util-linux " packages/x86_64-nativesdk-pokysdk-linux/nativesdk-util-linux/nativesdk-util-linux-getopt: PKGSIZE changed from 39544 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-util-linux/nativesdk-util-linux-getopt: latest.pkg_postinst changed from "#!/bin/sh set -e update-alternatives --install /opt/poky/3.3+snapshot/sysroots/x86_64-pokysdk-linux/bin/getopt getopt /opt/poky/3.3+snapshot/sysroots/x86_64-pokysdk-linux/bin/getopt.util-linux 80 " to "#!/bin/sh update-alternatives --install /opt/poky/3.3+snapshot/sysroots/x86_64-pokysdk-linux/bin/getopt getopt /opt/poky/3.3+snapshot/sysroots/x86_64-pokysdk-linux/bin/getopt.util-linux 80 " packages/x86_64-nativesdk-pokysdk-linux/nativesdk-util-linux/nativesdk-util-linux-getopt: latest.pkg_prerm changed from "#!/bin/sh set -e update-alternatives --remove getopt /opt/poky/3.3+snapshot/sysroots/x86_64-pokysdk-linux/bin/getopt.util-linux " to "#!/bin/sh update-alternatives --remove getopt /opt/poky/3.3+snapshot/sysroots/x86_64-pokysdk-linux/bin/getopt.util-linux " packages/x86_64-nativesdk-pokysdk-linux/nativesdk-util-linux/nativesdk-util-linux-hardlink: PKGSIZE changed from 43792 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-util-linux/nativesdk-util-linux-hexdump: PKGSIZE changed from 60272 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-util-linux/nativesdk-util-linux-hexdump: latest.pkg_postinst changed from "#!/bin/sh set -e update-alternatives --install /opt/poky/3.3+snapshot/sysroots/x86_64-pokysdk-linux/usr/bin/hexdump hexdump /opt/poky/3.3+snapshot/sysroots/x86_64-pokysdk-linux/usr/bin/hexdump.util-linux 80 " to "#!/bin/sh update-alternatives --install /opt/poky/3.3+snapshot/sysroots/x86_64-pokysdk-linux/usr/bin/hexdump hexdump /opt/poky/3.3+snapshot/sysroots/x86_64-pokysdk-linux/usr/bin/hexdump.util-linux 80 " packages/x86_64-nativesdk-pokysdk-linux/nativesdk-util-linux/nativesdk-util-linux-hexdump: latest.pkg_prerm changed from "#!/bin/sh set -e update-alternatives --remove hexdump /opt/poky/3.3+snapshot/sysroots/x86_64-pokysdk-linux/usr/bin/hexdump.util-linux " to "#!/bin/sh update-alternatives --remove hexdump /opt/poky/3.3+snapshot/sysroots/x86_64-pokysdk-linux/usr/bin/hexdump.util-linux " packages/x86_64-nativesdk-pokysdk-linux/nativesdk-util-linux/nativesdk-util-linux-hwclock: PKGSIZE changed from 85224 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-util-linux/nativesdk-util-linux-hwclock: latest.pkg_postinst changed from "#!/bin/sh set -e update-alternatives --install /opt/poky/3.3+snapshot/sysroots/x86_64-pokysdk-linux/sbin/hwclock hwclock /opt/poky/3.3+snapshot/sysroots/x86_64-pokysdk-linux/sbin/hwclock.util-linux 80 " to "#!/bin/sh update-alternatives --install /opt/poky/3.3+snapshot/sysroots/x86_64-pokysdk-linux/sbin/hwclock hwclock /opt/poky/3.3+snapshot/sysroots/x86_64-pokysdk-linux/sbin/hwclock.util-linux 80 " packages/x86_64-nativesdk-pokysdk-linux/nativesdk-util-linux/nativesdk-util-linux-hwclock: latest.pkg_prerm changed from "#!/bin/sh set -e update-alternatives --remove hwclock /opt/poky/3.3+snapshot/sysroots/x86_64-pokysdk-linux/sbin/hwclock.util-linux " to "#!/bin/sh update-alternatives --remove hwclock /opt/poky/3.3+snapshot/sysroots/x86_64-pokysdk-linux/sbin/hwclock.util-linux " packages/x86_64-nativesdk-pokysdk-linux/nativesdk-util-linux/nativesdk-util-linux-ionice: PKGSIZE changed from 35432 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-util-linux/nativesdk-util-linux-ionice: latest.pkg_postinst changed from "#!/bin/sh set -e update-alternatives --install /opt/poky/3.3+snapshot/sysroots/x86_64-pokysdk-linux/usr/bin/ionice ionice /opt/poky/3.3+snapshot/sysroots/x86_64-pokysdk-linux/usr/bin/ionice.util-linux 80 " to "#!/bin/sh update-alternatives --install /opt/poky/3.3+snapshot/sysroots/x86_64-pokysdk-linux/usr/bin/ionice ionice /opt/poky/3.3+snapshot/sysroots/x86_64-pokysdk-linux/usr/bin/ionice.util-linux 80 " packages/x86_64-nativesdk-pokysdk-linux/nativesdk-util-linux/nativesdk-util-linux-ionice: latest.pkg_prerm changed from "#!/bin/sh set -e update-alternatives --remove ionice /opt/poky/3.3+snapshot/sysroots/x86_64-pokysdk-linux/usr/bin/ionice.util-linux " to "#!/bin/sh update-alternatives --remove ionice /opt/poky/3.3+snapshot/sysroots/x86_64-pokysdk-linux/usr/bin/ionice.util-linux " packages/x86_64-nativesdk-pokysdk-linux/nativesdk-util-linux/nativesdk-util-linux-ipcmk: PKGSIZE changed from 35592 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-util-linux/nativesdk-util-linux-ipcrm: PKGSIZE changed from 39536 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-util-linux/nativesdk-util-linux-ipcs: PKGSIZE changed from 76808 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-util-linux/nativesdk-util-linux-irqtop: PKGSIZE changed from 56528 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-util-linux/nativesdk-util-linux-isosize: PKGSIZE changed from 35408 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-util-linux/nativesdk-util-linux-kill: PKGSIZE changed from 43840 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-util-linux/nativesdk-util-linux-kill: latest.pkg_postinst changed from "#!/bin/sh set -e update-alternatives --install /opt/poky/3.3+snapshot/sysroots/x86_64-pokysdk-linux/bin/kill kill /opt/poky/3.3+snapshot/sysroots/x86_64-pokysdk-linux/bin/kill.util-linux 80 " to "#!/bin/sh update-alternatives --install /opt/poky/3.3+snapshot/sysroots/x86_64-pokysdk-linux/bin/kill kill /opt/poky/3.3+snapshot/sysroots/x86_64-pokysdk-linux/bin/kill.util-linux 80 " packages/x86_64-nativesdk-pokysdk-linux/nativesdk-util-linux/nativesdk-util-linux-kill: latest.pkg_prerm changed from "#!/bin/sh set -e update-alternatives --remove kill /opt/poky/3.3+snapshot/sysroots/x86_64-pokysdk-linux/bin/kill.util-linux " to "#!/bin/sh update-alternatives --remove kill /opt/poky/3.3+snapshot/sysroots/x86_64-pokysdk-linux/bin/kill.util-linux " packages/x86_64-nativesdk-pokysdk-linux/nativesdk-util-linux/nativesdk-util-linux-last: PKGSIZE changed from 56135 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-util-linux/nativesdk-util-linux-last: latest.pkg_postinst changed from "#!/bin/sh set -e update-alternatives --install /opt/poky/3.3+snapshot/sysroots/x86_64-pokysdk-linux/usr/bin/last last /opt/poky/3.3+snapshot/sysroots/x86_64-pokysdk-linux/usr/bin/last.util-linux 80 update-alternatives --install /opt/poky/3.3+snapshot/sysroots/x86_64-pokysdk-linux/usr/bin/lastb lastb /opt/poky/3.3+snapshot/sysroots/x86_64-pokysdk-linux/usr/bin/lastb.util-linux 80 " to "#!/bin/sh update-alternatives --install /opt/poky/3.3+snapshot/sysroots/x86_64-pokysdk-linux/usr/bin/last last /opt/poky/3.3+snapshot/sysroots/x86_64-pokysdk-linux/usr/bin/last.util-linux 80 update-alternatives --install /opt/poky/3.3+snapshot/sysroots/x86_64-pokysdk-linux/usr/bin/lastb lastb /opt/poky/3.3+snapshot/sysroots/x86_64-pokysdk-linux/usr/bin/lastb.util-linux 80 " packages/x86_64-nativesdk-pokysdk-linux/nativesdk-util-linux/nativesdk-util-linux-last: latest.pkg_prerm changed from "#!/bin/sh set -e update-alternatives --remove last /opt/poky/3.3+snapshot/sysroots/x86_64-pokysdk-linux/usr/bin/last.util-linux update-alternatives --remove lastb /opt/poky/3.3+snapshot/sysroots/x86_64-pokysdk-linux/usr/bin/lastb.util-linux " to "#!/bin/sh update-alternatives --remove last /opt/poky/3.3+snapshot/sysroots/x86_64-pokysdk-linux/usr/bin/last.util-linux update-alternatives --remove lastb /opt/poky/3.3+snapshot/sysroots/x86_64-pokysdk-linux/usr/bin/lastb.util-linux " packages/x86_64-nativesdk-pokysdk-linux/nativesdk-util-linux/nativesdk-util-linux-ldattach: PKGSIZE changed from 39624 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-util-linux/nativesdk-util-linux-libblkid: PKGSIZE changed from 336841 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-util-linux/nativesdk-util-linux-libblkid: latest.pkg_postinst changed from "#!/bin/sh set -e if [ x"$D" = "x" ]; then if [ -x /sbin/ldconfig ]; then /sbin/ldconfig ; fi fi " to "#!/bin/sh if [ x"$D" = "x" ]; then if [ -x /sbin/ldconfig ]; then /sbin/ldconfig ; fi fi " packages/x86_64-nativesdk-pokysdk-linux/nativesdk-util-linux/nativesdk-util-linux-libfdisk: PKGSIZE changed from 447465 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-util-linux/nativesdk-util-linux-libfdisk: latest.pkg_postinst changed from "#!/bin/sh set -e if [ x"$D" = "x" ]; then if [ -x /sbin/ldconfig ]; then /sbin/ldconfig ; fi fi " to "#!/bin/sh if [ x"$D" = "x" ]; then if [ -x /sbin/ldconfig ]; then /sbin/ldconfig ; fi fi " packages/x86_64-nativesdk-pokysdk-linux/nativesdk-util-linux/nativesdk-util-linux-libmount: PKGSIZE changed from 370697 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-util-linux/nativesdk-util-linux-libmount: latest.pkg_postinst changed from "#!/bin/sh set -e if [ x"$D" = "x" ]; then if [ -x /sbin/ldconfig ]; then /sbin/ldconfig ; fi fi " to "#!/bin/sh if [ x"$D" = "x" ]; then if [ -x /sbin/ldconfig ]; then /sbin/ldconfig ; fi fi " packages/x86_64-nativesdk-pokysdk-linux/nativesdk-util-linux/nativesdk-util-linux-libsmartcols: PKGSIZE changed from 233685 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-util-linux/nativesdk-util-linux-libsmartcols: latest.pkg_postinst changed from "#!/bin/sh set -e if [ x"$D" = "x" ]; then if [ -x /sbin/ldconfig ]; then /sbin/ldconfig ; fi fi " to "#!/bin/sh if [ x"$D" = "x" ]; then if [ -x /sbin/ldconfig ]; then /sbin/ldconfig ; fi fi " packages/x86_64-nativesdk-pokysdk-linux/nativesdk-util-linux/nativesdk-util-linux-locale-ca: PKGSIZE changed from 33113 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-util-linux/nativesdk-util-linux-locale-cs: PKGSIZE changed from 501691 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-util-linux/nativesdk-util-linux-locale-da: PKGSIZE changed from 413020 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-util-linux/nativesdk-util-linux-locale-de: PKGSIZE changed from 509346 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-util-linux/nativesdk-util-linux-locale-es: PKGSIZE changed from 484265 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-util-linux/nativesdk-util-linux-locale-et: PKGSIZE changed from 20833 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-util-linux/nativesdk-util-linux-locale-eu: PKGSIZE changed from 20147 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-util-linux/nativesdk-util-linux-locale-fi: PKGSIZE changed from 82153 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-util-linux/nativesdk-util-linux-locale-fr: PKGSIZE changed from 514455 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-util-linux/nativesdk-util-linux-locale-gl: PKGSIZE changed from 16538 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-util-linux/nativesdk-util-linux-locale-hr: PKGSIZE changed from 495167 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-util-linux/nativesdk-util-linux-locale-hu: PKGSIZE changed from 39862 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-util-linux/nativesdk-util-linux-locale-id: PKGSIZE changed from 43348 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-util-linux/nativesdk-util-linux-locale-it: PKGSIZE changed from 31911 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-util-linux/nativesdk-util-linux-locale-ja: PKGSIZE changed from 408278 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-util-linux/nativesdk-util-linux-locale-nl: PKGSIZE changed from 334225 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-util-linux/nativesdk-util-linux-locale-pl: PKGSIZE changed from 497100 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-util-linux/nativesdk-util-linux-locale-pt-br: PKGSIZE changed from 473280 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-util-linux/nativesdk-util-linux-locale-pt: PKGSIZE changed from 487574 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-util-linux/nativesdk-util-linux-locale-ru: PKGSIZE changed from 202156 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-util-linux/nativesdk-util-linux-locale-sl: PKGSIZE changed from 31148 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-util-linux/nativesdk-util-linux-locale-sv: PKGSIZE changed from 460436 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-util-linux/nativesdk-util-linux-locale-tr: PKGSIZE changed from 353868 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-util-linux/nativesdk-util-linux-locale-uk: PKGSIZE changed from 641343 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-util-linux/nativesdk-util-linux-locale-vi: PKGSIZE changed from 325353 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-util-linux/nativesdk-util-linux-locale-zh-cn: PKGSIZE changed from 364813 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-util-linux/nativesdk-util-linux-locale-zh-tw: PKGSIZE changed from 47803 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-util-linux/nativesdk-util-linux-logger: PKGSIZE changed from 56712 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-util-linux/nativesdk-util-linux-logger: latest.pkg_postinst changed from "#!/bin/sh set -e update-alternatives --install /opt/poky/3.3+snapshot/sysroots/x86_64-pokysdk-linux/usr/bin/logger logger /opt/poky/3.3+snapshot/sysroots/x86_64-pokysdk-linux/usr/bin/logger.util-linux 80 " to "#!/bin/sh update-alternatives --install /opt/poky/3.3+snapshot/sysroots/x86_64-pokysdk-linux/usr/bin/logger logger /opt/poky/3.3+snapshot/sysroots/x86_64-pokysdk-linux/usr/bin/logger.util-linux 80 " packages/x86_64-nativesdk-pokysdk-linux/nativesdk-util-linux/nativesdk-util-linux-logger: latest.pkg_prerm changed from "#!/bin/sh set -e update-alternatives --remove logger /opt/poky/3.3+snapshot/sysroots/x86_64-pokysdk-linux/usr/bin/logger.util-linux " to "#!/bin/sh update-alternatives --remove logger /opt/poky/3.3+snapshot/sysroots/x86_64-pokysdk-linux/usr/bin/logger.util-linux " packages/x86_64-nativesdk-pokysdk-linux/nativesdk-util-linux/nativesdk-util-linux-look: PKGSIZE changed from 23008 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-util-linux/nativesdk-util-linux-losetup: PKGSIZE changed from 118112 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-util-linux/nativesdk-util-linux-losetup: latest.pkg_postinst changed from "#!/bin/sh set -e update-alternatives --install /opt/poky/3.3+snapshot/sysroots/x86_64-pokysdk-linux/sbin/losetup losetup /opt/poky/3.3+snapshot/sysroots/x86_64-pokysdk-linux/sbin/losetup.util-linux 80 " to "#!/bin/sh update-alternatives --install /opt/poky/3.3+snapshot/sysroots/x86_64-pokysdk-linux/sbin/losetup losetup /opt/poky/3.3+snapshot/sysroots/x86_64-pokysdk-linux/sbin/losetup.util-linux 80 " packages/x86_64-nativesdk-pokysdk-linux/nativesdk-util-linux/nativesdk-util-linux-losetup: latest.pkg_prerm changed from "#!/bin/sh set -e update-alternatives --remove losetup /opt/poky/3.3+snapshot/sysroots/x86_64-pokysdk-linux/sbin/losetup.util-linux " to "#!/bin/sh update-alternatives --remove losetup /opt/poky/3.3+snapshot/sysroots/x86_64-pokysdk-linux/sbin/losetup.util-linux " packages/x86_64-nativesdk-pokysdk-linux/nativesdk-util-linux/nativesdk-util-linux-lsblk: PKGSIZE changed from 187984 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-util-linux/nativesdk-util-linux-lscpu: PKGSIZE changed from 130240 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-util-linux/nativesdk-util-linux-lsipc: PKGSIZE changed from 97560 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-util-linux/nativesdk-util-linux-lsirq: PKGSIZE changed from 39792 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-util-linux/nativesdk-util-linux-lslocks: PKGSIZE changed from 48336 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-util-linux/nativesdk-util-linux-lslogins: PKGSIZE changed from 72872 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-util-linux/nativesdk-util-linux-lsmem: PKGSIZE changed from 72752 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-util-linux/nativesdk-util-linux-lsns: PKGSIZE changed from 56352 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-util-linux/nativesdk-util-linux-mcookie: PKGSIZE changed from 39704 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-util-linux/nativesdk-util-linux-mcookie: latest.pkg_postinst changed from "#!/bin/sh set -e update-alternatives --install /opt/poky/3.3+snapshot/sysroots/x86_64-pokysdk-linux/usr/bin/mcookie mcookie /opt/poky/3.3+snapshot/sysroots/x86_64-pokysdk-linux/usr/bin/mcookie.util-linux 80 " to "#!/bin/sh update-alternatives --install /opt/poky/3.3+snapshot/sysroots/x86_64-pokysdk-linux/usr/bin/mcookie mcookie /opt/poky/3.3+snapshot/sysroots/x86_64-pokysdk-linux/usr/bin/mcookie.util-linux 80 " packages/x86_64-nativesdk-pokysdk-linux/nativesdk-util-linux/nativesdk-util-linux-mcookie: latest.pkg_prerm changed from "#!/bin/sh set -e update-alternatives --remove mcookie /opt/poky/3.3+snapshot/sysroots/x86_64-pokysdk-linux/usr/bin/mcookie.util-linux " to "#!/bin/sh update-alternatives --remove mcookie /opt/poky/3.3+snapshot/sysroots/x86_64-pokysdk-linux/usr/bin/mcookie.util-linux " packages/x86_64-nativesdk-pokysdk-linux/nativesdk-util-linux/nativesdk-util-linux-mesg: PKGSIZE changed from 23032 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-util-linux/nativesdk-util-linux-mesg: latest.pkg_postinst changed from "#!/bin/sh set -e update-alternatives --install /opt/poky/3.3+snapshot/sysroots/x86_64-pokysdk-linux/usr/bin/mesg mesg /opt/poky/3.3+snapshot/sysroots/x86_64-pokysdk-linux/usr/bin/mesg.util-linux 80 " to "#!/bin/sh update-alternatives --install /opt/poky/3.3+snapshot/sysroots/x86_64-pokysdk-linux/usr/bin/mesg mesg /opt/poky/3.3+snapshot/sysroots/x86_64-pokysdk-linux/usr/bin/mesg.util-linux 80 " packages/x86_64-nativesdk-pokysdk-linux/nativesdk-util-linux/nativesdk-util-linux-mesg: latest.pkg_prerm changed from "#!/bin/sh set -e update-alternatives --remove mesg /opt/poky/3.3+snapshot/sysroots/x86_64-pokysdk-linux/usr/bin/mesg.util-linux " to "#!/bin/sh update-alternatives --remove mesg /opt/poky/3.3+snapshot/sysroots/x86_64-pokysdk-linux/usr/bin/mesg.util-linux " packages/x86_64-nativesdk-pokysdk-linux/nativesdk-util-linux/nativesdk-util-linux-mkfs.cramfs: PKGSIZE changed from 43656 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-util-linux/nativesdk-util-linux-mkfs: PKGSIZE changed from 18840 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-util-linux/nativesdk-util-linux-mkswap: PKGSIZE changed from 109848 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-util-linux/nativesdk-util-linux-mkswap: latest.pkg_postinst changed from "#!/bin/sh set -e update-alternatives --install /opt/poky/3.3+snapshot/sysroots/x86_64-pokysdk-linux/sbin/mkswap mkswap /opt/poky/3.3+snapshot/sysroots/x86_64-pokysdk-linux/sbin/mkswap.util-linux 80 " to "#!/bin/sh update-alternatives --install /opt/poky/3.3+snapshot/sysroots/x86_64-pokysdk-linux/sbin/mkswap mkswap /opt/poky/3.3+snapshot/sysroots/x86_64-pokysdk-linux/sbin/mkswap.util-linux 80 " packages/x86_64-nativesdk-pokysdk-linux/nativesdk-util-linux/nativesdk-util-linux-mkswap: latest.pkg_prerm changed from "#!/bin/sh set -e update-alternatives --remove mkswap /opt/poky/3.3+snapshot/sysroots/x86_64-pokysdk-linux/sbin/mkswap.util-linux " to "#!/bin/sh update-alternatives --remove mkswap /opt/poky/3.3+snapshot/sysroots/x86_64-pokysdk-linux/sbin/mkswap.util-linux " packages/x86_64-nativesdk-pokysdk-linux/nativesdk-util-linux/nativesdk-util-linux-more: PKGSIZE changed from 60480 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-util-linux/nativesdk-util-linux-more: latest.pkg_postinst changed from "#!/bin/sh set -e update-alternatives --install /opt/poky/3.3+snapshot/sysroots/x86_64-pokysdk-linux/bin/more more /opt/poky/3.3+snapshot/sysroots/x86_64-pokysdk-linux/bin/more.util-linux 80 " to "#!/bin/sh update-alternatives --install /opt/poky/3.3+snapshot/sysroots/x86_64-pokysdk-linux/bin/more more /opt/poky/3.3+snapshot/sysroots/x86_64-pokysdk-linux/bin/more.util-linux 80 " packages/x86_64-nativesdk-pokysdk-linux/nativesdk-util-linux/nativesdk-util-linux-more: latest.pkg_prerm changed from "#!/bin/sh set -e update-alternatives --remove more /opt/poky/3.3+snapshot/sysroots/x86_64-pokysdk-linux/bin/more.util-linux " to "#!/bin/sh update-alternatives --remove more /opt/poky/3.3+snapshot/sysroots/x86_64-pokysdk-linux/bin/more.util-linux " packages/x86_64-nativesdk-pokysdk-linux/nativesdk-util-linux/nativesdk-util-linux-mount: PKGSIZE changed from 60804 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-util-linux/nativesdk-util-linux-mount: latest.pkg_postinst changed from "#!/bin/sh set -e update-alternatives --install /opt/poky/3.3+snapshot/sysroots/x86_64-pokysdk-linux/bin/mount mount /opt/poky/3.3+snapshot/sysroots/x86_64-pokysdk-linux/bin/mount.util-linux 80 " to "#!/bin/sh update-alternatives --install /opt/poky/3.3+snapshot/sysroots/x86_64-pokysdk-linux/bin/mount mount /opt/poky/3.3+snapshot/sysroots/x86_64-pokysdk-linux/bin/mount.util-linux 80 " packages/x86_64-nativesdk-pokysdk-linux/nativesdk-util-linux/nativesdk-util-linux-mount: latest.pkg_prerm changed from "#!/bin/sh set -e update-alternatives --remove mount /opt/poky/3.3+snapshot/sysroots/x86_64-pokysdk-linux/bin/mount.util-linux " to "#!/bin/sh update-alternatives --remove mount /opt/poky/3.3+snapshot/sysroots/x86_64-pokysdk-linux/bin/mount.util-linux " packages/x86_64-nativesdk-pokysdk-linux/nativesdk-util-linux/nativesdk-util-linux-mountpoint: PKGSIZE changed from 23040 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-util-linux/nativesdk-util-linux-mountpoint: latest.pkg_postinst changed from "#!/bin/sh set -e update-alternatives --install /opt/poky/3.3+snapshot/sysroots/x86_64-pokysdk-linux/bin/mountpoint mountpoint /opt/poky/3.3+snapshot/sysroots/x86_64-pokysdk-linux/bin/mountpoint.util-linux 80 " to "#!/bin/sh update-alternatives --install /opt/poky/3.3+snapshot/sysroots/x86_64-pokysdk-linux/bin/mountpoint mountpoint /opt/poky/3.3+snapshot/sysroots/x86_64-pokysdk-linux/bin/mountpoint.util-linux 80 " packages/x86_64-nativesdk-pokysdk-linux/nativesdk-util-linux/nativesdk-util-linux-mountpoint: latest.pkg_prerm changed from "#!/bin/sh set -e update-alternatives --remove mountpoint /opt/poky/3.3+snapshot/sysroots/x86_64-pokysdk-linux/bin/mountpoint.util-linux " to "#!/bin/sh update-alternatives --remove mountpoint /opt/poky/3.3+snapshot/sysroots/x86_64-pokysdk-linux/bin/mountpoint.util-linux " packages/x86_64-nativesdk-pokysdk-linux/nativesdk-util-linux/nativesdk-util-linux-namei: PKGSIZE changed from 39592 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-util-linux/nativesdk-util-linux-nologin: PKGSIZE changed from 23000 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-util-linux/nativesdk-util-linux-nologin: latest.pkg_postinst changed from "#!/bin/sh set -e update-alternatives --install /opt/poky/3.3+snapshot/sysroots/x86_64-pokysdk-linux/sbin/nologin nologin /opt/poky/3.3+snapshot/sysroots/x86_64-pokysdk-linux/sbin/nologin.util-linux 80 " to "#!/bin/sh update-alternatives --install /opt/poky/3.3+snapshot/sysroots/x86_64-pokysdk-linux/sbin/nologin nologin /opt/poky/3.3+snapshot/sysroots/x86_64-pokysdk-linux/sbin/nologin.util-linux 80 " packages/x86_64-nativesdk-pokysdk-linux/nativesdk-util-linux/nativesdk-util-linux-nologin: latest.pkg_prerm changed from "#!/bin/sh set -e update-alternatives --remove nologin /opt/poky/3.3+snapshot/sysroots/x86_64-pokysdk-linux/sbin/nologin.util-linux " to "#!/bin/sh update-alternatives --remove nologin /opt/poky/3.3+snapshot/sysroots/x86_64-pokysdk-linux/sbin/nologin.util-linux " packages/x86_64-nativesdk-pokysdk-linux/nativesdk-util-linux/nativesdk-util-linux-nsenter: PKGSIZE changed from 39888 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-util-linux/nativesdk-util-linux-nsenter: latest.pkg_postinst changed from "#!/bin/sh set -e update-alternatives --install /opt/poky/3.3+snapshot/sysroots/x86_64-pokysdk-linux/usr/bin/nsenter nsenter /opt/poky/3.3+snapshot/sysroots/x86_64-pokysdk-linux/usr/bin/nsenter.util-linux 80 " to "#!/bin/sh update-alternatives --install /opt/poky/3.3+snapshot/sysroots/x86_64-pokysdk-linux/usr/bin/nsenter nsenter /opt/poky/3.3+snapshot/sysroots/x86_64-pokysdk-linux/usr/bin/nsenter.util-linux 80 " packages/x86_64-nativesdk-pokysdk-linux/nativesdk-util-linux/nativesdk-util-linux-nsenter: latest.pkg_prerm changed from "#!/bin/sh set -e update-alternatives --remove nsenter /opt/poky/3.3+snapshot/sysroots/x86_64-pokysdk-linux/usr/bin/nsenter.util-linux " to "#!/bin/sh update-alternatives --remove nsenter /opt/poky/3.3+snapshot/sysroots/x86_64-pokysdk-linux/usr/bin/nsenter.util-linux " packages/x86_64-nativesdk-pokysdk-linux/nativesdk-util-linux/nativesdk-util-linux-partx: PKGSIZE changed from 122248 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-util-linux/nativesdk-util-linux-pivot-root: PKGSIZE changed from 18832 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-util-linux/nativesdk-util-linux-pivot-root: latest.pkg_postinst changed from "#!/bin/sh set -e update-alternatives --install /opt/poky/3.3+snapshot/sysroots/x86_64-pokysdk-linux/sbin/pivot_root pivot_root /opt/poky/3.3+snapshot/sysroots/x86_64-pokysdk-linux/sbin/pivot_root.util-linux 80 " to "#!/bin/sh update-alternatives --install /opt/poky/3.3+snapshot/sysroots/x86_64-pokysdk-linux/sbin/pivot_root pivot_root /opt/poky/3.3+snapshot/sysroots/x86_64-pokysdk-linux/sbin/pivot_root.util-linux 80 " packages/x86_64-nativesdk-pokysdk-linux/nativesdk-util-linux/nativesdk-util-linux-pivot-root: latest.pkg_prerm changed from "#!/bin/sh set -e update-alternatives --remove pivot_root /opt/poky/3.3+snapshot/sysroots/x86_64-pokysdk-linux/sbin/pivot_root.util-linux " to "#!/bin/sh update-alternatives --remove pivot_root /opt/poky/3.3+snapshot/sysroots/x86_64-pokysdk-linux/sbin/pivot_root.util-linux " packages/x86_64-nativesdk-pokysdk-linux/nativesdk-util-linux/nativesdk-util-linux-prlimit: PKGSIZE changed from 44248 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-util-linux/nativesdk-util-linux-prlimit: latest.pkg_postinst changed from "#!/bin/sh set -e update-alternatives --install /opt/poky/3.3+snapshot/sysroots/x86_64-pokysdk-linux/usr/bin/prlimit prlimit /opt/poky/3.3+snapshot/sysroots/x86_64-pokysdk-linux/usr/bin/prlimit.util-linux 80 " to "#!/bin/sh update-alternatives --install /opt/poky/3.3+snapshot/sysroots/x86_64-pokysdk-linux/usr/bin/prlimit prlimit /opt/poky/3.3+snapshot/sysroots/x86_64-pokysdk-linux/usr/bin/prlimit.util-linux 80 " packages/x86_64-nativesdk-pokysdk-linux/nativesdk-util-linux/nativesdk-util-linux-prlimit: latest.pkg_prerm changed from "#!/bin/sh set -e update-alternatives --remove prlimit /opt/poky/3.3+snapshot/sysroots/x86_64-pokysdk-linux/usr/bin/prlimit.util-linux " to "#!/bin/sh update-alternatives --remove prlimit /opt/poky/3.3+snapshot/sysroots/x86_64-pokysdk-linux/usr/bin/prlimit.util-linux " packages/x86_64-nativesdk-pokysdk-linux/nativesdk-util-linux/nativesdk-util-linux-raw: PKGSIZE changed from 18856 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-util-linux/nativesdk-util-linux-readprofile: PKGSIZE changed from 27216 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-util-linux/nativesdk-util-linux-readprofile: latest.pkg_postinst changed from "#!/bin/sh set -e update-alternatives --install /opt/poky/3.3+snapshot/sysroots/x86_64-pokysdk-linux/usr/bin/readprofile readprofile /opt/poky/3.3+snapshot/sysroots/x86_64-pokysdk-linux/usr/bin/readprofile.util-linux 80 " to "#!/bin/sh update-alternatives --install /opt/poky/3.3+snapshot/sysroots/x86_64-pokysdk-linux/usr/bin/readprofile readprofile /opt/poky/3.3+snapshot/sysroots/x86_64-pokysdk-linux/usr/bin/readprofile.util-linux 80 " packages/x86_64-nativesdk-pokysdk-linux/nativesdk-util-linux/nativesdk-util-linux-readprofile: latest.pkg_prerm changed from "#!/bin/sh set -e update-alternatives --remove readprofile /opt/poky/3.3+snapshot/sysroots/x86_64-pokysdk-linux/usr/bin/readprofile.util-linux " to "#!/bin/sh update-alternatives --remove readprofile /opt/poky/3.3+snapshot/sysroots/x86_64-pokysdk-linux/usr/bin/readprofile.util-linux " packages/x86_64-nativesdk-pokysdk-linux/nativesdk-util-linux/nativesdk-util-linux-rename: PKGSIZE changed from 27176 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-util-linux/nativesdk-util-linux-renice: PKGSIZE changed from 18848 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-util-linux/nativesdk-util-linux-renice: latest.pkg_postinst changed from "#!/bin/sh set -e update-alternatives --install /opt/poky/3.3+snapshot/sysroots/x86_64-pokysdk-linux/usr/bin/renice renice /opt/poky/3.3+snapshot/sysroots/x86_64-pokysdk-linux/usr/bin/renice.util-linux 80 " to "#!/bin/sh update-alternatives --install /opt/poky/3.3+snapshot/sysroots/x86_64-pokysdk-linux/usr/bin/renice renice /opt/poky/3.3+snapshot/sysroots/x86_64-pokysdk-linux/usr/bin/renice.util-linux 80 " packages/x86_64-nativesdk-pokysdk-linux/nativesdk-util-linux/nativesdk-util-linux-renice: latest.pkg_prerm changed from "#!/bin/sh set -e update-alternatives --remove renice /opt/poky/3.3+snapshot/sysroots/x86_64-pokysdk-linux/usr/bin/renice.util-linux " to "#!/bin/sh update-alternatives --remove renice /opt/poky/3.3+snapshot/sysroots/x86_64-pokysdk-linux/usr/bin/renice.util-linux " packages/x86_64-nativesdk-pokysdk-linux/nativesdk-util-linux/nativesdk-util-linux-resizepart: PKGSIZE changed from 72688 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-util-linux/nativesdk-util-linux-rev: PKGSIZE changed from 18896 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-util-linux/nativesdk-util-linux-rev: latest.pkg_postinst changed from "#!/bin/sh set -e update-alternatives --install /opt/poky/3.3+snapshot/sysroots/x86_64-pokysdk-linux/usr/bin/rev rev /opt/poky/3.3+snapshot/sysroots/x86_64-pokysdk-linux/usr/bin/rev.util-linux 80 " to "#!/bin/sh update-alternatives --install /opt/poky/3.3+snapshot/sysroots/x86_64-pokysdk-linux/usr/bin/rev rev /opt/poky/3.3+snapshot/sysroots/x86_64-pokysdk-linux/usr/bin/rev.util-linux 80 " packages/x86_64-nativesdk-pokysdk-linux/nativesdk-util-linux/nativesdk-util-linux-rev: latest.pkg_prerm changed from "#!/bin/sh set -e update-alternatives --remove rev /opt/poky/3.3+snapshot/sysroots/x86_64-pokysdk-linux/usr/bin/rev.util-linux " to "#!/bin/sh update-alternatives --remove rev /opt/poky/3.3+snapshot/sysroots/x86_64-pokysdk-linux/usr/bin/rev.util-linux " packages/x86_64-nativesdk-pokysdk-linux/nativesdk-util-linux/nativesdk-util-linux-rfkill: PKGSIZE changed from 52064 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-util-linux/nativesdk-util-linux-rfkill: latest.pkg_postinst changed from "#!/bin/sh set -e update-alternatives --install /opt/poky/3.3+snapshot/sysroots/x86_64-pokysdk-linux/usr/bin/rfkill rfkill /opt/poky/3.3+snapshot/sysroots/x86_64-pokysdk-linux/usr/bin/rfkill.util-linux 80 " to "#!/bin/sh update-alternatives --install /opt/poky/3.3+snapshot/sysroots/x86_64-pokysdk-linux/usr/bin/rfkill rfkill /opt/poky/3.3+snapshot/sysroots/x86_64-pokysdk-linux/usr/bin/rfkill.util-linux 80 " packages/x86_64-nativesdk-pokysdk-linux/nativesdk-util-linux/nativesdk-util-linux-rfkill: latest.pkg_prerm changed from "#!/bin/sh set -e update-alternatives --remove rfkill /opt/poky/3.3+snapshot/sysroots/x86_64-pokysdk-linux/usr/bin/rfkill.util-linux " to "#!/bin/sh update-alternatives --remove rfkill /opt/poky/3.3+snapshot/sysroots/x86_64-pokysdk-linux/usr/bin/rfkill.util-linux " packages/x86_64-nativesdk-pokysdk-linux/nativesdk-util-linux/nativesdk-util-linux-rtcwake: PKGSIZE changed from 56128 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-util-linux/nativesdk-util-linux-rtcwake: latest.pkg_postinst changed from "#!/bin/sh set -e update-alternatives --install /opt/poky/3.3+snapshot/sysroots/x86_64-pokysdk-linux/usr/bin/rtcwake rtcwake /opt/poky/3.3+snapshot/sysroots/x86_64-pokysdk-linux/usr/bin/rtcwake.util-linux 80 " to "#!/bin/sh update-alternatives --install /opt/poky/3.3+snapshot/sysroots/x86_64-pokysdk-linux/usr/bin/rtcwake rtcwake /opt/poky/3.3+snapshot/sysroots/x86_64-pokysdk-linux/usr/bin/rtcwake.util-linux 80 " packages/x86_64-nativesdk-pokysdk-linux/nativesdk-util-linux/nativesdk-util-linux-rtcwake: latest.pkg_prerm changed from "#!/bin/sh set -e update-alternatives --remove rtcwake /opt/poky/3.3+snapshot/sysroots/x86_64-pokysdk-linux/usr/bin/rtcwake.util-linux " to "#!/bin/sh update-alternatives --remove rtcwake /opt/poky/3.3+snapshot/sysroots/x86_64-pokysdk-linux/usr/bin/rtcwake.util-linux " packages/x86_64-nativesdk-pokysdk-linux/nativesdk-util-linux/nativesdk-util-linux-script: PKGSIZE changed from 72744 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-util-linux/nativesdk-util-linux-scriptlive: PKGSIZE changed from 60392 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-util-linux/nativesdk-util-linux-scriptreplay: PKGSIZE changed from 47888 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-util-linux/nativesdk-util-linux-setarch: PKGSIZE changed from 27379 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-util-linux/nativesdk-util-linux-setsid: PKGSIZE changed from 18880 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-util-linux/nativesdk-util-linux-setsid: latest.pkg_postinst changed from "#!/bin/sh set -e update-alternatives --install /opt/poky/3.3+snapshot/sysroots/x86_64-pokysdk-linux/usr/bin/setsid setsid /opt/poky/3.3+snapshot/sysroots/x86_64-pokysdk-linux/usr/bin/setsid.util-linux 80 " to "#!/bin/sh update-alternatives --install /opt/poky/3.3+snapshot/sysroots/x86_64-pokysdk-linux/usr/bin/setsid setsid /opt/poky/3.3+snapshot/sysroots/x86_64-pokysdk-linux/usr/bin/setsid.util-linux 80 " packages/x86_64-nativesdk-pokysdk-linux/nativesdk-util-linux/nativesdk-util-linux-setsid: latest.pkg_prerm changed from "#!/bin/sh set -e update-alternatives --remove setsid /opt/poky/3.3+snapshot/sysroots/x86_64-pokysdk-linux/usr/bin/setsid.util-linux " to "#!/bin/sh update-alternatives --remove setsid /opt/poky/3.3+snapshot/sysroots/x86_64-pokysdk-linux/usr/bin/setsid.util-linux " packages/x86_64-nativesdk-pokysdk-linux/nativesdk-util-linux/nativesdk-util-linux-setterm: PKGSIZE changed from 51960 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-util-linux/nativesdk-util-linux-sfdisk: PKGSIZE changed from 151848 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-util-linux/nativesdk-util-linux-sulogin: PKGSIZE changed from 52344 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-util-linux/nativesdk-util-linux-sulogin: latest.pkg_postinst changed from "#!/bin/sh set -e update-alternatives --install /opt/poky/3.3+snapshot/sysroots/x86_64-pokysdk-linux/sbin/sulogin sulogin /opt/poky/3.3+snapshot/sysroots/x86_64-pokysdk-linux/sbin/sulogin.util-linux 80 " to "#!/bin/sh update-alternatives --install /opt/poky/3.3+snapshot/sysroots/x86_64-pokysdk-linux/sbin/sulogin sulogin /opt/poky/3.3+snapshot/sysroots/x86_64-pokysdk-linux/sbin/sulogin.util-linux 80 " packages/x86_64-nativesdk-pokysdk-linux/nativesdk-util-linux/nativesdk-util-linux-sulogin: latest.pkg_prerm changed from "#!/bin/sh set -e update-alternatives --remove sulogin /opt/poky/3.3+snapshot/sysroots/x86_64-pokysdk-linux/sbin/sulogin.util-linux " to "#!/bin/sh update-alternatives --remove sulogin /opt/poky/3.3+snapshot/sysroots/x86_64-pokysdk-linux/sbin/sulogin.util-linux " packages/x86_64-nativesdk-pokysdk-linux/nativesdk-util-linux/nativesdk-util-linux-swaplabel: PKGSIZE changed from 23016 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-util-linux/nativesdk-util-linux-swapoff: PKGSIZE changed from 27288 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-util-linux/nativesdk-util-linux-swapoff: latest.pkg_postinst changed from "#!/bin/sh set -e update-alternatives --install /opt/poky/3.3+snapshot/sysroots/x86_64-pokysdk-linux/sbin/swapoff swapoff /opt/poky/3.3+snapshot/sysroots/x86_64-pokysdk-linux/sbin/swapoff.util-linux 80 " to "#!/bin/sh update-alternatives --install /opt/poky/3.3+snapshot/sysroots/x86_64-pokysdk-linux/sbin/swapoff swapoff /opt/poky/3.3+snapshot/sysroots/x86_64-pokysdk-linux/sbin/swapoff.util-linux 80 " packages/x86_64-nativesdk-pokysdk-linux/nativesdk-util-linux/nativesdk-util-linux-swapoff: latest.pkg_prerm changed from "#!/bin/sh set -e update-alternatives --remove swapoff /opt/poky/3.3+snapshot/sysroots/x86_64-pokysdk-linux/sbin/swapoff.util-linux " to "#!/bin/sh update-alternatives --remove swapoff /opt/poky/3.3+snapshot/sysroots/x86_64-pokysdk-linux/sbin/swapoff.util-linux " packages/x86_64-nativesdk-pokysdk-linux/nativesdk-util-linux/nativesdk-util-linux-swapon: PKGSIZE changed from 56416 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-util-linux/nativesdk-util-linux-swapon: latest.pkg_postinst changed from "#!/bin/sh set -e update-alternatives --install /opt/poky/3.3+snapshot/sysroots/x86_64-pokysdk-linux/sbin/swapon swapon /opt/poky/3.3+snapshot/sysroots/x86_64-pokysdk-linux/sbin/swapon.util-linux 80 " to "#!/bin/sh update-alternatives --install /opt/poky/3.3+snapshot/sysroots/x86_64-pokysdk-linux/sbin/swapon swapon /opt/poky/3.3+snapshot/sysroots/x86_64-pokysdk-linux/sbin/swapon.util-linux 80 " packages/x86_64-nativesdk-pokysdk-linux/nativesdk-util-linux/nativesdk-util-linux-swapon: latest.pkg_prerm changed from "#!/bin/sh set -e update-alternatives --remove swapon /opt/poky/3.3+snapshot/sysroots/x86_64-pokysdk-linux/sbin/swapon.util-linux " to "#!/bin/sh update-alternatives --remove swapon /opt/poky/3.3+snapshot/sysroots/x86_64-pokysdk-linux/sbin/swapon.util-linux " packages/x86_64-nativesdk-pokysdk-linux/nativesdk-util-linux/nativesdk-util-linux-switch-root: PKGSIZE changed from 23056 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-util-linux/nativesdk-util-linux-switch-root: latest.pkg_postinst changed from "#!/bin/sh set -e update-alternatives --install /opt/poky/3.3+snapshot/sysroots/x86_64-pokysdk-linux/sbin/switch_root switch_root /opt/poky/3.3+snapshot/sysroots/x86_64-pokysdk-linux/sbin/switch_root.util-linux 80 " to "#!/bin/sh update-alternatives --install /opt/poky/3.3+snapshot/sysroots/x86_64-pokysdk-linux/sbin/switch_root switch_root /opt/poky/3.3+snapshot/sysroots/x86_64-pokysdk-linux/sbin/switch_root.util-linux 80 " packages/x86_64-nativesdk-pokysdk-linux/nativesdk-util-linux/nativesdk-util-linux-switch-root: latest.pkg_prerm changed from "#!/bin/sh set -e update-alternatives --remove switch_root /opt/poky/3.3+snapshot/sysroots/x86_64-pokysdk-linux/sbin/switch_root.util-linux " to "#!/bin/sh update-alternatives --remove switch_root /opt/poky/3.3+snapshot/sysroots/x86_64-pokysdk-linux/sbin/switch_root.util-linux " packages/x86_64-nativesdk-pokysdk-linux/nativesdk-util-linux/nativesdk-util-linux-taskset: PKGSIZE changed from 39688 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-util-linux/nativesdk-util-linux-taskset: latest.pkg_postinst changed from "#!/bin/sh set -e update-alternatives --install /opt/poky/3.3+snapshot/sysroots/x86_64-pokysdk-linux/usr/bin/taskset taskset /opt/poky/3.3+snapshot/sysroots/x86_64-pokysdk-linux/usr/bin/taskset.util-linux 80 " to "#!/bin/sh update-alternatives --install /opt/poky/3.3+snapshot/sysroots/x86_64-pokysdk-linux/usr/bin/taskset taskset /opt/poky/3.3+snapshot/sysroots/x86_64-pokysdk-linux/usr/bin/taskset.util-linux 80 " packages/x86_64-nativesdk-pokysdk-linux/nativesdk-util-linux/nativesdk-util-linux-taskset: latest.pkg_prerm changed from "#!/bin/sh set -e update-alternatives --remove taskset /opt/poky/3.3+snapshot/sysroots/x86_64-pokysdk-linux/usr/bin/taskset.util-linux " to "#!/bin/sh update-alternatives --remove taskset /opt/poky/3.3+snapshot/sysroots/x86_64-pokysdk-linux/usr/bin/taskset.util-linux " packages/x86_64-nativesdk-pokysdk-linux/nativesdk-util-linux/nativesdk-util-linux-uclampset: PKGSIZE changed from 68560 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-util-linux/nativesdk-util-linux-ul: PKGSIZE changed from 27160 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-util-linux/nativesdk-util-linux-umount: PKGSIZE changed from 40024 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-util-linux/nativesdk-util-linux-umount: latest.pkg_postinst changed from "#!/bin/sh set -e update-alternatives --install /opt/poky/3.3+snapshot/sysroots/x86_64-pokysdk-linux/bin/umount umount /opt/poky/3.3+snapshot/sysroots/x86_64-pokysdk-linux/bin/umount.util-linux 80 " to "#!/bin/sh update-alternatives --install /opt/poky/3.3+snapshot/sysroots/x86_64-pokysdk-linux/bin/umount umount /opt/poky/3.3+snapshot/sysroots/x86_64-pokysdk-linux/bin/umount.util-linux 80 " packages/x86_64-nativesdk-pokysdk-linux/nativesdk-util-linux/nativesdk-util-linux-umount: latest.pkg_prerm changed from "#!/bin/sh set -e update-alternatives --remove umount /opt/poky/3.3+snapshot/sysroots/x86_64-pokysdk-linux/bin/umount.util-linux " to "#!/bin/sh update-alternatives --remove umount /opt/poky/3.3+snapshot/sysroots/x86_64-pokysdk-linux/bin/umount.util-linux " packages/x86_64-nativesdk-pokysdk-linux/nativesdk-util-linux/nativesdk-util-linux-unshare: PKGSIZE changed from 52472 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-util-linux/nativesdk-util-linux-unshare: latest.pkg_postinst changed from "#!/bin/sh set -e update-alternatives --install /opt/poky/3.3+snapshot/sysroots/x86_64-pokysdk-linux/usr/bin/unshare unshare /opt/poky/3.3+snapshot/sysroots/x86_64-pokysdk-linux/usr/bin/unshare.util-linux 80 " to "#!/bin/sh update-alternatives --install /opt/poky/3.3+snapshot/sysroots/x86_64-pokysdk-linux/usr/bin/unshare unshare /opt/poky/3.3+snapshot/sysroots/x86_64-pokysdk-linux/usr/bin/unshare.util-linux 80 " packages/x86_64-nativesdk-pokysdk-linux/nativesdk-util-linux/nativesdk-util-linux-unshare: latest.pkg_prerm changed from "#!/bin/sh set -e update-alternatives --remove unshare /opt/poky/3.3+snapshot/sysroots/x86_64-pokysdk-linux/usr/bin/unshare.util-linux " to "#!/bin/sh update-alternatives --remove unshare /opt/poky/3.3+snapshot/sysroots/x86_64-pokysdk-linux/usr/bin/unshare.util-linux " packages/x86_64-nativesdk-pokysdk-linux/nativesdk-util-linux/nativesdk-util-linux-utmpdump: PKGSIZE changed from 35544 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-util-linux/nativesdk-util-linux-utmpdump: latest.pkg_postinst changed from "#!/bin/sh set -e update-alternatives --install /opt/poky/3.3+snapshot/sysroots/x86_64-pokysdk-linux/usr/bin/utmpdump utmpdump /opt/poky/3.3+snapshot/sysroots/x86_64-pokysdk-linux/usr/bin/utmpdump.util-linux 80 " to "#!/bin/sh update-alternatives --install /opt/poky/3.3+snapshot/sysroots/x86_64-pokysdk-linux/usr/bin/utmpdump utmpdump /opt/poky/3.3+snapshot/sysroots/x86_64-pokysdk-linux/usr/bin/utmpdump.util-linux 80 " packages/x86_64-nativesdk-pokysdk-linux/nativesdk-util-linux/nativesdk-util-linux-utmpdump: latest.pkg_prerm changed from "#!/bin/sh set -e update-alternatives --remove utmpdump /opt/poky/3.3+snapshot/sysroots/x86_64-pokysdk-linux/usr/bin/utmpdump.util-linux " to "#!/bin/sh update-alternatives --remove utmpdump /opt/poky/3.3+snapshot/sysroots/x86_64-pokysdk-linux/usr/bin/utmpdump.util-linux " packages/x86_64-nativesdk-pokysdk-linux/nativesdk-util-linux/nativesdk-util-linux-uuidd: PKGSIZE changed from 48480 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-util-linux/nativesdk-util-linux-uuidgen: PKGSIZE changed from 23008 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-util-linux/nativesdk-util-linux-uuidgen: latest.pkg_postinst changed from "#!/bin/sh set -e update-alternatives --install /opt/poky/3.3+snapshot/sysroots/x86_64-pokysdk-linux/usr/bin/uuidgen uuidgen /opt/poky/3.3+snapshot/sysroots/x86_64-pokysdk-linux/usr/bin/uuidgen.util-linux 80 " to "#!/bin/sh update-alternatives --install /opt/poky/3.3+snapshot/sysroots/x86_64-pokysdk-linux/usr/bin/uuidgen uuidgen /opt/poky/3.3+snapshot/sysroots/x86_64-pokysdk-linux/usr/bin/uuidgen.util-linux 80 " packages/x86_64-nativesdk-pokysdk-linux/nativesdk-util-linux/nativesdk-util-linux-uuidgen: latest.pkg_prerm changed from "#!/bin/sh set -e update-alternatives --remove uuidgen /opt/poky/3.3+snapshot/sysroots/x86_64-pokysdk-linux/usr/bin/uuidgen.util-linux " to "#!/bin/sh update-alternatives --remove uuidgen /opt/poky/3.3+snapshot/sysroots/x86_64-pokysdk-linux/usr/bin/uuidgen.util-linux " packages/x86_64-nativesdk-pokysdk-linux/nativesdk-util-linux/nativesdk-util-linux-uuidparse: PKGSIZE changed from 43824 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-util-linux/nativesdk-util-linux-wall: PKGSIZE changed from 39760 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-util-linux/nativesdk-util-linux-wall: latest.pkg_postinst changed from "#!/bin/sh set -e update-alternatives --install /opt/poky/3.3+snapshot/sysroots/x86_64-pokysdk-linux/usr/bin/wall wall /opt/poky/3.3+snapshot/sysroots/x86_64-pokysdk-linux/usr/bin/wall.util-linux 80 " to "#!/bin/sh update-alternatives --install /opt/poky/3.3+snapshot/sysroots/x86_64-pokysdk-linux/usr/bin/wall wall /opt/poky/3.3+snapshot/sysroots/x86_64-pokysdk-linux/usr/bin/wall.util-linux 80 " packages/x86_64-nativesdk-pokysdk-linux/nativesdk-util-linux/nativesdk-util-linux-wall: latest.pkg_prerm changed from "#!/bin/sh set -e update-alternatives --remove wall /opt/poky/3.3+snapshot/sysroots/x86_64-pokysdk-linux/usr/bin/wall.util-linux " to "#!/bin/sh update-alternatives --remove wall /opt/poky/3.3+snapshot/sysroots/x86_64-pokysdk-linux/usr/bin/wall.util-linux " packages/x86_64-nativesdk-pokysdk-linux/nativesdk-util-linux/nativesdk-util-linux-wdctl: PKGSIZE changed from 68664 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-util-linux/nativesdk-util-linux-whereis: PKGSIZE changed from 36016 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-util-linux/nativesdk-util-linux-wipefs: PKGSIZE changed from 52216 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-util-linux/nativesdk-util-linux-write: PKGSIZE changed from 27288 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-util-linux/nativesdk-util-linux-zramctl: PKGSIZE changed from 122192 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-util-linux/nativesdk-util-linux: RRECOMMENDS: removed all items "nativesdk-util-linux-wipefs nativesdk-util-linux-fdisk nativesdk-util-linux-lslocks nativesdk-util-linux-losetup nativesdk-util-linux-lsmem nativesdk-util-linux-chrt nativesdk-util-linux-cfdisk nativesdk-util-linux-eject nativesdk-util-linux-mkfs nativesdk-util-linux-swapon nativesdk-util-linux-lsipc nativesdk-util-linux-whereis nativesdk-util-linux-irqtop nativesdk-util-linux-uuidgen nativesdk-util-linux-utmpdump nativesdk-util-linux-blockdev nativesdk-util-linux-umount nativesdk-util-linux-renice nativesdk-util-linux-setterm nativesdk-util-linux-mcookie nativesdk-util-linux-kill nativesdk-util-linux-ionice nativesdk-util-linux-zramctl nativesdk-util-linux-wall nativesdk-util-linux-hardlink nativesdk-util-linux-sulogin nativesdk-util-linux-fsck nativesdk-util-linux-last nativesdk-util-linux-addpart nativesdk-util-linux-blkzone nativesdk-util-linux-uuidd nativesdk-util-linux-mkfs.cramfs nativesdk-util-linux-ipcmk nativesdk-util-linux-sfdisk nativesdk-util-linux-uclampset nativesdk-util-linux-fallocate nativesdk-util-linux-write nativesdk-util-linux-namei nativesdk-util-linux-nologin nativesdk-util-linux-rename nativesdk-util-linux-isosize nativesdk-util-linux-mkswap nativesdk-util-linux-rtcwake nativesdk-util-linux-findfs nativesdk-util-linux-colrm nativesdk-util-linux-partx nativesdk-util-linux-ipcrm nativesdk-util-linux-ldattach nativesdk-util-linux-lsblk nativesdk-util-linux-swapoff nativesdk-util-linux-chcpu nativesdk-util-linux-dmesg nativesdk-util-linux-lslogins nativesdk-util-linux-lsns nativesdk-util-linux-raw nativesdk-util-linux-findmnt nativesdk-util-linux-taskset nativesdk-util-linux-lsirq nativesdk-util-linux-scriptlive nativesdk-util-linux-rfkill nativesdk-util-linux-uuidparse nativesdk-util-linux-mesg nativesdk-util-linux-fstrim nativesdk-util-linux-nsenter nativesdk-util-linux-wdctl nativesdk-util-linux-script nativesdk-util-linux-hexdump nativesdk-util-linux-blkdiscard nativesdk-util-linux-ul nativesdk-util-linux-cal nativesdk-util-linux-getopt nativesdk-util-linux-readprofile nativesdk-util-linux-blkid nativesdk-util-linux-chmem nativesdk-util-linux-scriptreplay nativesdk-util-linux-swaplabel nativesdk-util-linux-switch-root nativesdk-util-linux-delpart nativesdk-util-linux-logger nativesdk-util-linux-lscpu nativesdk-util-linux-prlimit nativesdk-util-linux-choom nativesdk-util-linux-rev nativesdk-util-linux-col nativesdk-util-linux-hwclock nativesdk-util-linux-more nativesdk-util-linux-pivot-root nativesdk-util-linux-setsid nativesdk-util-linux-setarch nativesdk-util-linux-resizepart nativesdk-util-linux-column nativesdk-util-linux-fincore nativesdk-util-linux-ipcs nativesdk-util-linux-flock nativesdk-util-linux-mount nativesdk-util-linux-look nativesdk-util-linux-fsck.cramfs nativesdk-util-linux-agetty nativesdk-util-linux-colcrt nativesdk-util-linux-ctrlaltdel nativesdk-util-linux-mountpoint nativesdk-util-linux-fsfreeze nativesdk-util-linux-unshare" packages/x86_64-nativesdk-pokysdk-linux/nativesdk-util-macros/nativesdk-util-macros-dev: PKGSIZE changed from 71906 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-util-macros/nativesdk-util-macros: PKGSIZE changed from 15744 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-virglrenderer/nativesdk-virglrenderer-dbg: PKGSIZE changed from 95464 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-virglrenderer/nativesdk-virglrenderer-dev: PKGSIZE changed from 13123 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-virglrenderer/nativesdk-virglrenderer: PKGSIZE changed from 545345 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-virglrenderer/nativesdk-virglrenderer: latest.pkg_postinst changed from "#!/bin/sh set -e if [ x"$D" = "x" ]; then if [ -x /sbin/ldconfig ]; then /sbin/ldconfig ; fi fi " to "#!/bin/sh if [ x"$D" = "x" ]; then if [ -x /sbin/ldconfig ]; then /sbin/ldconfig ; fi fi " packages/x86_64-nativesdk-pokysdk-linux/nativesdk-wget/nativesdk-wget-dbg: PKGSIZE changed from 58840 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-wget/nativesdk-wget-doc: PKGSIZE changed from 233670 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-wget/nativesdk-wget-locale-af: PKGSIZE changed from 726 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-wget/nativesdk-wget-locale-be: PKGSIZE changed from 23843 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-wget/nativesdk-wget-locale-bg: PKGSIZE changed from 16681 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-wget/nativesdk-wget-locale-ca: PKGSIZE changed from 34697 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-wget/nativesdk-wget-locale-cs: PKGSIZE changed from 86576 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-wget/nativesdk-wget-locale-da: PKGSIZE changed from 27195 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-wget/nativesdk-wget-locale-de: PKGSIZE changed from 89437 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-wget/nativesdk-wget-locale-el: PKGSIZE changed from 11443 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-wget/nativesdk-wget-locale-en-gb: PKGSIZE changed from 8365 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-wget/nativesdk-wget-locale-eo: PKGSIZE changed from 81112 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-wget/nativesdk-wget-locale-es: PKGSIZE changed from 72518 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-wget/nativesdk-wget-locale-et: PKGSIZE changed from 78405 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-wget/nativesdk-wget-locale-eu: PKGSIZE changed from 10556 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-wget/nativesdk-wget-locale-fi: PKGSIZE changed from 65661 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-wget/nativesdk-wget-locale-fr: PKGSIZE changed from 87606 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-wget/nativesdk-wget-locale-ga: PKGSIZE changed from 76717 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-wget/nativesdk-wget-locale-gl: PKGSIZE changed from 24196 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-wget/nativesdk-wget-locale-he: PKGSIZE changed from 7130 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-wget/nativesdk-wget-locale-hr: PKGSIZE changed from 80862 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-wget/nativesdk-wget-locale-hu: PKGSIZE changed from 82226 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-wget/nativesdk-wget-locale-id: PKGSIZE changed from 30193 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-wget/nativesdk-wget-locale-it: PKGSIZE changed from 87168 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-wget/nativesdk-wget-locale-ja: PKGSIZE changed from 91080 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-wget/nativesdk-wget-locale-ko: PKGSIZE changed from 628 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-wget/nativesdk-wget-locale-lt: PKGSIZE changed from 15711 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-wget/nativesdk-wget-locale-ms: PKGSIZE changed from 766 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-wget/nativesdk-wget-locale-nb: PKGSIZE changed from 76055 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-wget/nativesdk-wget-locale-nl: PKGSIZE changed from 65087 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-wget/nativesdk-wget-locale-pl: PKGSIZE changed from 84935 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-wget/nativesdk-wget-locale-pt-br: PKGSIZE changed from 85936 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-wget/nativesdk-wget-locale-pt: PKGSIZE changed from 82478 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-wget/nativesdk-wget-locale-ro: PKGSIZE changed from 78687 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-wget/nativesdk-wget-locale-ru: PKGSIZE changed from 104509 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-wget/nativesdk-wget-locale-rw: PKGSIZE changed from 577 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-wget/nativesdk-wget-locale-sk: PKGSIZE changed from 79958 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-wget/nativesdk-wget-locale-sl: PKGSIZE changed from 28068 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-wget/nativesdk-wget-locale-sr: PKGSIZE changed from 103896 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-wget/nativesdk-wget-locale-sv: PKGSIZE changed from 82430 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-wget/nativesdk-wget-locale-tr: PKGSIZE changed from 73064 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-wget/nativesdk-wget-locale-uk: PKGSIZE changed from 105151 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-wget/nativesdk-wget-locale-vi: PKGSIZE changed from 82728 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-wget/nativesdk-wget-locale-zh-cn: PKGSIZE changed from 78202 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-wget/nativesdk-wget-locale-zh-tw: PKGSIZE changed from 77783 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-wget/nativesdk-wget: PKGSIZE changed from 542697 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-xcb-proto/nativesdk-python-xcbgen: PKGSIZE changed from 189736 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-xcb-proto/nativesdk-xcb-proto-dev: PKGSIZE changed from 676308 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-xorgproto/nativesdk-xorgproto-dev: PKGSIZE changed from 1150480 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-xorgproto/nativesdk-xorgproto-doc: PKGSIZE changed from 298025 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-xrandr/nativesdk-xrandr-dbg: PKGSIZE changed from 14968 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-xrandr/nativesdk-xrandr-doc: PKGSIZE changed from 18403 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-xrandr/nativesdk-xrandr: PKGSIZE changed from 89558 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-xtrans/nativesdk-xtrans-dev: PKGSIZE changed from 191189 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-xtrans/nativesdk-xtrans-doc: PKGSIZE changed from 46077 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-xz/nativesdk-liblzma: PKGSIZE changed from 158464 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-xz/nativesdk-liblzma: latest.pkg_postinst changed from "#!/bin/sh set -e if [ x"$D" = "x" ]; then if [ -x /sbin/ldconfig ]; then /sbin/ldconfig ; fi fi " to "#!/bin/sh if [ x"$D" = "x" ]; then if [ -x /sbin/ldconfig ]; then /sbin/ldconfig ; fi fi " packages/x86_64-nativesdk-pokysdk-linux/nativesdk-xz/nativesdk-xz-dbg: PKGSIZE changed from 74888 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-xz/nativesdk-xz-dev: PKGSIZE changed from 170608 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-xz/nativesdk-xz-doc: PKGSIZE changed from 332806 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-xz/nativesdk-xz-locale-cs: PKGSIZE changed from 21904 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-xz/nativesdk-xz-locale-da: PKGSIZE changed from 14353 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-xz/nativesdk-xz-locale-de: PKGSIZE changed from 28028 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-xz/nativesdk-xz-locale-fi: PKGSIZE changed from 25641 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-xz/nativesdk-xz-locale-fr: PKGSIZE changed from 26925 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-xz/nativesdk-xz-locale-hu: PKGSIZE changed from 26926 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-xz/nativesdk-xz-locale-it: PKGSIZE changed from 26532 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-xz/nativesdk-xz-locale-pl: PKGSIZE changed from 26084 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-xz/nativesdk-xz-locale-pt-br: PKGSIZE changed from 26452 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-xz/nativesdk-xz-locale-vi: PKGSIZE changed from 27552 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-xz/nativesdk-xz-locale-zh-cn: PKGSIZE changed from 24818 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-xz/nativesdk-xz-locale-zh-tw: PKGSIZE changed from 23142 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-xz/nativesdk-xz: PKGSIZE changed from 157965 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-xz/nativesdk-xz: latest.pkg_postinst changed from "#!/bin/sh set -e update-alternatives --install /opt/poky/3.3+snapshot/sysroots/x86_64-pokysdk-linux/usr/bin/xz xz /opt/poky/3.3+snapshot/sysroots/x86_64-pokysdk-linux/usr/bin/xz.xz 100 update-alternatives --install /opt/poky/3.3+snapshot/sysroots/x86_64-pokysdk-linux/usr/bin/xzcat xzcat /opt/poky/3.3+snapshot/sysroots/x86_64-pokysdk-linux/usr/bin/xzcat.xz 100 update-alternatives --install /opt/poky/3.3+snapshot/sysroots/x86_64-pokysdk-linux/usr/bin/unxz unxz /opt/poky/3.3+snapshot/sysroots/x86_64-pokysdk-linux/usr/bin/unxz.xz 100 update-alternatives --install /opt/poky/3.3+snapshot/sysroots/x86_64-pokysdk-linux/usr/bin/lzma lzma /opt/poky/3.3+snapshot/sysroots/x86_64-pokysdk-linux/usr/bin/lzma.xz 100 update-alternatives --install /opt/poky/3.3+snapshot/sysroots/x86_64-pokysdk-linux/usr/bin/lzcat lzcat /opt/poky/3.3+snapshot/sysroots/x86_64-pokysdk-linux/usr/bin/lzcat.xz 100 update-alternatives --install /opt/poky/3.3+snapshot/sysroots/x86_64-pokysdk-linux/usr/bin/unlzma unlzma /opt/poky/3.3+snapshot/sysroots/x86_64-pokysdk-linux/usr/bin/unlzma.xz 100 " to "#!/bin/sh update-alternatives --install /opt/poky/3.3+snapshot/sysroots/x86_64-pokysdk-linux/usr/bin/xz xz /opt/poky/3.3+snapshot/sysroots/x86_64-pokysdk-linux/usr/bin/xz.xz 100 update-alternatives --install /opt/poky/3.3+snapshot/sysroots/x86_64-pokysdk-linux/usr/bin/xzcat xzcat /opt/poky/3.3+snapshot/sysroots/x86_64-pokysdk-linux/usr/bin/xzcat.xz 100 update-alternatives --install /opt/poky/3.3+snapshot/sysroots/x86_64-pokysdk-linux/usr/bin/unxz unxz /opt/poky/3.3+snapshot/sysroots/x86_64-pokysdk-linux/usr/bin/unxz.xz 100 update-alternatives --install /opt/poky/3.3+snapshot/sysroots/x86_64-pokysdk-linux/usr/bin/lzma lzma /opt/poky/3.3+snapshot/sysroots/x86_64-pokysdk-linux/usr/bin/lzma.xz 100 update-alternatives --install /opt/poky/3.3+snapshot/sysroots/x86_64-pokysdk-linux/usr/bin/lzcat lzcat /opt/poky/3.3+snapshot/sysroots/x86_64-pokysdk-linux/usr/bin/lzcat.xz 100 update-alternatives --install /opt/poky/3.3+snapshot/sysroots/x86_64-pokysdk-linux/usr/bin/unlzma unlzma /opt/poky/3.3+snapshot/sysroots/x86_64-pokysdk-linux/usr/bin/unlzma.xz 100 " packages/x86_64-nativesdk-pokysdk-linux/nativesdk-xz/nativesdk-xz: latest.pkg_prerm changed from "#!/bin/sh set -e update-alternatives --remove xz /opt/poky/3.3+snapshot/sysroots/x86_64-pokysdk-linux/usr/bin/xz.xz update-alternatives --remove xzcat /opt/poky/3.3+snapshot/sysroots/x86_64-pokysdk-linux/usr/bin/xzcat.xz update-alternatives --remove unxz /opt/poky/3.3+snapshot/sysroots/x86_64-pokysdk-linux/usr/bin/unxz.xz update-alternatives --remove lzma /opt/poky/3.3+snapshot/sysroots/x86_64-pokysdk-linux/usr/bin/lzma.xz update-alternatives --remove lzcat /opt/poky/3.3+snapshot/sysroots/x86_64-pokysdk-linux/usr/bin/lzcat.xz update-alternatives --remove unlzma /opt/poky/3.3+snapshot/sysroots/x86_64-pokysdk-linux/usr/bin/unlzma.xz " to "#!/bin/sh update-alternatives --remove xz /opt/poky/3.3+snapshot/sysroots/x86_64-pokysdk-linux/usr/bin/xz.xz update-alternatives --remove xzcat /opt/poky/3.3+snapshot/sysroots/x86_64-pokysdk-linux/usr/bin/xzcat.xz update-alternatives --remove unxz /opt/poky/3.3+snapshot/sysroots/x86_64-pokysdk-linux/usr/bin/unxz.xz update-alternatives --remove lzma /opt/poky/3.3+snapshot/sysroots/x86_64-pokysdk-linux/usr/bin/lzma.xz update-alternatives --remove lzcat /opt/poky/3.3+snapshot/sysroots/x86_64-pokysdk-linux/usr/bin/lzcat.xz update-alternatives --remove unlzma /opt/poky/3.3+snapshot/sysroots/x86_64-pokysdk-linux/usr/bin/unlzma.xz " packages/x86_64-nativesdk-pokysdk-linux/nativesdk-zlib/nativesdk-zlib-dbg: PKGSIZE changed from 11056 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-zlib/nativesdk-zlib-dev: PKGSIZE changed from 112956 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-zlib/nativesdk-zlib-doc: PKGSIZE changed from 4477 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-zlib/nativesdk-zlib-staticdev: PKGSIZE changed from 123378 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-zlib/nativesdk-zlib: PKGSIZE changed from 100846 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-zlib/nativesdk-zlib: latest.pkg_postinst changed from "#!/bin/sh set -e if [ x"$D" = "x" ]; then if [ -x /sbin/ldconfig ]; then /sbin/ldconfig ; fi fi " to "#!/bin/sh if [ x"$D" = "x" ]; then if [ -x /sbin/ldconfig ]; then /sbin/ldconfig ; fi fi " packages/x86_64-nativesdk-pokysdk-linux/nativesdk-zstd/nativesdk-zstd-dbg: PKGSIZE changed from 181368 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-zstd/nativesdk-zstd-dev: PKGSIZE changed from 175911 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-zstd/nativesdk-zstd-doc: PKGSIZE changed from 29678 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-zstd/nativesdk-zstd-staticdev: PKGSIZE changed from 1364878 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-zstd/nativesdk-zstd: PKGSIZE changed from 3334767 to 0 (-100%) packages/x86_64-nativesdk-pokysdk-linux/nativesdk-zstd/nativesdk-zstd: latest.pkg_postinst changed from "#!/bin/sh set -e if [ x"$D" = "x" ]; then if [ -x /sbin/ldconfig ]; then /sbin/ldconfig ; fi fi " to "#!/bin/sh if [ x"$D" = "x" ]; then if [ -x /sbin/ldconfig ]; then /sbin/ldconfig ; fi fi " packages/armv7vet2hf-neon-poky-linux-gnueabi/alsa-utils/alsa-utils-doc: pkg_postinst cleared: @@ -1,21 +0,0 @@ - # only update manual page index caches when manual files are built and installed - if false; then - if test -n "$D"; then - if true; then - sed "s:\(\s\)/:\1$D/:g" $D/etc/man_db.conf | PSEUDO_UNLOAD=1 qemu-arm -r 3.2.0 -L $D -E LD_LIBRARY_PATH=$D/usr/lib:$D/lib $D/usr/bin/mandb -C - -u -q $D/usr/share/man - chown -R root:root $D/usr/share/man - mkdir -p $D/var/cache/man - cd $D/usr/share/man - find . -name index.db | while read index; do - mkdir -p $D/var/cache/man/$(dirname ${index}) - mv ${index} $D/var/cache/man/${index} - chown man:man $D/var/cache/man/${index} - done - cd - - else - $INTERCEPT_DIR/postinst_intercept delay_to_first_boot alsa-utils-doc mlprefix= - fi - else - mandb -q - fi - fi -- packages/armv7vet2hf-neon-poky-linux-gnueabi/alsa-utils/alsa-utils-doc: pkg_postrm cleared: @@ -1,4 +0,0 @@ - # only update manual page index caches when manual files are built and installed - if false; then - mandb -q - fi -- packages/armv7vet2hf-neon-poky-linux-gnueabi/btrfs-tools/btrfs-tools-doc: pkg_postinst cleared: @@ -1,21 +0,0 @@ - # only update manual page index caches when manual files are built and installed - if false; then - if test -n "$D"; then - if true; then - sed "s:\(\s\)/:\1$D/:g" $D/etc/man_db.conf | PSEUDO_UNLOAD=1 qemu-arm -r 3.2.0 -L $D -E LD_LIBRARY_PATH=$D/usr/lib:$D/lib $D/usr/bin/mandb -C - -u -q $D/usr/share/man - chown -R root:root $D/usr/share/man - mkdir -p $D/var/cache/man - cd $D/usr/share/man - find . -name index.db | while read index; do - mkdir -p $D/var/cache/man/$(dirname ${index}) - mv ${index} $D/var/cache/man/${index} - chown man:man $D/var/cache/man/${index} - done - cd - - else - $INTERCEPT_DIR/postinst_intercept delay_to_first_boot btrfs-tools-doc mlprefix= - fi - else - mandb -q - fi - fi -- packages/armv7vet2hf-neon-poky-linux-gnueabi/btrfs-tools/btrfs-tools-doc: pkg_postrm cleared: @@ -1,4 +0,0 @@ - # only update manual page index caches when manual files are built and installed - if false; then - mandb -q - fi -- packages/armv7vet2hf-neon-poky-linux-gnueabi/glib-2.0/glib-2.0-doc: pkg_postinst cleared: @@ -1,21 +0,0 @@ - # only update manual page index caches when manual files are built and installed - if false; then - if test -n "$D"; then - if true; then - sed "s:\(\s\)/:\1$D/:g" $D/etc/man_db.conf | PSEUDO_UNLOAD=1 qemu-arm -r 3.2.0 -L $D -E LD_LIBRARY_PATH=$D/usr/lib:$D/lib $D/usr/bin/mandb -C - -u -q $D/usr/share/man - chown -R root:root $D/usr/share/man - mkdir -p $D/var/cache/man - cd $D/usr/share/man - find . -name index.db | while read index; do - mkdir -p $D/var/cache/man/$(dirname ${index}) - mv ${index} $D/var/cache/man/${index} - chown man:man $D/var/cache/man/${index} - done - cd - - else - $INTERCEPT_DIR/postinst_intercept delay_to_first_boot libglib-2.0-doc mlprefix= - fi - else - mandb -q - fi - fi -- packages/armv7vet2hf-neon-poky-linux-gnueabi/glib-2.0/glib-2.0-doc: pkg_postrm cleared: @@ -1,4 +0,0 @@ - # only update manual page index caches when manual files are built and installed - if false; then - mandb -q - fi -- packages/armv7vet2hf-neon-poky-linux-gnueabi/json-glib/json-glib-doc: pkg_postinst cleared: @@ -1,21 +0,0 @@ - # only update manual page index caches when manual files are built and installed - if false; then - if test -n "$D"; then - if true; then - sed "s:\(\s\)/:\1$D/:g" $D/etc/man_db.conf | PSEUDO_UNLOAD=1 qemu-arm -r 3.2.0 -L $D -E LD_LIBRARY_PATH=$D/usr/lib:$D/lib $D/usr/bin/mandb -C - -u -q $D/usr/share/man - chown -R root:root $D/usr/share/man - mkdir -p $D/var/cache/man - cd $D/usr/share/man - find . -name index.db | while read index; do - mkdir -p $D/var/cache/man/$(dirname ${index}) - mv ${index} $D/var/cache/man/${index} - chown man:man $D/var/cache/man/${index} - done - cd - - else - $INTERCEPT_DIR/postinst_intercept delay_to_first_boot libjson-glib-1.0-doc mlprefix= - fi - else - mandb -q - fi - fi -- packages/armv7vet2hf-neon-poky-linux-gnueabi/json-glib/json-glib-doc: pkg_postrm cleared: @@ -1,4 +0,0 @@ - # only update manual page index caches when manual files are built and installed - if false; then - mandb -q - fi -- packages/armv7vet2hf-neon-poky-linux-gnueabi/kmod/kmod-doc: pkg_postinst cleared: @@ -1,21 +0,0 @@ - # only update manual page index caches when manual files are built and installed - if false; then - if test -n "$D"; then - if true; then - sed "s:\(\s\)/:\1$D/:g" $D/etc/man_db.conf | PSEUDO_UNLOAD=1 qemu-arm -r 3.2.0 -L $D -E LD_LIBRARY_PATH=$D/usr/lib:$D/lib $D/usr/bin/mandb -C - -u -q $D/usr/share/man - chown -R root:root $D/usr/share/man - mkdir -p $D/var/cache/man - cd $D/usr/share/man - find . -name index.db | while read index; do - mkdir -p $D/var/cache/man/$(dirname ${index}) - mv ${index} $D/var/cache/man/${index} - chown man:man $D/var/cache/man/${index} - done - cd - - else - $INTERCEPT_DIR/postinst_intercept delay_to_first_boot kmod-doc mlprefix= - fi - else - mandb -q - fi - fi -- packages/armv7vet2hf-neon-poky-linux-gnueabi/kmod/kmod-doc: pkg_postrm cleared: @@ -1,4 +0,0 @@ - # only update manual page index caches when manual files are built and installed - if false; then - mandb -q - fi -- packages/armv7vet2hf-neon-poky-linux-gnueabi/libdrm/libdrm-doc: pkg_postinst cleared: @@ -1,21 +0,0 @@ - # only update manual page index caches when manual files are built and installed - if false; then - if test -n "$D"; then - if true; then - sed "s:\(\s\)/:\1$D/:g" $D/etc/man_db.conf | PSEUDO_UNLOAD=1 qemu-arm -r 3.2.0 -L $D -E LD_LIBRARY_PATH=$D/usr/lib:$D/lib $D/usr/bin/mandb -C - -u -q $D/usr/share/man - chown -R root:root $D/usr/share/man - mkdir -p $D/var/cache/man - cd $D/usr/share/man - find . -name index.db | while read index; do - mkdir -p $D/var/cache/man/$(dirname ${index}) - mv ${index} $D/var/cache/man/${index} - chown man:man $D/var/cache/man/${index} - done - cd - - else - $INTERCEPT_DIR/postinst_intercept delay_to_first_boot libdrm-doc mlprefix= - fi - else - mandb -q - fi - fi -- packages/armv7vet2hf-neon-poky-linux-gnueabi/libdrm/libdrm-doc: pkg_postrm cleared: @@ -1,4 +0,0 @@ - # only update manual page index caches when manual files are built and installed - if false; then - mandb -q - fi -- packages/armv7vet2hf-neon-poky-linux-gnueabi/libpsl/libpsl-doc: pkg_postinst cleared: @@ -1,21 +0,0 @@ - # only update manual page index caches when manual files are built and installed - if false; then - if test -n "$D"; then - if true; then - sed "s:\(\s\)/:\1$D/:g" $D/etc/man_db.conf | PSEUDO_UNLOAD=1 qemu-arm -r 3.2.0 -L $D -E LD_LIBRARY_PATH=$D/usr/lib:$D/lib $D/usr/bin/mandb -C - -u -q $D/usr/share/man - chown -R root:root $D/usr/share/man - mkdir -p $D/var/cache/man - cd $D/usr/share/man - find . -name index.db | while read index; do - mkdir -p $D/var/cache/man/$(dirname ${index}) - mv ${index} $D/var/cache/man/${index} - chown man:man $D/var/cache/man/${index} - done - cd - - else - $INTERCEPT_DIR/postinst_intercept delay_to_first_boot libpsl-doc mlprefix= - fi - else - mandb -q - fi - fi -- packages/armv7vet2hf-neon-poky-linux-gnueabi/libpsl/libpsl-doc: pkg_postrm cleared: @@ -1,4 +0,0 @@ - # only update manual page index caches when manual files are built and installed - if false; then - mandb -q - fi -- packages/armv7vet2hf-neon-poky-linux-gnueabi/lttng-tools/lttng-tools-doc: pkg_postinst cleared: @@ -1,21 +0,0 @@ - # only update manual page index caches when manual files are built and installed - if false; then - if test -n "$D"; then - if true; then - sed "s:\(\s\)/:\1$D/:g" $D/etc/man_db.conf | PSEUDO_UNLOAD=1 qemu-arm -r 3.2.0 -L $D -E LD_LIBRARY_PATH=$D/usr/lib:$D/lib $D/usr/bin/mandb -C - -u -q $D/usr/share/man - chown -R root:root $D/usr/share/man - mkdir -p $D/var/cache/man - cd $D/usr/share/man - find . -name index.db | while read index; do - mkdir -p $D/var/cache/man/$(dirname ${index}) - mv ${index} $D/var/cache/man/${index} - chown man:man $D/var/cache/man/${index} - done - cd - - else - $INTERCEPT_DIR/postinst_intercept delay_to_first_boot lttng-tools-doc mlprefix= - fi - else - mandb -q - fi - fi -- packages/armv7vet2hf-neon-poky-linux-gnueabi/lttng-tools/lttng-tools-doc: pkg_postrm cleared: @@ -1,4 +0,0 @@ - # only update manual page index caches when manual files are built and installed - if false; then - mandb -q - fi -- packages/armv7vet2hf-neon-poky-linux-gnueabi/lttng-ust/lttng-ust-doc: pkg_postinst cleared: @@ -1,21 +0,0 @@ - # only update manual page index caches when manual files are built and installed - if false; then - if test -n "$D"; then - if true; then - sed "s:\(\s\)/:\1$D/:g" $D/etc/man_db.conf | PSEUDO_UNLOAD=1 qemu-arm -r 3.2.0 -L $D -E LD_LIBRARY_PATH=$D/usr/lib:$D/lib $D/usr/bin/mandb -C - -u -q $D/usr/share/man - chown -R root:root $D/usr/share/man - mkdir -p $D/var/cache/man - cd $D/usr/share/man - find . -name index.db | while read index; do - mkdir -p $D/var/cache/man/$(dirname ${index}) - mv ${index} $D/var/cache/man/${index} - chown man:man $D/var/cache/man/${index} - done - cd - - else - $INTERCEPT_DIR/postinst_intercept delay_to_first_boot lttng-ust-doc mlprefix= - fi - else - mandb -q - fi - fi -- packages/armv7vet2hf-neon-poky-linux-gnueabi/lttng-ust/lttng-ust-doc: pkg_postrm cleared: @@ -1,4 +0,0 @@ - # only update manual page index caches when manual files are built and installed - if false; then - mandb -q - fi -- packages/armv7vet2hf-neon-poky-linux-gnueabi/openssh/openssh-doc: pkg_postinst cleared: @@ -1,21 +0,0 @@ - # only update manual page index caches when manual files are built and installed - if false; then - if test -n "$D"; then - if true; then - sed "s:\(\s\)/:\1$D/:g" $D/etc/man_db.conf | PSEUDO_UNLOAD=1 qemu-arm -r 3.2.0 -L $D -E LD_LIBRARY_PATH=$D/usr/lib:$D/lib $D/usr/bin/mandb -C - -u -q $D/usr/share/man - chown -R root:root $D/usr/share/man - mkdir -p $D/var/cache/man - cd $D/usr/share/man - find . -name index.db | while read index; do - mkdir -p $D/var/cache/man/$(dirname ${index}) - mv ${index} $D/var/cache/man/${index} - chown man:man $D/var/cache/man/${index} - done - cd - - else - $INTERCEPT_DIR/postinst_intercept delay_to_first_boot openssh-doc mlprefix= - fi - else - mandb -q - fi - fi -- packages/armv7vet2hf-neon-poky-linux-gnueabi/openssh/openssh-doc: pkg_postrm cleared: @@ -1,4 +0,0 @@ - # only update manual page index caches when manual files are built and installed - if false; then - mandb -q - fi -- packages/armv7vet2hf-neon-poky-linux-gnueabi/pulseaudio/pulseaudio-doc: pkg_postinst cleared: @@ -1,21 +0,0 @@ - # only update manual page index caches when manual files are built and installed - if false; then - if test -n "$D"; then - if true; then - sed "s:\(\s\)/:\1$D/:g" $D/etc/man_db.conf | PSEUDO_UNLOAD=1 qemu-arm -r 3.2.0 -L $D -E LD_LIBRARY_PATH=$D/usr/lib:$D/lib $D/usr/bin/mandb -C - -u -q $D/usr/share/man - chown -R root:root $D/usr/share/man - mkdir -p $D/var/cache/man - cd $D/usr/share/man - find . -name index.db | while read index; do - mkdir -p $D/var/cache/man/$(dirname ${index}) - mv ${index} $D/var/cache/man/${index} - chown man:man $D/var/cache/man/${index} - done - cd - - else - $INTERCEPT_DIR/postinst_intercept delay_to_first_boot pulseaudio-doc mlprefix= - fi - else - mandb -q - fi - fi -- packages/armv7vet2hf-neon-poky-linux-gnueabi/pulseaudio/pulseaudio-doc: pkg_postrm cleared: @@ -1,4 +0,0 @@ - # only update manual page index caches when manual files are built and installed - if false; then - mandb -q - fi -- packages/i686-nativesdk-pokysdk-linux/nativesdk-glib-2.0/nativesdk-glib-2.0-doc: pkg_postinst cleared: @@ -1,21 +0,0 @@ - # only update manual page index caches when manual files are built and installed - if false; then - if test -n "$D"; then - if true; then - sed "s:\(\s\)/:\1$D/:g" $D/opt/poky/3.3+snapshot/sysroots/i686-pokysdk-linux/etc/man_db.conf | PSEUDO_UNLOAD=1 qemu-i386 -r 3.2.0 -L $D -E LD_LIBRARY_PATH=$D/opt/poky/3.3+snapshot/sysroots/i686-pokysdk-linux/usr/lib:$D/opt/poky/3.3+snapshot/sysroots/i686-pokysdk-linux/lib $D/opt/poky/3.3+snapshot/sysroots/i686-pokysdk-linux/usr/bin/mandb -C - -u -q $D/opt/poky/3.3+snapshot/sysroots/i686-pokysdk-linux/usr/share/man - chown -R root:root $D/opt/poky/3.3+snapshot/sysroots/i686-pokysdk-linux/usr/share/man - mkdir -p $D/opt/poky/3.3+snapshot/sysroots/i686-pokysdk-linux/var/cache/man - cd $D/opt/poky/3.3+snapshot/sysroots/i686-pokysdk-linux/usr/share/man - find . -name index.db | while read index; do - mkdir -p $D/opt/poky/3.3+snapshot/sysroots/i686-pokysdk-linux/var/cache/man/$(dirname ${index}) - mv ${index} $D/opt/poky/3.3+snapshot/sysroots/i686-pokysdk-linux/var/cache/man/${index} - chown man:man $D/opt/poky/3.3+snapshot/sysroots/i686-pokysdk-linux/var/cache/man/${index} - done - cd - - else - $INTERCEPT_DIR/postinst_intercept delay_to_first_boot nativesdk-libglib-2.0-doc mlprefix=nativesdk- - fi - else - mandb -q - fi - fi -- packages/i686-nativesdk-pokysdk-linux/nativesdk-glib-2.0/nativesdk-glib-2.0-doc: pkg_postrm cleared: @@ -1,4 +0,0 @@ - # only update manual page index caches when manual files are built and installed - if false; then - mandb -q - fi -- packages/i686-nativesdk-pokysdk-linux/nativesdk-libdrm/nativesdk-libdrm-doc: pkg_postinst cleared: @@ -1,21 +0,0 @@ - # only update manual page index caches when manual files are built and installed - if false; then - if test -n "$D"; then - if true; then - sed "s:\(\s\)/:\1$D/:g" $D/opt/poky/3.3+snapshot/sysroots/i686-pokysdk-linux/etc/man_db.conf | PSEUDO_UNLOAD=1 qemu-i386 -r 3.2.0 -L $D -E LD_LIBRARY_PATH=$D/opt/poky/3.3+snapshot/sysroots/i686-pokysdk-linux/usr/lib:$D/opt/poky/3.3+snapshot/sysroots/i686-pokysdk-linux/lib $D/opt/poky/3.3+snapshot/sysroots/i686-pokysdk-linux/usr/bin/mandb -C - -u -q $D/opt/poky/3.3+snapshot/sysroots/i686-pokysdk-linux/usr/share/man - chown -R root:root $D/opt/poky/3.3+snapshot/sysroots/i686-pokysdk-linux/usr/share/man - mkdir -p $D/opt/poky/3.3+snapshot/sysroots/i686-pokysdk-linux/var/cache/man - cd $D/opt/poky/3.3+snapshot/sysroots/i686-pokysdk-linux/usr/share/man - find . -name index.db | while read index; do - mkdir -p $D/opt/poky/3.3+snapshot/sysroots/i686-pokysdk-linux/var/cache/man/$(dirname ${index}) - mv ${index} $D/opt/poky/3.3+snapshot/sysroots/i686-pokysdk-linux/var/cache/man/${index} - chown man:man $D/opt/poky/3.3+snapshot/sysroots/i686-pokysdk-linux/var/cache/man/${index} - done - cd - - else - $INTERCEPT_DIR/postinst_intercept delay_to_first_boot nativesdk-libdrm-doc mlprefix=nativesdk- - fi - else - mandb -q - fi - fi -- packages/i686-nativesdk-pokysdk-linux/nativesdk-libdrm/nativesdk-libdrm-doc: pkg_postrm cleared: @@ -1,4 +0,0 @@ - # only update manual page index caches when manual files are built and installed - if false; then - mandb -q - fi -- packages/qemuarm-poky-linux-gnueabi/perf/perf-doc: pkg_postinst cleared: @@ -1,21 +0,0 @@ - # only update manual page index caches when manual files are built and installed - if false; then - if test -n "$D"; then - if true; then - sed "s:\(\s\)/:\1$D/:g" $D/etc/man_db.conf | PSEUDO_UNLOAD=1 qemu-arm -r 3.2.0 -L $D -E LD_LIBRARY_PATH=$D/usr/lib:$D/lib $D/usr/bin/mandb -C - -u -q $D/usr/share/man - chown -R root:root $D/usr/share/man - mkdir -p $D/var/cache/man - cd $D/usr/share/man - find . -name index.db | while read index; do - mkdir -p $D/var/cache/man/$(dirname ${index}) - mv ${index} $D/var/cache/man/${index} - chown man:man $D/var/cache/man/${index} - done - cd - - else - $INTERCEPT_DIR/postinst_intercept delay_to_first_boot perf-doc mlprefix= - fi - else - mandb -q - fi - fi -- packages/qemuarm-poky-linux-gnueabi/perf/perf-doc: pkg_postrm cleared: @@ -1,4 +0,0 @@ - # only update manual page index caches when manual files are built and installed - if false; then - mandb -q - fi -- packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glib-2.0/nativesdk-glib-2.0-doc: pkg_postinst cleared: @@ -1,21 +0,0 @@ - # only update manual page index caches when manual files are built and installed - if false; then - if test -n "$D"; then - if true; then - sed "s:\(\s\)/:\1$D/:g" $D/opt/poky/3.3+snapshot/sysroots/x86_64-pokysdk-linux/etc/man_db.conf | PSEUDO_UNLOAD=1 qemu-x86_64 -r 3.2.0 -L $D -E LD_LIBRARY_PATH=$D/opt/poky/3.3+snapshot/sysroots/x86_64-pokysdk-linux/usr/lib:$D/opt/poky/3.3+snapshot/sysroots/x86_64-pokysdk-linux/lib $D/opt/poky/3.3+snapshot/sysroots/x86_64-pokysdk-linux/usr/bin/mandb -C - -u -q $D/opt/poky/3.3+snapshot/sysroots/x86_64-pokysdk-linux/usr/share/man - chown -R root:root $D/opt/poky/3.3+snapshot/sysroots/x86_64-pokysdk-linux/usr/share/man - mkdir -p $D/opt/poky/3.3+snapshot/sysroots/x86_64-pokysdk-linux/var/cache/man - cd $D/opt/poky/3.3+snapshot/sysroots/x86_64-pokysdk-linux/usr/share/man - find . -name index.db | while read index; do - mkdir -p $D/opt/poky/3.3+snapshot/sysroots/x86_64-pokysdk-linux/var/cache/man/$(dirname ${index}) - mv ${index} $D/opt/poky/3.3+snapshot/sysroots/x86_64-pokysdk-linux/var/cache/man/${index} - chown man:man $D/opt/poky/3.3+snapshot/sysroots/x86_64-pokysdk-linux/var/cache/man/${index} - done - cd - - else - $INTERCEPT_DIR/postinst_intercept delay_to_first_boot nativesdk-libglib-2.0-doc mlprefix=nativesdk- - fi - else - mandb -q - fi - fi -- packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glib-2.0/nativesdk-glib-2.0-doc: pkg_postrm cleared: @@ -1,4 +0,0 @@ - # only update manual page index caches when manual files are built and installed - if false; then - mandb -q - fi -- packages/x86_64-nativesdk-pokysdk-linux/nativesdk-libdrm/nativesdk-libdrm-doc: pkg_postinst cleared: @@ -1,21 +0,0 @@ - # only update manual page index caches when manual files are built and installed - if false; then - if test -n "$D"; then - if true; then - sed "s:\(\s\)/:\1$D/:g" $D/opt/poky/3.3+snapshot/sysroots/x86_64-pokysdk-linux/etc/man_db.conf | PSEUDO_UNLOAD=1 qemu-x86_64 -r 3.2.0 -L $D -E LD_LIBRARY_PATH=$D/opt/poky/3.3+snapshot/sysroots/x86_64-pokysdk-linux/usr/lib:$D/opt/poky/3.3+snapshot/sysroots/x86_64-pokysdk-linux/lib $D/opt/poky/3.3+snapshot/sysroots/x86_64-pokysdk-linux/usr/bin/mandb -C - -u -q $D/opt/poky/3.3+snapshot/sysroots/x86_64-pokysdk-linux/usr/share/man - chown -R root:root $D/opt/poky/3.3+snapshot/sysroots/x86_64-pokysdk-linux/usr/share/man - mkdir -p $D/opt/poky/3.3+snapshot/sysroots/x86_64-pokysdk-linux/var/cache/man - cd $D/opt/poky/3.3+snapshot/sysroots/x86_64-pokysdk-linux/usr/share/man - find . -name index.db | while read index; do - mkdir -p $D/opt/poky/3.3+snapshot/sysroots/x86_64-pokysdk-linux/var/cache/man/$(dirname ${index}) - mv ${index} $D/opt/poky/3.3+snapshot/sysroots/x86_64-pokysdk-linux/var/cache/man/${index} - chown man:man $D/opt/poky/3.3+snapshot/sysroots/x86_64-pokysdk-linux/var/cache/man/${index} - done - cd - - else - $INTERCEPT_DIR/postinst_intercept delay_to_first_boot nativesdk-libdrm-doc mlprefix=nativesdk- - fi - else - mandb -q - fi - fi -- packages/x86_64-nativesdk-pokysdk-linux/nativesdk-libdrm/nativesdk-libdrm-doc: pkg_postrm cleared: @@ -1,4 +0,0 @@ - # only update manual page index caches when manual files are built and installed - if false; then - mandb -q - fi --