diff options
author | Mike Westerhof <mwester@dls.net> | 2008-03-04 04:09:27 +0000 |
---|---|---|
committer | Mike Westerhof <mwester@dls.net> | 2008-03-04 04:09:27 +0000 |
commit | 706db37d22f39645fb2c041c56e0c6583275f1f6 (patch) | |
tree | a9d54ca212ce688ac46d4320a4b94ecbd7d18b03 /packages/images | |
parent | db27ede75fb7386186f488412999d0e1051f1c2f (diff) |
unslung-image.bb: add libgcc to the dependency list, as it's no longer being
pulled in automagically.
Diffstat (limited to 'packages/images')
-rw-r--r-- | packages/images/unslung-image.bb | 2 |
1 files changed, 1 insertions, 1 deletions
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}" |