diff options
author | Khem Raj <raj.khem@gmail.com> | 2024-11-21 00:39:04 -0800 |
---|---|---|
committer | Armin Kuster <akuster808@gmail.com> | 2025-01-05 16:46:47 -0500 |
commit | 5f9f741193f55bb4bb3c974e913d169dd23e40d3 (patch) | |
tree | 185aaccb8f7ae790e7990d45a59388de235ed4a2 | |
parent | d57e0e232cb5048b569b279a13f436774969d6d3 (diff) | |
download | meta-openembedded-5f9f741193f55bb4bb3c974e913d169dd23e40d3.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_46.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_46.0.bb b/meta-gnome/recipes-gnome/gnome-chess/gnome-chess_46.0.bb index bb53b58df7..0b78a935f1 100644 --- a/meta-gnome/recipes-gnome/gnome-chess/gnome-chess_46.0.bb +++ b/meta-gnome/recipes-gnome/gnome-chess/gnome-chess_46.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 \ |