diff options
author | Otavio Salvador <otavio@ossystems.com.br> | 2014-01-25 19:57:12 -0200 |
---|---|---|
committer | Otavio Salvador <otavio@ossystems.com.br> | 2014-03-03 15:01:52 -0300 |
commit | 8db76862c0d68492d725c346f74fa2773243a0fa (patch) | |
tree | 693c0863d549931ed21a61373517bd8f71c53046 | |
parent | 12530197b2cae0eefda6baadee1a5548ce02c967 (diff) | |
download | meta-fsl-arm-8db76862c0d68492d725c346f74fa2773243a0fa.tar.gz |
gpu-viv-g2d: Fix packaging
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@ossystems.com.br>
-rw-r--r-- | recipes-graphics/gpu-viv-g2d/gpu-viv-g2d.inc | 5 |
1 files changed, 4 insertions, 1 deletions
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 @@ | |||
3 | DESCRIPTION = "GPU Vivante G2D library and sample applications for imx6" | 3 | DESCRIPTION = "GPU Vivante G2D library and sample applications for imx6" |
4 | SECTION = "libs" | 4 | SECTION = "libs" |
5 | LICENSE = "Proprietary" | 5 | LICENSE = "Proprietary" |
6 | LIC_FILES_CHKSUM = "file://usr/include/g2d.h;endline=7;md5=861ebad4adc7236f8d1905338abd7eb2" | ||
7 | |||
6 | PROVIDES += "virtual/libg2d" | 8 | PROVIDES += "virtual/libg2d" |
7 | 9 | ||
10 | PACKAGES = "${PN} ${PN}-dev ${PN}-dbg" | ||
11 | |||
8 | inherit fsl-eula-unpack | 12 | inherit fsl-eula-unpack |
9 | 13 | ||
10 | PE = "1" | 14 | PE = "1" |
@@ -37,6 +41,5 @@ SOLIBS = "${SOLIBSDEV}" | |||
37 | FILES_${PN} = "/opt" | 41 | FILES_${PN} = "/opt" |
38 | FILES_libg2d = "${libdir}/libg2d${SOLIBS}" | 42 | FILES_libg2d = "${libdir}/libg2d${SOLIBS}" |
39 | FILES_${PN}-dev = "${includedir}" | 43 | FILES_${PN}-dev = "${includedir}" |
40 | FILES_${PN}-dbg = "${libdir}/.debug/libg2d${SOLIBS}" | ||
41 | 44 | ||
42 | COMPATIBLE_MACHINE = "(mx6)" | 45 | COMPATIBLE_MACHINE = "(mx6)" |