mirror of
https://github.com/flatcar/scripts.git
synced 2025-11-28 14:01:43 +01:00
eclass/kernel-2: Sync with Gentoo
It's from Gentoo commit 73b4fb45a86e8918529e29ee61e6a54e9034a064.
This commit is contained in:
parent
f718f82938
commit
9f04337847
@ -304,7 +304,6 @@ RESTRICT="binchecks strip"
|
||||
# set LINUX_HOSTCFLAGS if not already set
|
||||
: "${LINUX_HOSTCFLAGS:="-Wall -Wstrict-prototypes -Os -fomit-frame-pointer -I${S}/include"}"
|
||||
|
||||
|
||||
# @FUNCTION: debug-print-kernel2-variables
|
||||
# @USAGE:
|
||||
# @DESCRIPTION:
|
||||
@ -665,7 +664,7 @@ if [[ ${ETYPE} == sources ]]; then
|
||||
virtual/pkgconfig
|
||||
)"
|
||||
|
||||
SLOT="${PVR}"
|
||||
SLOT=${SLOT:=${PVR}}
|
||||
DESCRIPTION="Sources based on the Linux Kernel"
|
||||
IUSE="symlink build"
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user