diff options
author | Martin Jansa <Martin.Jansa@gmail.com> | 2014-03-30 00:48:25 +0100 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2014-04-20 10:49:10 +0200 |
commit | 996ee9bdf8655f3222a289af3990df055e61639b (patch) | |
tree | 2e8451db8ed65b13dcae2a8dccf8962167a2f58a /meta-gnome/recipes-gnome/gnome-backgrounds | |
parent | 71a47f3e3fbb8501bdf99042ed76739734093e32 (diff) | |
download | meta-openembedded-996ee9bdf8655f3222a289af3990df055e61639b.tar.gz |
gnome-backgrounds: inherit only gnomebase, add glib-2.0 dependency
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'meta-gnome/recipes-gnome/gnome-backgrounds')
-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" |