mirror of
https://github.com/thead-yocto-mirror/meta-external-toolchain
synced 2026-09-04 06:54:36 +02:00
external-sourcery-toolchain: Fix installation of lib/locale.
Signed-off-by: Drew Moseley <drew_moseley@mentor.com>
This commit is contained in:
committed by
Christopher Larson
parent
bb1f4479e7
commit
e6d1973abe
@@ -42,7 +42,7 @@ do_install() {
|
||||
cp -a $usr_path ${D}/usr/
|
||||
fi
|
||||
done
|
||||
if [ "${base_libdir}" != "lib" ]; then
|
||||
if [ "${base_libdir}" != "/lib" ]; then
|
||||
if [ -d $sysroot/usr/lib/locale ]; then
|
||||
install -d ${D}/usr/lib
|
||||
cp -a $sysroot/usr/lib/locale ${D}/usr/lib/
|
||||
|
||||
Reference in New Issue
Block a user