diff mbox series

[v3] at-spi2-core: add at-spi2-atk to CVE_PRODUCT

Message ID 20240418075144.13564-1-emil.kronborg@protonmail.com
State New
Headers show
Series [v3] at-spi2-core: add at-spi2-atk to CVE_PRODUCT | expand

Commit Message

Emil Kronborg April 18, 2024, 7:51 a.m. UTC
Commit ad605662f1bc ("at-spi2-core: upgrade 2.44.1 -> 2.46.0") dropped
the at-spi2-atk recipe, because it was merged into at-spi2-core upstream
[1]. The PROVIDES variable was changed to also include at-spi2-atk, but
not CVE_PRODUCT.

[1]: https://gitlab.gnome.org/GNOME/at-spi2-core/-/merge_requests/78

Signed-off-by: Emil Kronborg <emil.kronborg@protonmail.com>
---
Changes in v3:
- Actually append to CVE_PRODUCT instead of setting it to at-spi2-atk.

Changes in v2:
- Add at-spi2-atk via CVE_PRODUCT += to also include at-spi2-core.
- Add a commit message to make the patchtest bot happy.
- Rewrite the subject line to show that at-spi2-atk is appended.

 meta/recipes-support/atk/at-spi2-core_2.52.0.bb | 2 ++
 1 file changed, 2 insertions(+)


base-commit: 946086abf5ac5172258ddb27af9c1c615258f62f
diff mbox series

Patch

diff --git a/meta/recipes-support/atk/at-spi2-core_2.52.0.bb b/meta/recipes-support/atk/at-spi2-core_2.52.0.bb
index cf221e038927..913b408403eb 100644
--- a/meta/recipes-support/atk/at-spi2-core_2.52.0.bb
+++ b/meta/recipes-support/atk/at-spi2-core_2.52.0.bb
@@ -7,6 +7,8 @@  BUGTRACKER = "http://bugzilla.gnome.org/"
 LICENSE = "LGPL-2.1-or-later"
 LIC_FILES_CHKSUM = "file://COPYING;md5=4fbd65380cdd255951079008b364516c"
 
+CVE_PRODUCT += "at-spi2-atk"
+
 MAJ_VER = "${@oe.utils.trim_version("${PV}", 2)}"
 
 SRC_URI = "${GNOME_MIRROR}/${BPN}/${MAJ_VER}/${BPN}-${PV}.tar.xz"