summaryrefslogtreecommitdiff
path: root/classes
diff options
context:
space:
mode:
authorPhil Blundell <philb@gnu.org>2004-11-23 23:12:21 +0000
committerPhil Blundell <philb@gnu.org>2004-11-23 23:12:21 +0000
commit262668e730288fee8b537b0466532b07b72e0cc5 (patch)
tree5d1cff65406a82d652160e7fd39af9f15166d634 /classes
parent9b4261f6f094027393c6c249daa14e5fcd82641d (diff)
rootfs_ipk: add bad hack to work around deficiencies in ipkg dependency handling
BKrev: 41a3c3d5EOqU2Kx7Lua0lOmeAxrGFw
Diffstat (limited to 'classes')
-rw-r--r--classes/rootfs_ipk.oeclass1
1 files changed, 1 insertions, 0 deletions
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