diff options
author | 2019-02-19 18:46:56 +0100 | |
---|---|---|
committer | 2019-02-20 11:30:26 +0000 | |
commit | 7dbb8102b250896d0d488a215199ce0dd70ac1a0 (patch) | |
tree | 0877d3dfe9912ced6386df3477f95dc849799513 | |
parent | b065a20085aaec3f77450243bb98cd44c79919eb (diff) | |
download | openembedded-core-7dbb8102b250896d0d488a215199ce0dd70ac1a0.tar.gz |
epiphany: upgrade 3.30.2 -> 3.30.3
Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r-- | meta/recipes-gnome/epiphany/epiphany_3.30.3.bb (renamed from meta/recipes-gnome/epiphany/epiphany_3.30.2.bb) | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meta/recipes-gnome/epiphany/epiphany_3.30.2.bb b/meta/recipes-gnome/epiphany/epiphany_3.30.3.bb index 3dd699d4fe..a64c82f48b 100644 --- a/meta/recipes-gnome/epiphany/epiphany_3.30.2.bb +++ b/meta/recipes-gnome/epiphany/epiphany_3.30.3.bb @@ -13,8 +13,8 @@ REQUIRED_DISTRO_FEATURES = "x11 opengl" SRC_URI = "${GNOME_MIRROR}/${GNOMEBN}/${@gnome_verdir("${PV}")}/${GNOMEBN}-${PV}.tar.${GNOME_COMPRESS_TYPE};name=archive \ file://0002-help-meson.build-disable-the-use-of-yelp.patch \ " -SRC_URI[archive.md5sum] = "1b7c072880562c33f52a3347a94bfe6c" -SRC_URI[archive.sha256sum] = "8c7ef1e51b9fa825a43a603265ce8b06cacc42229e9337c8611c357bc65a8104" +SRC_URI[archive.md5sum] = "fd05702b1c9bcb6a0633de54c4a6ccd2" +SRC_URI[archive.sha256sum] = "76cdb8db6af2da8c3371a73e2dfd5ba64867b5f1e65fa9621f35348a42ff0d17" EXTRA_OEMESON += " -Ddistributor_name=${DISTRO}" |