Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 564846 Details for
Bug 677756
kernel-2.eclass: LICENSE is not accurate for kernel 4.14 and later
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Proposed patch for kernel-2.eclass
kernel-2.eclass.diff (text/plain), 938 bytes, created by
Ulrich Müller
on 2019-02-11 20:54:37 UTC
(
hide
)
Description:
Proposed patch for kernel-2.eclass
Filename:
MIME Type:
Creator:
Ulrich Müller
Created:
2019-02-11 20:54:37 UTC
Size:
938 bytes
patch
obsolete
>diff --git a/eclass/kernel-2.eclass b/eclass/kernel-2.eclass >index 48146b7284b9..fcc214a8f8d0 100644 >--- a/eclass/kernel-2.eclass >+++ b/eclass/kernel-2.eclass >@@ -624,8 +624,9 @@ if [[ ${ETYPE} == sources ]]; then > IUSE="${IUSE} deblob" > > # Reflect that kernels contain firmware blobs unless otherwise >- # stripped >- LICENSE="${LICENSE} !deblob? ( linux-firmware )" >+ # stripped. Starting with version 4.14, the whole firmware >+ # tree has been dropped from the kernel. >+ kernel_is lt 4 14 && LICENSE+=" !deblob? ( linux-firmware )" > > DEPEND+=" deblob? ( ${PYTHON_DEPS} )" > >@@ -654,10 +655,10 @@ if [[ ${ETYPE} == sources ]]; then > ${DEBLOB_URI} > ${DEBLOB_CHECK_URI} > )" >- else >+ elif kernel_is lt 4 14; then > # We have no way to deblob older kernels, so just mark them as > # tainted with non-libre materials. >- LICENSE="${LICENSE} linux-firmware" >+ LICENSE+=" linux-firmware" > fi > fi >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 677756
: 564846