From 4eb450fb3d5b5bf89c9228c636bc5dda6afa2b47 Mon Sep 17 00:00:00 2001 From: Andrew Jeddeloh Date: Thu, 3 May 2018 14:33:14 -0700 Subject: [PATCH] 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. --- .../sys-kernel/coreos-sources/coreos-sources-4.16.7.ebuild | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/sdk_container/src/third_party/coreos-overlay/sys-kernel/coreos-sources/coreos-sources-4.16.7.ebuild b/sdk_container/src/third_party/coreos-overlay/sys-kernel/coreos-sources/coreos-sources-4.16.7.ebuild index de3eb756b6..228579ce07 100644 --- a/sdk_container/src/third_party/coreos-overlay/sys-kernel/coreos-sources/coreos-sources-4.16.7.ebuild +++ b/sdk_container/src/third_party/coreos-overlay/sys-kernel/coreos-sources/coreos-sources-4.16.7.ebuild @@ -25,6 +25,10 @@ fi KEYWORDS="amd64 arm64" IUSE="" +RDEPEND+=" + sys-devel/bison + sys-devel/flex +" # 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