diff options
author | Koen Kooi <koen@dominion.thruhere.net> | 2018-03-27 09:04:16 +0200 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2018-03-30 00:28:37 +0100 |
commit | d8f4c7794f15f7071ee8e621d7964cb4b4134630 (patch) | |
tree | fc3e62eed8c78ad10d03181af59a6cd36124aa17 /meta/recipes-connectivity/openssl/openssl-1.0.2o/debian1.0.2/version-script.patch | |
parent | 3f203582ac646f96e6b86ec4b19721e7a78d55f8 (diff) | |
download | openembedded-core-d8f4c7794f15f7071ee8e621d7964cb4b4134630.tar.gz openembedded-core-d8f4c7794f15f7071ee8e621d7964cb4b4134630.tar.bz2 openembedded-core-d8f4c7794f15f7071ee8e621d7964cb4b4134630.zip |
glibc-package: fix locale cleanup logic
If ${libdir} is a subdirectory of ${prefix}/lib, e.g. /usr/lib/aarch64-linux, the cleanup logic will delete libc.so.
This bit of code was added in 2012 (git show b744f4cc) to remove /usr/lib/locale, this commit makes it remove that directory recursively and afterwards remove /usr/lib, erroring out if it's non-empty.
Tested with a plain (/usr/lib), a 64-bit (/usr/lib64) and a multiarch (/usr/lib/aarch64-linux) build. I strongly suspect this whole bit of cleanup isn't needed anymore, but my testing is too limited to be certain.
Signed-off-by: Koen Kooi <koen.kooi@linaro.org>
Signed-off-by: Ross Burton <ross.burton@intel.com>
Diffstat (limited to 'meta/recipes-connectivity/openssl/openssl-1.0.2o/debian1.0.2/version-script.patch')
0 files changed, 0 insertions, 0 deletions