[oe-commits] Martin Jansa : sound-theme-freedesktop: add glib-2.0 and intltool-native dependency

git at git.openembedded.org git at git.openembedded.org
Sun Apr 20 08:52:44 UTC 2014


Module: meta-openembedded.git
Branch: master
Commit: cd415cab43f4f1f16d01117a3814efe3fea52455
URL:    http://git.openembedded.org/?p=meta-openembedded.git&a=commit;h=cd415cab43f4f1f16d01117a3814efe3fea52455

Author: Martin Jansa <Martin.Jansa at gmail.com>
Date:   Sun Mar 30 00:14:42 2014 +0100

sound-theme-freedesktop: add glib-2.0 and intltool-native dependency

Signed-off-by: Martin Jansa <Martin.Jansa at gmail.com>

---

 .../recipes-multimedia/sound-themes/sound-theme-freedesktop_0.8.bb    | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/meta-oe/recipes-multimedia/sound-themes/sound-theme-freedesktop_0.8.bb b/meta-oe/recipes-multimedia/sound-themes/sound-theme-freedesktop_0.8.bb
index 9c4f9c0..ebcfd12 100644
--- a/meta-oe/recipes-multimedia/sound-themes/sound-theme-freedesktop_0.8.bb
+++ b/meta-oe/recipes-multimedia/sound-themes/sound-theme-freedesktop_0.8.bb
@@ -3,6 +3,10 @@ HOMEPAGE = "http://freedesktop.org/wiki/Specifications/sound-theme-spec"
 LICENSE = "GPLv2+ CC-BY-3.0 CC-BY-SA-3.0"
 LIC_FILES_CHKSUM = "file://CREDITS;md5=3213e601ce34bb42ddc3498903ac4e69"
 
+# glib-2.0 for glib-gettext.m4 which provides AM_GLIB_GNU_GETTEXT
+# intltool for intltool.m4 which provides IT_PROG_INTLTOOL
+DEPENDS = "glib-2.0 intltool-native"
+
 inherit autotools gettext
 
 DEPENDS += "glib-2.0-native intltool-native"



More information about the Openembedded-commits mailing list