summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools
diff options
context:
space:
mode:
authorRichard Purdie <richard.purdie@linuxfoundation.org>2022-02-16 20:33:47 +0000
committerRichard Purdie <richard.purdie@linuxfoundation.org>2022-02-21 23:37:27 +0000
commit71ef3191938da772b07274165dd3a85c2ed011f1 (patch)
treefd830ada451fec669352cb0dfc1bb316ea9cefd8 /meta/recipes-devtools
parent5a3d6c7bda0f158473c82d1c38ae2df26192dccb (diff)
downloadpoky-71ef3191938da772b07274165dd3a85c2ed011f1.tar.gz
meta/scripts: Automated conversion of OE renamed variables
(From OE-Core rev: aa52af4518604b5bf13f3c5e885113bf868d6c81) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools')
-rw-r--r--meta/recipes-devtools/cmake/cmake.inc2
-rw-r--r--meta/recipes-devtools/flex/flex_2.6.4.bb2
-rw-r--r--meta/recipes-devtools/gcc/gcc-11.2.inc2
-rw-r--r--meta/recipes-devtools/gcc/gcc-target.inc2
-rw-r--r--meta/recipes-devtools/gdb/gdb-cross-canadian.inc2
-rw-r--r--meta/recipes-devtools/go/go-1.17.7.inc2
-rw-r--r--meta/recipes-devtools/jquery/jquery_3.6.0.bb2
-rw-r--r--meta/recipes-devtools/libtool/libtool_2.4.6.bb2
-rw-r--r--meta/recipes-devtools/python/python3_3.10.2.bb6
-rw-r--r--meta/recipes-devtools/qemu/qemu.inc6
-rw-r--r--meta/recipes-devtools/rsync/rsync_3.2.3.bb2
-rw-r--r--meta/recipes-devtools/tcltk/tcl_8.6.11.bb2
12 files changed, 16 insertions, 16 deletions
diff --git a/meta/recipes-devtools/cmake/cmake.inc b/meta/recipes-devtools/cmake/cmake.inc
index 9276db3c56..a8bd4311c4 100644
--- a/meta/recipes-devtools/cmake/cmake.inc
+++ b/meta/recipes-devtools/cmake/cmake.inc
@@ -27,4 +27,4 @@ UPSTREAM_CHECK_REGEX = "cmake-(?P<pver>\d+(\.\d+)+)\.tar"
27 27
28# This is specific to the npm package that installs cmake, so isn't 28# This is specific to the npm package that installs cmake, so isn't
29# relevant to OpenEmbedded 29# relevant to OpenEmbedded
30CVE_CHECK_WHITELIST += "CVE-2016-10642" 30CVE_CHECK_IGNORE += "CVE-2016-10642"
diff --git a/meta/recipes-devtools/flex/flex_2.6.4.bb b/meta/recipes-devtools/flex/flex_2.6.4.bb
index 95e2c087ee..c7cd965347 100644
--- a/meta/recipes-devtools/flex/flex_2.6.4.bb
+++ b/meta/recipes-devtools/flex/flex_2.6.4.bb
@@ -31,7 +31,7 @@ UPSTREAM_CHECK_REGEX = "flex-(?P<pver>\d+(\.\d+)+)\.tar"
31# Disputed - yes there is stack exhaustion but no bug and it is building the 31# Disputed - yes there is stack exhaustion but no bug and it is building the
32# parser, not running it, effectively similar to a compiler ICE. Upstream no plans to address 32# parser, not running it, effectively similar to a compiler ICE. Upstream no plans to address
33# https://github.com/westes/flex/issues/414 33# https://github.com/westes/flex/issues/414
34CVE_CHECK_WHITELIST += "CVE-2019-6293" 34CVE_CHECK_IGNORE += "CVE-2019-6293"
35 35
36inherit autotools gettext texinfo ptest 36inherit autotools gettext texinfo ptest
37 37
diff --git a/meta/recipes-devtools/gcc/gcc-11.2.inc b/meta/recipes-devtools/gcc/gcc-11.2.inc
index d892182fd5..2394c86e29 100644
--- a/meta/recipes-devtools/gcc/gcc-11.2.inc
+++ b/meta/recipes-devtools/gcc/gcc-11.2.inc
@@ -119,4 +119,4 @@ EXTRA_OECONF_PATHS = "\
119" 119"
120 120
121# Is a binutils 2.26 issue, not gcc 121# Is a binutils 2.26 issue, not gcc
122CVE_CHECK_WHITELIST += "CVE-2021-37322" 122CVE_CHECK_IGNORE += "CVE-2021-37322"
diff --git a/meta/recipes-devtools/gcc/gcc-target.inc b/meta/recipes-devtools/gcc/gcc-target.inc
index 66f737c9dc..cc65e995c3 100644
--- a/meta/recipes-devtools/gcc/gcc-target.inc
+++ b/meta/recipes-devtools/gcc/gcc-target.inc
@@ -256,4 +256,4 @@ do_install:append () {
256# and builds track file dependencies (e.g. perl and its makedepends code). 256# and builds track file dependencies (e.g. perl and its makedepends code).
257# For determinism we don't install this ever and rely on the copy from gcc-cross. 257# For determinism we don't install this ever and rely on the copy from gcc-cross.
258# [YOCTO #7287] 258# [YOCTO #7287]
259SYSROOT_DIRS_BLACKLIST += "${libdir}/gcc" 259SYSROOT_DIRS_IGNORE += "${libdir}/gcc"
diff --git a/meta/recipes-devtools/gdb/gdb-cross-canadian.inc b/meta/recipes-devtools/gdb/gdb-cross-canadian.inc
index 836c51a3de..8e926e81e1 100644
--- a/meta/recipes-devtools/gdb/gdb-cross-canadian.inc
+++ b/meta/recipes-devtools/gdb/gdb-cross-canadian.inc
@@ -20,7 +20,7 @@ PACKAGECONFIG[python] = "--with-python=${WORKDIR}/python,--without-python,native
20PACKAGECONFIG[readline] = "--with-system-readline,--without-system-readline,nativesdk-readline" 20PACKAGECONFIG[readline] = "--with-system-readline,--without-system-readline,nativesdk-readline"
21PACKAGECONFIG[debuginfod] = "--with-debuginfod, --without-debuginfod, nativesdk-elfutils" 21PACKAGECONFIG[debuginfod] = "--with-debuginfod, --without-debuginfod, nativesdk-elfutils"
22 22
23SSTATE_DUPWHITELIST += "${STAGING_DATADIR}/gdb" 23SSTATE_ALLOW_OVERLAP_FILES += "${STAGING_DATADIR}/gdb"
24 24
25do_configure:prepend() { 25do_configure:prepend() {
26cat > ${WORKDIR}/python << EOF 26cat > ${WORKDIR}/python << EOF
diff --git a/meta/recipes-devtools/go/go-1.17.7.inc b/meta/recipes-devtools/go/go-1.17.7.inc
index e8c8c031ae..3832b65eae 100644
--- a/meta/recipes-devtools/go/go-1.17.7.inc
+++ b/meta/recipes-devtools/go/go-1.17.7.inc
@@ -22,4 +22,4 @@ SRC_URI[main.sha256sum] = "c108cd33b73b1911a02b697741df3dea43e01a5c4e08e409e8b3a
22# Upstream don't believe it is a signifiant real world issue and will only 22# Upstream don't believe it is a signifiant real world issue and will only
23# fix in 1.17 onwards where we can drop this. 23# fix in 1.17 onwards where we can drop this.
24# https://github.com/golang/go/issues/30999#issuecomment-910470358 24# https://github.com/golang/go/issues/30999#issuecomment-910470358
25CVE_CHECK_WHITELIST += "CVE-2021-29923" 25CVE_CHECK_IGNORE += "CVE-2021-29923"
diff --git a/meta/recipes-devtools/jquery/jquery_3.6.0.bb b/meta/recipes-devtools/jquery/jquery_3.6.0.bb
index 33b177d1d0..39ffd38114 100644
--- a/meta/recipes-devtools/jquery/jquery_3.6.0.bb
+++ b/meta/recipes-devtools/jquery/jquery_3.6.0.bb
@@ -22,7 +22,7 @@ UPSTREAM_CHECK_REGEX = "jquery-(?P<pver>\d+(\.\d+)+)\.js"
22# https://github.com/jquery/jquery/issues/3927 22# https://github.com/jquery/jquery/issues/3927
23# There are ways jquery can expose security issues but any issues are in the apps exposing them 23# There are ways jquery can expose security issues but any issues are in the apps exposing them
24# and there is little we can directly do 24# and there is little we can directly do
25CVE_CHECK_WHITELIST += "CVE-2007-2379" 25CVE_CHECK_IGNORE += "CVE-2007-2379"
26 26
27inherit allarch 27inherit allarch
28 28
diff --git a/meta/recipes-devtools/libtool/libtool_2.4.6.bb b/meta/recipes-devtools/libtool/libtool_2.4.6.bb
index fb40ce7317..44a4950574 100644
--- a/meta/recipes-devtools/libtool/libtool_2.4.6.bb
+++ b/meta/recipes-devtools/libtool/libtool_2.4.6.bb
@@ -7,7 +7,7 @@ RDEPENDS:${PN} += "bash"
7# 7#
8# We want the results of libtool-cross preserved - don't stage anything ourselves. 8# We want the results of libtool-cross preserved - don't stage anything ourselves.
9# 9#
10SYSROOT_DIRS_BLACKLIST += " \ 10SYSROOT_DIRS_IGNORE += " \
11 ${bindir} \ 11 ${bindir} \
12 ${datadir}/aclocal \ 12 ${datadir}/aclocal \
13 ${datadir}/libtool/build-aux \ 13 ${datadir}/libtool/build-aux \
diff --git a/meta/recipes-devtools/python/python3_3.10.2.bb b/meta/recipes-devtools/python/python3_3.10.2.bb
index d07bb017ea..429839b622 100644
--- a/meta/recipes-devtools/python/python3_3.10.2.bb
+++ b/meta/recipes-devtools/python/python3_3.10.2.bb
@@ -49,12 +49,12 @@ UPSTREAM_CHECK_URI = "https://www.python.org/downloads/source/"
49CVE_PRODUCT = "python" 49CVE_PRODUCT = "python"
50 50
51# Upstream consider this expected behaviour 51# Upstream consider this expected behaviour
52CVE_CHECK_WHITELIST += "CVE-2007-4559" 52CVE_CHECK_IGNORE += "CVE-2007-4559"
53# This is not exploitable when glibc has CVE-2016-10739 fixed. 53# This is not exploitable when glibc has CVE-2016-10739 fixed.
54CVE_CHECK_WHITELIST += "CVE-2019-18348" 54CVE_CHECK_IGNORE += "CVE-2019-18348"
55 55
56# This is windows only issue. 56# This is windows only issue.
57CVE_CHECK_WHITELIST += "CVE-2020-15523" 57CVE_CHECK_IGNORE += "CVE-2020-15523"
58 58
59PYTHON_MAJMIN = "3.10" 59PYTHON_MAJMIN = "3.10"
60 60
diff --git a/meta/recipes-devtools/qemu/qemu.inc b/meta/recipes-devtools/qemu/qemu.inc
index 80b83be63f..94190b52f4 100644
--- a/meta/recipes-devtools/qemu/qemu.inc
+++ b/meta/recipes-devtools/qemu/qemu.inc
@@ -36,15 +36,15 @@ SRC_URI:append:class-target = " file://cross.patch"
36SRC_URI:append:class-nativesdk = " file://cross.patch" 36SRC_URI:append:class-nativesdk = " file://cross.patch"
37 37
38# Applies against virglrender < 0.6.0 and not qemu itself 38# Applies against virglrender < 0.6.0 and not qemu itself
39CVE_CHECK_WHITELIST += "CVE-2017-5957" 39CVE_CHECK_IGNORE += "CVE-2017-5957"
40 40
41# The VNC server can expose host files uder some circumstances. We don't 41# The VNC server can expose host files uder some circumstances. We don't
42# enable it by default. 42# enable it by default.
43CVE_CHECK_WHITELIST += "CVE-2007-0998" 43CVE_CHECK_IGNORE += "CVE-2007-0998"
44 44
45# 'The issues identified by this CVE were determined to not constitute a vulnerability.' 45# 'The issues identified by this CVE were determined to not constitute a vulnerability.'
46# https://bugzilla.redhat.com/show_bug.cgi?id=1609015#c11 46# https://bugzilla.redhat.com/show_bug.cgi?id=1609015#c11
47CVE_CHECK_WHITELIST += "CVE-2018-18438" 47CVE_CHECK_IGNORE += "CVE-2018-18438"
48 48
49COMPATIBLE_HOST:mipsarchn32 = "null" 49COMPATIBLE_HOST:mipsarchn32 = "null"
50COMPATIBLE_HOST:mipsarchn64 = "null" 50COMPATIBLE_HOST:mipsarchn64 = "null"
diff --git a/meta/recipes-devtools/rsync/rsync_3.2.3.bb b/meta/recipes-devtools/rsync/rsync_3.2.3.bb
index 1cdf509004..b950e30b46 100644
--- a/meta/recipes-devtools/rsync/rsync_3.2.3.bb
+++ b/meta/recipes-devtools/rsync/rsync_3.2.3.bb
@@ -20,7 +20,7 @@ SRC_URI = "https://download.samba.org/pub/${BPN}/src/${BP}.tar.gz \
20SRC_URI[sha256sum] = "becc3c504ceea499f4167a260040ccf4d9f2ef9499ad5683c179a697146ce50e" 20SRC_URI[sha256sum] = "becc3c504ceea499f4167a260040ccf4d9f2ef9499ad5683c179a697146ce50e"
21 21
22# -16548 required for v3.1.3pre1. Already in v3.1.3. 22# -16548 required for v3.1.3pre1. Already in v3.1.3.
23CVE_CHECK_WHITELIST += " CVE-2017-16548 " 23CVE_CHECK_IGNORE += " CVE-2017-16548 "
24 24
25inherit autotools-brokensep 25inherit autotools-brokensep
26 26
diff --git a/meta/recipes-devtools/tcltk/tcl_8.6.11.bb b/meta/recipes-devtools/tcltk/tcl_8.6.11.bb
index 7ead00d489..9f6b003ffb 100644
--- a/meta/recipes-devtools/tcltk/tcl_8.6.11.bb
+++ b/meta/recipes-devtools/tcltk/tcl_8.6.11.bb
@@ -31,7 +31,7 @@ SRC_URI:class-native = "${BASE_SRC_URI}"
31 31
32# Upstream don't believe this is an exploitable issue 32# Upstream don't believe this is an exploitable issue
33# https://core.tcl-lang.org/tcl/info/7079e4f91601e9c7 33# https://core.tcl-lang.org/tcl/info/7079e4f91601e9c7
34CVE_CHECK_WHITELIST += "CVE-2021-35331" 34CVE_CHECK_IGNORE += "CVE-2021-35331"
35 35
36UPSTREAM_CHECK_REGEX = "tcl(?P<pver>\d+(\.\d+)+)-src" 36UPSTREAM_CHECK_REGEX = "tcl(?P<pver>\d+(\.\d+)+)-src"
37 37