diff options
author | Stephen Lawrence <stephen.lawrence@renesas.com> | 2014-12-03 17:48:10 +0000 |
---|---|---|
committer | Stephen Lawrence <stephen.lawrence@renesas.com> | 2015-03-25 16:54:12 +0000 |
commit | 39952c1592317f2f141b569bbb6c5b6dfe5582f2 (patch) | |
tree | 77816afc0e135592d6f6d38eb57fb1e0b82d6788 | |
parent | 57b6a223868386ca642e8aad981e686d9c0ca78d (diff) |
libegl: Add RPROVIDES for libegl.so
libegl-dev provides libegl.so but this is not found when do_rootfs installs dependent packages
for certain package configurations. Add RPROVIDES so it is found.
Fixes do_rootfs build errors of the form:
error: Can't install gles-user-module-1.0-r0@koelsch: no package provides libEGL.so
-rw-r--r-- | meta-rcar-gen2/recipes-graphics/wayland/libegl.bb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/meta-rcar-gen2/recipes-graphics/wayland/libegl.bb b/meta-rcar-gen2/recipes-graphics/wayland/libegl.bb index e79d52d..49076a4 100644 --- a/meta-rcar-gen2/recipes-graphics/wayland/libegl.bb +++ b/meta-rcar-gen2/recipes-graphics/wayland/libegl.bb @@ -4,6 +4,7 @@ LIC_FILES_CHKSUM = "file://egl.c;beginline=5;endline=15;md5=3677623633a6e459b1f6 COMPATIBLE_MACHINE = "(r8a7790|r8a7791|r8a7793|r8a7794)" +RPROVIDES_${PN} = "${@base_contains("DISTRO_FEATURES", "wayland", "libEGL.so", "", d)}" PROVIDES = "${@base_contains("DISTRO_FEATURES", "wayland", "virtual/egl", "", d)}" SRCREV = "ee4bce93878d02a144ae6ebfba1eff28fe9b4442" SRC_URI = "git://github.com/thayama/libegl;protocol=git;branch=master \ |