diff options
| author | Tom Hochstein <tom.hochstein@nxp.com> | 2021-08-10 16:15:15 -0500 |
|---|---|---|
| committer | Tom Hochstein <tom.hochstein@nxp.com> | 2021-08-18 15:13:36 -0500 |
| commit | 012d7cfd49b451f941678044a2e56142b7ffd4dd (patch) | |
| tree | 8a194147b581272d32f260c51797255bfc08f97a | |
| parent | c7c43c07dd38931fe92b33245b296aa464134713 (diff) | |
| download | meta-freescale-012d7cfd49b451f941678044a2e56142b7ffd4dd.tar.gz | |
imx-gpu-viv: Drop empty Wayland packages
The functionality of libwayland-viv-imx and libgc-wayland-protocol-imx
was moved to libegl-imx some time ago, so drop the empty packages.
Signed-off-by: Tom Hochstein <tom.hochstein@nxp.com>
| -rw-r--r-- | recipes-graphics/imx-gpu-viv/imx-gpu-viv-6.inc | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/recipes-graphics/imx-gpu-viv/imx-gpu-viv-6.inc b/recipes-graphics/imx-gpu-viv/imx-gpu-viv-6.inc index d392cd5b8..6ca0d49d5 100644 --- a/recipes-graphics/imx-gpu-viv/imx-gpu-viv-6.inc +++ b/recipes-graphics/imx-gpu-viv/imx-gpu-viv-6.inc | |||
| @@ -84,8 +84,6 @@ PACKAGES =+ "libclc-imx libclc-imx-dev \ | |||
| 84 | libvivante-dri-imx \ | 84 | libvivante-dri-imx \ |
| 85 | libvsc-imx \ | 85 | libvsc-imx \ |
| 86 | ${IMX_PACKAGES_GBM} \ | 86 | ${IMX_PACKAGES_GBM} \ |
| 87 | libwayland-viv-imx libwayland-viv-imx-dev \ | ||
| 88 | libgc-wayland-protocol-imx libgc-wayland-protocol-imx-dev \ | ||
| 89 | imx-gpu-viv-tools \ | 87 | imx-gpu-viv-tools \ |
| 90 | imx-gpu-viv-demos \ | 88 | imx-gpu-viv-demos \ |
| 91 | libvulkan-imx libvulkan-imx-dev \ | 89 | libvulkan-imx libvulkan-imx-dev \ |
| @@ -241,12 +239,6 @@ do_install () { | |||
| 241 | rm -f ${D}${includedir}/GLES3/${header} | 239 | rm -f ${D}${includedir}/GLES3/${header} |
| 242 | done | 240 | done |
| 243 | 241 | ||
| 244 | # skip packaging wayland libraries if no support is requested | ||
| 245 | if [ "${USE_WL}" = "no" ]; then | ||
| 246 | find ${D}${libdir} -name "libgc_wayland_protocol.*" -exec rm '{}' ';' | ||
| 247 | find ${D}${libdir} -name "libwayland-viv.*" -exec rm '{}' ';' | ||
| 248 | fi | ||
| 249 | |||
| 250 | # FIXME: MX6SL does not have 3D support; hack it for now | 242 | # FIXME: MX6SL does not have 3D support; hack it for now |
| 251 | if [ "${IS_MX6SL}" = "1" ]; then | 243 | if [ "${IS_MX6SL}" = "1" ]; then |
| 252 | rm -rf ${D}${libdir}/libCLC* ${D}${includedir}/CL \ | 244 | rm -rf ${D}${libdir}/libCLC* ${D}${includedir}/CL \ |
| @@ -350,15 +342,6 @@ FILES:libvdk-imx-dev = "${includedir}/*vdk*.h ${libdir}/libVDK${SOLIBSDEV}" | |||
| 350 | FILES:libvivante-dri-imx = "${libdir}/dri/vivante_dri.so" | 342 | FILES:libvivante-dri-imx = "${libdir}/dri/vivante_dri.so" |
| 351 | RDEPENDS:libvivante-dri-imx = "libdrm" | 343 | RDEPENDS:libvivante-dri-imx = "libdrm" |
| 352 | 344 | ||
| 353 | INSANE_SKIP:libwayland-viv-imx += "dev-so" | ||
| 354 | FILES:libwayland-viv-imx = "${libdir}/libwayland-viv${REALSOLIBS} ${libdir}/libwayland-viv${SOLIBS}" | ||
| 355 | FILES:libwayland-viv-imx-dev = "${includedir}/wayland-viv ${libdir})/libwayland-viv${SOLIBSDEV} ${libdir}/pkgconfig/wayland-viv.pc" | ||
| 356 | RPROVIDES:libwayland-viv-imx += "${@bb.utils.contains('DISTRO_FEATURES', 'wayland', 'xf86-video-imx-vivante', '', d)}" | ||
| 357 | |||
| 358 | INSANE_SKIP:libgc-wayland-protocol-imx += "dev-so" | ||
| 359 | FILES:libgc-wayland-protocol-imx = "${libdir}/libgc_wayland_protocol${REALSOLIBS} ${libdir}/libgc_wayland_protocol${SOLIBS}" | ||
| 360 | FILES:libgc-wayland-protocol-imx-dev = "${libdir}/libgc_wayland_protocol${SOLIBSDEV} ${libdir}/pkgconfig/gc_wayland_protocol.pc" | ||
| 361 | |||
| 362 | FILES:imx-gpu-viv-tools = "${bindir}/gmem_info" | 345 | FILES:imx-gpu-viv-tools = "${bindir}/gmem_info" |
| 363 | 346 | ||
| 364 | FILES:imx-gpu-viv-demos = "/opt" | 347 | FILES:imx-gpu-viv-demos = "/opt" |
