diff options
| author | Ross Burton <ross.burton@arm.com> | 2023-12-08 22:32:22 +0000 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2023-12-09 00:00:06 -0800 |
| commit | f8f5c728a387c9b26a62f30d12c7d71e199d277e (patch) | |
| tree | 6f26daf631a5a532155d36c90129d2c31923bd06 | |
| parent | d015d52ad81115986ac89f45d086820d9027857a (diff) | |
| download | meta-openembedded-f8f5c728a387c9b26a62f30d12c7d71e199d277e.tar.gz | |
gtksourceview3: remove obsolete DEPENDS
Signed-off-by: Ross Burton <ross.burton@arm.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
3 files changed, 2 insertions, 3 deletions
diff --git a/meta-gnome/recipes-gnome/gtksourceview/gtksourceview3_3.24.11.bb b/meta-gnome/recipes-gnome/gtksourceview/gtksourceview3_3.24.11.bb index 75f199b10f..e504186b82 100644 --- a/meta-gnome/recipes-gnome/gtksourceview/gtksourceview3_3.24.11.bb +++ b/meta-gnome/recipes-gnome/gtksourceview/gtksourceview3_3.24.11.bb | |||
| @@ -4,7 +4,7 @@ HOMEPAGE = "http://projects.gnome.org/gtksourceview/" | |||
| 4 | LICENSE = "LGPL-2.1-only" | 4 | LICENSE = "LGPL-2.1-only" |
| 5 | LIC_FILES_CHKSUM = "file://COPYING;md5=fbc093901857fcd118f065f900982c24" | 5 | LIC_FILES_CHKSUM = "file://COPYING;md5=fbc093901857fcd118f065f900982c24" |
| 6 | 6 | ||
| 7 | DEPENDS = "gtk+3 libxml2 intltool-native gnome-common-native glib-2.0-native" | 7 | DEPENDS = "gtk+3 libxml2 glib-2.0-native" |
| 8 | 8 | ||
| 9 | PNAME = "gtksourceview" | 9 | PNAME = "gtksourceview" |
| 10 | 10 | ||
diff --git a/meta-gnome/recipes-gnome/gtksourceview/gtksourceview4_4.8.4.bb b/meta-gnome/recipes-gnome/gtksourceview/gtksourceview4_4.8.4.bb index 6acd00324b..353f02f1ba 100644 --- a/meta-gnome/recipes-gnome/gtksourceview/gtksourceview4_4.8.4.bb +++ b/meta-gnome/recipes-gnome/gtksourceview/gtksourceview4_4.8.4.bb | |||
| @@ -4,7 +4,7 @@ HOMEPAGE = "http://projects.gnome.org/gtksourceview/" | |||
| 4 | LICENSE = "LGPL-2.1-only" | 4 | LICENSE = "LGPL-2.1-only" |
| 5 | LIC_FILES_CHKSUM = "file://COPYING;md5=fbc093901857fcd118f065f900982c24" | 5 | LIC_FILES_CHKSUM = "file://COPYING;md5=fbc093901857fcd118f065f900982c24" |
| 6 | 6 | ||
| 7 | DEPENDS = "gtk+3 libxml2 intltool-native gnome-common-native glib-2.0-native" | 7 | DEPENDS = "gtk+3 libxml2 glib-2.0-native" |
| 8 | 8 | ||
| 9 | PNAME = "gtksourceview" | 9 | PNAME = "gtksourceview" |
| 10 | 10 | ||
diff --git a/meta-gnome/recipes-gnome/gtksourceview/gtksourceview5_5.10.0.bb b/meta-gnome/recipes-gnome/gtksourceview/gtksourceview5_5.10.0.bb index f43fe2cf53..a336b19096 100644 --- a/meta-gnome/recipes-gnome/gtksourceview/gtksourceview5_5.10.0.bb +++ b/meta-gnome/recipes-gnome/gtksourceview/gtksourceview5_5.10.0.bb | |||
| @@ -7,7 +7,6 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=fbc093901857fcd118f065f900982c24" | |||
| 7 | DEPENDS = " \ | 7 | DEPENDS = " \ |
| 8 | fribidi \ | 8 | fribidi \ |
| 9 | glib-2.0-native \ | 9 | glib-2.0-native \ |
| 10 | gnome-common-native \ | ||
| 11 | fontconfig \ | 10 | fontconfig \ |
| 12 | gtk4 \ | 11 | gtk4 \ |
| 13 | libxml2 \ | 12 | libxml2 \ |
