diff options
Diffstat (limited to 'recipes-graphics/imx-g2d/imx-dpu-g2d_2.5.0.2.bb')
| -rw-r--r-- | recipes-graphics/imx-g2d/imx-dpu-g2d_2.5.0.2.bb | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/recipes-graphics/imx-g2d/imx-dpu-g2d_2.5.0.2.bb b/recipes-graphics/imx-g2d/imx-dpu-g2d_2.5.0.2.bb index e5d902091..320ba3017 100644 --- a/recipes-graphics/imx-g2d/imx-dpu-g2d_2.5.0.2.bb +++ b/recipes-graphics/imx-g2d/imx-dpu-g2d_2.5.0.2.bb | |||
| @@ -2,7 +2,10 @@ | |||
| 2 | # Copyright 2017-2025 NXP | 2 | # Copyright 2017-2025 NXP |
| 3 | # Released under the MIT license (see COPYING.MIT for the terms) | 3 | # Released under the MIT license (see COPYING.MIT for the terms) |
| 4 | 4 | ||
| 5 | SUMMARY = "i.MX DPU G2D library" | ||
| 5 | DESCRIPTION = "G2D library using i.MX DPU" | 6 | DESCRIPTION = "G2D library using i.MX DPU" |
| 7 | HOMEPAGE = "https://www.nxp.com/" | ||
| 8 | SECTION = "graphics" | ||
| 6 | LICENSE = "Proprietary" | 9 | LICENSE = "Proprietary" |
| 7 | LIC_FILES_CHKSUM = "file://COPYING;md5=bc649096ad3928ec06a8713b8d787eac" | 10 | LIC_FILES_CHKSUM = "file://COPYING;md5=bc649096ad3928ec06a8713b8d787eac" |
| 8 | 11 | ||
| @@ -33,6 +36,8 @@ do_install () { | |||
| 33 | cp -Pr ${S}/g2d/usr/include/* ${D}${includedir} | 36 | cp -Pr ${S}/g2d/usr/include/* ${D}${includedir} |
| 34 | } | 37 | } |
| 35 | 38 | ||
| 39 | PACKAGE_ARCH = "${MACHINE_SOCARCH}" | ||
| 40 | |||
| 36 | INSANE_SKIP:append:libc-musl = " file-rdeps" | 41 | INSANE_SKIP:append:libc-musl = " file-rdeps" |
| 37 | RDEPENDS:${PN}:append:libc-musl = " gcompat" | 42 | RDEPENDS:${PN}:append:libc-musl = " gcompat" |
| 38 | 43 | ||
| @@ -42,5 +47,4 @@ INHIBIT_PACKAGE_DEBUG_SPLIT = "1" | |||
| 42 | INHIBIT_PACKAGE_STRIP = "1" | 47 | INHIBIT_PACKAGE_STRIP = "1" |
| 43 | INHIBIT_SYSROOT_STRIP = "1" | 48 | INHIBIT_SYSROOT_STRIP = "1" |
| 44 | 49 | ||
| 45 | PACKAGE_ARCH = "${MACHINE_SOCARCH}" | ||
| 46 | COMPATIBLE_MACHINE = "(imxdpu)" | 50 | COMPATIBLE_MACHINE = "(imxdpu)" |
