From: Martin Jansa Date: Tue, 2 Mar 2010 10:10:59 +0000 (+0100) Subject: libphone-ui-shr: drop etk dependency X-Git-Tag: Release-2010-05/1~489^2~54 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=cf44d7790c507c7a58ac1589bb5895fac5f51765;p=openembedded.git libphone-ui-shr: drop etk dependency Signed-off-by: Martin Jansa --- diff --git a/recipes/shr/libphone-ui-shr_git.bb b/recipes/shr/libphone-ui-shr_git.bb index c297fe3640..e9080ae713 100644 --- a/recipes/shr/libphone-ui-shr_git.bb +++ b/recipes/shr/libphone-ui-shr_git.bb @@ -1,8 +1,8 @@ DESCRIPTION = "SHR default module for the Phone UI daemon" SECTION = "e/apps" -DEPENDS += " dbus-glib libframeworkd-glib libphone-ui etk evas ecore edje edje-native elementary" +DEPENDS += " dbus-glib libframeworkd-glib libphone-ui evas ecore edje edje-native elementary" PV = "0.0.0+gitr${SRCREV}" -PR = "r4" +PR = "r5" SRC_URI = "git://shr.bearstech.com/repo/libphone-ui-shr.git;protocol=http;branch=master" S = "${WORKDIR}/git"