Changes to images/qemuppc/glibc/core-image-sato-sdk (files-in-image.txt): /var/cache/fontconfig/5cf27b99-a1d5-4ab7-b793-71539ed49825-be32d8.cache-7 was added /var/cache/fontconfig/6676178c-0814-4a3b-818f-5b0a0a8482bf-be32d8.cache-7 was added /var/cache/fontconfig/a8f8f0cd-917c-47e5-9b79-2db3b28150dd-be32d8.cache-7 was added /var/cache/fontconfig/c0fda8ef-dd21-48e3-8898-076ad34bcf60-be32d8.cache-7 was added /var/cache/fontconfig/d3974b91-178c-4ea1-aec1-ff5d09abe56a-be32d8.cache-7 was added /var/cache/fontconfig/e6e2a5e3-dc27-4f8c-b830-dafb1f7ef296-be32d8.cache-7 was added /var/cache/fontconfig/e9002931-90e9-40eb-bdd1-c72ddb43624c-be32d8.cache-7 was added /var/cache/fontconfig/332d6c01-41bd-4108-b3cb-371eaf266600-be32d8.cache-7 was removed /var/cache/fontconfig/3eee9c4b-d537-4d3e-b950-bc527183e0d7-be32d8.cache-7 was removed /var/cache/fontconfig/77017f9f-badd-479d-b19b-481383a1bbd4-be32d8.cache-7 was removed /var/cache/fontconfig/87c0570a-337d-401d-83cc-c971daa4a48b-be32d8.cache-7 was removed /var/cache/fontconfig/90a1c382-802d-4048-8a73-d700fd71bc5b-be32d8.cache-7 was removed /var/cache/fontconfig/a3bcb997-85b6-43a6-84b6-eb2ded3d627c-be32d8.cache-7 was removed /var/cache/fontconfig/d0456cfc-a0b0-4882-845d-f4bb3afa307a-be32d8.cache-7 was removed Changes to images/qemuppc/glibc/core-image-sato (files-in-image.txt): /var/cache/fontconfig/8a010c48-ccfc-4df8-9d97-71d5862a3cf0-be32d8.cache-7 was added /var/cache/fontconfig/f0af694a-13c2-4a79-ba55-ca0188a14f36-be32d8.cache-7 was added /var/cache/fontconfig/11664300-fca4-4287-bf02-92ef07bb3d10-be32d8.cache-7 was removed /var/cache/fontconfig/c8d35c53-2c7f-4a02-90c6-0f7c98647fde-be32d8.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/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_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 /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/i2d_X509_bio.3ssl /usr/local/oe-sdk-hardcoded-buildpath/sysroots/i686-pokysdk-linux/usr/share/man/man3/d2i_X509_bio.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/ppc7400-poky-linux/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-ppc -r 3.2.0 -cpu 7400 -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-ppc -cpu 7400 -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/ppc7400-poky-linux/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/ppc7400-poky-linux/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-ppc -r 3.2.0 -cpu 7400 -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-ppc -cpu 7400 -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/ppc7400-poky-linux/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/ppc7400-poky-linux/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-ppc -r 3.2.0 -cpu 7400 -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-ppc -cpu 7400 -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/ppc7400-poky-linux/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/ppc7400-poky-linux/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-ppc -r 3.2.0 -cpu 7400 -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-ppc -cpu 7400 -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/ppc7400-poky-linux/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/ppc7400-poky-linux/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-ppc -r 3.2.0 -cpu 7400 -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-ppc -cpu 7400 -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/ppc7400-poky-linux/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/ppc7400-poky-linux/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-ppc -r 3.2.0 -cpu 7400 -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-ppc -cpu 7400 -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/ppc7400-poky-linux/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/ppc7400-poky-linux/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-ppc -r 3.2.0 -cpu 7400 -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-ppc -cpu 7400 -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/ppc7400-poky-linux/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/ppc7400-poky-linux/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-ppc -r 3.2.0 -cpu 7400 -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-ppc -cpu 7400 -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/ppc7400-poky-linux/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/ppc7400-poky-linux/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-ppc -r 3.2.0 -cpu 7400 -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-ppc -cpu 7400 -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/ppc7400-poky-linux/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/ppc7400-poky-linux/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-ppc -r 3.2.0 -cpu 7400 -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-ppc -cpu 7400 -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/ppc7400-poky-linux/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/ppc7400-poky-linux/openssl/openssl-doc: FILELIST: removed "/usr/share/doc/openssl/html/man3/EVP_SIGNATURE_free.html", added "/usr/share/man/man3/d2i_X509_fp.3ssl /usr/share/man/man3/d2i_X509_bio.3ssl /usr/share/man/man3/i2d_X509_bio.3ssl /usr/share/doc/openssl/html/man3/EVP_SIGNATURE.html /usr/share/man/man3/EVP_SIGNATURE.3ssl /usr/share/man/man3/i2d_X509_fp.3ssl" packages/ppc7400-poky-linux/openssl/openssl-ptest: FILELIST: added "/usr/lib/openssl/ptest/test/certs/goodcn2-cert.pem /usr/lib/openssl/ptest/test/fake_rsaprov.h /usr/lib/openssl/ptest/test/rand_test /usr/lib/openssl/ptest/test/fake_rsaprov.c /usr/lib/openssl/ptest/test/provider_pkey_test /usr/lib/openssl/ptest/test/certs/cross-root.pem /usr/lib/openssl/ptest/test/certs/goodcn2-key.pem /usr/lib/openssl/ptest/test/certs/root-cross-cert.pem /usr/lib/openssl/ptest/test/certs/cross-key.pem /usr/lib/openssl/ptest/test/recipes/04-test_provider_pkey.t /usr/lib/openssl/ptest/test/certs/goodcn2-chain.pem /usr/lib/openssl/ptest/test/provider_pkey_test.c /usr/lib/openssl/ptest/test/rand_test.c /usr/lib/openssl/ptest/test/dane-cross.in" packages/ppc7400-poky-linux/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-ppc -r 3.2.0 -cpu 7400 -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-ppc -cpu 7400 -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/ppc7400-poky-linux/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/ppc7400-poky-linux/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-ppc -r 3.2.0 -cpu 7400 -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-ppc -cpu 7400 -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/ppc7400-poky-linux/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/qemuppc-poky-linux/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-ppc -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-ppc -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/qemuppc-poky-linux/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/glib-2.0-native (sysroot): /usr/share/gdb/auto-load/home/pokybuild/yocto-worker/reproducible-debian was added /usr/share/gdb/auto-load/home/pokybuild/yocto-worker/reproducible-debian/build was added /usr/share/gdb/auto-load/home/pokybuild/yocto-worker/reproducible-debian/build/build-st was added /usr/share/gdb/auto-load/home/pokybuild/yocto-worker/reproducible-debian/build/build-st/tmp was added /usr/share/gdb/auto-load/home/pokybuild/yocto-worker/reproducible-debian/build/build-st/tmp/work was added /usr/share/gdb/auto-load/home/pokybuild/yocto-worker/reproducible-debian/build/build-st/tmp/work/x86_64-linux was added /usr/share/gdb/auto-load/home/pokybuild/yocto-worker/reproducible-debian/build/build-st/tmp/work/x86_64-linux/glib-2.0-native was added /usr/share/gdb/auto-load/home/pokybuild/yocto-worker/reproducible-debian/build/build-st/tmp/work/x86_64-linux/glib-2.0-native/1_2.70.2-r0 was added /usr/share/gdb/auto-load/home/pokybuild/yocto-worker/reproducible-debian/build/build-st/tmp/work/x86_64-linux/glib-2.0-native/1_2.70.2-r0/recipe-sysroot-native was added /usr/share/gdb/auto-load/home/pokybuild/yocto-worker/reproducible-debian/build/build-st/tmp/work/x86_64-linux/glib-2.0-native/1_2.70.2-r0/recipe-sysroot-native/usr was added /usr/share/gdb/auto-load/home/pokybuild/yocto-worker/reproducible-debian/build/build-st/tmp/work/x86_64-linux/glib-2.0-native/1_2.70.2-r0/recipe-sysroot-native/usr/lib was added /usr/share/gdb/auto-load/home/pokybuild/yocto-worker/reproducible-debian/build/build-st/tmp/work/x86_64-linux/glib-2.0-native/1_2.70.2-r0/recipe-sysroot-native/usr/lib/libglib-2.0.so.0.7000.2-gdb.py was added /usr/share/gdb/auto-load/home/pokybuild/yocto-worker/reproducible-debian/build/build-st/tmp/work/x86_64-linux/glib-2.0-native/1_2.70.2-r0/recipe-sysroot-native/usr/lib/libgobject-2.0.so.0.7000.2-gdb.py was added /usr/share/gdb/auto-load/home/pokybuild/yocto-worker/reproducible-centos was removed /usr/share/gdb/auto-load/home/pokybuild/yocto-worker/reproducible-centos/build was removed /usr/share/gdb/auto-load/home/pokybuild/yocto-worker/reproducible-centos/build/build-st was removed /usr/share/gdb/auto-load/home/pokybuild/yocto-worker/reproducible-centos/build/build-st/tmp was removed /usr/share/gdb/auto-load/home/pokybuild/yocto-worker/reproducible-centos/build/build-st/tmp/work was removed /usr/share/gdb/auto-load/home/pokybuild/yocto-worker/reproducible-centos/build/build-st/tmp/work/x86_64-linux was removed /usr/share/gdb/auto-load/home/pokybuild/yocto-worker/reproducible-centos/build/build-st/tmp/work/x86_64-linux/glib-2.0-native was removed /usr/share/gdb/auto-load/home/pokybuild/yocto-worker/reproducible-centos/build/build-st/tmp/work/x86_64-linux/glib-2.0-native/1_2.70.2-r0 was removed /usr/share/gdb/auto-load/home/pokybuild/yocto-worker/reproducible-centos/build/build-st/tmp/work/x86_64-linux/glib-2.0-native/1_2.70.2-r0/recipe-sysroot-native was removed /usr/share/gdb/auto-load/home/pokybuild/yocto-worker/reproducible-centos/build/build-st/tmp/work/x86_64-linux/glib-2.0-native/1_2.70.2-r0/recipe-sysroot-native/usr was removed /usr/share/gdb/auto-load/home/pokybuild/yocto-worker/reproducible-centos/build/build-st/tmp/work/x86_64-linux/glib-2.0-native/1_2.70.2-r0/recipe-sysroot-native/usr/lib was removed /usr/share/gdb/auto-load/home/pokybuild/yocto-worker/reproducible-centos/build/build-st/tmp/work/x86_64-linux/glib-2.0-native/1_2.70.2-r0/recipe-sysroot-native/usr/lib/libglib-2.0.so.0.7000.2-gdb.py was removed /usr/share/gdb/auto-load/home/pokybuild/yocto-worker/reproducible-centos/build/build-st/tmp/work/x86_64-linux/glib-2.0-native/1_2.70.2-r0/recipe-sysroot-native/usr/lib/libgobject-2.0.so.0.7000.2-gdb.py 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/i2d_X509_bio.3ssl /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/doc/openssl/html/man3/EVP_SIGNATURE.html /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/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" 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 "