blob: 6411c45fa093a752a02331225adddcdee2219a1e (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
DESCRIPTION = "Oprofile demo applications for Matrix v2"
require matrix-gui-apps-git.inc
PR = "${INC_PR}.3"
inherit allarch
S = "${WORKDIR}/git/oprofile_apps"
# Make sure profiling submenu and app images has been installed
# Include am-sysinfo because that package has the sample
# executables for profiling.
RDEPENDS_${PN} += "matrix-gui-apps-images matrix-gui-submenus-oprofile oprofile oprofile-example"
FILES_${PN} += "${MATRIX_BASE_DIR}/*"
|