mirror of
git://git.yoctoproject.org/poky.git
synced 2025-08-21 16:31:39 +02:00
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>
This commit is contained in:
parent
f3a6413ee4
commit
2a832e6af1
|
@ -9,6 +9,9 @@ SRC_URI[sha256sum] = "cb1bfd4f655289cd39bc04642d597be9de5427623f0861c1fc19c08d98
|
||||||
|
|
||||||
inherit meson pkgconfig gtk-doc
|
inherit meson pkgconfig gtk-doc
|
||||||
|
|
||||||
|
# distinguish from apache:orc
|
||||||
|
CVE_PRODUCT = "gstreamer:orc"
|
||||||
|
|
||||||
GTKDOC_MESON_OPTION = "gtk_doc"
|
GTKDOC_MESON_OPTION = "gtk_doc"
|
||||||
GTKDOC_MESON_ENABLE_FLAG = "enabled"
|
GTKDOC_MESON_ENABLE_FLAG = "enabled"
|
||||||
GTKDOC_MESON_DISABLE_FLAG = "disabled"
|
GTKDOC_MESON_DISABLE_FLAG = "disabled"
|
||||||
|
|
Loading…
Reference in New Issue
Block a user