diff options
author | Martin Jansa <martin.jansa@gmail.com> | 2015-10-09 17:11:29 +0200 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2015-10-12 14:33:53 +0100 |
commit | 555c2e0062bffdce43552c0de5ca74d688d7a0cf (patch) | |
tree | ccf4426970da2c86db82ff4af559e9dd70fbf166 /meta/recipes-sato | |
parent | 3d95440b77bfe90d20c8b7a96e611b6cf2ffcb70 (diff) | |
download | openembedded-core-contrib-555c2e0062bffdce43552c0de5ca74d688d7a0cf.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) :/
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
Diffstat (limited to 'meta/recipes-sato')
-rw-r--r-- | meta/recipes-sato/webkit/webkitgtk_2.8.5.bb | 2 |
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 f14c868b7cc..e29666ae78d 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 FILES_${PN}-dbg += "${libdir}/webkit2gtk-4.0/injected-bundle/.debug/libwebkit2gtkinjectedbundle.so" FILES_${PN}-dbg += "${libdir}/webkitgtk/webkit2gtk-4.0/.debug/*" +# http://errors.yoctoproject.org/Errors/Details/20370/ +ARM_INSTRUCTION_SET = "arm" |