]> code.ossystems Code Review - openembedded-core.git/commitdiff
libpfm4_4.3.0.bb: use compatible host to limit arches
authorMatthew McClintock <msm@freescale.com>
Tue, 26 Feb 2013 21:58:43 +0000 (15:58 -0600)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Mon, 4 Mar 2013 10:08:03 +0000 (10:08 +0000)
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@freescale.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-kernel/libpfm/libpfm4_4.3.0.bb

index 460029fe4de4b3eadf6bf8c86d6699affec44485..98852f6a9a17d2799b982e57362edf061b267b7c 100644 (file)
@@ -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"