diff options
author | Carlos Alberto Lopez Perez <clopez@igalia.com> | 2017-08-17 20:26:03 +0200 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2017-08-18 23:46:38 +0100 |
commit | e0679d21f42a5c1c8f2405943eea91223c28e9c7 (patch) | |
tree | 8da8bd00b9ab5147c9dc5beb74834f1a2c5c638d | |
parent | 4e3878a808b1e2866e7e7f87867eb0965a0f976e (diff) | |
download | poky-e0679d21f42a5c1c8f2405943eea91223c28e9c7.tar.gz |
webkitgtk: Add a recommends on shared-mime-info.
* without this package installed any WebKitGTK+ based browser
will fail to correctly open html files (and other files)
from disk (file:// URIs). It will open them as plain txt files.
(From OE-Core rev: b708cb53b46d9d82a7853bcd0f25ef6bc417bd10)
Signed-off-by: Carlos Alberto Lopez Perez <clopez@igalia.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r-- | meta/recipes-sato/webkit/webkitgtk_2.16.6.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-sato/webkit/webkitgtk_2.16.6.bb b/meta/recipes-sato/webkit/webkitgtk_2.16.6.bb index 387965970e..df355d29ba 100644 --- a/meta/recipes-sato/webkit/webkitgtk_2.16.6.bb +++ b/meta/recipes-sato/webkit/webkitgtk_2.16.6.bb | |||
@@ -98,7 +98,7 @@ SECURITY_CFLAGS_append_aarch64 = " -fPIE" | |||
98 | 98 | ||
99 | FILES_${PN} += "${libdir}/webkit2gtk-4.0/injected-bundle/libwebkit2gtkinjectedbundle.so" | 99 | FILES_${PN} += "${libdir}/webkit2gtk-4.0/injected-bundle/libwebkit2gtkinjectedbundle.so" |
100 | 100 | ||
101 | RRECOMMENDS_${PN} += "ca-certificates" | 101 | RRECOMMENDS_${PN} += "ca-certificates shared-mime-info" |
102 | 102 | ||
103 | # http://errors.yoctoproject.org/Errors/Details/20370/ | 103 | # http://errors.yoctoproject.org/Errors/Details/20370/ |
104 | ARM_INSTRUCTION_SET_armv4 = "arm" | 104 | ARM_INSTRUCTION_SET_armv4 = "arm" |