From: Phil Blundell Date: Tue, 23 Nov 2004 23:12:21 +0000 (+0000) Subject: rootfs_ipk: add bad hack to work around deficiencies in ipkg dependency handling X-Git-Tag: Release-2010-05/1~15977 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=262668e730288fee8b537b0466532b07b72e0cc5;p=openembedded.git rootfs_ipk: add bad hack to work around deficiencies in ipkg dependency handling BKrev: 41a3c3d5EOqU2Kx7Lua0lOmeAxrGFw --- diff --git a/classes/rootfs_ipk.oeclass b/classes/rootfs_ipk.oeclass index b725d39cdf..93124f660d 100644 --- a/classes/rootfs_ipk.oeclass +++ b/classes/rootfs_ipk.oeclass @@ -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