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-04-14 15:14:35 +0200 |
commit | 0ddc983d6b73d53f3250244b0c482caf8c672343 (patch) | |
tree | c56d829b8b29039ab9cd1c94964f4506e8491670 | |
parent | 8ae2f10901ee51ac03ba3620a0caf8128bc86643 (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 | 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 ab21a76..a7c8d39 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 \ |