mirror of
https://git.yoctoproject.org/poky
synced 2026-09-20 03:49:32 +02:00
meta/scripts: Improve internal variable naming
Update internal variable names to improve the terms used. (From OE-Core rev: f408068e5d7998ae165f3002e51bc54b380b8099) Signed-off-by: Saul Wold <saul.wold@windriver.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
8827a3ed80
commit
d9e500f83d
@@ -26,7 +26,7 @@ CVE_CHECK_IGNORE += "CVE-2000-0006"
|
||||
# There has been much discussion amongst the epiphany and webkit developers and
|
||||
# whilst there are improvements about how domains are handled and displayed to the user
|
||||
# there is unlikely ever to be a single fix to webkit or epiphany which addresses this
|
||||
# problem. Whitelisted as there isn't any mitigation or fix or way to progress this further
|
||||
# problem. Ignore this CVE as there isn't any mitigation or fix or way to progress this further
|
||||
# we can seem to take.
|
||||
CVE_CHECK_IGNORE += "CVE-2005-0238"
|
||||
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
# Setup extra CFLAGS and LDFLAGS which have 'security' benefits. These
|
||||
# don't work universally, there are recipes which can't use one, the other
|
||||
# or both so a blacklist is maintained here. The idea would be over
|
||||
# or both so an override is maintained here. The idea would be over
|
||||
# time to reduce this list to nothing.
|
||||
# From a Yocto Project perspective, this file is included and tested
|
||||
# in the DISTRO="poky" configuration.
|
||||
|
||||
Reference in New Issue
Block a user