From 706db37d22f39645fb2c041c56e0c6583275f1f6 Mon Sep 17 00:00:00 2001 From: Mike Westerhof Date: Tue, 4 Mar 2008 04:09:27 +0000 Subject: [PATCH] unslung-image.bb: add libgcc to the dependency list, as it's no longer being pulled in automagically. --- packages/images/unslung-image.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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}" -- 2.39.5