summaryrefslogtreecommitdiffstats
path: root/meta/recipes-sato
diff options
context:
space:
mode:
authorMartin Jansa <martin.jansa@gmail.com>2015-10-09 17:11:29 +0200
committerRichard Purdie <richard.purdie@linuxfoundation.org>2015-10-12 14:36:30 +0100
commitb1d0aab832aec265eca26273ad2ecb370ea7080e (patch)
tree65b82fb3ec3d6ad9daad412b4f8a1b3b49b02530 /meta/recipes-sato
parent67d65008e89e78e43878510df16b293319fddbbf (diff)
downloadpoky-b1d0aab832aec265eca26273ad2ecb370ea7080e.tar.gz
webkitgtk, gcr, libsecret: force ARM mode
* gcr, libsecret are new since switch to gcc 5.2 * webkitgtk is old but it was removed while migrating from webkit-gtk to webkitgtl (like REQUIRED_DISTRO_FEATURES were) :/ (From OE-Core rev: 555c2e0062bffdce43552c0de5ca74d688d7a0cf) Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-sato')
-rw-r--r--meta/recipes-sato/webkit/webkitgtk_2.8.5.bb2
1 files changed, 2 insertions, 0 deletions
diff --git a/meta/recipes-sato/webkit/webkitgtk_2.8.5.bb b/meta/recipes-sato/webkit/webkitgtk_2.8.5.bb
index f14c868b7c..e29666ae78 100644
--- a/meta/recipes-sato/webkit/webkitgtk_2.8.5.bb
+++ b/meta/recipes-sato/webkit/webkitgtk_2.8.5.bb
@@ -70,3 +70,5 @@ FILES_${PN} += "${libdir}/webkit2gtk-4.0/injected-bundle/libwebkit2gtkinjectedbu
70FILES_${PN}-dbg += "${libdir}/webkit2gtk-4.0/injected-bundle/.debug/libwebkit2gtkinjectedbundle.so" 70FILES_${PN}-dbg += "${libdir}/webkit2gtk-4.0/injected-bundle/.debug/libwebkit2gtkinjectedbundle.so"
71FILES_${PN}-dbg += "${libdir}/webkitgtk/webkit2gtk-4.0/.debug/*" 71FILES_${PN}-dbg += "${libdir}/webkitgtk/webkit2gtk-4.0/.debug/*"
72 72
73# http://errors.yoctoproject.org/Errors/Details/20370/
74ARM_INSTRUCTION_SET = "arm"