mirror of
https://github.com/flatcar/scripts.git
synced 2025-11-29 06:21:46 +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
|
# set LINUX_HOSTCFLAGS if not already set
|
||||||
: "${LINUX_HOSTCFLAGS:="-Wall -Wstrict-prototypes -Os -fomit-frame-pointer -I${S}/include"}"
|
: "${LINUX_HOSTCFLAGS:="-Wall -Wstrict-prototypes -Os -fomit-frame-pointer -I${S}/include"}"
|
||||||
|
|
||||||
|
|
||||||
# @FUNCTION: debug-print-kernel2-variables
|
# @FUNCTION: debug-print-kernel2-variables
|
||||||
# @USAGE:
|
# @USAGE:
|
||||||
# @DESCRIPTION:
|
# @DESCRIPTION:
|
||||||
@ -665,7 +664,7 @@ if [[ ${ETYPE} == sources ]]; then
|
|||||||
virtual/pkgconfig
|
virtual/pkgconfig
|
||||||
)"
|
)"
|
||||||
|
|
||||||
SLOT="${PVR}"
|
SLOT=${SLOT:=${PVR}}
|
||||||
DESCRIPTION="Sources based on the Linux Kernel"
|
DESCRIPTION="Sources based on the Linux Kernel"
|
||||||
IUSE="symlink build"
|
IUSE="symlink build"
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user