All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH oe-core v2] valgrind: remove COMPATIBLE_HOST to extend the supported arch
@ 2011-12-19 12:27 b19537
  2011-12-20  0:54 ` Khem Raj
  0 siblings, 1 reply; 2+ messages in thread
From: b19537 @ 2011-12-19 12:27 UTC (permalink / raw)
  To: openembedded-core

From: Zhenhua Luo <b19537@freescale.com>

Signed-off-by: Zhenhua Luo <b19537@freescale.com>
---
 meta/recipes-devtools/valgrind/valgrind_3.6.1.bb |    4 +---
 1 files changed, 1 insertions(+), 3 deletions(-)

diff --git a/meta/recipes-devtools/valgrind/valgrind_3.6.1.bb b/meta/recipes-devtools/valgrind/valgrind_3.6.1.bb
index 021caa8..0a09ea1 100644
--- a/meta/recipes-devtools/valgrind/valgrind_3.6.1.bb
+++ b/meta/recipes-devtools/valgrind/valgrind_3.6.1.bb
@@ -7,7 +7,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=c46082167a314d785d012a244748d803 \
                     file://include/valgrind.h;beginline=1;endline=56;md5=13a71cedba99112334d8596162aec37e \
                     file://COPYING.DOCS;md5=8fdeb5abdb235a08e76835f8f3260215"
 DEPENDS = "virtual/libx11"
-PR = "r1"
+PR = "r2"
 
 SRC_URI = "http://www.valgrind.org/downloads/valgrind-${PV}.tar.bz2 \
 	   file://fix_issue_caused_by_ccache.patch \
@@ -17,8 +17,6 @@ SRC_URI = "http://www.valgrind.org/downloads/valgrind-${PV}.tar.bz2 \
 SRC_URI[md5sum] = "2c3aa122498baecc9d69194057ca88f5"
 SRC_URI[sha256sum] = "49bdcc4fbcf060049b5f0dcfd8a187a6e90e0b0e57309f633b64e44430726a0e"
 
-COMPATIBLE_HOST = '(i.86|x86_64).*-linux'
-
 inherit autotools
 
 EXTRA_OECONF = "--enable-tls"
-- 
1.7.0.4





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

* Re: [PATCH oe-core v2] valgrind: remove COMPATIBLE_HOST to extend the supported arch
  2011-12-19 12:27 [PATCH oe-core v2] valgrind: remove COMPATIBLE_HOST to extend the supported arch b19537
@ 2011-12-20  0:54 ` Khem Raj
  0 siblings, 0 replies; 2+ messages in thread
From: Khem Raj @ 2011-12-20  0:54 UTC (permalink / raw)
  To: Patches and discussions about the oe-core layer

On Mon, Dec 19, 2011 at 4:27 AM,  <b19537@freescale.com> wrote:
>
> -COMPATIBLE_HOST = '(i.86|x86_64).*-linux'
> -

and did you test it on the newly enabled ones. e.g. mips ?
does it work for you on mips



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

end of thread, other threads:[~2011-12-20  1:01 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2011-12-19 12:27 [PATCH oe-core v2] valgrind: remove COMPATIBLE_HOST to extend the supported arch b19537
2011-12-20  0:54 ` Khem Raj

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.