summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPeter Marko <peter.marko@siemens.com>2025-07-20 23:10:58 +0200
committerSteve Sakoman <steve@sakoman.com>2025-07-30 07:47:48 -0700
commitdb3621b9837ae1efe7c30e359e5a64a4ca1cbbd2 (patch)
treec340d0d6ca77ec8b5b946cfe43d879a0c0254341
parent47c3b0bc3f2088710f0260702babac05cf6b69ab (diff)
downloadpoky-db3621b9837ae1efe7c30e359e5a64a4ca1cbbd2.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: c31dec7b32fe34fafd61dd593a2884eee13084fb) Signed-off-by: Peter Marko <peter.marko@siemens.com> Signed-off-by: Steve Sakoman <steve@sakoman.com>
-rw-r--r--meta/recipes-devtools/orc/orc_0.4.40.bb3
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
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"