diff options
Diffstat (limited to 'recipes-graphics/imx-g2d')
-rw-r--r-- | recipes-graphics/imx-g2d/imx-gpu-g2d_6.4.3.p4.0.bb | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/recipes-graphics/imx-g2d/imx-gpu-g2d_6.4.3.p4.0.bb b/recipes-graphics/imx-g2d/imx-gpu-g2d_6.4.3.p4.0.bb index 90231106..1f3c2e60 100644 --- a/recipes-graphics/imx-g2d/imx-gpu-g2d_6.4.3.p4.0.bb +++ b/recipes-graphics/imx-g2d/imx-gpu-g2d_6.4.3.p4.0.bb | |||
@@ -1,5 +1,5 @@ | |||
1 | # Copyright (C) 2016 Freescale Semiconductor | 1 | # Copyright (C) 2016 Freescale Semiconductor |
2 | # Copyright 2017-2021 NXP | 2 | # Copyright 2017-2022 NXP |
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 | ||
@@ -22,7 +22,10 @@ S = "${WORKDIR}/${FSLBIN_NAME}" | |||
22 | inherit fsl-eula-unpack | 22 | inherit fsl-eula-unpack |
23 | 23 | ||
24 | do_install () { | 24 | do_install () { |
25 | cp -r -d --no-preserve=ownership ${S}/g2d/* ${D} | 25 | install -d ${D}${libdir} |
26 | install -d ${D}${includedir} | ||
27 | cp -r ${S}/g2d/usr/lib/*.so* ${D}${libdir} | ||
28 | cp -Pr ${S}/g2d/usr/include/* ${D}${includedir} | ||
26 | } | 29 | } |
27 | 30 | ||
28 | INSANE_SKIP:${PN} = "ldflags" | 31 | INSANE_SKIP:${PN} = "ldflags" |