mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-09-19 16:40:46 -09:00
package/glibc: fix check package
Commit [1] bumped glibc but also introduced two consecutive empty lines
which cause check-package to fail.
This commit fix this by removing an empty line.
[1] 82eff78dea package/{glibc, localedef}: security bump to v2.41-159
Signed-off-by: Thomas Perale <thomas.perale@mind.be>
This commit is contained in:
@@ -87,7 +87,6 @@ GLIBC_IGNORE_CVES += CVE-2026-77117
|
|||||||
# Fixed by glibc-2.41-158-gec116a0fbedcc860631e525e70b409cf295f27da
|
# Fixed by glibc-2.41-158-gec116a0fbedcc860631e525e70b409cf295f27da
|
||||||
GLIBC_IGNORE_CVES += CVE-2026-80489
|
GLIBC_IGNORE_CVES += CVE-2026-80489
|
||||||
|
|
||||||
|
|
||||||
# glibc is part of the toolchain so disable the toolchain dependency
|
# glibc is part of the toolchain so disable the toolchain dependency
|
||||||
GLIBC_ADD_TOOLCHAIN_DEPENDENCY = NO
|
GLIBC_ADD_TOOLCHAIN_DEPENDENCY = NO
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user