[oe-commits] Koen Kooi : image bbclass: tweak lingue script

git version control git at git.openembedded.org
Fri Oct 23 07:49:21 UTC 2009


Module: openembedded.git
Branch: org.openembedded.dev
Commit: 98e736cd3dbf6fd3c6a1528aa240af56858647ee
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=98e736cd3dbf6fd3c6a1528aa240af56858647ee

Author: Koen Kooi <koen at openembedded.org>
Date:   Fri Oct 23 09:27:30 2009 +0200

image bbclass: tweak lingue script

---

 classes/image.bbclass |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/classes/image.bbclass b/classes/image.bbclass
index f03a115..ab58031 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





More information about the Openembedded-commits mailing list