Changes to images/qemux86_64/glibc/core-image-sato-sdk (files-in-image.txt): /var/cache/fontconfig/107be9f6-677f-41e1-8ff1-6383ff2f3c32-le64.cache-7 was added /var/cache/fontconfig/1edc07f8-1ed0-4743-8304-c81a64f86fa3-le64.cache-7 was added /var/cache/fontconfig/2967c21b-44ae-4c55-80fe-784ecf687253-le64.cache-7 was added /var/cache/fontconfig/4d230d83-451a-4d16-866b-b1e9f38aa4ef-le64.cache-7 was added /var/cache/fontconfig/5f1dda74-3d0e-4e5e-96d7-a5c8847f5ca2-le64.cache-7 was added /var/cache/fontconfig/98ebeded-9de0-4b03-bb8c-1abab01ed11a-le64.cache-7 was added /var/cache/fontconfig/b933ba94-6422-43cb-9776-734a6169b184-le64.cache-7 was added /var/cache/fontconfig/607864e2-39c7-4d6f-9524-c5f8c99177de-le64.cache-7 was removed /var/cache/fontconfig/9b4f34d1-83f9-499e-a8a7-98766670a128-le64.cache-7 was removed /var/cache/fontconfig/b1f79254-171b-47ca-93f4-683c4d279de7-le64.cache-7 was removed /var/cache/fontconfig/b3922088-8aca-4c10-a862-cc198d681848-le64.cache-7 was removed /var/cache/fontconfig/e6bb84d0-6ac3-4ca7-b5ff-38e69aeb1142-le64.cache-7 was removed /var/cache/fontconfig/e9cfe11c-100e-4b98-b540-3b5681444734-le64.cache-7 was removed /var/cache/fontconfig/f075122e-c4a7-432a-9f5c-4be7ac01785e-le64.cache-7 was removed Changes to images/qemux86_64/glibc/core-image-sato (files-in-image.txt): /var/cache/fontconfig/5621bb25-f29d-499f-a69a-7407118e9f2d-le64.cache-7 was added /var/cache/fontconfig/e15bc568-c364-4f7a-b5f2-acf76acad25a-le64.cache-7 was added /var/cache/fontconfig/22fa6dc9-57d7-4f5f-bd94-42fe14967ad9-le64.cache-7 was removed /var/cache/fontconfig/8b6a9d26-9234-4f8e-b4f9-0273d658b664-le64.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/core2-64-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-x86_64 -r 3.2.0 -cpu core2duo -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-x86_64 -cpu core2duo -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/core2-64-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/core2-64-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-x86_64 -r 3.2.0 -cpu core2duo -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-x86_64 -cpu core2duo -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/core2-64-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/core2-64-poky-linux/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/core2-64-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-x86_64 -r 3.2.0 -cpu core2duo -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-x86_64 -cpu core2duo -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/core2-64-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/core2-64-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-x86_64 -r 3.2.0 -cpu core2duo -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-x86_64 -cpu core2duo -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/core2-64-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/core2-64-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-x86_64 -r 3.2.0 -cpu core2duo -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-x86_64 -cpu core2duo -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/core2-64-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/core2-64-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-x86_64 -r 3.2.0 -cpu core2duo -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-x86_64 -cpu core2duo -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/core2-64-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/core2-64-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-x86_64 -r 3.2.0 -cpu core2duo -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-x86_64 -cpu core2duo -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/core2-64-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/core2-64-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-x86_64 -r 3.2.0 -cpu core2duo -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-x86_64 -cpu core2duo -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/core2-64-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/core2-64-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-x86_64 -r 3.2.0 -cpu core2duo -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-x86_64 -cpu core2duo -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/core2-64-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/core2-64-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-x86_64 -r 3.2.0 -cpu core2duo -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-x86_64 -cpu core2duo -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/core2-64-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/core2-64-poky-linux/openssl/openssl-dev: RRECOMMENDS: added "sed-dev" packages/core2-64-poky-linux/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/i2d_X509_fp.3ssl /usr/share/man/man3/d2i_X509_fp.3ssl /usr/share/man/man3/EVP_SIGNATURE.3ssl /usr/share/man/man3/d2i_X509_bio.3ssl /usr/share/man/man3/i2d_X509_bio.3ssl" packages/core2-64-poky-linux/openssl/openssl-ptest: RDEPENDS: added "sed" packages/core2-64-poky-linux/openssl/openssl-ptest: FILELIST: added "/usr/lib/openssl/ptest/test/provider_pkey_test.c /usr/lib/openssl/ptest/test/certs/goodcn2-cert.pem /usr/lib/openssl/ptest/test/certs/root-cross-cert.pem /usr/lib/openssl/ptest/engines/dasync.so /usr/lib/openssl/ptest/test/fake_rsaprov.c /usr/lib/openssl/ptest/test/recipes/04-test_provider_pkey.t /usr/lib/openssl/ptest/test/certs/cross-root.pem /usr/lib/openssl/ptest/test/fake_rsaprov.h /usr/lib/openssl/ptest/test/certs/goodcn2-key.pem /usr/lib/openssl/ptest/test/certs/cross-key.pem /usr/lib/openssl/ptest/test/provider_pkey_test /usr/lib/openssl/ptest/test/rand_test.c /usr/lib/openssl/ptest/test/rand_test /usr/lib/openssl/ptest/test/certs/goodcn2-chain.pem /usr/lib/openssl/ptest/test/dane-cross.in" packages/core2-64-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-x86_64 -r 3.2.0 -cpu core2duo -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-x86_64 -cpu core2duo -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/core2-64-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/core2-64-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-x86_64 -r 3.2.0 -cpu core2duo -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-x86_64 -cpu core2duo -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/core2-64-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/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_bio.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/man/man3/i2d_X509_fp.3ssl /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/doc/openssl/html/man3/EVP_SIGNATURE.html" 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/qemux86_64-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-x86_64 -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-x86_64 -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/qemux86_64-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/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/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/d2i_X509_fp.3ssl /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/i2d_X509_fp.3ssl /usr/local/oe-sdk-hardcoded-buildpath/sysroots/x86_64-pokysdk-linux/usr/share/man/man3/d2i_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 "