diff options
-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 |