From 38f513bfc74a87e0425c0ec7d8f5b3bd20233250 Mon Sep 17 00:00:00 2001 From: Richard Purdie Date: Fri, 26 Feb 2021 10:17:52 +0000 Subject: epiphany: Fix distributor contamination from /etc/os-release Set our own distro string rather than using the value from /etc/os-release. (From OE-Core rev: 77f23ece471e8855bfd8be06951f21cabce25545) Signed-off-by: Richard Purdie --- meta/recipes-gnome/epiphany/epiphany_3.38.2.bb | 1 + 1 file changed, 1 insertion(+) (limited to 'meta/recipes-gnome/epiphany/epiphany_3.38.2.bb') diff --git a/meta/recipes-gnome/epiphany/epiphany_3.38.2.bb b/meta/recipes-gnome/epiphany/epiphany_3.38.2.bb index a9440af35e..71b4a8a162 100644 --- a/meta/recipes-gnome/epiphany/epiphany_3.38.2.bb +++ b/meta/recipes-gnome/epiphany/epiphany_3.38.2.bb @@ -14,6 +14,7 @@ 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 \ file://migrator.patch \ + file://distributor.patch \ " SRC_URI[archive.sha256sum] = "8b05f2bcc1e80ecf4a10f6f01b3285087eb4cbdf5741dffb8c0355715ef5116d" -- cgit v1.2.3-54-g00ecf