diff options
author | Ronan Le Martret <ronan.lemartret@iot.bzh> | 2017-04-10 10:54:47 +0200 |
---|---|---|
committer | Ronan Le Martret <ronan.lemartret@iot.bzh> | 2017-05-03 11:10:04 +0200 |
commit | b251322cb8d3f493447835155b6bf81bc3a2fb35 (patch) | |
tree | a681d8eff817a0411549f8c2794c41910e2b6e4b /meta-rcar-gen3/recipes-graphics/gles-module/gles-user-module.bb | |
parent | 2e2d039b922f7d4c863bcac93ca90a1530a59c3c (diff) |
[AGL] move dlcsrv_REL to a debug package
* dlcsrv_REL should not be package inside gles-user-module
package. gles-user-module-debug should be a better target.
Change-Id: I32f7ce7711b25eabb3b157b4e29b87ec31b10e34
Signed-off-by: Ronan Le Martret <ronan.lemartret@iot.bzh>
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 | 7 |
1 files changed, 6 insertions, 1 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 5eb61bf..c14d62e 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 @@ -87,13 +87,14 @@ do_install() { PACKAGES = "\ ${PN} \ ${PN}-dev \ + ${PN}-debug \ " FILES_${PN} = " \ ${sysconfdir}/* \ ${libdir}/* \ /lib/firmware/rgx.fw* \ - /usr/local/bin/* \ + ${localedir}/bin/* \ ${exec_prefix}/bin/* \ " @@ -102,6 +103,10 @@ FILES_${PN}-dev = " \ ${libdir}/pkgconfig/* \ " +FILES_${PN}-debug = " \ + ${exec_prefix}/local/bin/dlcsrv_REL \ +" + PROVIDES = "virtual/libgles2 virtual/egl" RPROVIDES_${PN} += " \ ${GLES}-user-module \ |