diff options
author | Peter Marko <peter.marko@siemens.com> | 2025-07-20 23:09:47 +0200 |
---|---|---|
committer | Steve Sakoman <steve@sakoman.com> | 2025-07-29 08:42:34 -0700 |
commit | a32c4171189f7374ae74e07237e05fb85be4772c (patch) | |
tree | d075e2c0eaba8860a81739fdf0364321f6124651 /meta | |
parent | 8fe20edf8a7affb88eaad3fcd060021056ded3f7 (diff) | |
download | poky-a32c4171189f7374ae74e07237e05fb85be4772c.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: 4367e4cc527278b7e9edc08752014e71566e0068)
Signed-off-by: Peter Marko <peter.marko@siemens.com>
Signed-off-by: Steve Sakoman <steve@sakoman.com>
Diffstat (limited to 'meta')
-rw-r--r-- | meta/recipes-devtools/orc/orc_0.4.41.bb | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/meta/recipes-devtools/orc/orc_0.4.41.bb b/meta/recipes-devtools/orc/orc_0.4.41.bb index 491ff71067..60677577b0 100644 --- a/meta/recipes-devtools/orc/orc_0.4.41.bb +++ b/meta/recipes-devtools/orc/orc_0.4.41.bb | |||
@@ -9,6 +9,9 @@ SRC_URI[sha256sum] = "cb1bfd4f655289cd39bc04642d597be9de5427623f0861c1fc19c08d98 | |||
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" |