diff options
| author | Andrej Valek <andrej.valek@siemens.com> | 2023-07-20 09:31:30 +0200 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2023-08-03 15:11:11 +0100 |
| commit | e100e3e0b3f1968421cae59d4a8fb5ea2dfc38c3 (patch) | |
| tree | 6bd9f9109a515026c377d1ae568381c6d0349093 /documentation/dev-manual/new-recipe.rst | |
| parent | db7217335ada1623ddd40d0124dacec751935592 (diff) | |
| download | poky-e100e3e0b3f1968421cae59d4a8fb5ea2dfc38c3.tar.gz | |
ref-manual: document CVE_STATUS and CVE_CHECK_STATUSMAP
Deprecate CVE_CHECK_IGNORE with CVE_STATUS
(From yocto-docs rev: 8b8054977f31e2d6090521a0102f066b6d563733)
Signed-off-by: Andrej Valek <andrej.valek@siemens.com>
Signed-off-by: Peter Marko <peter.marko@siemens.com>
Reviewed-by: Michael Opdenacker <michael.opdenacker@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation/dev-manual/new-recipe.rst')
| -rw-r--r-- | documentation/dev-manual/new-recipe.rst | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/documentation/dev-manual/new-recipe.rst b/documentation/dev-manual/new-recipe.rst index 1be04a7657..af390773a9 100644 --- a/documentation/dev-manual/new-recipe.rst +++ b/documentation/dev-manual/new-recipe.rst | |||
| @@ -1253,8 +1253,7 @@ In the following example, ``lz4`` is a makefile-based package:: | |||
| 1253 | 1253 | ||
| 1254 | S = "${WORKDIR}/git" | 1254 | S = "${WORKDIR}/git" |
| 1255 | 1255 | ||
| 1256 | # Fixed in r118, which is larger than the current version. | 1256 | CVE_STATUS[CVE-2014-4715] = "fixed-version: Fixed in r118, which is larger than the current version" |
| 1257 | CVE_CHECK_IGNORE += "CVE-2014-4715" | ||
| 1258 | 1257 | ||
| 1259 | EXTRA_OEMAKE = "PREFIX=${prefix} CC='${CC}' CFLAGS='${CFLAGS}' DESTDIR=${D} LIBDIR=${libdir} INCLUDEDIR=${includedir} BUILD_STATIC=no" | 1258 | EXTRA_OEMAKE = "PREFIX=${prefix} CC='${CC}' CFLAGS='${CFLAGS}' DESTDIR=${D} LIBDIR=${libdir} INCLUDEDIR=${includedir} BUILD_STATIC=no" |
| 1260 | 1259 | ||
