aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRonan Le Martret <ronan.lemartret@iot.bzh>2017-04-10 10:54:47 +0200
committerRonan Le Martret <ronan.lemartret@iot.bzh>2017-04-10 10:54:47 +0200
commitf00ccb2017a4f886a1724a60ebce65c8316ba3f9 (patch)
tree186c795550de0b8408bf737fce7d4cdbeac3c87f
parent51cd9b7b38e6c619b2bb71a6b39552f349c461fe (diff)
[COMMUNITY] 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.bb6
1 files changed, 5 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 6d898b5..f1eb037 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
@@ -88,13 +88,13 @@ do_install() {
PACKAGES = "\
${PN} \
${PN}-dev \
+ ${PN}-debug \
"
FILES_${PN} = " \
${sysconfdir}/* \
${libdir}/* \
/lib/firmware/rgx.fw \
- /usr/local/bin/* \
${localedir}/bin/* \
"
@@ -103,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 \