mirror of
https://github.com/thead-yocto-mirror/meta-openembedded
synced 2026-09-16 20:21:58 +02:00
The existing conditions for ppc64/be are applicable for le as well Signed-off-by: Khem Raj <raj.khem@gmail.com>
11 lines
276 B
BlitzBasic
11 lines
276 B
BlitzBasic
require oprofile.inc
|
|
|
|
DEPENDS_append_powerpc64 = " libpfm4"
|
|
DEPENDS_append_powerpc64le = " libpfm4"
|
|
|
|
SRC_URI[md5sum] = "bd998df5521ebedae31e71cd3fb6200b"
|
|
SRC_URI[sha256sum] = "95ded8bde1ec39922f0af015981a67aec63e025a501e4dc04cd65d38f73647e6"
|
|
|
|
S = "${WORKDIR}/oprofile-${PV}"
|
|
|