summaryrefslogtreecommitdiff
path: root/recipes-fsl/packagegroups/packagegroup-fsl-gpu-libs.bb
blob: 603662db4fe2da99b333e79bcf7aa25f3f79656f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# Copyright (C) 2016 Toradex AG
# Released under the MIT license (see COPYING.MIT for the terms)

SUMMARY = "Deploys Vivante GPU libraries, even if no package RDEPENDS on them"

PACKAGE_ARCH = "${MACHINE_ARCH}"

inherit packagegroup

RDEPENDS:${PN} = " \
    libgal-imx \
    libegl-imx \
    libgl-imx \
    libgles-imx \
    libgles2-imx \
    libopenvg-imx \
    libvdk-imx \
"