From: Klaus Kurzmann Date: Tue, 4 Jan 2011 23:24:09 +0000 (+0100) Subject: libphone-ui_git.bb: adjust DEPENDS for switch to gdbus and bump rev X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c3ac25d61adfacc68456eccf30ea2854901d531e;p=openembedded.git libphone-ui_git.bb: adjust DEPENDS for switch to gdbus and bump rev Signed-off-by: Klaus Kurzmann --- diff --git a/recipes/shr/libphone-ui_git.bb b/recipes/shr/libphone-ui_git.bb index e1731fe4c2..48c30abef6 100644 --- a/recipes/shr/libphone-ui_git.bb +++ b/recipes/shr/libphone-ui_git.bb @@ -2,15 +2,15 @@ DESCRIPTION = "A generic framework for phone ui" HOMEPAGE = "http://shr-project.org/" LICENSE = "GPL" SECTION = "libs" -SRCREV = "7f98b9eabf8b6710b2b08ac66f02a633dc3a9d71" +SRCREV = "24782b2c95c4c955db31ae5fcb4e2ed9ceebb0a7" PV = "0.0.1+gitr${SRCPV}" PR = "r0" -DEPENDS="glib-2.0 dbus-glib libframeworkd-glib libfso-glib libfsoframework libphone-utils alsa-lib" +DEPENDS="glib-2.0 libshr-glib libfso-glib libfsoframework libphone-utils alsa-lib" inherit pkgconfig autotools autotools -SRC_URI = "git://git.shr-project.org/repo/libphone-ui.git;protocol=http;branch=master" +SRC_URI = "git://git.shr-project.org/repo/libphone-ui.git;protocol=http;branch=gdbus" S="${WORKDIR}/git"