mirror of
https://github.com/thead-yocto-mirror/meta-external-toolchain
synced 2026-09-05 23:44:38 +02:00
Revert "external-sourcery-toolchain.bb : copy locale from /lib if not present in /lib64"
This reverts commit cfb95284db.
This commit is contained in:
@@ -42,11 +42,6 @@ do_install() {
|
||||
cp -a $usr_path ${D}/usr/
|
||||
done
|
||||
|
||||
# Copy locale directory if not already present in libdir
|
||||
if [ ! -d ${D}${libdir}/locale ]; then
|
||||
cp -a $sysroot/usr/lib/locale ${D}${libdir}
|
||||
fi
|
||||
|
||||
for datadir_element in man info; do
|
||||
datadir_path=$sysroot/usr/$datadir_element
|
||||
if [ -e $datadir_path ]; then
|
||||
|
||||
Reference in New Issue
Block a user