diff options
author | Martin Jansa <Martin.Jansa@gmail.com> | 2010-06-29 13:45:14 +0200 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2010-06-29 17:18:11 +0200 |
commit | 529620e79db594502654c71e15cd7ca4a2dca760 (patch) | |
tree | f44b6a3a4ccdc87b83cf709c2d1675e54b81d8df /recipes/efl1 | |
parent | acc040c41b0cd06fe336d502d7fe2affb0a2a426 (diff) |
eet: fix version
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'recipes/efl1')
-rw-r--r-- | recipes/efl1/eet_svn.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes/efl1/eet_svn.bb b/recipes/efl1/eet_svn.bb index 65181b7080..73417fcbc3 100644 --- a/recipes/efl1/eet_svn.bb +++ b/recipes/efl1/eet_svn.bb @@ -2,7 +2,7 @@ DESCRIPTION = "EET is the Enlightenment data storage library" DEPENDS = "pkgconfig zlib jpeg openssl eina" LICENSE = "MIT BSD" SRCREV = "${EFL_SRCREV}" -PV = "1.3.0+svnr${SRCPV}" +PV = "1.3.2+svnr${SRCPV}" inherit efl |