diff options
author | Lukas Märdian <lukasmaerdian@googlemail.com> | 2010-08-13 15:28:44 +0000 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2010-08-14 10:11:39 +0200 |
commit | a3bf63a076fcf0d271d33074a5d5469bf884be1e (patch) | |
tree | 9a763fa857e7ee1ff2d51b463cdbc4c176496ab7 | |
parent | 1443fb7bccb0eb2cb49e5258f1b100bc842401e4 (diff) |
libphone-ui(-shr): bump SRCREV to the 0.0.1 release
Signed-off-by: Lukas Märdian <lukasmaerdian@gmail.com>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
-rw-r--r-- | recipes/shr/libphone-ui-shr_git.bb | 6 | ||||
-rw-r--r-- | recipes/shr/libphone-ui_git.bb | 4 |
2 files changed, 5 insertions, 5 deletions
diff --git a/recipes/shr/libphone-ui-shr_git.bb b/recipes/shr/libphone-ui-shr_git.bb index 098eeb7f64..c352bfa61d 100644 --- a/recipes/shr/libphone-ui-shr_git.bb +++ b/recipes/shr/libphone-ui-shr_git.bb @@ -1,9 +1,9 @@ DESCRIPTION = "SHR default module for the Phone UI daemon" SECTION = "e/apps" DEPENDS += " dbus-glib libframeworkd-glib libfsoframework libphone-ui evas ecore edje edje-native elementary" -SRCREV = "01c15bc1e68ba416dbdc8d85d0df3ecf4cd74608" -PV = "0.0.0+gitr${SRCPV}" -PR = "r9" +SRCREV = "be5a4b0f48ce5df67bdf01f88979c93c7d9a59d3" +PV = "0.0.1+gitr${SRCPV}" +PR = "r0" SRC_URI = "git://shr.bearstech.com/repo/libphone-ui-shr.git;protocol=http;branch=master" S = "${WORKDIR}/git" diff --git a/recipes/shr/libphone-ui_git.bb b/recipes/shr/libphone-ui_git.bb index a4d7638e51..f874aac291 100644 --- a/recipes/shr/libphone-ui_git.bb +++ b/recipes/shr/libphone-ui_git.bb @@ -2,8 +2,8 @@ DESCRIPTION = "A generic framework for phone ui" HOMEPAGE = "http://shr-project.org/" LICENSE = "GPL" SECTION = "libs" -SRCREV = "cac36ceb360c457b8dce993f6363cf8688ab428a" -PV = "0.0.0+gitr${SRCPV}" +SRCREV = "e031bdc36168da3c821c36fe470eb920c41ea92b" +PV = "0.0.1+gitr${SRCPV}" PR = "r0" DEPENDS="glib-2.0 dbus-glib libframeworkd-glib libfso-glib libfsoframework libphone-utils alsa-lib" |