mirror of
https://github.com/thead-yocto-mirror/meta-external-toolchain
synced 2026-09-04 15:04:37 +02:00
external-sourcery-toolchain: kill ${exec_prefix}/lib/locale in do_install_locale
As do_install_locale already copied these into the sysroot to be picked up by eglibc-locale, there's no reason to keep the files around for ourselves. Note: this should go into the oe-core eglibc-package.inc. Signed-off-by: Christopher Larson <chris_larson@mentor.com>
This commit is contained in:
@@ -79,6 +79,12 @@ do_install() {
|
||||
create_multilib_link ${D}
|
||||
}
|
||||
|
||||
# These files are picked up out of the sysroot by eglibc-locale, so we don't
|
||||
# need to keep them around ourselves.
|
||||
do_install_locale_append() {
|
||||
rm -fr ${D}${exec_prefix}/lib/locale
|
||||
}
|
||||
|
||||
def sysroot_multilib_suffix(d):
|
||||
PATH = d.getVar('PATH', True)
|
||||
cmd = '${CC} -print-sysroot | sed -e "s,^${STAGING_DIR_HOST},,; s,^/,,"'
|
||||
|
||||
Reference in New Issue
Block a user