mirror of
https://github.com/flatcar/scripts.git
synced 2025-08-14 00:16:59 +02:00
sys-devel/bc: bc is required for kernel builds
bc isn't provided and required for kernel builds. Fix this.
This commit is contained in:
parent
4aa028491a
commit
dbc09efeb0
@ -66,7 +66,6 @@ sys-apps/texinfo-4.13
|
||||
|
||||
sys-devel/autoconf-2.63-r1
|
||||
sys-devel/automake-1.10.2
|
||||
sys-devel/bc-1.06.95
|
||||
sys-devel/bison-2.3
|
||||
sys-devel/gettext-0.18.1-r1
|
||||
sys-devel/gnuconfig-20090203
|
||||
|
@ -9,6 +9,10 @@ CROS_WORKON_REPO="git://github.com"
|
||||
CROS_WORKON_PROJECT="coreos/linux"
|
||||
inherit cros-workon cros-kernel2
|
||||
|
||||
DEPEND="
|
||||
sys-devel/bc
|
||||
"
|
||||
|
||||
DESCRIPTION="CoreOS kernel"
|
||||
HOMEPAGE="http://www.kernel.org"
|
||||
SRC_URI="${KERNEL_URI}"
|
||||
|
Loading…
Reference in New Issue
Block a user