From: Mike Westerhof Date: Tue, 4 Mar 2008 04:09:27 +0000 (+0000) Subject: unslung-image.bb: add libgcc to the dependency list, as it's no longer being X-Git-Tag: Release-2010-05/1~7588^2~11^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=706db37d22f39645fb2c041c56e0c6583275f1f6;p=openembedded.git unslung-image.bb: add libgcc to the dependency list, as it's no longer being pulled in automagically. --- diff --git a/packages/images/unslung-image.bb b/packages/images/unslung-image.bb index c258f4250a..cb2a20b75e 100644 --- a/packages/images/unslung-image.bb +++ b/packages/images/unslung-image.bb @@ -10,7 +10,7 @@ DEPENDS = "virtual/kernel \ ${UNSLUNG_EXTRA_DEPENDS}" IMAGE_INSTALL = "kernel update-modules unslung-rootfs \ - libc6-unslung slingbox ipkg libipkg \ + libc6-unslung slingbox ipkg libipkg libgcc \ kernel-module-netconsole \ ${UNSLUNG_EXTRA_INSTALL}"