From 1f03019356e3712435dbe4ed9f359992b0ad4578 Mon Sep 17 00:00:00 2001 From: Tom Rini Date: Fri, 20 Apr 2018 13:55:23 -0400 Subject: glibc: Check /etc/ld.so.conf.d/*.conf by default The expected modern behavior for dealing with adding ld.so.conf entries is to add a file to /etc/ld.so.conf.d/. In order to do this, ld.so.conf needs to explicitly include that /etc/ld.so.conf.d/*.conf. Make it so. Cc: Khem Raj Signed-off-by: Tom Rini Signed-off-by: Ross Burton --- meta/recipes-core/glibc/glibc/etc/ld.so.conf | 1 + 1 file changed, 1 insertion(+) diff --git a/meta/recipes-core/glibc/glibc/etc/ld.so.conf b/meta/recipes-core/glibc/glibc/etc/ld.so.conf index e69de29bb2..83327c01bf 100644 --- a/meta/recipes-core/glibc/glibc/etc/ld.so.conf +++ b/meta/recipes-core/glibc/glibc/etc/ld.so.conf @@ -0,0 +1 @@ +include /etc/ld.so.conf.d/*.conf -- cgit 1.2.3-korg