diff options
author | Martin Jansa <Martin.Jansa@gmail.com> | 2010-05-25 08:59:42 +0200 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2010-06-08 23:39:22 +0200 |
commit | 1789f88e450bdd381781c896d6897dc6f64e7ca9 (patch) | |
tree | 48678126799249f2fb303d430dbebd00fe5a98fb | |
parent | 879c8e44331c99d0e88b317990558a38726d845b (diff) |
EFL: bump SRCREV to new snapshots
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
-rw-r--r-- | conf/distro/include/sane-srcrevs.inc | 2 | ||||
-rw-r--r-- | recipes/efl1/eet_svn.bb | 3 |
2 files changed, 2 insertions, 3 deletions
diff --git a/conf/distro/include/sane-srcrevs.inc b/conf/distro/include/sane-srcrevs.inc index 0955a0d699..ebdb5efd9c 100644 --- a/conf/distro/include/sane-srcrevs.inc +++ b/conf/distro/include/sane-srcrevs.inc @@ -2,4 +2,4 @@ # only SRCREVs included in more recipes should be here, otherwise put sane SRCREV to recipe directly OPKG_SRCREV ?= "530" -EFL_SRCREV ?= "48935" +EFL_SRCREV ?= "49539" diff --git a/recipes/efl1/eet_svn.bb b/recipes/efl1/eet_svn.bb index 919ca46585..65181b7080 100644 --- a/recipes/efl1/eet_svn.bb +++ b/recipes/efl1/eet_svn.bb @@ -2,8 +2,7 @@ DESCRIPTION = "EET is the Enlightenment data storage library" DEPENDS = "pkgconfig zlib jpeg openssl eina" LICENSE = "MIT BSD" SRCREV = "${EFL_SRCREV}" -PV = "1.1.0+svnr${SRCPV}" -PR = "r1" +PV = "1.3.0+svnr${SRCPV}" inherit efl |