summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPeter Marko <peter.marko@siemens.com>2025-07-20 23:08:53 +0200
committerRichard Purdie <richard.purdie@linuxfoundation.org>2025-07-24 10:29:53 +0100
commit2a832e6af1b6a9787ef0c17b6670fbb4633a8fc5 (patch)
tree095153a998897fd9a6bfc7217fbe32f80a2c18cc
parentf3a6413ee42cf8319824aab90b19dfd985f727d3 (diff)
downloadpoky-2a832e6af1b6a9787ef0c17b6670fbb4633a8fc5.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: 683f19c2e3337784e50134b6a1331b4b9626894d) Signed-off-by: Peter Marko <peter.marko@siemens.com> Signed-off-by: Mathieu Dubois-Briand <mathieu.dubois-briand@bootlin.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r--meta/recipes-devtools/orc/orc_0.4.41.bb3
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
10inherit meson pkgconfig gtk-doc 10inherit meson pkgconfig gtk-doc
11 11
12# distinguish from apache:orc
13CVE_PRODUCT = "gstreamer:orc"
14
12GTKDOC_MESON_OPTION = "gtk_doc" 15GTKDOC_MESON_OPTION = "gtk_doc"
13GTKDOC_MESON_ENABLE_FLAG = "enabled" 16GTKDOC_MESON_ENABLE_FLAG = "enabled"
14GTKDOC_MESON_DISABLE_FLAG = "disabled" 17GTKDOC_MESON_DISABLE_FLAG = "disabled"