diff options
| author | Markus Volk <f_l_k@t-online.de> | 2026-03-27 16:40:06 +0100 |
|---|---|---|
| committer | Khem Raj <khem.raj@oss.qualcomm.com> | 2026-03-27 09:11:21 -0700 |
| commit | 5d46cfae3a40b04c264719fa0b442cae441fea16 (patch) | |
| tree | 5e20878d76b0bdc69e048d425bcc6f47c0094eda | |
| parent | 5a8f86eeef4b185900d5873a78c98ee9d8d388e8 (diff) | |
| download | meta-openembedded-5d46cfae3a40b04c264719fa0b442cae441fea16.tar.gz | |
gimp: fix RDEPENDS
This prevents the wrong mypaint-brushes package from being installed
Signed-off-by: Markus Volk <f_l_k@t-online.de>
Signed-off-by: Khem Raj <khem.raj@oss.qualcomm.com>
| -rw-r--r-- | meta-gnome/recipes-gimp/gimp/gimp_3.2.0.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-gnome/recipes-gimp/gimp/gimp_3.2.0.bb b/meta-gnome/recipes-gimp/gimp/gimp_3.2.0.bb index d6928498ac..1b092eb7e5 100644 --- a/meta-gnome/recipes-gimp/gimp/gimp_3.2.0.bb +++ b/meta-gnome/recipes-gimp/gimp/gimp_3.2.0.bb | |||
| @@ -132,7 +132,7 @@ do_install:prepend() { | |||
| 132 | 132 | ||
| 133 | FILES:${PN} += "${datadir}/metainfo" | 133 | FILES:${PN} += "${datadir}/metainfo" |
| 134 | 134 | ||
| 135 | RDEPENDS:${PN} = "mypaint-brushes-1.0 glib-networking python3-pygobject" | 135 | RDEPENDS:${PN} = "mypaint-brushes glib-networking python3-pygobject" |
| 136 | 136 | ||
| 137 | CVE_STATUS[CVE-2007-3741] = "not-applicable-platform: This only applies for Mandriva Linux" | 137 | CVE_STATUS[CVE-2007-3741] = "not-applicable-platform: This only applies for Mandriva Linux" |
| 138 | CVE_STATUS[CVE-2025-8672] = "not-applicable-config: the vulnerability only affects MacOS" | 138 | CVE_STATUS[CVE-2025-8672] = "not-applicable-config: the vulnerability only affects MacOS" |
