From: Koen Kooi Date: Fri, 23 Oct 2009 07:27:30 +0000 (+0200) Subject: image bbclass: tweak lingue script X-Git-Tag: Release-2010-05/1~1966 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=98e736cd3dbf6fd3c6a1528aa240af56858647ee;p=openembedded.git image bbclass: tweak lingue script --- 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