diff options
author | Jan-Simon Möller <jsmoeller@linuxfoundation.org> | 2017-09-08 23:22:34 +0200 |
---|---|---|
committer | Jan-Simon Möller <jsmoeller@linuxfoundation.org> | 2017-09-08 23:22:34 +0200 |
commit | 5698cf23837e1730f21766bf1b34227b61d20133 (patch) | |
tree | d0b7ed6cbfb05ddab504475950cc381533d9e2fa /meta-rcar-gen2/recipes-multimedia/vspm-module | |
parent | 33bb9fed153fd641d434a8edea595dca030f9247 (diff) |
Fix RSS-related issues for rcar gen2
For pyro we need to fix a few recipes to work with the
recipe specific sysroot feature.
Change-Id: I9cc12083675ea2522a1f453f603b034e911d79fd
Bug-AGL: SPEC-646
Signed-off-by: Jan-Simon Möller <jsmoeller@linuxfoundation.org>
Diffstat (limited to 'meta-rcar-gen2/recipes-multimedia/vspm-module')
-rw-r--r-- | meta-rcar-gen2/recipes-multimedia/vspm-module/vspm-user-module.bb | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/meta-rcar-gen2/recipes-multimedia/vspm-module/vspm-user-module.bb b/meta-rcar-gen2/recipes-multimedia/vspm-module/vspm-user-module.bb index 079a0d9..2c93cae 100644 --- a/meta-rcar-gen2/recipes-multimedia/vspm-module/vspm-user-module.bb +++ b/meta-rcar-gen2/recipes-multimedia/vspm-module/vspm-user-module.bb @@ -8,6 +8,9 @@ SRC_URI = "file://vspm-user.tar.bz2" S = "${WORKDIR}" +# workaround for vspm-kernel-module header +CC += " -I${RECIPE_SYSROOT}/usr/src/kernel/include " + do_compile() { # Build shared library cd ${S}/vspm/if |