git.openpandora.org
/
openembedded.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9b4261f
)
rootfs_ipk: add bad hack to work around deficiencies in ipkg dependency handling
author
Phil Blundell
<philb@gnu.org>
Tue, 23 Nov 2004 23:12:21 +0000
(23:12 +0000)
committer
Phil Blundell
<philb@gnu.org>
Tue, 23 Nov 2004 23:12:21 +0000
(23:12 +0000)
BKrev: 41a3c3d5EOqU2Kx7Lua0lOmeAxrGFw
classes/rootfs_ipk.oeclass
patch
|
blob
|
history
diff --git
a/classes/rootfs_ipk.oeclass
b/classes/rootfs_ipk.oeclass
index
b725d39
..
93124f6
100644
(file)
--- 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