summaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-kernel/oprofile
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2020-01-18 14:22:40 -0800
committerKhem Raj <raj.khem@gmail.com>2020-01-19 02:20:59 -0800
commitbd2ad24d7bc31902d4797c23e38dd1c58a1d1c6c (patch)
tree0c500023caa15371c33bc9786a4a5e894690e4db /meta-oe/recipes-kernel/oprofile
parentce41fe5acab3c77ae7cc60dfe8a0b7fe443a1b4d (diff)
downloadmeta-openembedded-bd2ad24d7bc31902d4797c23e38dd1c58a1d1c6c.tar.gz
recipes: Make powerpc64le overrides
The existing conditions for ppc64/be are applicable for le as well Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-oe/recipes-kernel/oprofile')
-rw-r--r--meta-oe/recipes-kernel/oprofile/oprofile_1.3.0.bb1
1 files changed, 1 insertions, 0 deletions
diff --git a/meta-oe/recipes-kernel/oprofile/oprofile_1.3.0.bb b/meta-oe/recipes-kernel/oprofile/oprofile_1.3.0.bb
index 4e5b6ca33c..bab38e2509 100644
--- a/meta-oe/recipes-kernel/oprofile/oprofile_1.3.0.bb
+++ b/meta-oe/recipes-kernel/oprofile/oprofile_1.3.0.bb
@@ -1,6 +1,7 @@
1require oprofile.inc 1require oprofile.inc
2 2
3DEPENDS_append_powerpc64 = " libpfm4" 3DEPENDS_append_powerpc64 = " libpfm4"
4DEPENDS_append_powerpc64le = " libpfm4"
4 5
5SRC_URI[md5sum] = "bd998df5521ebedae31e71cd3fb6200b" 6SRC_URI[md5sum] = "bd998df5521ebedae31e71cd3fb6200b"
6SRC_URI[sha256sum] = "95ded8bde1ec39922f0af015981a67aec63e025a501e4dc04cd65d38f73647e6" 7SRC_URI[sha256sum] = "95ded8bde1ec39922f0af015981a67aec63e025a501e4dc04cd65d38f73647e6"