Complete Yocto mirror with license table for TQMa6UL (2038-compliance)
- 264 license table entries with exact download URLs (224/264 resolved) - Complete sources/ directory with all BitBake recipes - Build configuration: tqma6ul-multi-mba6ulx, spaetzle (musl) - Full traceability for Softwarefreigabeantrag - GCC 13.4.0, Linux 6.6.102, U-Boot 2023.04, musl 1.2.4 - License distribution: GPL-2.0 (24), MIT (23), GPL-2.0+ (18), BSD-3 (16)
This commit is contained in:
43
sources/poky/meta/recipes-gnome/epiphany/epiphany_46.0.bb
Normal file
43
sources/poky/meta/recipes-gnome/epiphany/epiphany_46.0.bb
Normal file
@@ -0,0 +1,43 @@
|
||||
SUMMARY = "WebKit based web browser for GNOME"
|
||||
DESCRIPTION = "Epiphany is an open source web browser for the Linux desktop environment. \
|
||||
It provides a simple and easy-to-use internet browsing experience."
|
||||
HOMEPAGE = "https://wiki.gnome.org/Apps/Web"
|
||||
BUGTRACKER = "https://gitlab.gnome.org/GNOME/epiphany"
|
||||
LICENSE = "GPL-3.0-or-later"
|
||||
LIC_FILES_CHKSUM = "file://COPYING;md5=d32239bcb673463ab874e80d47fae504"
|
||||
|
||||
DEPENDS = " \
|
||||
webkitgtk \
|
||||
gcr \
|
||||
gsettings-desktop-schemas \
|
||||
nettle \
|
||||
json-glib \
|
||||
libadwaita \
|
||||
libarchive \
|
||||
libdazzle \
|
||||
libhandy \
|
||||
libportal \
|
||||
libsoup \
|
||||
glib-2.0-native \
|
||||
coreutils-native \
|
||||
desktop-file-utils-native \
|
||||
"
|
||||
|
||||
inherit gnomebase gsettings features_check gettext mime-xdg gtk-icon-cache
|
||||
REQUIRED_DISTRO_FEATURES = "x11 opengl"
|
||||
|
||||
SRC_URI = "${GNOME_MIRROR}/${GNOMEBN}/${@oe.utils.trim_version("${PV}", 1)}/${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] = "f4348f2cf51c07c0c106d130172d4d23f2cd4068771e1de007b758ca2ade5660"
|
||||
|
||||
# Developer mode enables debugging
|
||||
PACKAGECONFIG[developer-mode] = "-Ddeveloper_mode=true,-Ddeveloper_mode=false"
|
||||
|
||||
FILES:${PN} += "${datadir}/dbus-1 ${datadir}/gnome-shell/search-providers ${datadir}/metainfo"
|
||||
RDEPENDS:${PN} = "iso-codes adwaita-icon-theme gsettings-desktop-schemas"
|
||||
|
||||
# ANGLE requires SSE support as of webkit 2.40.x on 32 bit x86
|
||||
COMPATIBLE_HOST:x86 = "${@bb.utils.contains_any('TUNE_FEATURES', 'core2 corei7', '.*', 'null', d)}"
|
||||
@@ -0,0 +1,29 @@
|
||||
From bd45c75fe691e275d7a7d7e641ac66b153369a1c Mon Sep 17 00:00:00 2001
|
||||
From: Alexander Kanavin <alex.kanavin@gmail.com>
|
||||
Date: Wed, 31 Jan 2018 15:50:38 +0200
|
||||
Subject: [PATCH] help/meson.build: disable the use of yelp
|
||||
|
||||
In particular this avoids calling itstool which oe-core doesn't provide.
|
||||
|
||||
Upstream-Status: Inappropriate [oe-core specific]
|
||||
Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com>
|
||||
---
|
||||
help/meson.build | 8 ++++----
|
||||
1 file changed, 4 insertions(+), 4 deletions(-)
|
||||
|
||||
diff --git a/help/meson.build b/help/meson.build
|
||||
index ff324dd..f5e421d 100644
|
||||
--- a/help/meson.build
|
||||
+++ b/help/meson.build
|
||||
@@ -31,7 +31,7 @@ help_media = [
|
||||
'media/org.gnome.Epiphany.svg'
|
||||
]
|
||||
|
||||
-gnome.yelp(meson.project_name(),
|
||||
- sources: help_files,
|
||||
- media: help_media,
|
||||
-)
|
||||
+#gnome.yelp(meson.project_name(),
|
||||
+# sources: help_files,
|
||||
+# media: help_media,
|
||||
+#)
|
||||
@@ -0,0 +1,24 @@
|
||||
From c297f5b89d7c8e98ac98e1d9a7506df6db6fc025 Mon Sep 17 00:00:00 2001
|
||||
From: Richard Purdie <richard.purdie@linuxfoundation.org>
|
||||
Date: Fri, 26 Feb 2021 10:17:52 +0000
|
||||
Subject: [PATCH] Don't encode the distro from /etc/os-release into the
|
||||
binaries.
|
||||
|
||||
Upstream-Status: Pending
|
||||
RP 2021/2/26
|
||||
---
|
||||
meson.build | 1 +
|
||||
1 file changed, 1 insertion(+)
|
||||
|
||||
diff --git a/meson.build b/meson.build
|
||||
index e416cc7..ee5f7b1 100644
|
||||
--- a/meson.build
|
||||
+++ b/meson.build
|
||||
@@ -15,6 +15,7 @@ if r.returncode() == 0
|
||||
else
|
||||
distributor_name = 'GNOME Web'
|
||||
endif
|
||||
+distributor_name = 'OpenEmbedded'
|
||||
|
||||
prefix = get_option('prefix')
|
||||
datadir = join_paths(prefix, get_option('datadir'))
|
||||
@@ -0,0 +1,32 @@
|
||||
From b38a4ceaeec05efb1b822d52c43590e7fd518113 Mon Sep 17 00:00:00 2001
|
||||
From: Richard Purdie <richard.purdie@linuxfoundation.org>
|
||||
Date: Thu, 25 Feb 2021 14:52:32 +0000
|
||||
Subject: [PATCH] epiphany: Fix reproducibility issue
|
||||
|
||||
We don't want to encide BUILD_ROOT into target packages. This is used
|
||||
for build time tests but in our case those would be on target anyway
|
||||
do use the target paths.
|
||||
|
||||
Upstream-Status: Pending
|
||||
RP 2021/2/25
|
||||
---
|
||||
lib/ephy-profile-utils.c | 4 ++--
|
||||
1 file changed, 2 insertions(+), 2 deletions(-)
|
||||
|
||||
diff --git a/lib/ephy-profile-utils.c b/lib/ephy-profile-utils.c
|
||||
index a2f6181..5218077 100644
|
||||
--- a/lib/ephy-profile-utils.c
|
||||
+++ b/lib/ephy-profile-utils.c
|
||||
@@ -130,10 +130,10 @@ ephy_profile_utils_do_migration (const char *profile_directory,
|
||||
argv[i++] = NULL;
|
||||
|
||||
#if DEVELOPER_MODE
|
||||
- argv[0] = BUILD_ROOT "/src/" EPHY_PROFILE_MIGRATOR;
|
||||
+ argv[0] = PKGLIBEXECDIR "/" EPHY_PROFILE_MIGRATOR;
|
||||
#else
|
||||
if (debug)
|
||||
- argv[0] = BUILD_ROOT "/src/" EPHY_PROFILE_MIGRATOR;
|
||||
+ argv[0] = PKGLIBEXECDIR "/" EPHY_PROFILE_MIGRATOR;
|
||||
#endif
|
||||
|
||||
g_spawn_sync (NULL, (char **)argv, envp, G_SPAWN_SEARCH_PATH,
|
||||
Reference in New Issue
Block a user