From c3ac25d61adfacc68456eccf30ea2854901d531e Mon Sep 17 00:00:00 2001 From: Klaus Kurzmann Date: Wed, 5 Jan 2011 00:24:09 +0100 Subject: [PATCH] libphone-ui_git.bb: adjust DEPENDS for switch to gdbus and bump rev Signed-off-by: Klaus Kurzmann --- recipes/shr/libphone-ui_git.bb | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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" -- 2.39.5