diff options
author | Thao Nguyen <thao.nguyen.yb@renesas.com> | 2017-07-15 18:34:21 +0700 |
---|---|---|
committer | Thao Nguyen <thao.nguyen.yb@renesas.com> | 2017-08-25 08:45:32 +0700 |
commit | f8e997803ce1f4af660bf527e8a47805af440baf (patch) | |
tree | 6522b7d0b98eb94b2b8a54e95f1b7b9234b80e0b /meta-rcar-gen3/recipes-graphics/gles-module/gles-user-module.bb | |
parent | bc0a99ebfbe6c14c7f94b298ca89ea5e02656e78 (diff) |
rcar-gen3: libegl: Create new recipe to fix build dependency issues
This commit adds libegl recipe which provides build dependencies on
virtual/egl.
Signed-off-by: Thuy Tran <thuy.tran.xh@rvc.renesas.com>
Signed-off-by: Thao Nguyen <thao.nguyen.yb@renesas.com>
Signed-off-by: Takamitsu Honda <takamitsu.honda.pv@renesas.com>
Diffstat (limited to 'meta-rcar-gen3/recipes-graphics/gles-module/gles-user-module.bb')
-rw-r--r-- | meta-rcar-gen3/recipes-graphics/gles-module/gles-user-module.bb | 2 |
1 files changed, 0 insertions, 2 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 5c21a9f..e66164f 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 @@ -105,8 +105,6 @@ RPROVIDES_${PN} += " \ libgles2-mesa-dev \ libgles2 \ libgles2-dev \ - libegl \ - libegl1 \ " RDEPENDS_${PN} = " \ |