[OE-core] [PATCH] util-linux: replace package files

2013-05-16 Thread Zhang Xiao
Move libuuid.so, libmount.so and libblkid.so from util-linux's dev RPM package to related library's dev RPM packages. [YOCTO #4500] [CQID: WIND00412705] Signed-off-by: Zhang Xiao xiao.zh...@windriver.com --- .../util-linux-replace-package-files.patch | 56 meta

[OE-core] [PATCH] util-linux: replace package files

2013-05-16 Thread Zhang Xiao
Move libuuid.so, libmount.so and libblkid.so from util-linux's dev RPM package to related library's dev RPM packages. [YOCTO #4500] [CQID: WIND00412705] Signed-off-by: Zhang Xiao xiao.zh...@windriver.com --- .../util-linux-replace-package-files.patch | 56 meta

[OE-core] [PATCH] nfs-utils: separate package as Debain style

2013-11-21 Thread Zhang Xiao
Move binaries used for both nfs client and server into client package. Add an init script for client package and move necessary progress from server's init script to this one. Make client package more powerful and let server package depends on client one, as Debain does. Signed-off-by: Zhang Xiao

[OE-core] [PATCH] nfs-utils: modify the boot sequence of the init script

2013-12-18 Thread Zhang Xiao
Move the nfscommon out of rcS and let it start just before nfsserver. Modify the useradd parameter with long parameter to make it more readable. Signed-off-by: Zhang Xiao xiao.zh...@windriver.com --- meta/recipes-connectivity/nfs-utils/nfs-utils_1.2.9.bb | 5 +++-- 1 file changed, 3 insertions

[OE-core] [PATCH] libidn: disable C# directly

2014-01-13 Thread Zhang Xiao
Disable C# building with --disable-csharp instead of remove useless binary files. Signed-off-by: Zhang Xiao xiao.zh...@windriver.com --- meta/recipes-extended/libidn/libidn_1.28.bb | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/meta/recipes-extended/libidn/libidn_1.28.bb

[OE-core] [PATCH] systemd: bug fix for the path of systemd.conf

2015-07-03 Thread Zhang Xiao
tmpfiles.d/systemd.conf lies in {prefix}/lib not {libdir}. Fix it. Signed-off-by: Zhang Xiao xiao.zh...@windriver.com --- meta/recipes-core/systemd/systemd_219.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta/recipes-core/systemd/systemd_219.bb b/meta/recipes-core

[OE-core] [PATCH v2] logrotate: move binary logrotate back to /usr/sbin

2015-07-13 Thread Zhang Xiao
} PREFIX=${D} MANDIR=${mandir} +oe_runmake install DESTDIR=${D} PREFIX=${D} MANDIR=${mandir} BINDIR=${bindir} ... moves it to /usr/bin. It is not correct, so move it back to /usr/sbin with ${sbindir}. Upstream-Status: pending Signed-off-by: Zhang Xiao xiao.zh...@windriver.com --- meta/recipes

[OE-core] [PATCH] logrotate: move binary logrotate back to /usr/sbin

2015-07-13 Thread Zhang Xiao
Upstream-Status: pending Signed-off-by: Zhang Xiao xiao.zh...@windriver.com --- meta/recipes-extended/logrotate/logrotate_3.9.1.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta/recipes-extended/logrotate/logrotate_3.9.1.bb b/meta/recipes-extended/logrotate

[OE-core] [PATCH] diffutils-ptest: add runtime dependency on make

2018-07-05 Thread Zhang Xiao
Signed-off-by: Zhang Xiao --- meta/recipes-extended/diffutils/diffutils_3.6.bb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/meta/recipes-extended/diffutils/diffutils_3.6.bb b/meta/recipes-extended/diffutils/diffutils_3.6.bb index deadd62c65..8ba897d18f 100644 --- a/meta/recipes

[OE-core] [oe-core][PATCH 2/3] tiff: Fix multilib header conflict - tiffconf.h

2018-03-11 Thread Zhang Xiao
Header file conflict between 32-bit and 64-bit versions. Signed-off-by: Zhang Xiao <xiao.zh...@windriver.com> --- meta/recipes-multimedia/libtiff/tiff_4.0.9.bb | 6 +- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/meta/recipes-multimedia/libtiff/tiff_4.0.9.bb b/meta/r

[OE-core] [oe-core][PATCH 3/3] libgpg-error: Fix multilib header conflict - pg-error.h and gpgrt.h

2018-03-11 Thread Zhang Xiao
Header file conflict between 32-bit and 64-bit versions. Signed-off-by: Zhang Xiao <xiao.zh...@windriver.com> --- meta/recipes-support/libgpg-error/libgpg-error_1.27.bb | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/meta/recipes-support/libgpg-error/libgpg-error_1.27

[OE-core] [oe-core][PATCH 1/3] valgrind: Fix multilib header conflict - valgrind/config.h

2018-03-11 Thread Zhang Xiao
Header file conflict between 32-bit and 64-bit versions. Signed-off-by: Zhang Xiao <xiao.zh...@windriver.com> --- meta/recipes-devtools/valgrind/valgrind_3.13.0.bb | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/meta/recipes-devtools/valgrind/valgrind_3.13.0.bb

[OE-core] [oe-core][PATCH 6/7] xtrans: fix file conflict when multilib enabled

2018-03-12 Thread Zhang Xiao
Script file xtrans.pc conflicts between 32 and 64 bit packages. Use update-alternatives to add base_libdir as suffix to avoid it. Signed-off-by: Zhang Xiao <xiao.zh...@windriver.com> --- meta/recipes-graphics/xorg-lib/xtrans_1.3.5.bb | 15 ++- 1 file changed, 14 insertions

[OE-core] [oe-core][PATCH 7/7] icu: fix file conflict when multilib enabled

2018-03-12 Thread Zhang Xiao
Script icu-config conflicts between 32 and 64 bit packages. Use update-alternatives to add base_libdir as suffix to avoid it. Signed-off-by: Zhang Xiao <xiao.zh...@windriver.com> --- meta/recipes-support/icu/icu.inc | 16 ++-- 1 file changed, 14 insertions(+), 2 deletions(-)

[OE-core] [oe-core][PATCH 2/7] python3: fix file conflict when multilib enabled

2018-03-12 Thread Zhang Xiao
Config file python3.5m-config conflicts between 32 and 64 bit packages. Use update-alternatives to add base_libdir as suffix to avoid it. Signed-off-by: Zhang Xiao <xiao.zh...@windriver.com> --- meta/recipes-devtools/python/python3_3.5.4.bb | 10 +- 1 file changed, 9 insertions

[OE-core] [oe-core][PATCH 5/7] cairo: fix file conflict when multilib enabled

2018-03-12 Thread Zhang Xiao
Script file cairo-trace conflict between 32 and 64 bit packages. Use update-alternatives to add base_libdir as suffix to avoid it. Signed-off-by: Zhang Xiao <xiao.zh...@windriver.com> --- meta/recipes-graphics/cairo/cairo_1.14.12.bb | 16 +++- 1 file changed, 15 insertions

[OE-core] [oe-core][PATCH 3/7] vala: fix file conflict when multilib enabled

2018-03-12 Thread Zhang Xiao
Config file vala-gen-introspect-${SHRT_VER} conflicts between 32 and 64 bit packages. Use update-alternatives to add base_libdir as suffix to avoid it. Signed-off-by: Zhang Xiao <xiao.zh...@windriver.com> --- meta/recipes-devtools/vala/vala.inc | 15 ++- 1 file changed, 14 inse

[OE-core] [oe-core][PATCH 4/7] gobject-introspection: fix file conflict when multilib enabled

2018-03-12 Thread Zhang Xiao
to add base_libdir as suffix to avoid it. Signed-off-by: Zhang Xiao <xiao.zh...@windriver.com> --- .../gobject-introspection_1.54.1.bb| 34 +- 1 file changed, 33 insertions(+), 1 deletion(-) diff --git a/meta/recipes-gnome/gobject-introspection/g

[OE-core] [oe-core][PATCH 1/7] eudev: fix file conflict when multilib enabled

2018-03-12 Thread Zhang Xiao
Config file udev.pc conflicts between 32 and 64 bit packages. Use update-alternatives to add base_libdir as suffix to avoid it. Signed-off-by: Zhang Xiao <xiao.zh...@windriver.com> --- meta/recipes-core/udev/eudev_3.2.5.bb | 17 +++-- 1 file changed, 15 insertions(+), 2 del