aboutsummaryrefslogtreecommitdiffstats
path: root/meta-arago-extras/recipes-core/matrix/matrix-gui-video-analytics-demos_2.0.bb
blob: 54b70dd131dde16ae28b21d20c9824c850871d92 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
DESCRIPTION = "Video Analytics demo descriptions for Matrix v2"
HOMEPAGE = "https://gitorious.org/matrix-gui-v2/matrix-gui-v2-apps"

require recipes-core/matrix/matrix-gui-apps-git.inc

PR = "${INC_PR}.0"

inherit allarch

S = "${WORKDIR}/git/videoanalytics_apps"

# Make sure video analytics submenu and app images has been installed
VIDEO_ANALYTICS_DEMO_RDEPENDS += " \
    matrix-gui-apps-images \
    matrix-gui-submenus-videoanalytics \
"

PACKAGES = "matrix-video-analytics-opencv-opencl-opengl-demo \
"

RDEPENDS_matrix-video-analytics-opencv-opencl-opengl-demo = " \
    ${VIDEO_ANALYTICS_DEMO_RDEPENDS} \
    qt-opencv-opencl-opengl-multithreaded \
"

# Split the matrix files by demos
FILES_matrix-video-analytics-opencv-opencl-opengl-demo = " \
    ${MATRIX_APP_DIR}/videoanalytics_opencv_opencl_opengl_demo/* \
"