diff options
| author | Peter Marko <peter.marko@siemens.com> | 2025-07-20 23:10:38 +0200 |
|---|---|---|
| committer | Steve Sakoman <steve@sakoman.com> | 2025-07-29 07:59:52 -0700 |
| commit | 5f469434d30121ef3ac444151f77129768267d84 (patch) | |
| tree | 47a5670a2ea90678aa86ec75c6acdf8c0dc23372 /meta/recipes-devtools | |
| parent | d5613f0d2efc51001a88b0b76a6d040c9f3f3583 (diff) | |
| download | poky-5f469434d30121ef3ac444151f77129768267d84.tar.gz | |
orc: set CVE_PRODUCT
There are new CVEs reported for this recipe which are not for this
componene, but for a component with same name from apache.
sqlite> select vendor, product, id, count(*) from products where product like 'orc' group by vendor, product, id;
apache|orc|CVE-2018-8015|1
apache|orc|CVE-2025-47436|4
gstreamer|orc|CVE-2024-40897|1
(From OE-Core rev: f5e320c0ea57ce1813ed09da703fe2b33f4976e6)
Signed-off-by: Peter Marko <peter.marko@siemens.com>
Signed-off-by: Steve Sakoman <steve@sakoman.com>
Diffstat (limited to 'meta/recipes-devtools')
| -rw-r--r-- | meta/recipes-devtools/orc/orc_0.4.40.bb | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/meta/recipes-devtools/orc/orc_0.4.40.bb b/meta/recipes-devtools/orc/orc_0.4.40.bb index e437831cd7..ee96ca0a4c 100644 --- a/meta/recipes-devtools/orc/orc_0.4.40.bb +++ b/meta/recipes-devtools/orc/orc_0.4.40.bb | |||
| @@ -9,6 +9,9 @@ SRC_URI[sha256sum] = "3fc2bee78dfb7c41fd9605061fc69138db7df007eae2f669a1f56e8bac | |||
| 9 | 9 | ||
| 10 | inherit meson pkgconfig gtk-doc | 10 | inherit meson pkgconfig gtk-doc |
| 11 | 11 | ||
| 12 | # distinguish from apache:orc | ||
| 13 | CVE_PRODUCT = "gstreamer:orc" | ||
| 14 | |||
| 12 | GTKDOC_MESON_OPTION = "gtk_doc" | 15 | GTKDOC_MESON_OPTION = "gtk_doc" |
| 13 | GTKDOC_MESON_ENABLE_FLAG = "enabled" | 16 | GTKDOC_MESON_ENABLE_FLAG = "enabled" |
| 14 | GTKDOC_MESON_DISABLE_FLAG = "disabled" | 17 | GTKDOC_MESON_DISABLE_FLAG = "disabled" |
