From 740def30e4b6763e405ff04ac9d101661429a857 Mon Sep 17 00:00:00 2001 From: Martin Jansa Date: Sat, 13 Nov 2010 18:38:12 +0100 Subject: [PATCH] webkit-efl: bump SRCREV and disable thumb Signed-off-by: Martin Jansa --- recipes/webkit/webkit-efl_svn.bb | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/recipes/webkit/webkit-efl_svn.bb b/recipes/webkit/webkit-efl_svn.bb index b901fba9e4..33bffdf48f 100644 --- a/recipes/webkit/webkit-efl_svn.bb +++ b/recipes/webkit/webkit-efl_svn.bb @@ -4,7 +4,7 @@ DEPENDS = "icu libxslt sqlite3 gperf-native bison-native flex-native jpeg \ libpng libxt fontconfig cairo freetype glib-2.0 libsoup-2.4 \ libxml2 pango eina ecore evas edje" -SRCREV = "70645" +SRCREV = "71965" PV = "1.3.4+svnr${SRCPV}" PR = "r1" @@ -26,7 +26,14 @@ S = "${WORKDIR}/src" inherit cmake lib_package pkgconfig -#EXTRA_OECMAKE = "-DPORT=Efl" +# Wants to jump too far for THUMB on armv4t +# in WebCore::DocTypeStringsHash::doctype_hash_function(char const*, unsigned int)': +# DocTypeStrings.cpp:(.text._ZN7WebCore18DocTypeStringsHash21doctype_hash_functionEPKcj[WebCore::DocTypeStringsHash::doctype_hash_function(char const*, unsigned int)]+0x12): relocation truncated to fit: R_ARM_THM_CALL against symbol `__gnu_thumb1_case_uhi' defined in .text section in x86_64-linux/usr/armv4t/lib/gcc/arm-oe-linux-gnueabi/4.5.2/libgcc.a(_thumb1_case_uhi.o) +# the same in WebCore::CSSValueKeywordsHash::value_hash_function(char const*, unsigned int)': +# WebCore::CSSPropertyNamesHash::propery_hash_function(char const*, unsigned int)': +# WebCore::ColorDataHash::colordata_hash_function(char const*, unsigned int)': +ARM_INSTRUCTION_SET = "ARM" + EXTRA_OECMAKE = "-DPORT=Efl -DSHARED_CORE=ON" do_unpack_append() { -- 2.39.5