aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta-efl/recipes-efl/webkit/webkit-efl_svn.bb4
1 files changed, 2 insertions, 2 deletions
diff --git a/meta-efl/recipes-efl/webkit/webkit-efl_svn.bb b/meta-efl/recipes-efl/webkit/webkit-efl_svn.bb
index ee1e18d723..bffded788e 100644
--- a/meta-efl/recipes-efl/webkit/webkit-efl_svn.bb
+++ b/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"