From 592fe0c75152329762a5c3541599d72a9b87c3fb Mon Sep 17 00:00:00 2001 From: Karthik Ramanan Date: Thu, 5 Feb 2015 16:10:50 +0000 Subject: [PATCH] vpe-tests: Add DEPENDS for the recipe Signed-off-by: Karthik Ramanan Signed-off-by: Denys Dmytriyenko --- recipes-bsp/vpe-tests/vpe-tests_git.bb | 4 ++++ 1 file changed, 4 insertions(+) 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" LICENSE = "BSD" LIC_FILES_CHKSUM = "file://COPYING;md5=74d2f71d8898c54e3d1c9d0058c484aa" +DEPENDS = "virtual/kernel" + +PR="r1" + COMPATIBLE_MACHINE = "dra7xx" SRCREV = "e3d8db1aa935775f9d196ad7428e0cd9864a36ca"