diff options
author | 2017-07-24 17:28:11 +0300 | |
---|---|---|
committer | 2017-07-27 22:20:15 +0100 | |
commit | 10de5bf834bf95af05fa8b1c67f0f42a47c6a34e (patch) | |
tree | 1c4013c38616da99f84c07460756814be00d287b | |
parent | ec5938795c44163303d8708d3386947567c05f28 (diff) | |
download | openembedded-core-10de5bf834bf95af05fa8b1c67f0f42a47c6a34e.tar.gz |
epiphany: upgrade to 3.24.3
Signed-off-by: Alexander Kanavin <alexander.kanavin@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r-- | meta/recipes-gnome/epiphany/epiphany_3.24.3.bb (renamed from meta/recipes-gnome/epiphany/epiphany_3.24.2.bb) | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meta/recipes-gnome/epiphany/epiphany_3.24.2.bb b/meta/recipes-gnome/epiphany/epiphany_3.24.3.bb index dafad8a793..c507d23ae9 100644 --- a/meta/recipes-gnome/epiphany/epiphany_3.24.2.bb +++ b/meta/recipes-gnome/epiphany/epiphany_3.24.3.bb @@ -12,8 +12,8 @@ REQUIRED_DISTRO_FEATURES = "x11" SRC_URI += "file://0001-yelp.m4-drop-the-check-for-itstool.patch \ file://0001-bookmarks-Check-for-return-value-of-fread.patch \ " -SRC_URI[archive.md5sum] = "e035dc6f64f0c1909de823e03f16b2f3" -SRC_URI[archive.sha256sum] = "5abc0d0c60591df5236ac9b8979dc9f7d9acbb8ad0902b4772d2b7beea81c58d" +SRC_URI[archive.md5sum] = "c0221aec6a08935e6854eaa9de9451ef" +SRC_URI[archive.sha256sum] = "fef51676310d9f37e18c9b2d778254232eb17cccd988c2d1ecf42c7b2963a154" EXTRA_OECONF += " --with-distributor-name=${DISTRO} --enable-debug=no" |