diff options
| author | Martin Jansa <martin.jansa@gmail.com> | 2011-08-08 17:45:32 +0000 |
|---|---|---|
| committer | Koen Kooi <koen@dominion.thruhere.net> | 2011-08-08 11:55:08 +0200 |
| commit | d89b0399bed53b1fe3189f2f19a2414121b95ec0 (patch) | |
| tree | 012e2c081ccc01be64240d9e72d2c442f48b042f /meta-efl/recipes-efl | |
| parent | b435cc98b3027705deeec3b92d17738a70492803 (diff) | |
| download | meta-openembedded-d89b0399bed53b1fe3189f2f19a2414121b95ec0.tar.gz | |
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>
Diffstat (limited to 'meta-efl/recipes-efl')
| -rw-r--r-- | meta-efl/recipes-efl/webkit/webkit-efl_svn.bb | 4 |
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 = "\ | |||
| 22 | 22 | ||
| 23 | S = "${WORKDIR}/src/Source" | 23 | S = "${WORKDIR}/src/Source" |
| 24 | 24 | ||
| 25 | inherit cmake lib_package pkgconfig | 25 | inherit cmake lib_package pkgconfig perlnative |
| 26 | 26 | ||
| 27 | # Wants to jump too far for THUMB on armv4t | 27 | # Wants to jump too far for THUMB on armv4t |
| 28 | # in WebCore::DocTypeStringsHash::doctype_hash_function(char const*, unsigned int)': | 28 | # in WebCore::DocTypeStringsHash::doctype_hash_function(char const*, unsigned int)': |
| @@ -30,7 +30,7 @@ inherit cmake lib_package pkgconfig | |||
| 30 | # the same in WebCore::CSSValueKeywordsHash::value_hash_function(char const*, unsigned int)': | 30 | # the same in WebCore::CSSValueKeywordsHash::value_hash_function(char const*, unsigned int)': |
| 31 | # WebCore::CSSPropertyNamesHash::propery_hash_function(char const*, unsigned int)': | 31 | # WebCore::CSSPropertyNamesHash::propery_hash_function(char const*, unsigned int)': |
| 32 | # WebCore::ColorDataHash::colordata_hash_function(char const*, unsigned int)': | 32 | # WebCore::ColorDataHash::colordata_hash_function(char const*, unsigned int)': |
| 33 | ARM_INSTRUCTION_SET = "ARM" | 33 | ARM_INSTRUCTION_SET = "arm" |
| 34 | 34 | ||
| 35 | EXTRA_OECMAKE = "-DPORT=Efl -DSHARED_CORE=ON" | 35 | EXTRA_OECMAKE = "-DPORT=Efl -DSHARED_CORE=ON" |
| 36 | 36 | ||
