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
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
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 ++