fix(coreos-base): use grub-static not grub

grub-0.97-r12:  * Call stack:
grub-0.97-r12:  *     ebuild.sh, line  93:  Called src_compile
grub-0.97-r12:  *   environment, line 4283:  Called die
grub-0.97-r12:  * The specific snippet of code:
grub-0.97-r12:  *               die "You must use the grub-static package if you want a static Grub on amd64!";
This commit is contained in:
Brandon Philips 2013-02-05 17:18:39 -08:00
parent 6510d003ab
commit 249cc37d90
2 changed files with 2 additions and 2 deletions

View File

@ -26,7 +26,7 @@ RDEPEND="${RDEPEND}
dev-util/ccache
dev-util/crosutils
>=sys-apps/dtc-1.3.0-r5
sys-boot/grub
sys-boot/grub-static
sys-boot/syslinux
sys-devel/crossdev
sys-fs/dosfstools

View File

@ -24,7 +24,7 @@ net-misc/curl ares static-libs
sci-geosciences/gpsd -cxx
# verity and other packages link statically with libuuid.
sys-apps/util-linux -perl static-libs
sys-boot/grub grub_platforms_pc grub_platforms_efi-64 grub_platforms_coreboot static
sys-boot/grub-static grub_platforms_pc grub_platforms_efi-64 grub_platforms_coreboot static
sys-devel/gettext -git
# Build emulation statically so that we can execute it within a chroot and
# still find the shared libraries.