diff options
| author | Tom Hochstein <tom.hochstein@nxp.com> | 2020-09-08 10:55:12 -0700 |
|---|---|---|
| committer | Otavio Salvador <otavio@ossystems.com.br> | 2020-09-23 23:42:37 -0300 |
| commit | b0d43de899f3fc5434067e861b211b964e4700d2 (patch) | |
| tree | 32e59534eb919e10b10a72a506702b19bd9d9503 | |
| parent | 8061c44582584528201936a73f7bf99c137e1419 (diff) | |
| download | meta-freescale-b0d43de899f3fc5434067e861b211b964e4700d2.tar.gz | |
imx-gpu-viv: Extend cleanup code for versioned libraries
The do_install includes code for removing graphics backend-specific
libraries that are not for the selected graphics backend. Extend
this cleanup code to handle libraries with a version suffix.
Signed-off-by: Tom Hochstein <tom.hochstein@nxp.com>
| -rw-r--r-- | recipes-graphics/imx-gpu-viv/imx-gpu-viv-6.inc | 4 |
1 files changed, 2 insertions, 2 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 33f70c2ed..7ac339bf5 100644 --- a/recipes-graphics/imx-gpu-viv/imx-gpu-viv-6.inc +++ b/recipes-graphics/imx-gpu-viv/imx-gpu-viv-6.inc | |||
| @@ -257,8 +257,8 @@ do_install () { | |||
| 257 | fi | 257 | fi |
| 258 | 258 | ||
| 259 | for i in wl x11 fb dri; do | 259 | for i in wl x11 fb dri; do |
| 260 | find ${D}${libdir} -name "*-$i.so" -exec rm '{}' ';' | 260 | find ${D}${libdir} -name "*-$i.so*" -exec rm '{}' ';' |
| 261 | find ${D}${libdir} -name "*.$i.so" -exec rm '{}' ';' | 261 | find ${D}${libdir} -name "*.$i.so*" -exec rm '{}' ';' |
| 262 | done | 262 | done |
| 263 | 263 | ||
| 264 | # FIXME: MX6SL does not have 3D support; hack it for now | 264 | # FIXME: MX6SL does not have 3D support; hack it for now |
