aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKoen Kooi <koen@openembedded.org>2009-10-23 09:27:30 +0200
committerKoen Kooi <koen@openembedded.org>2009-10-23 09:41:10 +0200
commit98e736cd3dbf6fd3c6a1528aa240af56858647ee (patch)
tree4a76416c449b4c1f6934d5e807a64796a66827d5
parente93d6c855955a8a3bdbb08455a86caae7015e3aa (diff)
downloadopenembedded-98e736cd3dbf6fd3c6a1528aa240af56858647ee.tar.gz
image bbclass: tweak lingue script
-rw-r--r--classes/image.bbclass2
1 files changed, 1 insertions, 1 deletions
diff --git a/classes/image.bbclass b/classes/image.bbclass
index f03a115388..ab580312bb 100644
--- 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