Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 583684 Details for
Bug 690262
sys-kernel/genkernel-4.0.0_beta6: --cross-compile= validation fails on "_" (x86_64-*)
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
adding "_" into triplet mask
genkernel-4-triplet.patch (text/plain), 379 bytes, created by
Denis Kaganovich
on 2019-07-20 05:32:00 UTC
(
hide
)
Description:
adding "_" into triplet mask
Filename:
MIME Type:
Creator:
Denis Kaganovich
Created:
2019-07-20 05:32:00 UTC
Size:
379 bytes
patch
obsolete
>--- a/gen_funcs.sh 2019-07-19 14:51:29.000000000 +0300 >+++ b/gen_funcs.sh 2019-07-19 15:51:17.963030204 +0300 >@@ -221,7 +221,7 @@ is_valid_triplet() { > local triplet=${1} > local is_triplet=no > >- if [[ "${triplet}" =~ ^[a-zA-Z0-9]{2,}-[a-zA-Z0-9]{2,}-[a-zA-Z0-9]{2,} ]] >+ if [[ "${triplet}" =~ ^[a-zA-Z0-9_]{2,}-[a-zA-Z0-9]{2,}-[a-zA-Z0-9]{2,} ]] > then > is_triplet=yes > 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 690262
: 583684