From: Qing He Date: Tue, 17 Aug 2010 03:05:05 +0000 (+0800) Subject: gamin: add glib-2.0 as dependency X-Git-Tag: 2011-1~4856 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=30b01f94c3afd593d91b9c1247bf44efe52ef4de;p=openembedded-core.git gamin: add glib-2.0 as dependency Signed-off-by: Qing He --- diff --git a/meta-lsb/packages/gamin/gamin_0.1.10.bb b/meta-lsb/packages/gamin/gamin_0.1.10.bb index e540c290a2..21f1da434c 100644 --- a/meta-lsb/packages/gamin/gamin_0.1.10.bb +++ b/meta-lsb/packages/gamin/gamin_0.1.10.bb @@ -5,8 +5,9 @@ HOMEPAGE = "http://people.gnome.org/~veillard/gamin/" LICENSE = "LGPLv2+" LIC_FILES_CHKSUM = "file://COPYING;md5=412a9be54757a155d0b997b52b519f62" +DEPENDS = "glib-2.0" PROVIDES = "fam" -PR = "r1" +PR = "r2" SRC_URI = "http://www.gnome.org/~veillard/gamin/sources/gamin-${PV}.tar.gz \ file://no-abstract-sockets.patch"