summaryrefslogtreecommitdiffstats
path: root/meta/recipes-core/eglibc/eglibc-locale.inc
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-core/eglibc/eglibc-locale.inc')
-rw-r--r--meta/recipes-core/eglibc/eglibc-locale.inc1
1 files changed, 1 insertions, 0 deletions
diff --git a/meta/recipes-core/eglibc/eglibc-locale.inc b/meta/recipes-core/eglibc/eglibc-locale.inc
index 41cbf48dd3..3d6382d047 100644
--- a/meta/recipes-core/eglibc/eglibc-locale.inc
+++ b/meta/recipes-core/eglibc/eglibc-locale.inc
@@ -76,6 +76,7 @@ do_install () {
76 if [ -e ${LOCALETREESRC}/${datadir}/locale ]; then 76 if [ -e ${LOCALETREESRC}/${datadir}/locale ]; then
77 cp -fpPR ${LOCALETREESRC}/${datadir}/locale ${D}${datadir} 77 cp -fpPR ${LOCALETREESRC}/${datadir}/locale ${D}${datadir}
78 fi 78 fi
79 chown root.root -R ${D}
79 cp -fpPR ${LOCALETREESRC}/SUPPORTED ${WORKDIR} 80 cp -fpPR ${LOCALETREESRC}/SUPPORTED ${WORKDIR}
80} 81}
81 82