[oe-commits] Roman I Khimov : gamin: add missing dependency on glib-2.0

git version control git at git.openembedded.org
Wed Mar 24 09:47:48 UTC 2010


Module: openembedded.git
Branch: shr/unstable
Commit: cff666e4f8f1f8598e4f22d04587554a5f773759
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=cff666e4f8f1f8598e4f22d04587554a5f773759

Author: Roman I Khimov <khimov at altell.ru>
Date:   Tue Mar 23 17:32:54 2010 +0300

gamin: add missing dependency on glib-2.0

Signed-off-by: Roman I Khimov <khimov at altell.ru>

---

 recipes/gamin/gamin_0.1.10.bb |    1 +
 recipes/gamin/gamin_0.1.8.bb  |    1 +
 2 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/recipes/gamin/gamin_0.1.10.bb b/recipes/gamin/gamin_0.1.10.bb
index 754f47d..893cd7f 100644
--- a/recipes/gamin/gamin_0.1.10.bb
+++ b/recipes/gamin/gamin_0.1.10.bb
@@ -1,5 +1,6 @@
 DESCRIPTION = "Gamin is a file and directory monitoring system defined to be a subset of the FAM (File Alteration Monitor) system."
 LICENSE = "LGPL"
+DEPENDS = "glib-2.0"
 
 SRC_URI = "http://www.gnome.org/~veillard/gamin/sources/gamin-${PV}.tar.gz \
            file://no-abstract-sockets.patch;patch=1"
diff --git a/recipes/gamin/gamin_0.1.8.bb b/recipes/gamin/gamin_0.1.8.bb
index b939c9d..b8596a6 100644
--- a/recipes/gamin/gamin_0.1.8.bb
+++ b/recipes/gamin/gamin_0.1.8.bb
@@ -1,5 +1,6 @@
 DESCRIPTION = "Gamin is a file and directory monitoring system defined to be a subset of the FAM (File Alteration Monitor) system."
 LICENSE = "LGPL"
+DEPENDS = "glib-2.0"
 
 SRC_URI = "http://www.gnome.org/~veillard/gamin/sources/gamin-${PV}.tar.gz \
            file://no-abstract-sockets.patch;patch=1 \





More information about the Openembedded-commits mailing list