image bbclass: tweak lingue script
authorKoen Kooi <koen@openembedded.org>
Fri, 23 Oct 2009 07:27:30 +0000 (09:27 +0200)
committerKoen Kooi <koen@openembedded.org>
Fri, 23 Oct 2009 07:41:10 +0000 (09:41 +0200)
classes/image.bbclass

index f03a115..ab58031 100644 (file)
@@ -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