diff options
author | Martin Jansa <Martin.Jansa@gmail.com> | 2010-06-19 20:42:15 +0200 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2010-06-20 14:29:57 +0200 |
commit | fe7d22899dd361224501790bd73fb79d0af3bffc (patch) | |
tree | d537f3dd0f842ce69371b571adc83c5996371233 /recipes/e17 | |
parent | 658cc049e046b15a4ffe074aaee182dc9415761a (diff) | |
download | openembedded-fe7d22899dd361224501790bd73fb79d0af3bffc.tar.gz |
EFL: bump SRCREV
* elmdentica now depends on libjson instead of libxml2, bump PV
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'recipes/e17')
-rw-r--r-- | recipes/e17/elmdentica_svn.bb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/recipes/e17/elmdentica_svn.bb b/recipes/e17/elmdentica_svn.bb index c6fb2847e7..566c6570a9 100644 --- a/recipes/e17/elmdentica_svn.bb +++ b/recipes/e17/elmdentica_svn.bb @@ -1,5 +1,5 @@ DESCRIPTION = "A indenti.ca client for E" -DEPENDS = "glib-2.0 gconf libxml2 curl elementary sqlite3-native" +DEPENDS = "glib-2.0 gconf curl elementary sqlite3-native libjson" LICENSE = "GPLv3+" SECTION = "e/apps" HOMEPAGE = "http://elmdentica.googlecode.com" @@ -7,5 +7,5 @@ AUTHOR = "seabra" inherit e -PV = "0.9.0+svnr${SRCPV}" +PV = "0.9.9+svnr${SRCPV}" SRCREV = "${EFL_SRCREV}" |