Openembedded Core Discussions
 help / color / mirror / Atom feed
* [PATCH] webkit: block to build webkit on mips64 with libn32 ABI
@ 2013-11-29  6:07 rongqing.li
  2013-11-29  6:09 ` Rongqing Li
  0 siblings, 1 reply; 2+ messages in thread
From: rongqing.li @ 2013-11-29  6:07 UTC (permalink / raw)
  To: openembedded-core

From: Roy Li <rongqing.li@windriver.com>

To mips64 libn32, The HOST_SYS is mips64-*-linux-gnun32, the COMPATIBLE_HOST
is mips64.*-linux, the regular expression matching both will return true. so
append the ending position word into COMPATIBLE_HOST to make match failure

Signed-off-by: Roy Li <rongqing.li@windriver.com>
---
 meta/recipes-sato/webkit/webkit-gtk_1.8.3.bb |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta/recipes-sato/webkit/webkit-gtk_1.8.3.bb b/meta/recipes-sato/webkit/webkit-gtk_1.8.3.bb
index 3581de3..8c78b5b 100644
--- a/meta/recipes-sato/webkit/webkit-gtk_1.8.3.bb
+++ b/meta/recipes-sato/webkit/webkit-gtk_1.8.3.bb
@@ -32,7 +32,7 @@ SRC_URI[md5sum] = "dcbf9d5e2e6391f857c29a57528b32a6"
 SRC_URI[sha256sum] = "ada02d636af61aed38f142d3cded662d141ce71264f624c4eb873621a74cc9e7"
 
 # webkit-gtk can NOT be built on MIPS64 with n32 ABI
-COMPATIBLE_HOST_mips64 = "mips64.*-linux"
+COMPATIBLE_HOST_mips64 = "mips64.*-linux$"
 
 inherit autotools lib_package gtk-doc pkgconfig
 
-- 
1.7.10.4



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

* Re: [PATCH] webkit: block to build webkit on mips64 with libn32 ABI
  2013-11-29  6:07 [PATCH] webkit: block to build webkit on mips64 with libn32 ABI rongqing.li
@ 2013-11-29  6:09 ` Rongqing Li
  0 siblings, 0 replies; 2+ messages in thread
From: Rongqing Li @ 2013-11-29  6:09 UTC (permalink / raw)
  To: rongqing.li; +Cc: openembedded-core

Sorry, Drop it, I will send a new one

On 11/29/2013 02:07 PM, rongqing.li@windriver.com wrote:
> From: Roy Li <rongqing.li@windriver.com>
>
> To mips64 libn32, The HOST_SYS is mips64-*-linux-gnun32, the COMPATIBLE_HOST
> is mips64.*-linux, the regular expression matching both will return true. so
> append the ending position word into COMPATIBLE_HOST to make match failure
>
> Signed-off-by: Roy Li <rongqing.li@windriver.com>
> ---
>   meta/recipes-sato/webkit/webkit-gtk_1.8.3.bb |    2 +-
>   1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/meta/recipes-sato/webkit/webkit-gtk_1.8.3.bb b/meta/recipes-sato/webkit/webkit-gtk_1.8.3.bb
> index 3581de3..8c78b5b 100644
> --- a/meta/recipes-sato/webkit/webkit-gtk_1.8.3.bb
> +++ b/meta/recipes-sato/webkit/webkit-gtk_1.8.3.bb
> @@ -32,7 +32,7 @@ SRC_URI[md5sum] = "dcbf9d5e2e6391f857c29a57528b32a6"
>   SRC_URI[sha256sum] = "ada02d636af61aed38f142d3cded662d141ce71264f624c4eb873621a74cc9e7"
>
>   # webkit-gtk can NOT be built on MIPS64 with n32 ABI
> -COMPATIBLE_HOST_mips64 = "mips64.*-linux"
> +COMPATIBLE_HOST_mips64 = "mips64.*-linux$"
>
>   inherit autotools lib_package gtk-doc pkgconfig
>
>

-- 
Best Reagrds,
Roy | RongQing Li


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

end of thread, other threads:[~2013-11-29  6:09 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-11-29  6:07 [PATCH] webkit: block to build webkit on mips64 with libn32 ABI rongqing.li
2013-11-29  6:09 ` Rongqing Li

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