summaryrefslogtreecommitdiffstats
path: root/recipes/shr
diff options
context:
space:
mode:
authorKlaus Kurzmann <mok@fluxnetz.de>2011-01-05 00:24:09 +0100
committerKlaus Kurzmann <mok@fluxnetz.de>2011-01-05 00:27:17 +0100
commitc3ac25d61adfacc68456eccf30ea2854901d531e (patch)
tree7a9ee10f054507bbc4ed4d48948ca92eec0db783 /recipes/shr
parent7009c88722b6693918e2a776d21f25a5c37b2a1c (diff)
downloadopenembedded-c3ac25d61adfacc68456eccf30ea2854901d531e.tar.gz
libphone-ui_git.bb: adjust DEPENDS for switch to gdbus and bump rev
Signed-off-by: Klaus Kurzmann <mok@fluxnetz.de>
Diffstat (limited to 'recipes/shr')
-rw-r--r--recipes/shr/libphone-ui_git.bb6
1 files 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"