summaryrefslogtreecommitdiffstats
path: root/recipes-graphics/imx-g2d/imx-gpu-g2d_6.4.11.p4.4.bb
diff options
context:
space:
mode:
Diffstat (limited to 'recipes-graphics/imx-g2d/imx-gpu-g2d_6.4.11.p4.4.bb')
-rw-r--r--recipes-graphics/imx-g2d/imx-gpu-g2d_6.4.11.p4.4.bb7
1 files changed, 5 insertions, 2 deletions
diff --git a/recipes-graphics/imx-g2d/imx-gpu-g2d_6.4.11.p4.4.bb b/recipes-graphics/imx-g2d/imx-gpu-g2d_6.4.11.p4.4.bb
index 1a359676f..ebe75433e 100644
--- a/recipes-graphics/imx-g2d/imx-gpu-g2d_6.4.11.p4.4.bb
+++ b/recipes-graphics/imx-g2d/imx-gpu-g2d_6.4.11.p4.4.bb
@@ -3,8 +3,11 @@
3# Copyright 2018 (C) O.S. Systems Software LTDA. 3# Copyright 2018 (C) O.S. Systems Software LTDA.
4# Released under the MIT license (see COPYING.MIT for the terms) 4# Released under the MIT license (see COPYING.MIT for the terms)
5 5
6SUMMARY = "i.MX GPU G2D library"
6DESCRIPTION = "G2D library using i.MX GPU" 7DESCRIPTION = "G2D library using i.MX GPU"
7LICENSE = "Proprietary" 8HOMEPAGE = "https://www.nxp.com/"
9SECTION = "graphics"
10LICENSE = "LicenseRef-Proprietary"
8LIC_FILES_CHKSUM = "file://COPYING;md5=bc649096ad3928ec06a8713b8d787eac" 11LIC_FILES_CHKSUM = "file://COPYING;md5=bc649096ad3928ec06a8713b8d787eac"
9DEPENDS = "libgal-imx" 12DEPENDS = "libgal-imx"
10PROVIDES = "virtual/libg2d" 13PROVIDES = "virtual/libg2d"
@@ -19,7 +22,7 @@ S = "${UNPACKDIR}/${IMX_BIN_NAME}"
19 22
20inherit fsl-eula-unpack 23inherit fsl-eula-unpack
21 24
22SOC_INSTALL_DIR = "SOC_INSTALL_DIR_NOT_SET" 25SOC_INSTALL_DIR = "SOC_INSTALL_DIR_NOT_SET"
23SOC_INSTALL_DIR:mx8mm-nxp-bsp = "mx8mm" 26SOC_INSTALL_DIR:mx8mm-nxp-bsp = "mx8mm"
24 27
25do_install () { 28do_install () {