diff options
author | Ronan Le Martret <ronan.lemartret@iot.bzh> | 2017-03-29 15:12:49 +0200 |
---|---|---|
committer | Khang Nguyen <khang.nguyen.xv@renesas.com> | 2018-10-29 13:41:32 +0700 |
commit | eb7d4d92b51b4f89e0230932814cac184a377359 (patch) | |
tree | fc445fdfc0f05a0d74b0488441bfefa87350280e /meta-rcar-gen3/recipes-graphics/gles-module | |
parent | 0b11fc6b46673b2a679fff4ee525dbaab963db0b (diff) |
rcar-gen3: gles-user-module: Add depends on mesa to gles-user-module
The populate_sysroot of gles-user-module must depends on the
populate_sysroot of the virtual/mesa, because header from
gles-user-module depends on the header from virtual/mesa.
Signed-off-by: Ronan Le Martret <ronan.lemartret@iot.bzh>
Signed-off-by: Thuy Tran <thuy.tran.xh@renesas.com>
Signed-off-by: Takamitsu Honda <takamitsu.honda.pv@renesas.com>
Diffstat (limited to 'meta-rcar-gen3/recipes-graphics/gles-module')
-rw-r--r-- | meta-rcar-gen3/recipes-graphics/gles-module/gles-user-module.bb | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/meta-rcar-gen3/recipes-graphics/gles-module/gles-user-module.bb b/meta-rcar-gen3/recipes-graphics/gles-module/gles-user-module.bb index 2cbce6d..3658038 100644 --- a/meta-rcar-gen3/recipes-graphics/gles-module/gles-user-module.bb +++ b/meta-rcar-gen3/recipes-graphics/gles-module/gles-user-module.bb @@ -32,6 +32,9 @@ SYSTEMD_SERVICE_${PN} = "rc.pvr.service" do_populate_lic[noexec] = "1" do_compile[noexec] = "1" +#The headers of gles-user-module need headers from virtual/mesa. +do_populate_sysroot[depends] += "virtual/mesa:do_populate_sysroot" + do_install() { # Install configuration files install -d ${D}/${sysconfdir}/init.d |