mirror of
https://github.com/flatcar/scripts.git
synced 2025-08-21 06:21:08 +02:00
sys-kernel/coreos-sources: add dep on bison, flex
The 4.16.x line and up now need flex and bison to build the kernel. Add it here so people using our dev container will pick it up automatically.
This commit is contained in:
parent
8831834b42
commit
4eb450fb3d
@ -25,6 +25,10 @@ fi
|
|||||||
|
|
||||||
KEYWORDS="amd64 arm64"
|
KEYWORDS="amd64 arm64"
|
||||||
IUSE=""
|
IUSE=""
|
||||||
|
RDEPEND+="
|
||||||
|
sys-devel/bison
|
||||||
|
sys-devel/flex
|
||||||
|
"
|
||||||
|
|
||||||
# XXX: Note we must prefix the patch filenames with "z" to ensure they are
|
# XXX: Note we must prefix the patch filenames with "z" to ensure they are
|
||||||
# applied _after_ a potential patch-${KV}.patch file, present when building a
|
# applied _after_ a potential patch-${KV}.patch file, present when building a
|
||||||
|
Loading…
x
Reference in New Issue
Block a user