[oe-commits] Matthew McClintock : libpfm4_4.3.0.bb: use compatible host to limit arches

git at git.openembedded.org git at git.openembedded.org
Sun Mar 3 12:00:39 UTC 2013


Module: openembedded-core.git
Branch: master-next
Commit: 0a2e32585f830e3c03a9e81b690c0296cd495643
URL:    http://git.openembedded.org/?p=openembedded-core.git&a=commit;h=0a2e32585f830e3c03a9e81b690c0296cd495643

Author: Matthew McClintock <msm at freescale.com>
Date:   Tue Feb 26 15:58:43 2013 -0600

libpfm4_4.3.0.bb: use compatible host to limit arches

This is only test with powerpc64 currently, even though
it should work on other arches such as x86 and sparc. When
thos are testing and working this COMPATIBLE_HOST should
be updated

Signed-off-by: Matthew McClintock <msm at freescale.com>
Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>

---

 meta/recipes-kernel/libpfm/libpfm4_4.3.0.bb |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)

diff --git a/meta/recipes-kernel/libpfm/libpfm4_4.3.0.bb b/meta/recipes-kernel/libpfm/libpfm4_4.3.0.bb
index 460029f..98852f6 100644
--- a/meta/recipes-kernel/libpfm/libpfm4_4.3.0.bb
+++ b/meta/recipes-kernel/libpfm/libpfm4_4.3.0.bb
@@ -10,6 +10,9 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=0de488f3bd4424e308e2e399cb99c788"
 
 SECTION = "devel"
 
+PR = "r1"
+COMPATIBLE_HOST = "powerpc64"
+
 SRC_URI = "http://downloads.sourceforge.net/project/perfmon2/libpfm4/libpfm-4.3.0.tar.gz"
 
 SRC_URI[md5sum] = "0ab272dbdbb759b852ba8bd06db030ef"





More information about the Openembedded-commits mailing list