mirror of
https://github.com/flatcar/scripts.git
synced 2025-10-10 15:01:50 +02:00
fix(cros-kernel2.eclass): Move build deps from ebuilds to eclass.
This commit is contained in:
parent
22190a7bfc
commit
f9a0b52c92
@ -10,6 +10,8 @@ LICENSE="GPL-2"
|
|||||||
SLOT="0"
|
SLOT="0"
|
||||||
|
|
||||||
DEPEND="sys-apps/debianutils
|
DEPEND="sys-apps/debianutils
|
||||||
|
sys-devel/bc
|
||||||
|
sys-kernel/bootengine
|
||||||
"
|
"
|
||||||
|
|
||||||
IUSE="-source"
|
IUSE="-source"
|
||||||
|
@ -9,11 +9,6 @@ CROS_WORKON_PROJECT="coreos/linux"
|
|||||||
CROS_WORKON_LOCALNAME="linux"
|
CROS_WORKON_LOCALNAME="linux"
|
||||||
inherit cros-workon cros-kernel2
|
inherit cros-workon cros-kernel2
|
||||||
|
|
||||||
DEPEND="
|
|
||||||
sys-devel/bc
|
|
||||||
sys-kernel/bootengine
|
|
||||||
"
|
|
||||||
|
|
||||||
DESCRIPTION="CoreOS kernel"
|
DESCRIPTION="CoreOS kernel"
|
||||||
HOMEPAGE="http://www.kernel.org"
|
HOMEPAGE="http://www.kernel.org"
|
||||||
SRC_URI=""
|
SRC_URI=""
|
||||||
|
@ -10,11 +10,6 @@ CROS_WORKON_LOCALNAME="linux"
|
|||||||
CROS_WORKON_OUTOFTREE_BUILD=0
|
CROS_WORKON_OUTOFTREE_BUILD=0
|
||||||
inherit cros-workon cros-kernel2
|
inherit cros-workon cros-kernel2
|
||||||
|
|
||||||
DEPEND="
|
|
||||||
sys-devel/bc
|
|
||||||
sys-kernel/bootengine
|
|
||||||
"
|
|
||||||
|
|
||||||
DESCRIPTION="CoreOS kernel"
|
DESCRIPTION="CoreOS kernel"
|
||||||
HOMEPAGE="http://www.kernel.org"
|
HOMEPAGE="http://www.kernel.org"
|
||||||
SRC_URI="${KERNEL_URI}"
|
SRC_URI="${KERNEL_URI}"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user