diff options
-rw-r--r-- | meta-gnome/recipes-gnome/gnome-backgrounds/gnome-backgrounds_2.32.0.bb | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/meta-gnome/recipes-gnome/gnome-backgrounds/gnome-backgrounds_2.32.0.bb b/meta-gnome/recipes-gnome/gnome-backgrounds/gnome-backgrounds_2.32.0.bb index 498c73cfd..5049cceb9 100644 --- a/meta-gnome/recipes-gnome/gnome-backgrounds/gnome-backgrounds_2.32.0.bb +++ b/meta-gnome/recipes-gnome/gnome-backgrounds/gnome-backgrounds_2.32.0.bb | |||
@@ -5,7 +5,10 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f" | |||
5 | 5 | ||
6 | SECTION = "x11/gnome" | 6 | SECTION = "x11/gnome" |
7 | 7 | ||
8 | inherit gnome | 8 | # glib-2.0 for glib-gettext.m4 which provides AM_GLIB_GNU_GETTEXT |
9 | DEPENDS = "glib-2.0" | ||
10 | |||
11 | inherit gnomebase | ||
9 | 12 | ||
10 | SRC_URI[archive.md5sum] = "3df26626483b02e51adefc6ab5945a8d" | 13 | SRC_URI[archive.md5sum] = "3df26626483b02e51adefc6ab5945a8d" |
11 | SRC_URI[archive.sha256sum] = "4d7b60b5ba768bf8834b5fa3a3471cd9a9e14b5884bc210dc2d3cdbf1faddcef" | 14 | SRC_URI[archive.sha256sum] = "4d7b60b5ba768bf8834b5fa3a3471cd9a9e14b5884bc210dc2d3cdbf1faddcef" |