Openembedded Devel Discussions
 help / color / mirror / Atom feed
* [meta-efl][PATCH] webkit-efl: inherit perlnative and s/ARM/arm/g in ARM_INSTRUCTION_SET
@ 2011-08-08  9:45 Martin Jansa
  2011-08-08  9:55 ` Koen Kooi
  0 siblings, 1 reply; 2+ messages in thread
From: Martin Jansa @ 2011-08-08  9:45 UTC (permalink / raw)
  To: openembedded-devel

* 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>
---
 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 ee1e18d..bffded7 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"
 
-- 
1.7.6




^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [meta-efl][PATCH] webkit-efl: inherit perlnative and s/ARM/arm/g in ARM_INSTRUCTION_SET
  2011-08-08  9:45 [meta-efl][PATCH] webkit-efl: inherit perlnative and s/ARM/arm/g in ARM_INSTRUCTION_SET Martin Jansa
@ 2011-08-08  9:55 ` Koen Kooi
  0 siblings, 0 replies; 2+ messages in thread
From: Koen Kooi @ 2011-08-08  9:55 UTC (permalink / raw)
  To: openembedded-devel

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Op 08-08-11 11:45, Martin Jansa schreef:
> * ARM_INSTRUCTION_SET != "thumb" is enough but better to unify with other recipes in case someone does ARM_INSTRUCTION_SET == "arm" later

Applied, thanks

> 
> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> --- 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 ee1e18d..bffded7 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"
> 

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.5 (Darwin)

iD8DBQFOP7KXMkyGM64RGpERAqH3AJ4p4XF+ki1hssM389UF1a49ZsPMrQCfRueM
khVdasbeKy5odmcreV4/JQk=
=KdWV
-----END PGP SIGNATURE-----




^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2011-08-08 10:04 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-08-08  9:45 [meta-efl][PATCH] webkit-efl: inherit perlnative and s/ARM/arm/g in ARM_INSTRUCTION_SET Martin Jansa
2011-08-08  9:55 ` Koen Kooi

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox