diff options
| author | Khem Raj <raj.khem@gmail.com> | 2024-11-21 00:39:04 -0800 |
|---|---|---|
| committer | Armin Kuster <akuster808@gmail.com> | 2025-01-16 09:17:32 -0500 |
| commit | a566dc9168fbfcce289ca4b8647bf6f37aab5eb5 (patch) | |
| tree | 16a1b4ee4601d794343fd9dc85cf7f4c02ed95c8 | |
| parent | b82e8e7c43214b14aacaed24a4b3f49e75add5b0 (diff) | |
| download | meta-openembedded-a566dc9168fbfcce289ca4b8647bf6f37aab5eb5.tar.gz | |
ghex,gnome-chess,gnome-photos: Add missing dep on itstool-native
Fixes build issues in these recipe in meta-gnome
Signed-off-by: Khem Raj <raj.khem@gmail.com>
(cherry picked from commit af6858aa3729a81780f2ec113c095f7f0c87c226)
Signed-off-by: Armin Kuster <akuster808@gmail.com>
| -rw-r--r-- | meta-gnome/recipes-gnome/ghex/ghex_46.0.bb | 1 | ||||
| -rw-r--r-- | meta-gnome/recipes-gnome/gnome-chess/gnome-chess_47.0.bb | 2 | ||||
| -rw-r--r-- | meta-gnome/recipes-gnome/gnome-photos/gnome-photos_44.0.bb | 1 |
3 files changed, 3 insertions, 1 deletions
diff --git a/meta-gnome/recipes-gnome/ghex/ghex_46.0.bb b/meta-gnome/recipes-gnome/ghex/ghex_46.0.bb index 41d8391636..04b0f99532 100644 --- a/meta-gnome/recipes-gnome/ghex/ghex_46.0.bb +++ b/meta-gnome/recipes-gnome/ghex/ghex_46.0.bb | |||
| @@ -7,6 +7,7 @@ DEPENDS = " \ | |||
| 7 | desktop-file-utils-native \ | 7 | desktop-file-utils-native \ |
| 8 | glib-2.0-native \ | 8 | glib-2.0-native \ |
| 9 | gtk4 \ | 9 | gtk4 \ |
| 10 | itstool-native \ | ||
| 10 | libadwaita \ | 11 | libadwaita \ |
| 11 | " | 12 | " |
| 12 | 13 | ||
diff --git a/meta-gnome/recipes-gnome/gnome-chess/gnome-chess_47.0.bb b/meta-gnome/recipes-gnome/gnome-chess/gnome-chess_47.0.bb index e3365f6181..47c412d75e 100644 --- a/meta-gnome/recipes-gnome/gnome-chess/gnome-chess_47.0.bb +++ b/meta-gnome/recipes-gnome/gnome-chess/gnome-chess_47.0.bb | |||
| @@ -13,8 +13,8 @@ DEPENDS = " \ | |||
| 13 | cairo \ | 13 | cairo \ |
| 14 | desktop-file-utils-native \ | 14 | desktop-file-utils-native \ |
| 15 | glib-2.0 \ | 15 | glib-2.0 \ |
| 16 | glib-2.0 \ | ||
| 17 | gtk4 \ | 16 | gtk4 \ |
| 17 | itstool-native \ | ||
| 18 | libadwaita \ | 18 | libadwaita \ |
| 19 | librsvg \ | 19 | librsvg \ |
| 20 | pango \ | 20 | pango \ |
diff --git a/meta-gnome/recipes-gnome/gnome-photos/gnome-photos_44.0.bb b/meta-gnome/recipes-gnome/gnome-photos/gnome-photos_44.0.bb index 4b05e52ca0..e025b8b5a5 100644 --- a/meta-gnome/recipes-gnome/gnome-photos/gnome-photos_44.0.bb +++ b/meta-gnome/recipes-gnome/gnome-photos/gnome-photos_44.0.bb | |||
| @@ -16,6 +16,7 @@ DEPENDS = " \ | |||
| 16 | gexiv2 \ | 16 | gexiv2 \ |
| 17 | gnome-online-accounts \ | 17 | gnome-online-accounts \ |
| 18 | gsettings-desktop-schemas \ | 18 | gsettings-desktop-schemas \ |
| 19 | itstool-native \ | ||
| 19 | libdazzle \ | 20 | libdazzle \ |
| 20 | tracker \ | 21 | tracker \ |
| 21 | libhandy \ | 22 | libhandy \ |
