diff options
| author | Jörg Sommer <joerg.sommer@navimatix.de> | 2025-11-03 08:27:02 +0100 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2025-11-06 15:09:32 +0000 |
| commit | d8e70b3fdeb77cdc9d2a68583641671aadde15d9 (patch) | |
| tree | bf3e9ded0172b4b0a1e3747d21cc2b18971963a1 | |
| parent | a193146b74fee7914e3f91c99333a23cf7b63fb4 (diff) | |
| download | poky-d8e70b3fdeb77cdc9d2a68583641671aadde15d9.tar.gz | |
epiphany: Use SRC_URI from gnomebase
(From OE-Core rev: 9a48717b0b180eb527b39c34a94ed9da1bac1269)
Signed-off-by: Jörg Sommer <joerg.sommer@navimatix.de>
Signed-off-by: Mathieu Dubois-Briand <mathieu.dubois-briand@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
| -rw-r--r-- | meta/recipes-gnome/epiphany/epiphany_48.5.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-gnome/epiphany/epiphany_48.5.bb b/meta/recipes-gnome/epiphany/epiphany_48.5.bb index 8129cd79f8..6a1abdc553 100644 --- a/meta/recipes-gnome/epiphany/epiphany_48.5.bb +++ b/meta/recipes-gnome/epiphany/epiphany_48.5.bb | |||
| @@ -26,7 +26,7 @@ DEPENDS = " \ | |||
| 26 | inherit gnomebase gsettings features_check gettext mime-xdg gtk-icon-cache | 26 | inherit gnomebase gsettings features_check gettext mime-xdg gtk-icon-cache |
| 27 | REQUIRED_DISTRO_FEATURES = "x11 opengl" | 27 | REQUIRED_DISTRO_FEATURES = "x11 opengl" |
| 28 | 28 | ||
| 29 | SRC_URI = "${GNOME_MIRROR}/${GNOMEBN}/${@oe.utils.trim_version("${PV}", 1)}/${GNOMEBN}-${PV}.tar.${GNOME_COMPRESS_TYPE};name=archive \ | 29 | SRC_URI += "\ |
| 30 | file://0002-help-meson.build-disable-the-use-of-yelp.patch \ | 30 | file://0002-help-meson.build-disable-the-use-of-yelp.patch \ |
| 31 | file://migrator.patch \ | 31 | file://migrator.patch \ |
| 32 | file://distributor.patch \ | 32 | file://distributor.patch \ |
