[meta-freescale] [meta-fsl-arm PATCH v4 08/13] gpu-viv-g2d: Fix packaging

Otavio Salvador otavio at ossystems.com.br
Mon Feb 24 10:46:50 PST 2014


This rework the packaging:

 - add missing licence check file
 - package the .so lib in ${PN}
 - remove override of ${PN}-dbg

Signed-off-by: Otavio Salvador <otavio at ossystems.com.br>
---

Changes in v4: None
Changes in v3:
- Rebase on top of master

Changes in v2: None

 recipes-graphics/gpu-viv-g2d/gpu-viv-g2d.inc | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/recipes-graphics/gpu-viv-g2d/gpu-viv-g2d.inc b/recipes-graphics/gpu-viv-g2d/gpu-viv-g2d.inc
index f9a9897..5da2139 100644
--- a/recipes-graphics/gpu-viv-g2d/gpu-viv-g2d.inc
+++ b/recipes-graphics/gpu-viv-g2d/gpu-viv-g2d.inc
@@ -3,8 +3,12 @@
 DESCRIPTION = "GPU Vivante G2D library and sample applications for imx6"
 SECTION = "libs"
 LICENSE = "Proprietary"
+LIC_FILES_CHKSUM = "file://usr/include/g2d.h;endline=7;md5=861ebad4adc7236f8d1905338abd7eb2"
+
 PROVIDES += "virtual/libg2d"
 
+PACKAGES = "${PN} ${PN}-dev ${PN}-dbg"
+
 inherit fsl-eula-unpack
 
 PE = "1"
@@ -37,6 +41,5 @@ SOLIBS = "${SOLIBSDEV}"
 FILES_${PN} = "/opt"
 FILES_libg2d = "${libdir}/libg2d${SOLIBS}"
 FILES_${PN}-dev = "${includedir}"
-FILES_${PN}-dbg = "${libdir}/.debug/libg2d${SOLIBS}"
 
 COMPATIBLE_MACHINE = "(mx6)"
-- 
1.9.0



More information about the meta-freescale mailing list