Changes to images/qemuarm/glibc/core-image-minimal-dev (files-in-image.txt): /lib/udev/rules.d/50-firmware.rules was removed Changes to images/qemuarm/glibc/core-image-minimal (files-in-image.txt): /lib/udev/rules.d/50-firmware.rules was removed Changes to images/qemuarm/glibc/core-image-sato-sdk (files-in-image.txt): /lib/udev/rules.d/50-firmware.rules was removed Changes to images/qemuarm/glibc/core-image-sato (files-in-image.txt): /lib/udev/rules.d/50-firmware.rules was removed packages/cortexa15t2hf-neon-poky-linux-gnueabi/eudev/eudev-hwdb: PKGSIZE changed from 6682956 to 7642637 (+14%) packages/cortexa15t2hf-neon-poky-linux-gnueabi/eudev/eudev-hwdb: FILELIST: added "/etc/udev/hwdb.d/60-input-id.hwdb /etc/udev/hwdb.d/70-analyzers.hwdb /etc/udev/hwdb.d/60-autosuspend-fingerprint-reader.hwdb /etc/udev/hwdb.d/70-cameras.hwdb /etc/udev/hwdb.d/80-ieee1394-unit-function.hwdb /etc/udev/hwdb.d/60-autosuspend.hwdb /etc/udev/hwdb.d/70-joystick.hwdb /etc/udev/hwdb.d/20-dmi-id.hwdb /etc/udev/hwdb.d/60-seat.hwdb" packages/cortexa15t2hf-neon-poky-linux-gnueabi/eudev/eudev: FILELIST: removed "/lib/udev/rules.d/50-firmware.rules" Changes to packages/cortexa15t2hf-neon-poky-linux-gnueabi/eudev (sysroot): /lib/udev/rules.d/50-firmware.rules was removed packages/cortexa15t2hf-neon-poky-linux-gnueabi/libgcrypt/libgcrypt-dev: RRECOMMENDS: added "make-dev" packages/cortexa15t2hf-neon-poky-linux-gnueabi/libgcrypt/libgcrypt-ptest: RDEPENDS: added "make" packages/cortexa15t2hf-neon-poky-linux-gnueabi/libgcrypt/libgcrypt-ptest: FILELIST: removed "/usr/lib/libgcrypt/ptest/build/config.log /usr/lib/libgcrypt/ptest/libgcrypt-1.10.1/autom4te.cache/requests /usr/lib/libgcrypt/ptest/build/libtool /usr/lib/libgcrypt/ptest/build/config.status /usr/lib/libgcrypt/ptest/build/src/mpicalc /usr/lib/libgcrypt/ptest/libgcrypt-1.10.1/autom4te.cache/traces.1 /usr/lib/libgcrypt/ptest/libgcrypt-1.10.1/autom4te.cache/traces.2 /usr/lib/libgcrypt/ptest/libgcrypt-1.10.1/autom4te.cache/traces.3 /usr/lib/libgcrypt/ptest/libgcrypt-1.10.1/autom4te.cache/traces.0 /usr/lib/libgcrypt/ptest/libgcrypt-1.10.1/autom4te.cache/output.0 /usr/lib/libgcrypt/ptest/libgcrypt-1.10.1/autom4te.cache/output.1 /usr/lib/libgcrypt/ptest/libgcrypt-1.10.1/autom4te.cache/output.2 /usr/lib/libgcrypt/ptest/libgcrypt-1.10.1/autom4te.cache/output.3" packages/cortexa15t2hf-neon-poky-linux-gnueabi/openssh/openssh: RDEPENDS: added "openssh-sftp-server" Changes to packages/i686-nativesdk-pokysdk-linux/nativesdk-libxml2 (sysroot): /usr/local/oe-sdk-hardcoded-buildpath/sysroots/i686-pokysdk-linux/usr/lib/libxml2.so.2 changed symlink target from libxml2.so.2.9.13 to libxml2.so.2.9.14 /usr/local/oe-sdk-hardcoded-buildpath/sysroots/i686-pokysdk-linux/usr/lib/libxml2.so changed symlink target from libxml2.so.2.9.13 to libxml2.so.2.9.14 /usr/local/oe-sdk-hardcoded-buildpath/sysroots/i686-pokysdk-linux/usr/lib/libxml2.so.2.9.13 moved to /usr/local/oe-sdk-hardcoded-buildpath/sysroots/i686-pokysdk-linux/usr/lib/libxml2.so.2.9.14 Changes to packages/x86_64-nativesdk-pokysdk-linux/nativesdk-expat (sysroot): /usr/local/oe-sdk-hardcoded-buildpath/sysroots/x86_64-pokysdk-linux/usr/lib/libexpat.so.1 changed symlink target from libexpat.so.1.8.7 to libexpat.so.1.8.8 /usr/local/oe-sdk-hardcoded-buildpath/sysroots/x86_64-pokysdk-linux/usr/lib/cmake/expat-2.4.7 moved to /usr/local/oe-sdk-hardcoded-buildpath/sysroots/x86_64-pokysdk-linux/usr/lib/cmake/expat-2.4.8 /usr/local/oe-sdk-hardcoded-buildpath/sysroots/x86_64-pokysdk-linux/usr/lib/libexpat.so.1.8.7 moved to /usr/local/oe-sdk-hardcoded-buildpath/sysroots/x86_64-pokysdk-linux/usr/lib/libexpat.so.1.8.8 packages/cortexa15t2hf-neon-poky-linux-gnueabi/eudev/eudev-doc: pkg_postinst added: @@ -0,0 +1,23 @@ +set -e + # only update manual page index caches when manual files are built and installed + if false; then + if test -n "$D"; then + if true; then + sed "s:\(\s\)/:\1$D/:g" $D/etc/man_db.conf | PSEUDO_UNLOAD=1 qemu-arm -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 eudev-doc mlprefix= + fi + else + mandb -q + fi + fi -- packages/cortexa15t2hf-neon-poky-linux-gnueabi/eudev/eudev-doc: pkg_postrm added: @@ -0,0 +1,5 @@ +set -e + # only update manual page index caches when manual files are built and installed + if false; then + mandb -q + fi --