From 212e8d678ffb8db8d6718af2c8f61796d86904d0 Mon Sep 17 00:00:00 2001 From: Sergey Solomin Date: Tue, 16 Aug 2016 14:18:18 -0500 Subject: Remove /sbin/ldconfig It is not necessary to install a copy of ldconfig in the flash image. That will save some space and reduce a number of files on a system. There's also no need to install ld.so.conf Resolves openbmc/openbmc#224 Change-Id: I61782d51ccebce9df801f79af80f128826750f9e Signed-off-by: Sergey Solomin --- meta-phosphor/common/recipes-core/glibc/glibc_%.bbappend | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 meta-phosphor/common/recipes-core/glibc/glibc_%.bbappend (limited to 'meta-phosphor/common/recipes-core') diff --git a/meta-phosphor/common/recipes-core/glibc/glibc_%.bbappend b/meta-phosphor/common/recipes-core/glibc/glibc_%.bbappend new file mode 100644 index 000000000..c8216822f --- /dev/null +++ b/meta-phosphor/common/recipes-core/glibc/glibc_%.bbappend @@ -0,0 +1,2 @@ +#Remove /sbin/ldconfig and /etc/ld.so.conf +USE_LDCONFIG = "0" -- cgit v1.2.1