Re: [OE-core] [PATCH 2/5] eglibc: add support for /etc/ld.so.conf.d/*.conf

2013-11-27 Thread Martin Jansa
On Wed, Nov 27, 2013 at 03:55:41PM +0800, Yue Tao wrote: > From: Ming Liu > > There are advantages in changing the contents of ld.so.conf to > "include /etc/ld.so.conf.d/*.conf" instead of directly listing directories > in it, just like most distributions are doing the same. > > Signed-off-by: M

Re: [OE-core] [PATCH 2/5] eglibc: add support for /etc/ld.so.conf.d/*.conf

2013-11-27 Thread Phil Blundell
On Wed, 2013-11-27 at 15:55 +0800, Yue Tao wrote: > + else > + if [ -f ${D}${sysconfdir}/ld.so.conf ]; then > + echo 'include ld.so.conf.d/*.conf' > > ${D}${sysconfdir}/ld.so.conf > + mkdir -p ${D}${sysconfdir}/ld.so.conf.d > + fi This w

[OE-core] [PATCH 2/5] eglibc: add support for /etc/ld.so.conf.d/*.conf

2013-11-26 Thread Yue Tao
From: Ming Liu There are advantages in changing the contents of ld.so.conf to "include /etc/ld.so.conf.d/*.conf" instead of directly listing directories in it, just like most distributions are doing the same. Signed-off-by: Ming Liu --- meta/recipes-core/eglibc/eglibc-package.inc |7 ++