mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-09-13 04:34:53 +00:00
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 Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
This commit is contained in:
parent
b435cc98b3
commit
d89b0399be
@ -22,7 +22,7 @@ SRC_URI = "\
|
|||||||
|
|
||||||
S = "${WORKDIR}/src/Source"
|
S = "${WORKDIR}/src/Source"
|
||||||
|
|
||||||
inherit cmake lib_package pkgconfig
|
inherit cmake lib_package pkgconfig perlnative
|
||||||
|
|
||||||
# Wants to jump too far for THUMB on armv4t
|
# Wants to jump too far for THUMB on armv4t
|
||||||
# in WebCore::DocTypeStringsHash::doctype_hash_function(char const*, unsigned int)':
|
# 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)':
|
# the same in WebCore::CSSValueKeywordsHash::value_hash_function(char const*, unsigned int)':
|
||||||
# WebCore::CSSPropertyNamesHash::propery_hash_function(char const*, unsigned int)':
|
# WebCore::CSSPropertyNamesHash::propery_hash_function(char const*, unsigned int)':
|
||||||
# WebCore::ColorDataHash::colordata_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"
|
EXTRA_OECMAKE = "-DPORT=Efl -DSHARED_CORE=ON"
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user