blob: 31fea93a17758ff775639c89f7572cfbfeec29f8 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
DESCRIPTION = "Arm Benchmarks Applications for Matrix v2"
HOMEPAGE = "https://gitorious.org/matrix-gui-v2/matrix-gui-v2-apps"
require matrix-gui-apps-git.inc
PR = "${INC_PR}.7"
inherit allarch
S = "${WORKDIR}/git/arm_apps"
# Make sure arm submenu and app images has been installed
RDEPENDS_${PN} += "matrix-gui-apps-images matrix-gui-submenus-arm"
# Make sure the benchmarks have been installed
RDEPENDS_${PN} += "arm-benchmarks lmbench nbench-byte matrix-gui-helper-scripts"
FILES_${PN} += "${MATRIX_BASE_DIR}/*"
|