mirror of
https://github.com/thead-yocto-mirror/meta-openembedded
synced 2026-09-16 12:12:16 +02:00
14 lines
343 B
BlitzBasic
14 lines
343 B
BlitzBasic
require oprofile.inc
|
|
|
|
COMPATIBLE_HOST_riscv64 = "null"
|
|
COMPATIBLE_HOST_riscv32 = "null"
|
|
|
|
DEPENDS_append_powerpc64 = " libpfm4"
|
|
DEPENDS_append_powerpc64le = " libpfm4"
|
|
|
|
SRC_URI[md5sum] = "bd998df5521ebedae31e71cd3fb6200b"
|
|
SRC_URI[sha256sum] = "95ded8bde1ec39922f0af015981a67aec63e025a501e4dc04cd65d38f73647e6"
|
|
|
|
S = "${WORKDIR}/oprofile-${PV}"
|
|
|