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-09-15 10:20:15 +0200 |
commit | 136b171f35ef5695e69ffe69d746c7d96a8618d6 (patch) | |
tree | bd920b8c429ffc3f66176802aac5ba127e3a003a /meta-rcar-gen3 | |
parent | 6ada9672cb85b9b9b48285c74671c6368243e626 (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')
-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 aaff2bb..25a399c 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 @@ -86,13 +86,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 = " \ " PROVIDES = "virtual/libgles2" +FILES_${PN}-debug = " \ + ${exec_prefix}/local/bin/dlcsrv_REL \ +" + RPROVIDES_${PN} += " \ ${GLES}-user-module \ libgles2-mesa \ |