| Submitter | Matthew McClintock |
|---|---|
| Date | Feb. 26, 2013, 9:58 p.m. |
| Message ID | <1361915924-23046-3-git-send-email-msm@freescale.com> |
| Download | mbox | patch |
| Permalink | /patch/45165/ |
| State | Accepted |
| Commit | 09f57ae44e1f610e615463149fb45ccfab1d5135 |
| Headers | show |
Comments
Patch
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"
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> --- meta/recipes-kernel/libpfm/libpfm4_4.3.0.bb | 3 +++ 1 file changed, 3 insertions(+)