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:
e93d6c8
)
image bbclass: tweak lingue script
author
Koen Kooi
<koen@openembedded.org>
Fri, 23 Oct 2009 07:27:30 +0000
(09:27 +0200)
committer
Koen Kooi
<koen@openembedded.org>
Fri, 23 Oct 2009 07:41:10 +0000
(09:41 +0200)
classes/image.bbclass
patch
|
blob
|
history
diff --git
a/classes/image.bbclass
b/classes/image.bbclass
index
f03a115
..
ab58031
100644
(file)
--- a/
classes/image.bbclass
+++ b/
classes/image.bbclass
@@
-237,7
+237,7
@@
install_linguas() {
if [ -e ${IMAGE_ROOTFS}/usr/bin/opkg-cl ] ; then
OPKG="opkg-cl ${IPKG_ARGS}"
- ${OPKG} update
+ ${OPKG} update
|| true
${OPKG} list_installed | awk '{print $1}' |sort | uniq > /tmp/installed-packages
for i in $(cat /tmp/installed-packages | grep -v locale) ; do