[oe-commits] Martin Jansa : gmtk: add missing dependency on intltool-native

git at git.openembedded.org git at git.openembedded.org
Sun Jul 20 11:11:19 UTC 2014


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

Author: Martin Jansa <Martin.Jansa at gmail.com>
Date:   Sun Jul 20 10:36:18 2014 +0200

gmtk: add missing dependency on intltool-native

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

---

 meta-gnome/recipes-apps/gnome-mplayer/gmtk_1.0.5.bb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta-gnome/recipes-apps/gnome-mplayer/gmtk_1.0.5.bb b/meta-gnome/recipes-apps/gnome-mplayer/gmtk_1.0.5.bb
index 7283409..4b4721b 100644
--- a/meta-gnome/recipes-apps/gnome-mplayer/gmtk_1.0.5.bb
+++ b/meta-gnome/recipes-apps/gnome-mplayer/gmtk_1.0.5.bb
@@ -5,7 +5,7 @@ SECTION = "libs"
 LICENSE = "GPLv2"
 LIC_FILES_CHKSUM = "file://COPYING;md5=59530bdf33659b29e73d4adb9f9f6552"
 
-DEPENDS = "gtk+ alsa-lib glib-2.0 virtual/libx11"
+DEPENDS = "gtk+ alsa-lib glib-2.0 virtual/libx11 intltool-native"
 
 SRC_URI = "http://${BPN}.googlecode.com/files/${BP}.tar.gz"
 SRC_URI[md5sum] = "e06e9ca8d61d74910343bb3ef4348f7f"



More information about the Openembedded-commits mailing list