diff options
author | Khem Raj <raj.khem@gmail.com> | 2025-05-15 22:06:11 -0700 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2025-05-16 09:05:14 -0700 |
commit | d8c08b00832fc91e79d97753cf728fd15ee8603b (patch) | |
tree | b8dbc1dd82fc0d289ef82144817158bb49699787 | |
parent | 7332877fa16b43517f0f05596886b82839a3a0c6 (diff) | |
download | meta-openembedded-d8c08b00832fc91e79d97753cf728fd15ee8603b.tar.gz |
geany-plugins: Switch to using libsoup 3.0
libsoup-2.4 is being removed and its preferred to use libsoup 3.0
Signed-off-by: Khem Raj <raj.khem@gmail.com>
-rw-r--r-- | meta-oe/recipes-devtools/geany/geany-plugins_2.0.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-oe/recipes-devtools/geany/geany-plugins_2.0.bb b/meta-oe/recipes-devtools/geany/geany-plugins_2.0.bb index bd10c09195..9a19e5dc98 100644 --- a/meta-oe/recipes-devtools/geany/geany-plugins_2.0.bb +++ b/meta-oe/recipes-devtools/geany/geany-plugins_2.0.bb | |||
@@ -15,7 +15,7 @@ DEPENDS = " \ | |||
15 | fribidi \ | 15 | fribidi \ |
16 | geany \ | 16 | geany \ |
17 | libxml2 \ | 17 | libxml2 \ |
18 | libsoup-2.4 \ | 18 | libsoup \ |
19 | enchant2 \ | 19 | enchant2 \ |
20 | intltool-native \ | 20 | intltool-native \ |
21 | libassuan \ | 21 | libassuan \ |