Openembedded Core Discussions
 help / color / mirror / Atom feed
* [PATCH oe-core] valgrind: add powerpc to the compatible host and add eglibc-dbg in rdepends
@ 2011-12-28  6:55 b19537
  2011-12-28  9:14 ` Paul Eggleton
  0 siblings, 1 reply; 16+ messages in thread
From: b19537 @ 2011-12-28  6:55 UTC (permalink / raw)
  To: openembedded-core

From: Zhenhua Luo <b19537@freescale.com>

    1. add powerpc into the compatible host list
    2. valgrind requires the non-stripped eglibc libraries, so add eglibc-dbg
       into RDEPENDS

Signed-off-by: Zhenhua Luo <b19537@freescale.com>
---
 meta/recipes-devtools/valgrind/valgrind_3.6.1.bb |    6 ++++--
 1 files changed, 4 insertions(+), 2 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..f3cf5b2 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,7 +17,7 @@ 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'
+COMPATIBLE_HOST = '(i.86|x86_64|powerpc|ppc|powerpc64|ppc64).*-linux'
 
 inherit autotools
 
@@ -26,3 +26,5 @@ EXTRA_OEMAKE = "-w"
 PARALLEL_MAKE = ""
 
 FILES_${PN}-dbg += "${libdir}/${PN}/*/.debug/*"
+
+RDEPENDS += "eglibc-dbg"
-- 
1.7.0.4





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

end of thread, other threads:[~2012-01-04 15:45 UTC | newest]

Thread overview: 16+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-12-28  6:55 [PATCH oe-core] valgrind: add powerpc to the compatible host and add eglibc-dbg in rdepends b19537
2011-12-28  9:14 ` Paul Eggleton
2011-12-28 10:01   ` Luo Zhenhua-B19537
2011-12-28 10:18     ` Paul Eggleton
2011-12-28 10:32       ` Koen Kooi
2011-12-28 12:15         ` Martin Jansa
2011-12-28 19:16           ` McClintock Matthew-B29882
2011-12-29  2:20             ` Luo Zhenhua-B19537
2011-12-28 20:20   ` Phil Blundell
2011-12-29  2:19     ` Luo Zhenhua-B19537
2012-01-03 11:44       ` Phil Blundell
     [not found]         ` <065BBB7616BCE543832A2EF096986B94018AA0@039-SN2MPN1-011.039d.mgd.msft.net>
2012-01-04  4:07           ` McClintock Matthew-B29882
     [not found]             ` <065BBB7616BCE543832A2EF096986B94018AC3@039-SN2MPN1-011.039d.mgd.msft.net>
2012-01-04  4:26               ` McClintock Matthew-B29882
     [not found]                 ` <065BBB7616BCE543832A2EF096986B94018ADB@039-SN2MPN1-011.039d.mgd.msft.net>
2012-01-04  4:39                   ` McClintock Matthew-B29882
2012-01-04  5:25                     ` Khem Raj
2012-01-04 15:38                     ` Richard Purdie

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