Changes to images/qemuarm/glibc/core-image-sato-sdk (files-in-image.txt): /var/cache/fontconfig/11717399-3bbc-4a63-b75f-e99274e993ed-le32d8.cache-7 was added /var/cache/fontconfig/1a44d605-5d34-4ccc-bd20-a7cd5bb75d1f-le32d8.cache-7 was added /var/cache/fontconfig/6ca14732-acb7-466e-b773-56b48f1f2c18-le32d8.cache-7 was added /var/cache/fontconfig/8021a5cf-27b0-4dad-8069-ecdb9944c93d-le32d8.cache-7 was added /var/cache/fontconfig/8fa496a8-58d7-4472-8829-db76d6fe6979-le32d8.cache-7 was added /var/cache/fontconfig/b0d6112a-e532-4ab7-b603-c2c499dca4d4-le32d8.cache-7 was added /var/cache/fontconfig/d975cdd6-546e-4057-a85f-eff2959d719b-le32d8.cache-7 was added /var/cache/fontconfig/0fd916f3-b51c-475d-b21d-7fe5c2a5cbb2-le32d8.cache-7 was removed /var/cache/fontconfig/4c18c375-3b29-4ae2-89ef-421efa4f03d3-le32d8.cache-7 was removed /var/cache/fontconfig/8a0ab6c2-12b0-4cea-a264-e128904bbb74-le32d8.cache-7 was removed /var/cache/fontconfig/9186d61a-6a21-4b79-bd9a-1fd2b3e08339-le32d8.cache-7 was removed /var/cache/fontconfig/e3d11e92-466d-4e43-bce1-ab53f4f7ec4d-le32d8.cache-7 was removed /var/cache/fontconfig/e4c3ad4d-b46b-4fc0-a579-1734cf881a8f-le32d8.cache-7 was removed /var/cache/fontconfig/f6ff9273-7a73-4663-ac71-b642840afa95-le32d8.cache-7 was removed Changes to images/qemuarm/glibc/core-image-sato (files-in-image.txt): /var/cache/fontconfig/134d9869-53e1-471b-976f-3c9a7e56ebac-le32d8.cache-7 was added /var/cache/fontconfig/91ca3e49-9e28-49b5-9512-9f5c3031278f-le32d8.cache-7 was added /var/cache/fontconfig/ef9d6cca-ae9b-46c9-9a78-44ad6ce0ac46-le32d8.cache-7 was removed /var/cache/fontconfig/fb1c8b19-a273-41b5-ba58-0911f0e38075-le32d8.cache-7 was removed 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 "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 " packages/cortexa15t2hf-neon-poky-linux-gnueabi/alsa-utils/alsa-utils-doc: latest.pkg_postinst changed from " # 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 " to "set -e # 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 -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/cortexa15t2hf-neon-poky-linux-gnueabi/alsa-utils/alsa-utils-doc: latest.pkg_postrm changed from " # only update manual page index caches when manual files are built and installed if false; then mandb -q fi " to "set -e # only update manual page index caches when manual files are built and installed if false; then mandb -q fi " packages/cortexa15t2hf-neon-poky-linux-gnueabi/btrfs-tools/btrfs-tools-doc: latest.pkg_postinst changed from " # 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 " to "set -e # 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 -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/cortexa15t2hf-neon-poky-linux-gnueabi/btrfs-tools/btrfs-tools-doc: latest.pkg_postrm changed from " # only update manual page index caches when manual files are built and installed if false; then mandb -q fi " to "set -e # only update manual page index caches when manual files are built and installed if false; then mandb -q fi " packages/cortexa15t2hf-neon-poky-linux-gnueabi/gawk/gawk-ptest: FILELIST: removed "/usr/lib/gawk/ptest/test/timeout.ok /usr/lib/gawk/ptest/test/time.awk /usr/lib/gawk/ptest/test/timeout.awk /usr/lib/gawk/ptest/test/time.ok" packages/cortexa15t2hf-neon-poky-linux-gnueabi/glib-2.0/glib-2.0-doc: latest.pkg_postinst changed from " # 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 " to "set -e # 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 -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/cortexa15t2hf-neon-poky-linux-gnueabi/glib-2.0/glib-2.0-doc: latest.pkg_postrm changed from " # only update manual page index caches when manual files are built and installed if false; then mandb -q fi " to "set -e # only update manual page index caches when manual files are built and installed if false; then mandb -q fi " packages/cortexa15t2hf-neon-poky-linux-gnueabi/json-glib/json-glib-doc: latest.pkg_postinst changed from " # 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 " to "set -e # 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 -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/cortexa15t2hf-neon-poky-linux-gnueabi/json-glib/json-glib-doc: latest.pkg_postrm changed from " # only update manual page index caches when manual files are built and installed if false; then mandb -q fi " to "set -e # only update manual page index caches when manual files are built and installed if false; then mandb -q fi " packages/cortexa15t2hf-neon-poky-linux-gnueabi/kmod/kmod-doc: latest.pkg_postinst changed from " # 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 " to "set -e # 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 -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/cortexa15t2hf-neon-poky-linux-gnueabi/kmod/kmod-doc: latest.pkg_postrm changed from " # only update manual page index caches when manual files are built and installed if false; then mandb -q fi " to "set -e # only update manual page index caches when manual files are built and installed if false; then mandb -q fi " packages/cortexa15t2hf-neon-poky-linux-gnueabi/libdrm/libdrm-doc: latest.pkg_postinst changed from " # 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 " to "set -e # 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 -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/cortexa15t2hf-neon-poky-linux-gnueabi/libdrm/libdrm-doc: latest.pkg_postrm changed from " # only update manual page index caches when manual files are built and installed if false; then mandb -q fi " to "set -e # only update manual page index caches when manual files are built and installed if false; then mandb -q fi " packages/cortexa15t2hf-neon-poky-linux-gnueabi/libpsl/libpsl-doc: latest.pkg_postinst changed from " # 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 " to "set -e # 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 -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/cortexa15t2hf-neon-poky-linux-gnueabi/libpsl/libpsl-doc: latest.pkg_postrm changed from " # only update manual page index caches when manual files are built and installed if false; then mandb -q fi " to "set -e # only update manual page index caches when manual files are built and installed if false; then mandb -q fi " packages/cortexa15t2hf-neon-poky-linux-gnueabi/lttng-tools/lttng-tools-doc: latest.pkg_postinst changed from " # 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 " to "set -e # 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 -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/cortexa15t2hf-neon-poky-linux-gnueabi/lttng-tools/lttng-tools-doc: latest.pkg_postrm changed from " # only update manual page index caches when manual files are built and installed if false; then mandb -q fi " to "set -e # only update manual page index caches when manual files are built and installed if false; then mandb -q fi " packages/cortexa15t2hf-neon-poky-linux-gnueabi/lttng-ust/lttng-ust-doc: latest.pkg_postinst changed from " # 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 " to "set -e # 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 -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/cortexa15t2hf-neon-poky-linux-gnueabi/lttng-ust/lttng-ust-doc: latest.pkg_postrm changed from " # only update manual page index caches when manual files are built and installed if false; then mandb -q fi " to "set -e # only update manual page index caches when manual files are built and installed if false; then mandb -q fi " packages/cortexa15t2hf-neon-poky-linux-gnueabi/openssh/openssh-doc: latest.pkg_postinst changed from " # 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 " to "set -e # 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 -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/cortexa15t2hf-neon-poky-linux-gnueabi/openssh/openssh-doc: latest.pkg_postrm changed from " # only update manual page index caches when manual files are built and installed if false; then mandb -q fi " to "set -e # only update manual page index caches when manual files are built and installed if false; then mandb -q fi " packages/cortexa15t2hf-neon-poky-linux-gnueabi/openssl/openssl-dev: RRECOMMENDS: added "sed-dev" packages/cortexa15t2hf-neon-poky-linux-gnueabi/openssl/openssl-doc: FILELIST: removed "/usr/share/doc/openssl/html/man3/EVP_SIGNATURE_free.html", added "/usr/share/doc/openssl/html/man3/EVP_SIGNATURE.html /usr/share/man/man3/EVP_SIGNATURE.3ssl /usr/share/man/man3/d2i_X509_fp.3ssl /usr/share/man/man3/i2d_X509_fp.3ssl /usr/share/man/man3/d2i_X509_bio.3ssl /usr/share/man/man3/i2d_X509_bio.3ssl" packages/cortexa15t2hf-neon-poky-linux-gnueabi/openssl/openssl-ptest: RDEPENDS: added "sed" packages/cortexa15t2hf-neon-poky-linux-gnueabi/openssl/openssl-ptest: FILELIST: added "/usr/lib/openssl/ptest/test/rand_test /usr/lib/openssl/ptest/test/provider_pkey_test.c /usr/lib/openssl/ptest/test/certs/cross-root.pem /usr/lib/openssl/ptest/test/provider_pkey_test /usr/lib/openssl/ptest/test/certs/root-cross-cert.pem /usr/lib/openssl/ptest/test/fake_rsaprov.h /usr/lib/openssl/ptest/test/certs/goodcn2-cert.pem /usr/lib/openssl/ptest/test/certs/goodcn2-chain.pem /usr/lib/openssl/ptest/test/recipes/04-test_provider_pkey.t /usr/lib/openssl/ptest/test/certs/cross-key.pem /usr/lib/openssl/ptest/test/certs/goodcn2-key.pem /usr/lib/openssl/ptest/engines/dasync.so /usr/lib/openssl/ptest/test/fake_rsaprov.c /usr/lib/openssl/ptest/test/dane-cross.in /usr/lib/openssl/ptest/test/rand_test.c" Changes to packages/cortexa15t2hf-neon-poky-linux-gnueabi/ppp (sysroot): /usr/lib/pppd/2.4.9/pppoatm.so changed permissions from rwxr-x--- to rwsr-x--- /usr/lib/pppd/2.4.9/pppoe.so changed permissions from rwxr-x--- to rwsr-x--- packages/cortexa15t2hf-neon-poky-linux-gnueabi/pulseaudio/pulseaudio-doc: latest.pkg_postinst changed from " # 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 " to "set -e # 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 -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/cortexa15t2hf-neon-poky-linux-gnueabi/pulseaudio/pulseaudio-doc: latest.pkg_postrm changed from " # only update manual page index caches when manual files are built and installed if false; then mandb -q fi " to "set -e # only update manual page index caches when manual files are built and installed if false; then mandb -q fi " packages/cortexa15t2hf-neon-poky-linux-gnueabi/util-linux/util-linux-doc: latest.pkg_postinst changed from "#!/bin/sh set -e update-alternatives --install /usr/share/man/man8/blkid.8 blkid.8 /usr/share/man/man8/blkid.8.util-linux 80 update-alternatives --install /usr/share/man/man1/eject.1 eject.1 /usr/share/man/man1/eject.1.util-linux 80 update-alternatives --install /usr/share/man/man8/findfs.8 findfs.8 /usr/share/man/man8/findfs.8.util-linux 80 update-alternatives --install /usr/share/man/man8/fsck.8 fsck.8 /usr/share/man/man8/fsck.8.util-linux 80 update-alternatives --install /usr/share/man/man1/kill.1 kill.1 /usr/share/man/man1/kill.1.util-linux 80 update-alternatives --install /usr/share/man/man1/last.1 last.1 /usr/share/man/man1/last.1.util-linux 80 update-alternatives --install /usr/share/man/man1/lastb.1 lastb.1 /usr/share/man/man1/lastb.1.util-linux 80 update-alternatives --install /usr/share/man/man3/libblkid.3 libblkid.3 /usr/share/man/man3/libblkid.3.util-linux 80 update-alternatives --install /usr/share/man/man1/logger.1 logger.1 /usr/share/man/man1/logger.1.util-linux 80 update-alternatives --install /usr/share/man/man1/mesg.1 mesg.1 /usr/share/man/man1/mesg.1.util-linux 80 update-alternatives --install /usr/share/man/man1/mountpoint.1 mountpoint.1 /usr/share/man/man1/mountpoint.1.util-linux 80 update-alternatives --install /usr/share/man/man8/nologin.8 nologin.8 /usr/share/man/man8/nologin.8.util-linux 80 update-alternatives --install /usr/share/man/man8/rfkill.8 rfkill.8 /usr/share/man/man8/rfkill.8.util-linux 80 update-alternatives --install /usr/share/man/man8/sulogin.8 sulogin.8 /usr/share/man/man8/sulogin.8.util-linux 80 update-alternatives --install /usr/share/man/man1/utmpdump.1 utmpdump.1 /usr/share/man/man1/utmpdump.1.util-linux 80 update-alternatives --install /usr/share/man/man3/uuid.3 uuid.3 /usr/share/man/man3/uuid.3.util-linux 80 update-alternatives --install /usr/share/man/man1/wall.1 wall.1 /usr/share/man/man1/wall.1.util-linux 80 # 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 util-linux-doc mlprefix= fi else mandb -q fi fi " to "set -e update-alternatives --install /usr/share/man/man8/blkid.8 blkid.8 /usr/share/man/man8/blkid.8.util-linux 80 update-alternatives --install /usr/share/man/man1/eject.1 eject.1 /usr/share/man/man1/eject.1.util-linux 80 update-alternatives --install /usr/share/man/man8/findfs.8 findfs.8 /usr/share/man/man8/findfs.8.util-linux 80 update-alternatives --install /usr/share/man/man8/fsck.8 fsck.8 /usr/share/man/man8/fsck.8.util-linux 80 update-alternatives --install /usr/share/man/man1/kill.1 kill.1 /usr/share/man/man1/kill.1.util-linux 80 update-alternatives --install /usr/share/man/man1/last.1 last.1 /usr/share/man/man1/last.1.util-linux 80 update-alternatives --install /usr/share/man/man1/lastb.1 lastb.1 /usr/share/man/man1/lastb.1.util-linux 80 update-alternatives --install /usr/share/man/man3/libblkid.3 libblkid.3 /usr/share/man/man3/libblkid.3.util-linux 80 update-alternatives --install /usr/share/man/man1/logger.1 logger.1 /usr/share/man/man1/logger.1.util-linux 80 update-alternatives --install /usr/share/man/man1/mesg.1 mesg.1 /usr/share/man/man1/mesg.1.util-linux 80 update-alternatives --install /usr/share/man/man1/mountpoint.1 mountpoint.1 /usr/share/man/man1/mountpoint.1.util-linux 80 update-alternatives --install /usr/share/man/man8/nologin.8 nologin.8 /usr/share/man/man8/nologin.8.util-linux 80 update-alternatives --install /usr/share/man/man8/rfkill.8 rfkill.8 /usr/share/man/man8/rfkill.8.util-linux 80 update-alternatives --install /usr/share/man/man8/sulogin.8 sulogin.8 /usr/share/man/man8/sulogin.8.util-linux 80 update-alternatives --install /usr/share/man/man1/utmpdump.1 utmpdump.1 /usr/share/man/man1/utmpdump.1.util-linux 80 update-alternatives --install /usr/share/man/man3/uuid.3 uuid.3 /usr/share/man/man3/uuid.3.util-linux 80 update-alternatives --install /usr/share/man/man1/wall.1 wall.1 /usr/share/man/man1/wall.1.util-linux 80 # 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 -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 util-linux-doc mlprefix= fi else mandb -q fi fi " packages/cortexa15t2hf-neon-poky-linux-gnueabi/util-linux/util-linux-doc: latest.pkg_postrm changed from " # only update manual page index caches when manual files are built and installed if false; then mandb -q fi " to "set -e # 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: latest.pkg_postinst changed from " # 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/usr/local/oe-sdk-hardcoded-buildpath/sysroots/i686-pokysdk-linux/etc/man_db.conf | PSEUDO_UNLOAD=1 qemu-i386 -r 3.2.0 -L $D -E LD_LIBRARY_PATH=$D/usr/local/oe-sdk-hardcoded-buildpath/sysroots/i686-pokysdk-linux/usr/lib:$D/usr/local/oe-sdk-hardcoded-buildpath/sysroots/i686-pokysdk-linux/lib $D/usr/local/oe-sdk-hardcoded-buildpath/sysroots/i686-pokysdk-linux/usr/bin/mandb -C - -u -q $D/usr/local/oe-sdk-hardcoded-buildpath/sysroots/i686-pokysdk-linux/usr/share/man chown -R root:root $D/usr/local/oe-sdk-hardcoded-buildpath/sysroots/i686-pokysdk-linux/usr/share/man mkdir -p $D/usr/local/oe-sdk-hardcoded-buildpath/sysroots/i686-pokysdk-linux/var/cache/man cd $D/usr/local/oe-sdk-hardcoded-buildpath/sysroots/i686-pokysdk-linux/usr/share/man find . -name index.db | while read index; do mkdir -p $D/usr/local/oe-sdk-hardcoded-buildpath/sysroots/i686-pokysdk-linux/var/cache/man/$(dirname ${index}) mv ${index} $D/usr/local/oe-sdk-hardcoded-buildpath/sysroots/i686-pokysdk-linux/var/cache/man/${index} chown man:man $D/usr/local/oe-sdk-hardcoded-buildpath/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 " to "set -e # 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/usr/local/oe-sdk-hardcoded-buildpath/sysroots/i686-pokysdk-linux/etc/man_db.conf | PSEUDO_UNLOAD=1 qemu-i386 -L $D -E LD_LIBRARY_PATH=$D/usr/local/oe-sdk-hardcoded-buildpath/sysroots/i686-pokysdk-linux/usr/lib:$D/usr/local/oe-sdk-hardcoded-buildpath/sysroots/i686-pokysdk-linux/lib $D/usr/local/oe-sdk-hardcoded-buildpath/sysroots/i686-pokysdk-linux/usr/bin/mandb -C - -u -q $D/usr/local/oe-sdk-hardcoded-buildpath/sysroots/i686-pokysdk-linux/usr/share/man chown -R root:root $D/usr/local/oe-sdk-hardcoded-buildpath/sysroots/i686-pokysdk-linux/usr/share/man mkdir -p $D/usr/local/oe-sdk-hardcoded-buildpath/sysroots/i686-pokysdk-linux/var/cache/man cd $D/usr/local/oe-sdk-hardcoded-buildpath/sysroots/i686-pokysdk-linux/usr/share/man find . -name index.db | while read index; do mkdir -p $D/usr/local/oe-sdk-hardcoded-buildpath/sysroots/i686-pokysdk-linux/var/cache/man/$(dirname ${index}) mv ${index} $D/usr/local/oe-sdk-hardcoded-buildpath/sysroots/i686-pokysdk-linux/var/cache/man/${index} chown man:man $D/usr/local/oe-sdk-hardcoded-buildpath/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: latest.pkg_postrm changed from " # only update manual page index caches when manual files are built and installed if false; then mandb -q fi " to "set -e # 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: latest.pkg_postinst changed from " # 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/usr/local/oe-sdk-hardcoded-buildpath/sysroots/i686-pokysdk-linux/etc/man_db.conf | PSEUDO_UNLOAD=1 qemu-i386 -r 3.2.0 -L $D -E LD_LIBRARY_PATH=$D/usr/local/oe-sdk-hardcoded-buildpath/sysroots/i686-pokysdk-linux/usr/lib:$D/usr/local/oe-sdk-hardcoded-buildpath/sysroots/i686-pokysdk-linux/lib $D/usr/local/oe-sdk-hardcoded-buildpath/sysroots/i686-pokysdk-linux/usr/bin/mandb -C - -u -q $D/usr/local/oe-sdk-hardcoded-buildpath/sysroots/i686-pokysdk-linux/usr/share/man chown -R root:root $D/usr/local/oe-sdk-hardcoded-buildpath/sysroots/i686-pokysdk-linux/usr/share/man mkdir -p $D/usr/local/oe-sdk-hardcoded-buildpath/sysroots/i686-pokysdk-linux/var/cache/man cd $D/usr/local/oe-sdk-hardcoded-buildpath/sysroots/i686-pokysdk-linux/usr/share/man find . -name index.db | while read index; do mkdir -p $D/usr/local/oe-sdk-hardcoded-buildpath/sysroots/i686-pokysdk-linux/var/cache/man/$(dirname ${index}) mv ${index} $D/usr/local/oe-sdk-hardcoded-buildpath/sysroots/i686-pokysdk-linux/var/cache/man/${index} chown man:man $D/usr/local/oe-sdk-hardcoded-buildpath/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 " to "set -e # 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/usr/local/oe-sdk-hardcoded-buildpath/sysroots/i686-pokysdk-linux/etc/man_db.conf | PSEUDO_UNLOAD=1 qemu-i386 -L $D -E LD_LIBRARY_PATH=$D/usr/local/oe-sdk-hardcoded-buildpath/sysroots/i686-pokysdk-linux/usr/lib:$D/usr/local/oe-sdk-hardcoded-buildpath/sysroots/i686-pokysdk-linux/lib $D/usr/local/oe-sdk-hardcoded-buildpath/sysroots/i686-pokysdk-linux/usr/bin/mandb -C - -u -q $D/usr/local/oe-sdk-hardcoded-buildpath/sysroots/i686-pokysdk-linux/usr/share/man chown -R root:root $D/usr/local/oe-sdk-hardcoded-buildpath/sysroots/i686-pokysdk-linux/usr/share/man mkdir -p $D/usr/local/oe-sdk-hardcoded-buildpath/sysroots/i686-pokysdk-linux/var/cache/man cd $D/usr/local/oe-sdk-hardcoded-buildpath/sysroots/i686-pokysdk-linux/usr/share/man find . -name index.db | while read index; do mkdir -p $D/usr/local/oe-sdk-hardcoded-buildpath/sysroots/i686-pokysdk-linux/var/cache/man/$(dirname ${index}) mv ${index} $D/usr/local/oe-sdk-hardcoded-buildpath/sysroots/i686-pokysdk-linux/var/cache/man/${index} chown man:man $D/usr/local/oe-sdk-hardcoded-buildpath/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: latest.pkg_postrm changed from " # only update manual page index caches when manual files are built and installed if false; then mandb -q fi " to "set -e # 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-openssl/nativesdk-openssl-doc: FILELIST: removed "/usr/local/oe-sdk-hardcoded-buildpath/sysroots/i686-pokysdk-linux/usr/share/doc/openssl/html/man3/EVP_SIGNATURE_free.html", added "/usr/local/oe-sdk-hardcoded-buildpath/sysroots/i686-pokysdk-linux/usr/share/man/man3/d2i_X509_bio.3ssl /usr/local/oe-sdk-hardcoded-buildpath/sysroots/i686-pokysdk-linux/usr/share/man/man3/i2d_X509_bio.3ssl /usr/local/oe-sdk-hardcoded-buildpath/sysroots/i686-pokysdk-linux/usr/share/doc/openssl/html/man3/EVP_SIGNATURE.html /usr/local/oe-sdk-hardcoded-buildpath/sysroots/i686-pokysdk-linux/usr/share/man/man3/d2i_X509_fp.3ssl /usr/local/oe-sdk-hardcoded-buildpath/sysroots/i686-pokysdk-linux/usr/share/man/man3/i2d_X509_fp.3ssl /usr/local/oe-sdk-hardcoded-buildpath/sysroots/i686-pokysdk-linux/usr/share/man/man3/EVP_SIGNATURE.3ssl" packages/i686-nativesdk-pokysdk-linux/nativesdk-qemu/nativesdk-qemu: FILELIST: added "/usr/local/oe-sdk-hardcoded-buildpath/sysroots/i686-pokysdk-linux/usr/share/qemu/multiboot_dma.bin" packages/i686-nativesdk-pokysdk-linux/nativesdk-util-linux/nativesdk-util-linux-doc: latest.pkg_postinst changed from "#!/bin/sh set -e update-alternatives --install /usr/local/oe-sdk-hardcoded-buildpath/sysroots/i686-pokysdk-linux/usr/share/man/man8/blkid.8 blkid.8 /usr/local/oe-sdk-hardcoded-buildpath/sysroots/i686-pokysdk-linux/usr/share/man/man8/blkid.8.util-linux 80 update-alternatives --install /usr/local/oe-sdk-hardcoded-buildpath/sysroots/i686-pokysdk-linux/usr/share/man/man1/eject.1 eject.1 /usr/local/oe-sdk-hardcoded-buildpath/sysroots/i686-pokysdk-linux/usr/share/man/man1/eject.1.util-linux 80 update-alternatives --install /usr/local/oe-sdk-hardcoded-buildpath/sysroots/i686-pokysdk-linux/usr/share/man/man8/findfs.8 findfs.8 /usr/local/oe-sdk-hardcoded-buildpath/sysroots/i686-pokysdk-linux/usr/share/man/man8/findfs.8.util-linux 80 update-alternatives --install /usr/local/oe-sdk-hardcoded-buildpath/sysroots/i686-pokysdk-linux/usr/share/man/man8/fsck.8 fsck.8 /usr/local/oe-sdk-hardcoded-buildpath/sysroots/i686-pokysdk-linux/usr/share/man/man8/fsck.8.util-linux 80 update-alternatives --install /usr/local/oe-sdk-hardcoded-buildpath/sysroots/i686-pokysdk-linux/usr/share/man/man1/kill.1 kill.1 /usr/local/oe-sdk-hardcoded-buildpath/sysroots/i686-pokysdk-linux/usr/share/man/man1/kill.1.util-linux 80 update-alternatives --install /usr/local/oe-sdk-hardcoded-buildpath/sysroots/i686-pokysdk-linux/usr/share/man/man1/last.1 last.1 /usr/local/oe-sdk-hardcoded-buildpath/sysroots/i686-pokysdk-linux/usr/share/man/man1/last.1.util-linux 80 update-alternatives --install /usr/local/oe-sdk-hardcoded-buildpath/sysroots/i686-pokysdk-linux/usr/share/man/man1/lastb.1 lastb.1 /usr/local/oe-sdk-hardcoded-buildpath/sysroots/i686-pokysdk-linux/usr/share/man/man1/lastb.1.util-linux 80 update-alternatives --install /usr/local/oe-sdk-hardcoded-buildpath/sysroots/i686-pokysdk-linux/usr/share/man/man3/libblkid.3 libblkid.3 /usr/local/oe-sdk-hardcoded-buildpath/sysroots/i686-pokysdk-linux/usr/share/man/man3/libblkid.3.util-linux 80 update-alternatives --install /usr/local/oe-sdk-hardcoded-buildpath/sysroots/i686-pokysdk-linux/usr/share/man/man1/logger.1 logger.1 /usr/local/oe-sdk-hardcoded-buildpath/sysroots/i686-pokysdk-linux/usr/share/man/man1/logger.1.util-linux 80 update-alternatives --install /usr/local/oe-sdk-hardcoded-buildpath/sysroots/i686-pokysdk-linux/usr/share/man/man1/mesg.1 mesg.1 /usr/local/oe-sdk-hardcoded-buildpath/sysroots/i686-pokysdk-linux/usr/share/man/man1/mesg.1.util-linux 80 update-alternatives --install /usr/local/oe-sdk-hardcoded-buildpath/sysroots/i686-pokysdk-linux/usr/share/man/man1/mountpoint.1 mountpoint.1 /usr/local/oe-sdk-hardcoded-buildpath/sysroots/i686-pokysdk-linux/usr/share/man/man1/mountpoint.1.util-linux 80 update-alternatives --install /usr/local/oe-sdk-hardcoded-buildpath/sysroots/i686-pokysdk-linux/usr/share/man/man8/nologin.8 nologin.8 /usr/local/oe-sdk-hardcoded-buildpath/sysroots/i686-pokysdk-linux/usr/share/man/man8/nologin.8.util-linux 80 update-alternatives --install /usr/local/oe-sdk-hardcoded-buildpath/sysroots/i686-pokysdk-linux/usr/share/man/man8/rfkill.8 rfkill.8 /usr/local/oe-sdk-hardcoded-buildpath/sysroots/i686-pokysdk-linux/usr/share/man/man8/rfkill.8.util-linux 80 update-alternatives --install /usr/local/oe-sdk-hardcoded-buildpath/sysroots/i686-pokysdk-linux/usr/share/man/man8/sulogin.8 sulogin.8 /usr/local/oe-sdk-hardcoded-buildpath/sysroots/i686-pokysdk-linux/usr/share/man/man8/sulogin.8.util-linux 80 update-alternatives --install /usr/local/oe-sdk-hardcoded-buildpath/sysroots/i686-pokysdk-linux/usr/share/man/man1/utmpdump.1 utmpdump.1 /usr/local/oe-sdk-hardcoded-buildpath/sysroots/i686-pokysdk-linux/usr/share/man/man1/utmpdump.1.util-linux 80 update-alternatives --install /usr/local/oe-sdk-hardcoded-buildpath/sysroots/i686-pokysdk-linux/usr/share/man/man3/uuid.3 uuid.3 /usr/local/oe-sdk-hardcoded-buildpath/sysroots/i686-pokysdk-linux/usr/share/man/man3/uuid.3.util-linux 80 update-alternatives --install /usr/local/oe-sdk-hardcoded-buildpath/sysroots/i686-pokysdk-linux/usr/share/man/man1/wall.1 wall.1 /usr/local/oe-sdk-hardcoded-buildpath/sysroots/i686-pokysdk-linux/usr/share/man/man1/wall.1.util-linux 80 # 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/usr/local/oe-sdk-hardcoded-buildpath/sysroots/i686-pokysdk-linux/etc/man_db.conf | PSEUDO_UNLOAD=1 qemu-i386 -r 3.2.0 -L $D -E LD_LIBRARY_PATH=$D/usr/local/oe-sdk-hardcoded-buildpath/sysroots/i686-pokysdk-linux/usr/lib:$D/usr/local/oe-sdk-hardcoded-buildpath/sysroots/i686-pokysdk-linux/lib $D/usr/local/oe-sdk-hardcoded-buildpath/sysroots/i686-pokysdk-linux/usr/bin/mandb -C - -u -q $D/usr/local/oe-sdk-hardcoded-buildpath/sysroots/i686-pokysdk-linux/usr/share/man chown -R root:root $D/usr/local/oe-sdk-hardcoded-buildpath/sysroots/i686-pokysdk-linux/usr/share/man mkdir -p $D/usr/local/oe-sdk-hardcoded-buildpath/sysroots/i686-pokysdk-linux/var/cache/man cd $D/usr/local/oe-sdk-hardcoded-buildpath/sysroots/i686-pokysdk-linux/usr/share/man find . -name index.db | while read index; do mkdir -p $D/usr/local/oe-sdk-hardcoded-buildpath/sysroots/i686-pokysdk-linux/var/cache/man/$(dirname ${index}) mv ${index} $D/usr/local/oe-sdk-hardcoded-buildpath/sysroots/i686-pokysdk-linux/var/cache/man/${index} chown man:man $D/usr/local/oe-sdk-hardcoded-buildpath/sysroots/i686-pokysdk-linux/var/cache/man/${index} done cd - else $INTERCEPT_DIR/postinst_intercept delay_to_first_boot nativesdk-util-linux-doc mlprefix=nativesdk- fi else mandb -q fi fi " to "set -e update-alternatives --install /usr/local/oe-sdk-hardcoded-buildpath/sysroots/i686-pokysdk-linux/usr/share/man/man8/blkid.8 blkid.8 /usr/local/oe-sdk-hardcoded-buildpath/sysroots/i686-pokysdk-linux/usr/share/man/man8/blkid.8.util-linux 80 update-alternatives --install /usr/local/oe-sdk-hardcoded-buildpath/sysroots/i686-pokysdk-linux/usr/share/man/man1/eject.1 eject.1 /usr/local/oe-sdk-hardcoded-buildpath/sysroots/i686-pokysdk-linux/usr/share/man/man1/eject.1.util-linux 80 update-alternatives --install /usr/local/oe-sdk-hardcoded-buildpath/sysroots/i686-pokysdk-linux/usr/share/man/man8/findfs.8 findfs.8 /usr/local/oe-sdk-hardcoded-buildpath/sysroots/i686-pokysdk-linux/usr/share/man/man8/findfs.8.util-linux 80 update-alternatives --install /usr/local/oe-sdk-hardcoded-buildpath/sysroots/i686-pokysdk-linux/usr/share/man/man8/fsck.8 fsck.8 /usr/local/oe-sdk-hardcoded-buildpath/sysroots/i686-pokysdk-linux/usr/share/man/man8/fsck.8.util-linux 80 update-alternatives --install /usr/local/oe-sdk-hardcoded-buildpath/sysroots/i686-pokysdk-linux/usr/share/man/man1/kill.1 kill.1 /usr/local/oe-sdk-hardcoded-buildpath/sysroots/i686-pokysdk-linux/usr/share/man/man1/kill.1.util-linux 80 update-alternatives --install /usr/local/oe-sdk-hardcoded-buildpath/sysroots/i686-pokysdk-linux/usr/share/man/man1/last.1 last.1 /usr/local/oe-sdk-hardcoded-buildpath/sysroots/i686-pokysdk-linux/usr/share/man/man1/last.1.util-linux 80 update-alternatives --install /usr/local/oe-sdk-hardcoded-buildpath/sysroots/i686-pokysdk-linux/usr/share/man/man1/lastb.1 lastb.1 /usr/local/oe-sdk-hardcoded-buildpath/sysroots/i686-pokysdk-linux/usr/share/man/man1/lastb.1.util-linux 80 update-alternatives --install /usr/local/oe-sdk-hardcoded-buildpath/sysroots/i686-pokysdk-linux/usr/share/man/man3/libblkid.3 libblkid.3 /usr/local/oe-sdk-hardcoded-buildpath/sysroots/i686-pokysdk-linux/usr/share/man/man3/libblkid.3.util-linux 80 update-alternatives --install /usr/local/oe-sdk-hardcoded-buildpath/sysroots/i686-pokysdk-linux/usr/share/man/man1/logger.1 logger.1 /usr/local/oe-sdk-hardcoded-buildpath/sysroots/i686-pokysdk-linux/usr/share/man/man1/logger.1.util-linux 80 update-alternatives --install /usr/local/oe-sdk-hardcoded-buildpath/sysroots/i686-pokysdk-linux/usr/share/man/man1/mesg.1 mesg.1 /usr/local/oe-sdk-hardcoded-buildpath/sysroots/i686-pokysdk-linux/usr/share/man/man1/mesg.1.util-linux 80 update-alternatives --install /usr/local/oe-sdk-hardcoded-buildpath/sysroots/i686-pokysdk-linux/usr/share/man/man1/mountpoint.1 mountpoint.1 /usr/local/oe-sdk-hardcoded-buildpath/sysroots/i686-pokysdk-linux/usr/share/man/man1/mountpoint.1.util-linux 80 update-alternatives --install /usr/local/oe-sdk-hardcoded-buildpath/sysroots/i686-pokysdk-linux/usr/share/man/man8/nologin.8 nologin.8 /usr/local/oe-sdk-hardcoded-buildpath/sysroots/i686-pokysdk-linux/usr/share/man/man8/nologin.8.util-linux 80 update-alternatives --install /usr/local/oe-sdk-hardcoded-buildpath/sysroots/i686-pokysdk-linux/usr/share/man/man8/rfkill.8 rfkill.8 /usr/local/oe-sdk-hardcoded-buildpath/sysroots/i686-pokysdk-linux/usr/share/man/man8/rfkill.8.util-linux 80 update-alternatives --install /usr/local/oe-sdk-hardcoded-buildpath/sysroots/i686-pokysdk-linux/usr/share/man/man8/sulogin.8 sulogin.8 /usr/local/oe-sdk-hardcoded-buildpath/sysroots/i686-pokysdk-linux/usr/share/man/man8/sulogin.8.util-linux 80 update-alternatives --install /usr/local/oe-sdk-hardcoded-buildpath/sysroots/i686-pokysdk-linux/usr/share/man/man1/utmpdump.1 utmpdump.1 /usr/local/oe-sdk-hardcoded-buildpath/sysroots/i686-pokysdk-linux/usr/share/man/man1/utmpdump.1.util-linux 80 update-alternatives --install /usr/local/oe-sdk-hardcoded-buildpath/sysroots/i686-pokysdk-linux/usr/share/man/man3/uuid.3 uuid.3 /usr/local/oe-sdk-hardcoded-buildpath/sysroots/i686-pokysdk-linux/usr/share/man/man3/uuid.3.util-linux 80 update-alternatives --install /usr/local/oe-sdk-hardcoded-buildpath/sysroots/i686-pokysdk-linux/usr/share/man/man1/wall.1 wall.1 /usr/local/oe-sdk-hardcoded-buildpath/sysroots/i686-pokysdk-linux/usr/share/man/man1/wall.1.util-linux 80 # 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/usr/local/oe-sdk-hardcoded-buildpath/sysroots/i686-pokysdk-linux/etc/man_db.conf | PSEUDO_UNLOAD=1 qemu-i386 -L $D -E LD_LIBRARY_PATH=$D/usr/local/oe-sdk-hardcoded-buildpath/sysroots/i686-pokysdk-linux/usr/lib:$D/usr/local/oe-sdk-hardcoded-buildpath/sysroots/i686-pokysdk-linux/lib $D/usr/local/oe-sdk-hardcoded-buildpath/sysroots/i686-pokysdk-linux/usr/bin/mandb -C - -u -q $D/usr/local/oe-sdk-hardcoded-buildpath/sysroots/i686-pokysdk-linux/usr/share/man chown -R root:root $D/usr/local/oe-sdk-hardcoded-buildpath/sysroots/i686-pokysdk-linux/usr/share/man mkdir -p $D/usr/local/oe-sdk-hardcoded-buildpath/sysroots/i686-pokysdk-linux/var/cache/man cd $D/usr/local/oe-sdk-hardcoded-buildpath/sysroots/i686-pokysdk-linux/usr/share/man find . -name index.db | while read index; do mkdir -p $D/usr/local/oe-sdk-hardcoded-buildpath/sysroots/i686-pokysdk-linux/var/cache/man/$(dirname ${index}) mv ${index} $D/usr/local/oe-sdk-hardcoded-buildpath/sysroots/i686-pokysdk-linux/var/cache/man/${index} chown man:man $D/usr/local/oe-sdk-hardcoded-buildpath/sysroots/i686-pokysdk-linux/var/cache/man/${index} done cd - else $INTERCEPT_DIR/postinst_intercept delay_to_first_boot nativesdk-util-linux-doc mlprefix=nativesdk- fi else mandb -q fi fi " packages/i686-nativesdk-pokysdk-linux/nativesdk-util-linux/nativesdk-util-linux-doc: latest.pkg_postrm changed from " # only update manual page index caches when manual files are built and installed if false; then mandb -q fi " to "set -e # 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: latest.pkg_postinst changed from " # 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 " to "set -e # 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 -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: latest.pkg_postrm changed from " # only update manual page index caches when manual files are built and installed if false; then mandb -q fi " to "set -e # only update manual page index caches when manual files are built and installed if false; then mandb -q fi " Changes to packages/x86_64-linux/kmod-native (sysroot): /bin was added /bin/kmod was added /bin/lsmod was added /etc was added /etc/depmod.d was added /etc/modprobe.d was added /lib was added /lib/depmod.d was added /lib/depmod.d/search.conf was added /lib/modprobe.d was added /sbin was added /sbin/depmod was added /sbin/insmod was added /sbin/modinfo was added /sbin/modprobe was added /sbin/rmmod was added /sysroot-providers/module-init-tools-depmod-native was added /sysroot-providers/module-init-tools-insmod-static-native was added /sysroot-providers/module-init-tools-native was added /usr/bin was removed /usr/bin/depmod was removed /usr/bin/insmod was removed /usr/bin/kmod was removed /usr/bin/lsmod was removed /usr/bin/modinfo was removed /usr/bin/modprobe was removed /usr/bin/rmmod was removed Changes to packages/x86_64-linux/qemu-system-native (sysroot): /usr/share/qemu/multiboot_dma.bin was added packages/x86_64-nativesdk-pokysdk-linux/nativesdk-glib-2.0/nativesdk-glib-2.0-doc: latest.pkg_postinst changed from " # 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/usr/local/oe-sdk-hardcoded-buildpath/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/usr/local/oe-sdk-hardcoded-buildpath/sysroots/x86_64-pokysdk-linux/usr/lib:$D/usr/local/oe-sdk-hardcoded-buildpath/sysroots/x86_64-pokysdk-linux/lib $D/usr/local/oe-sdk-hardcoded-buildpath/sysroots/x86_64-pokysdk-linux/usr/bin/mandb -C - -u -q $D/usr/local/oe-sdk-hardcoded-buildpath/sysroots/x86_64-pokysdk-linux/usr/share/man chown -R root:root $D/usr/local/oe-sdk-hardcoded-buildpath/sysroots/x86_64-pokysdk-linux/usr/share/man mkdir -p $D/usr/local/oe-sdk-hardcoded-buildpath/sysroots/x86_64-pokysdk-linux/var/cache/man cd $D/usr/local/oe-sdk-hardcoded-buildpath/sysroots/x86_64-pokysdk-linux/usr/share/man find . -name index.db | while read index; do mkdir -p $D/usr/local/oe-sdk-hardcoded-buildpath/sysroots/x86_64-pokysdk-linux/var/cache/man/$(dirname ${index}) mv ${index} $D/usr/local/oe-sdk-hardcoded-buildpath/sysroots/x86_64-pokysdk-linux/var/cache/man/${index} chown man:man $D/usr/local/oe-sdk-hardcoded-buildpath/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 " to "set -e # 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/usr/local/oe-sdk-hardcoded-buildpath/sysroots/x86_64-pokysdk-linux/etc/man_db.conf | PSEUDO_UNLOAD=1 qemu-x86_64 -L $D -E LD_LIBRARY_PATH=$D/usr/local/oe-sdk-hardcoded-buildpath/sysroots/x86_64-pokysdk-linux/usr/lib:$D/usr/local/oe-sdk-hardcoded-buildpath/sysroots/x86_64-pokysdk-linux/lib $D/usr/local/oe-sdk-hardcoded-buildpath/sysroots/x86_64-pokysdk-linux/usr/bin/mandb -C - -u -q $D/usr/local/oe-sdk-hardcoded-buildpath/sysroots/x86_64-pokysdk-linux/usr/share/man chown -R root:root $D/usr/local/oe-sdk-hardcoded-buildpath/sysroots/x86_64-pokysdk-linux/usr/share/man mkdir -p $D/usr/local/oe-sdk-hardcoded-buildpath/sysroots/x86_64-pokysdk-linux/var/cache/man cd $D/usr/local/oe-sdk-hardcoded-buildpath/sysroots/x86_64-pokysdk-linux/usr/share/man find . -name index.db | while read index; do mkdir -p $D/usr/local/oe-sdk-hardcoded-buildpath/sysroots/x86_64-pokysdk-linux/var/cache/man/$(dirname ${index}) mv ${index} $D/usr/local/oe-sdk-hardcoded-buildpath/sysroots/x86_64-pokysdk-linux/var/cache/man/${index} chown man:man $D/usr/local/oe-sdk-hardcoded-buildpath/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: latest.pkg_postrm changed from " # only update manual page index caches when manual files are built and installed if false; then mandb -q fi " to "set -e # 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: latest.pkg_postinst changed from " # 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/usr/local/oe-sdk-hardcoded-buildpath/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/usr/local/oe-sdk-hardcoded-buildpath/sysroots/x86_64-pokysdk-linux/usr/lib:$D/usr/local/oe-sdk-hardcoded-buildpath/sysroots/x86_64-pokysdk-linux/lib $D/usr/local/oe-sdk-hardcoded-buildpath/sysroots/x86_64-pokysdk-linux/usr/bin/mandb -C - -u -q $D/usr/local/oe-sdk-hardcoded-buildpath/sysroots/x86_64-pokysdk-linux/usr/share/man chown -R root:root $D/usr/local/oe-sdk-hardcoded-buildpath/sysroots/x86_64-pokysdk-linux/usr/share/man mkdir -p $D/usr/local/oe-sdk-hardcoded-buildpath/sysroots/x86_64-pokysdk-linux/var/cache/man cd $D/usr/local/oe-sdk-hardcoded-buildpath/sysroots/x86_64-pokysdk-linux/usr/share/man find . -name index.db | while read index; do mkdir -p $D/usr/local/oe-sdk-hardcoded-buildpath/sysroots/x86_64-pokysdk-linux/var/cache/man/$(dirname ${index}) mv ${index} $D/usr/local/oe-sdk-hardcoded-buildpath/sysroots/x86_64-pokysdk-linux/var/cache/man/${index} chown man:man $D/usr/local/oe-sdk-hardcoded-buildpath/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 " to "set -e # 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/usr/local/oe-sdk-hardcoded-buildpath/sysroots/x86_64-pokysdk-linux/etc/man_db.conf | PSEUDO_UNLOAD=1 qemu-x86_64 -L $D -E LD_LIBRARY_PATH=$D/usr/local/oe-sdk-hardcoded-buildpath/sysroots/x86_64-pokysdk-linux/usr/lib:$D/usr/local/oe-sdk-hardcoded-buildpath/sysroots/x86_64-pokysdk-linux/lib $D/usr/local/oe-sdk-hardcoded-buildpath/sysroots/x86_64-pokysdk-linux/usr/bin/mandb -C - -u -q $D/usr/local/oe-sdk-hardcoded-buildpath/sysroots/x86_64-pokysdk-linux/usr/share/man chown -R root:root $D/usr/local/oe-sdk-hardcoded-buildpath/sysroots/x86_64-pokysdk-linux/usr/share/man mkdir -p $D/usr/local/oe-sdk-hardcoded-buildpath/sysroots/x86_64-pokysdk-linux/var/cache/man cd $D/usr/local/oe-sdk-hardcoded-buildpath/sysroots/x86_64-pokysdk-linux/usr/share/man find . -name index.db | while read index; do mkdir -p $D/usr/local/oe-sdk-hardcoded-buildpath/sysroots/x86_64-pokysdk-linux/var/cache/man/$(dirname ${index}) mv ${index} $D/usr/local/oe-sdk-hardcoded-buildpath/sysroots/x86_64-pokysdk-linux/var/cache/man/${index} chown man:man $D/usr/local/oe-sdk-hardcoded-buildpath/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: latest.pkg_postrm changed from " # only update manual page index caches when manual files are built and installed if false; then mandb -q fi " to "set -e # 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-openssl/nativesdk-openssl-doc: FILELIST: removed "/usr/local/oe-sdk-hardcoded-buildpath/sysroots/x86_64-pokysdk-linux/usr/share/doc/openssl/html/man3/EVP_SIGNATURE_free.html", added "/usr/local/oe-sdk-hardcoded-buildpath/sysroots/x86_64-pokysdk-linux/usr/share/man/man3/d2i_X509_bio.3ssl /usr/local/oe-sdk-hardcoded-buildpath/sysroots/x86_64-pokysdk-linux/usr/share/man/man3/EVP_SIGNATURE.3ssl /usr/local/oe-sdk-hardcoded-buildpath/sysroots/x86_64-pokysdk-linux/usr/share/doc/openssl/html/man3/EVP_SIGNATURE.html /usr/local/oe-sdk-hardcoded-buildpath/sysroots/x86_64-pokysdk-linux/usr/share/man/man3/i2d_X509_fp.3ssl /usr/local/oe-sdk-hardcoded-buildpath/sysroots/x86_64-pokysdk-linux/usr/share/man/man3/d2i_X509_fp.3ssl /usr/local/oe-sdk-hardcoded-buildpath/sysroots/x86_64-pokysdk-linux/usr/share/man/man3/i2d_X509_bio.3ssl" packages/x86_64-nativesdk-pokysdk-linux/nativesdk-qemu/nativesdk-qemu: FILELIST: added "/usr/local/oe-sdk-hardcoded-buildpath/sysroots/x86_64-pokysdk-linux/usr/share/qemu/multiboot_dma.bin" packages/x86_64-nativesdk-pokysdk-linux/nativesdk-util-linux/nativesdk-util-linux-doc: latest.pkg_postinst changed from "#!/bin/sh set -e update-alternatives --install /usr/local/oe-sdk-hardcoded-buildpath/sysroots/x86_64-pokysdk-linux/usr/share/man/man8/blkid.8 blkid.8 /usr/local/oe-sdk-hardcoded-buildpath/sysroots/x86_64-pokysdk-linux/usr/share/man/man8/blkid.8.util-linux 80 update-alternatives --install /usr/local/oe-sdk-hardcoded-buildpath/sysroots/x86_64-pokysdk-linux/usr/share/man/man1/eject.1 eject.1 /usr/local/oe-sdk-hardcoded-buildpath/sysroots/x86_64-pokysdk-linux/usr/share/man/man1/eject.1.util-linux 80 update-alternatives --install /usr/local/oe-sdk-hardcoded-buildpath/sysroots/x86_64-pokysdk-linux/usr/share/man/man8/findfs.8 findfs.8 /usr/local/oe-sdk-hardcoded-buildpath/sysroots/x86_64-pokysdk-linux/usr/share/man/man8/findfs.8.util-linux 80 update-alternatives --install /usr/local/oe-sdk-hardcoded-buildpath/sysroots/x86_64-pokysdk-linux/usr/share/man/man8/fsck.8 fsck.8 /usr/local/oe-sdk-hardcoded-buildpath/sysroots/x86_64-pokysdk-linux/usr/share/man/man8/fsck.8.util-linux 80 update-alternatives --install /usr/local/oe-sdk-hardcoded-buildpath/sysroots/x86_64-pokysdk-linux/usr/share/man/man1/kill.1 kill.1 /usr/local/oe-sdk-hardcoded-buildpath/sysroots/x86_64-pokysdk-linux/usr/share/man/man1/kill.1.util-linux 80 update-alternatives --install /usr/local/oe-sdk-hardcoded-buildpath/sysroots/x86_64-pokysdk-linux/usr/share/man/man1/last.1 last.1 /usr/local/oe-sdk-hardcoded-buildpath/sysroots/x86_64-pokysdk-linux/usr/share/man/man1/last.1.util-linux 80 update-alternatives --install /usr/local/oe-sdk-hardcoded-buildpath/sysroots/x86_64-pokysdk-linux/usr/share/man/man1/lastb.1 lastb.1 /usr/local/oe-sdk-hardcoded-buildpath/sysroots/x86_64-pokysdk-linux/usr/share/man/man1/lastb.1.util-linux 80 update-alternatives --install /usr/local/oe-sdk-hardcoded-buildpath/sysroots/x86_64-pokysdk-linux/usr/share/man/man3/libblkid.3 libblkid.3 /usr/local/oe-sdk-hardcoded-buildpath/sysroots/x86_64-pokysdk-linux/usr/share/man/man3/libblkid.3.util-linux 80 update-alternatives --install /usr/local/oe-sdk-hardcoded-buildpath/sysroots/x86_64-pokysdk-linux/usr/share/man/man1/logger.1 logger.1 /usr/local/oe-sdk-hardcoded-buildpath/sysroots/x86_64-pokysdk-linux/usr/share/man/man1/logger.1.util-linux 80 update-alternatives --install /usr/local/oe-sdk-hardcoded-buildpath/sysroots/x86_64-pokysdk-linux/usr/share/man/man1/mesg.1 mesg.1 /usr/local/oe-sdk-hardcoded-buildpath/sysroots/x86_64-pokysdk-linux/usr/share/man/man1/mesg.1.util-linux 80 update-alternatives --install /usr/local/oe-sdk-hardcoded-buildpath/sysroots/x86_64-pokysdk-linux/usr/share/man/man1/mountpoint.1 mountpoint.1 /usr/local/oe-sdk-hardcoded-buildpath/sysroots/x86_64-pokysdk-linux/usr/share/man/man1/mountpoint.1.util-linux 80 update-alternatives --install /usr/local/oe-sdk-hardcoded-buildpath/sysroots/x86_64-pokysdk-linux/usr/share/man/man8/nologin.8 nologin.8 /usr/local/oe-sdk-hardcoded-buildpath/sysroots/x86_64-pokysdk-linux/usr/share/man/man8/nologin.8.util-linux 80 update-alternatives --install /usr/local/oe-sdk-hardcoded-buildpath/sysroots/x86_64-pokysdk-linux/usr/share/man/man8/rfkill.8 rfkill.8 /usr/local/oe-sdk-hardcoded-buildpath/sysroots/x86_64-pokysdk-linux/usr/share/man/man8/rfkill.8.util-linux 80 update-alternatives --install /usr/local/oe-sdk-hardcoded-buildpath/sysroots/x86_64-pokysdk-linux/usr/share/man/man8/sulogin.8 sulogin.8 /usr/local/oe-sdk-hardcoded-buildpath/sysroots/x86_64-pokysdk-linux/usr/share/man/man8/sulogin.8.util-linux 80 update-alternatives --install /usr/local/oe-sdk-hardcoded-buildpath/sysroots/x86_64-pokysdk-linux/usr/share/man/man1/utmpdump.1 utmpdump.1 /usr/local/oe-sdk-hardcoded-buildpath/sysroots/x86_64-pokysdk-linux/usr/share/man/man1/utmpdump.1.util-linux 80 update-alternatives --install /usr/local/oe-sdk-hardcoded-buildpath/sysroots/x86_64-pokysdk-linux/usr/share/man/man3/uuid.3 uuid.3 /usr/local/oe-sdk-hardcoded-buildpath/sysroots/x86_64-pokysdk-linux/usr/share/man/man3/uuid.3.util-linux 80 update-alternatives --install /usr/local/oe-sdk-hardcoded-buildpath/sysroots/x86_64-pokysdk-linux/usr/share/man/man1/wall.1 wall.1 /usr/local/oe-sdk-hardcoded-buildpath/sysroots/x86_64-pokysdk-linux/usr/share/man/man1/wall.1.util-linux 80 # 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/usr/local/oe-sdk-hardcoded-buildpath/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/usr/local/oe-sdk-hardcoded-buildpath/sysroots/x86_64-pokysdk-linux/usr/lib:$D/usr/local/oe-sdk-hardcoded-buildpath/sysroots/x86_64-pokysdk-linux/lib $D/usr/local/oe-sdk-hardcoded-buildpath/sysroots/x86_64-pokysdk-linux/usr/bin/mandb -C - -u -q $D/usr/local/oe-sdk-hardcoded-buildpath/sysroots/x86_64-pokysdk-linux/usr/share/man chown -R root:root $D/usr/local/oe-sdk-hardcoded-buildpath/sysroots/x86_64-pokysdk-linux/usr/share/man mkdir -p $D/usr/local/oe-sdk-hardcoded-buildpath/sysroots/x86_64-pokysdk-linux/var/cache/man cd $D/usr/local/oe-sdk-hardcoded-buildpath/sysroots/x86_64-pokysdk-linux/usr/share/man find . -name index.db | while read index; do mkdir -p $D/usr/local/oe-sdk-hardcoded-buildpath/sysroots/x86_64-pokysdk-linux/var/cache/man/$(dirname ${index}) mv ${index} $D/usr/local/oe-sdk-hardcoded-buildpath/sysroots/x86_64-pokysdk-linux/var/cache/man/${index} chown man:man $D/usr/local/oe-sdk-hardcoded-buildpath/sysroots/x86_64-pokysdk-linux/var/cache/man/${index} done cd - else $INTERCEPT_DIR/postinst_intercept delay_to_first_boot nativesdk-util-linux-doc mlprefix=nativesdk- fi else mandb -q fi fi " to "set -e update-alternatives --install /usr/local/oe-sdk-hardcoded-buildpath/sysroots/x86_64-pokysdk-linux/usr/share/man/man8/blkid.8 blkid.8 /usr/local/oe-sdk-hardcoded-buildpath/sysroots/x86_64-pokysdk-linux/usr/share/man/man8/blkid.8.util-linux 80 update-alternatives --install /usr/local/oe-sdk-hardcoded-buildpath/sysroots/x86_64-pokysdk-linux/usr/share/man/man1/eject.1 eject.1 /usr/local/oe-sdk-hardcoded-buildpath/sysroots/x86_64-pokysdk-linux/usr/share/man/man1/eject.1.util-linux 80 update-alternatives --install /usr/local/oe-sdk-hardcoded-buildpath/sysroots/x86_64-pokysdk-linux/usr/share/man/man8/findfs.8 findfs.8 /usr/local/oe-sdk-hardcoded-buildpath/sysroots/x86_64-pokysdk-linux/usr/share/man/man8/findfs.8.util-linux 80 update-alternatives --install /usr/local/oe-sdk-hardcoded-buildpath/sysroots/x86_64-pokysdk-linux/usr/share/man/man8/fsck.8 fsck.8 /usr/local/oe-sdk-hardcoded-buildpath/sysroots/x86_64-pokysdk-linux/usr/share/man/man8/fsck.8.util-linux 80 update-alternatives --install /usr/local/oe-sdk-hardcoded-buildpath/sysroots/x86_64-pokysdk-linux/usr/share/man/man1/kill.1 kill.1 /usr/local/oe-sdk-hardcoded-buildpath/sysroots/x86_64-pokysdk-linux/usr/share/man/man1/kill.1.util-linux 80 update-alternatives --install /usr/local/oe-sdk-hardcoded-buildpath/sysroots/x86_64-pokysdk-linux/usr/share/man/man1/last.1 last.1 /usr/local/oe-sdk-hardcoded-buildpath/sysroots/x86_64-pokysdk-linux/usr/share/man/man1/last.1.util-linux 80 update-alternatives --install /usr/local/oe-sdk-hardcoded-buildpath/sysroots/x86_64-pokysdk-linux/usr/share/man/man1/lastb.1 lastb.1 /usr/local/oe-sdk-hardcoded-buildpath/sysroots/x86_64-pokysdk-linux/usr/share/man/man1/lastb.1.util-linux 80 update-alternatives --install /usr/local/oe-sdk-hardcoded-buildpath/sysroots/x86_64-pokysdk-linux/usr/share/man/man3/libblkid.3 libblkid.3 /usr/local/oe-sdk-hardcoded-buildpath/sysroots/x86_64-pokysdk-linux/usr/share/man/man3/libblkid.3.util-linux 80 update-alternatives --install /usr/local/oe-sdk-hardcoded-buildpath/sysroots/x86_64-pokysdk-linux/usr/share/man/man1/logger.1 logger.1 /usr/local/oe-sdk-hardcoded-buildpath/sysroots/x86_64-pokysdk-linux/usr/share/man/man1/logger.1.util-linux 80 update-alternatives --install /usr/local/oe-sdk-hardcoded-buildpath/sysroots/x86_64-pokysdk-linux/usr/share/man/man1/mesg.1 mesg.1 /usr/local/oe-sdk-hardcoded-buildpath/sysroots/x86_64-pokysdk-linux/usr/share/man/man1/mesg.1.util-linux 80 update-alternatives --install /usr/local/oe-sdk-hardcoded-buildpath/sysroots/x86_64-pokysdk-linux/usr/share/man/man1/mountpoint.1 mountpoint.1 /usr/local/oe-sdk-hardcoded-buildpath/sysroots/x86_64-pokysdk-linux/usr/share/man/man1/mountpoint.1.util-linux 80 update-alternatives --install /usr/local/oe-sdk-hardcoded-buildpath/sysroots/x86_64-pokysdk-linux/usr/share/man/man8/nologin.8 nologin.8 /usr/local/oe-sdk-hardcoded-buildpath/sysroots/x86_64-pokysdk-linux/usr/share/man/man8/nologin.8.util-linux 80 update-alternatives --install /usr/local/oe-sdk-hardcoded-buildpath/sysroots/x86_64-pokysdk-linux/usr/share/man/man8/rfkill.8 rfkill.8 /usr/local/oe-sdk-hardcoded-buildpath/sysroots/x86_64-pokysdk-linux/usr/share/man/man8/rfkill.8.util-linux 80 update-alternatives --install /usr/local/oe-sdk-hardcoded-buildpath/sysroots/x86_64-pokysdk-linux/usr/share/man/man8/sulogin.8 sulogin.8 /usr/local/oe-sdk-hardcoded-buildpath/sysroots/x86_64-pokysdk-linux/usr/share/man/man8/sulogin.8.util-linux 80 update-alternatives --install /usr/local/oe-sdk-hardcoded-buildpath/sysroots/x86_64-pokysdk-linux/usr/share/man/man1/utmpdump.1 utmpdump.1 /usr/local/oe-sdk-hardcoded-buildpath/sysroots/x86_64-pokysdk-linux/usr/share/man/man1/utmpdump.1.util-linux 80 update-alternatives --install /usr/local/oe-sdk-hardcoded-buildpath/sysroots/x86_64-pokysdk-linux/usr/share/man/man3/uuid.3 uuid.3 /usr/local/oe-sdk-hardcoded-buildpath/sysroots/x86_64-pokysdk-linux/usr/share/man/man3/uuid.3.util-linux 80 update-alternatives --install /usr/local/oe-sdk-hardcoded-buildpath/sysroots/x86_64-pokysdk-linux/usr/share/man/man1/wall.1 wall.1 /usr/local/oe-sdk-hardcoded-buildpath/sysroots/x86_64-pokysdk-linux/usr/share/man/man1/wall.1.util-linux 80 # 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/usr/local/oe-sdk-hardcoded-buildpath/sysroots/x86_64-pokysdk-linux/etc/man_db.conf | PSEUDO_UNLOAD=1 qemu-x86_64 -L $D -E LD_LIBRARY_PATH=$D/usr/local/oe-sdk-hardcoded-buildpath/sysroots/x86_64-pokysdk-linux/usr/lib:$D/usr/local/oe-sdk-hardcoded-buildpath/sysroots/x86_64-pokysdk-linux/lib $D/usr/local/oe-sdk-hardcoded-buildpath/sysroots/x86_64-pokysdk-linux/usr/bin/mandb -C - -u -q $D/usr/local/oe-sdk-hardcoded-buildpath/sysroots/x86_64-pokysdk-linux/usr/share/man chown -R root:root $D/usr/local/oe-sdk-hardcoded-buildpath/sysroots/x86_64-pokysdk-linux/usr/share/man mkdir -p $D/usr/local/oe-sdk-hardcoded-buildpath/sysroots/x86_64-pokysdk-linux/var/cache/man cd $D/usr/local/oe-sdk-hardcoded-buildpath/sysroots/x86_64-pokysdk-linux/usr/share/man find . -name index.db | while read index; do mkdir -p $D/usr/local/oe-sdk-hardcoded-buildpath/sysroots/x86_64-pokysdk-linux/var/cache/man/$(dirname ${index}) mv ${index} $D/usr/local/oe-sdk-hardcoded-buildpath/sysroots/x86_64-pokysdk-linux/var/cache/man/${index} chown man:man $D/usr/local/oe-sdk-hardcoded-buildpath/sysroots/x86_64-pokysdk-linux/var/cache/man/${index} done cd - else $INTERCEPT_DIR/postinst_intercept delay_to_first_boot nativesdk-util-linux-doc mlprefix=nativesdk- fi else mandb -q fi fi " packages/x86_64-nativesdk-pokysdk-linux/nativesdk-util-linux/nativesdk-util-linux-doc: latest.pkg_postrm changed from " # only update manual page index caches when manual files are built and installed if false; then mandb -q fi " to "set -e # only update manual page index caches when manual files are built and installed if false; then mandb -q fi "