summaryrefslogtreecommitdiffstats
path: root/meta/classes/rootfs_ipk.bbclass
diff options
context:
space:
mode:
Diffstat (limited to 'meta/classes/rootfs_ipk.bbclass')
-rw-r--r--meta/classes/rootfs_ipk.bbclass1
1 files changed, 0 insertions, 1 deletions
diff --git a/meta/classes/rootfs_ipk.bbclass b/meta/classes/rootfs_ipk.bbclass
index 8a879680c5..2f18a24a79 100644
--- a/meta/classes/rootfs_ipk.bbclass
+++ b/meta/classes/rootfs_ipk.bbclass
@@ -26,7 +26,6 @@ fakeroot rootfs_ipk_do_rootfs () {
26 # Uclibc builds don't provide this stuff... 26 # Uclibc builds don't provide this stuff...
27 if [ x${TARGET_OS} = "xlinux" ] || [ x${TARGET_OS} = "xlinux-gnueabi" ] ; then 27 if [ x${TARGET_OS} = "xlinux" ] || [ x${TARGET_OS} = "xlinux-gnueabi" ] ; then
28 if [ ! -z "${LINGUAS_INSTALL}" ]; then 28 if [ ! -z "${LINGUAS_INSTALL}" ]; then
29 opkg-cl ${IPKG_ARGS} install glibc-localedata-i18n
30 for i in ${LINGUAS_INSTALL}; do 29 for i in ${LINGUAS_INSTALL}; do
31 opkg-cl ${IPKG_ARGS} install $i 30 opkg-cl ${IPKG_ARGS} install $i
32 done 31 done