From 4d30aff043f28e62d0387beea8234252cb81d8f5 Mon Sep 17 00:00:00 2001 From: Thao Nguyen Date: Mon, 11 Sep 2017 13:43:43 +0700 Subject: rcar-gen3: open-avb: Update SRCREV to follow latest version This commit modifies SRCREV of open-avb to follow upstream repository name/URL change. It also adds 2 patches to fix compile error and QA issues. Signed-off-by: Thao Nguyen Signed-off-by: Masaru Nagai Signed-off-by: Thuy Tran Signed-off-by: Takamitsu Honda --- meta-rcar-gen3/recipes-multimedia/avb-applications/avb-demoapps.bb | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'meta-rcar-gen3/recipes-multimedia/avb-applications/avb-demoapps.bb') 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 4e6e4f1..3a309ef 100644 --- a/meta-rcar-gen3/recipes-multimedia/avb-applications/avb-demoapps.bb +++ b/meta-rcar-gen3/recipes-multimedia/avb-applications/avb-demoapps.bb @@ -12,6 +12,10 @@ LIC_FILES_CHKSUM = " \ DEPENDS = "kernel-module-avb-streaming libyaml cmake-native" +# Fix install and clean error +SRC_URI_append = " \ + file://0001-make-fix-install-and-clean-error.patch;patchdir=${WORKDIR}/git \ +" S = "${WORKDIR}/git/avb-demoapps" includedir = "${RENESAS_DATADIR}/include" -- cgit 1.2.3-korg