aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThuy Tran <thuy.tran.xh@rvc.renesas.com>2017-12-22 16:15:12 +0700
committerThuy Tran <thuy.tran.xh@rvc.renesas.com>2018-01-30 10:07:59 +0700
commit3e0aa5e9279916634796f8a51018a202590af2f2 (patch)
tree03e1dcc70c8d0316626416b2bf01b829944cb2a8
parent9aece193d3c230f7d24c986ecfaf92242ad41ce2 (diff)
rcar-gen3: avb-demoapps: Add dependency on cmake-native
This commit adds cmake-native into DEPENDS to fix compile issues below | /bin/sh: 1: cmake: not found Signed-off-by: Thuy Tran <thuy.tran.xh@rvc.renesas.com> Signed-off-by: Takamitsu Honda <takamitsu.honda.pv@renesas.com>
-rw-r--r--meta-rcar-gen3/recipes-multimedia/avb-applications/avb-demoapps.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-rcar-gen3/recipes-multimedia/avb-applications/avb-demoapps.bb b/meta-rcar-gen3/recipes-multimedia/avb-applications/avb-demoapps.bb
index 31037d5..4e6e4f1 100644
--- a/meta-rcar-gen3/recipes-multimedia/avb-applications/avb-demoapps.bb
+++ b/meta-rcar-gen3/recipes-multimedia/avb-applications/avb-demoapps.bb
@@ -10,7 +10,7 @@ LIC_FILES_CHKSUM = " \
file://avblauncher/inih/LICENSE.txt;md5=a7a95d2af90376e85a05318794e6f202 \
"
-DEPENDS = "kernel-module-avb-streaming libyaml"
+DEPENDS = "kernel-module-avb-streaming libyaml cmake-native"
S = "${WORKDIR}/git/avb-demoapps"