rootfs_ipk: add bad hack to work around deficiencies in ipkg dependency handling
authorPhil Blundell <philb@gnu.org>
Tue, 23 Nov 2004 23:12:21 +0000 (23:12 +0000)
committerPhil Blundell <philb@gnu.org>
Tue, 23 Nov 2004 23:12:21 +0000 (23:12 +0000)
BKrev: 41a3c3d5EOqU2Kx7Lua0lOmeAxrGFw

classes/rootfs_ipk.oeclass

index b725d39..93124f6 100644 (file)
@@ -51,6 +51,7 @@ EOF
        done
        ipkg-cl ${IPKG_ARGS} update
        if [ ! -z "${LINGUAS_INSTALL}" ]; then
+               ipkg-cl ${IPKG_ARGS} install glibc-localedata-i18n
                for i in ${LINGUAS_INSTALL}; do
                        ipkg-cl ${IPKG_ARGS} install $i
                done