[oe-commits] Richard Purdie : glade3: add missing dependency on gnome-common and libxml2

git at git.openembedded.org git at git.openembedded.org
Sat Jun 21 17:25:30 UTC 2014


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

Author: Richard Purdie <richard.purdie at linuxfoundation.org>
Date:   Sat Jun 21 11:06:46 2014 +0200

glade3: add missing dependency on gnome-common and libxml2

Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>
Signed-off-by: Martin Jansa <Martin.Jansa at gmail.com>

---

 meta-oe/recipes-devtools/glade/glade3_3.8.2.bb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta-oe/recipes-devtools/glade/glade3_3.8.2.bb b/meta-oe/recipes-devtools/glade/glade3_3.8.2.bb
index eec40e4..3f93eba 100644
--- a/meta-oe/recipes-devtools/glade/glade3_3.8.2.bb
+++ b/meta-oe/recipes-devtools/glade/glade3_3.8.2.bb
@@ -3,7 +3,7 @@ HOMEPAGE = "http://www.gnu.org/software/gnash"
 LICENSE = "GPLv2 & LGPLv2"
 LIC_FILES_CHKSUM = "file://COPYING;md5=aabe87591cb8ae0f3c68be6977bb5522 \
                     file://COPYING.LGPL;md5=3bf50002aefd002f49e7bb854063f7e7"
-DEPENDS = "gtk+ gnome-doc-utils-native"
+DEPENDS = "gtk+ gnome-doc-utils-native gnome-common libxml2"
 
 PR = "r1"
 



More information about the Openembedded-commits mailing list