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> | 2018-02-16 13:52:13 +0100 |
commit | 89064517580609c87f2d7bee5e1ff36ded6cd138 (patch) | |
tree | 20aff8ccc605c3a9760ad7c90a45f882e2b0acba | |
parent | c462ec336bc1e90868d9da07bf0e7c2e3852943b (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>
-rw-r--r-- | meta-rcar-gen3/recipes-graphics/gles-module/gles-user-module.bb | 9 |
1 files changed, 7 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 119f895..bc622c8 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 @@ -89,13 +89,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/* \ " @@ -104,7 +105,11 @@ FILES_${PN}-dev = " \ ${libdir}/pkgconfig/* \ " -PROVIDES = "virtual/libgles2 virtual/egl" +PROVIDES = "virtual/libgles2" +FILES_${PN}-debug = " \ + ${exec_prefix}/local/bin/dlcsrv_REL \ +" + RPROVIDES_${PN} += " \ ${GLES}-user-module \ libgles2-mesa \ |