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 | |
parent | 71a47f3e3fbb8501bdf99042ed76739734093e32 (diff) | |
download | ast2050-yocto-openembedded-996ee9bdf8655f3222a289af3990df055e61639b.zip ast2050-yocto-openembedded-996ee9bdf8655f3222a289af3990df055e61639b.tar.gz |
gnome-backgrounds: inherit only gnomebase, add glib-2.0 dependency
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
-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 498c73c..5049cce 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" SECTION = "x11/gnome" -inherit gnome +# glib-2.0 for glib-gettext.m4 which provides AM_GLIB_GNU_GETTEXT +DEPENDS = "glib-2.0" + +inherit gnomebase SRC_URI[archive.md5sum] = "3df26626483b02e51adefc6ab5945a8d" SRC_URI[archive.sha256sum] = "4d7b60b5ba768bf8834b5fa3a3471cd9a9e14b5884bc210dc2d3cdbf1faddcef" |