diff options
Diffstat (limited to 'meta')
-rw-r--r-- | meta/recipes-gnome/epiphany/epiphany_3.22.1.bb | 3 | ||||
-rw-r--r-- | meta/recipes-sato/webkit/webkitgtk_2.14.1.bb | 2 |
2 files changed, 3 insertions, 2 deletions
diff --git a/meta/recipes-gnome/epiphany/epiphany_3.22.1.bb b/meta/recipes-gnome/epiphany/epiphany_3.22.1.bb index 3c63d33727..2a9d200209 100644 --- a/meta/recipes-gnome/epiphany/epiphany_3.22.1.bb +++ b/meta/recipes-gnome/epiphany/epiphany_3.22.1.bb | |||
@@ -2,7 +2,7 @@ SUMMARY = "WebKit based web browser for GNOME" | |||
2 | LICENSE = "GPLv2+" | 2 | LICENSE = "GPLv2+" |
3 | LIC_FILES_CHKSUM = "file://COPYING;md5=751419260aa954499f7abaabaa882bbe" | 3 | LIC_FILES_CHKSUM = "file://COPYING;md5=751419260aa954499f7abaabaa882bbe" |
4 | 4 | ||
5 | DEPENDS = "libsoup-2.4 webkitgtk gtk+3 iso-codes ca-certificates avahi libnotify gcr \ | 5 | DEPENDS = "libsoup-2.4 webkitgtk gtk+3 iso-codes avahi libnotify gcr \ |
6 | gsettings-desktop-schemas gnome-desktop3 libxml2-native intltool-native" | 6 | gsettings-desktop-schemas gnome-desktop3 libxml2-native intltool-native" |
7 | 7 | ||
8 | inherit gnomebase gsettings distro_features_check upstream-version-is-even | 8 | inherit gnomebase gsettings distro_features_check upstream-version-is-even |
@@ -20,4 +20,3 @@ do_configure_prepend() { | |||
20 | 20 | ||
21 | FILES_${PN} += "${datadir}/appdata ${datadir}/dbus-1 ${datadir}/gnome-shell/search-providers" | 21 | FILES_${PN} += "${datadir}/appdata ${datadir}/dbus-1 ${datadir}/gnome-shell/search-providers" |
22 | RDEPENDS_${PN} = "iso-codes adwaita-icon-theme" | 22 | RDEPENDS_${PN} = "iso-codes adwaita-icon-theme" |
23 | RRECOMMENDS_${PN} = "ca-certificates" | ||
diff --git a/meta/recipes-sato/webkit/webkitgtk_2.14.1.bb b/meta/recipes-sato/webkit/webkitgtk_2.14.1.bb index 28bbde2a6b..1f2166cc3b 100644 --- a/meta/recipes-sato/webkit/webkitgtk_2.14.1.bb +++ b/meta/recipes-sato/webkit/webkitgtk_2.14.1.bb | |||
@@ -89,6 +89,8 @@ SECURITY_CFLAGS_append_aarch64 = " -fPIE" | |||
89 | 89 | ||
90 | FILES_${PN} += "${libdir}/webkit2gtk-4.0/injected-bundle/libwebkit2gtkinjectedbundle.so" | 90 | FILES_${PN} += "${libdir}/webkit2gtk-4.0/injected-bundle/libwebkit2gtkinjectedbundle.so" |
91 | 91 | ||
92 | RRECOMMENDS_${PN} += "ca-certificates" | ||
93 | |||
92 | # http://errors.yoctoproject.org/Errors/Details/20370/ | 94 | # http://errors.yoctoproject.org/Errors/Details/20370/ |
93 | ARM_INSTRUCTION_SET_armv4 = "arm" | 95 | ARM_INSTRUCTION_SET_armv4 = "arm" |
94 | ARM_INSTRUCTION_SET_armv5 = "arm" | 96 | ARM_INSTRUCTION_SET_armv5 = "arm" |