summaryrefslogtreecommitdiffstats
path: root/recipes-bsp/vpe-tests
diff options
context:
space:
mode:
authorKarthik Ramanan <a0393906@ti.com>2015-02-05 16:10:50 +0000
committerDenys Dmytriyenko <denys@ti.com>2015-02-10 15:14:45 -0500
commit592fe0c75152329762a5c3541599d72a9b87c3fb (patch)
treee668c17f6f7c54ef2acac1013dfa914cd78c86bf /recipes-bsp/vpe-tests
parent8fad660bd8ea889d27c694915cc0724b0721b646 (diff)
downloadmeta-ti-592fe0c75152329762a5c3541599d72a9b87c3fb.tar.gz
vpe-tests: Add DEPENDS for the recipe
Signed-off-by: Karthik Ramanan <a0393906@ti.com> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
Diffstat (limited to 'recipes-bsp/vpe-tests')
-rw-r--r--recipes-bsp/vpe-tests/vpe-tests_git.bb4
1 files changed, 4 insertions, 0 deletions
diff --git a/recipes-bsp/vpe-tests/vpe-tests_git.bb b/recipes-bsp/vpe-tests/vpe-tests_git.bb
index a8ee7f89..ee91deaf 100644
--- a/recipes-bsp/vpe-tests/vpe-tests_git.bb
+++ b/recipes-bsp/vpe-tests/vpe-tests_git.bb
@@ -3,6 +3,10 @@ DESCRIPTION = "VPE test program"
3LICENSE = "BSD" 3LICENSE = "BSD"
4LIC_FILES_CHKSUM = "file://COPYING;md5=74d2f71d8898c54e3d1c9d0058c484aa" 4LIC_FILES_CHKSUM = "file://COPYING;md5=74d2f71d8898c54e3d1c9d0058c484aa"
5 5
6DEPENDS = "virtual/kernel"
7
8PR="r1"
9
6COMPATIBLE_MACHINE = "dra7xx" 10COMPATIBLE_MACHINE = "dra7xx"
7 11
8SRCREV = "e3d8db1aa935775f9d196ad7428e0cd9864a36ca" 12SRCREV = "e3d8db1aa935775f9d196ad7428e0cd9864a36ca"