From 57e06e00ab6dfe110ab4b46da705cfc250b939cd Mon Sep 17 00:00:00 2001 From: Martin Jansa Date: Mon, 8 Aug 2011 17:45:32 +0000 Subject: [PATCH] webkit-efl: inherit perlnative and s/ARM/arm/g in ARM_INSTRUCTION_SET * ARM_INSTRUCTION_SET != "thumb" is enough but better to unify with other recipes in case someone does ARM_INSTRUCTION_SET == "arm" later (From meta-openembedded rev: d89b0399bed53b1fe3189f2f19a2414121b95ec0) Signed-off-by: Martin Jansa Signed-off-by: Koen Kooi Signed-off-by: Patrick Ohly --- meta-openembedded/meta-efl/recipes-efl/webkit/webkit-efl_svn.bb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/meta-openembedded/meta-efl/recipes-efl/webkit/webkit-efl_svn.bb b/meta-openembedded/meta-efl/recipes-efl/webkit/webkit-efl_svn.bb index ee1e18d..bffded7 100644 --- a/meta-openembedded/meta-efl/recipes-efl/webkit/webkit-efl_svn.bb +++ b/meta-openembedded/meta-efl/recipes-efl/webkit/webkit-efl_svn.bb @@ -22,7 +22,7 @@ SRC_URI = "\ S = "${WORKDIR}/src/Source" -inherit cmake lib_package pkgconfig +inherit cmake lib_package pkgconfig perlnative # Wants to jump too far for THUMB on armv4t # in WebCore::DocTypeStringsHash::doctype_hash_function(char const*, unsigned int)': @@ -30,7 +30,7 @@ inherit cmake lib_package pkgconfig # 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" +ARM_INSTRUCTION_SET = "arm" EXTRA_OECMAKE = "-DPORT=Efl -DSHARED_CORE=ON" -- 2.7.4