diff options
| author | Tom Hochstein <tom.hochstein@nxp.com> | 2020-04-16 18:57:42 -0500 |
|---|---|---|
| committer | Otavio Salvador <otavio@ossystems.com.br> | 2020-04-24 09:27:46 -0300 |
| commit | 189229d0f822d62c6e4da19a367f754b0c9162af (patch) | |
| tree | 61aee2452ae250ffbdd8e959f97b90f4e5a2f20c | |
| parent | b56a86871bd75a547b9fd1ad9176306d838a5afc (diff) | |
| download | meta-freescale-189229d0f822d62c6e4da19a367f754b0c9162af.tar.gz | |
imx-gpu-apitrace: Don't package binaries separately
The libraries are not useful without the binaries, so putting them
in separate packages is wrong.
Signed-off-by: Tom Hochstein <tom.hochstein@nxp.com>
| -rw-r--r-- | recipes-graphics/imx-gpu-apitrace/imx-gpu-apitrace_9.0.0.bb | 10 |
1 files changed, 7 insertions, 3 deletions
diff --git a/recipes-graphics/imx-gpu-apitrace/imx-gpu-apitrace_9.0.0.bb b/recipes-graphics/imx-gpu-apitrace/imx-gpu-apitrace_9.0.0.bb index ae0249aef..a7b58a7c3 100644 --- a/recipes-graphics/imx-gpu-apitrace/imx-gpu-apitrace_9.0.0.bb +++ b/recipes-graphics/imx-gpu-apitrace/imx-gpu-apitrace_9.0.0.bb | |||
| @@ -9,7 +9,7 @@ SRCREV = "8636fa989d8e914a7986916b058878761a981a6f" | |||
| 9 | 9 | ||
| 10 | S = "${WORKDIR}/git" | 10 | S = "${WORKDIR}/git" |
| 11 | 11 | ||
| 12 | inherit cmake lib_package pkgconfig perlnative python3native | 12 | inherit cmake pkgconfig perlnative python3native |
| 13 | 13 | ||
| 14 | PACKAGECONFIG ??= "" | 14 | PACKAGECONFIG ??= "" |
| 15 | PACKAGECONFIG_append = \ | 15 | PACKAGECONFIG_append = \ |
| @@ -30,8 +30,12 @@ PACKAGECONFIG[x11] = "-DENABLE_X11=ON,-DENABLE_X11=OFF" | |||
| 30 | PACKAGECONFIG[x11-egl] = "-Dwaffle_has_x11_egl=ON,-Dwaffle_has_x11_egl=OFF" | 30 | PACKAGECONFIG[x11-egl] = "-Dwaffle_has_x11_egl=ON,-Dwaffle_has_x11_egl=OFF" |
| 31 | PACKAGECONFIG[vivante] = "-DENABLE_VIVANTE=ON,-DENABLE_VIVANTE=OFF,virtual/libg2d" | 31 | PACKAGECONFIG[vivante] = "-DENABLE_VIVANTE=ON,-DENABLE_VIVANTE=OFF,virtual/libg2d" |
| 32 | 32 | ||
| 33 | FILES_${PN} = "${bindir} ${libdir}" | 33 | SOLIBS = ".so" |
| 34 | FILES_${PN}-dbg += "${libdir}/*/*/.debug" | 34 | FILES_SOLIBSDEV = "" |
| 35 | FILES_${PN} += " \ | ||
| 36 | ${libdir}/apitrace/scripts/* \ | ||
| 37 | ${libdir}/apitrace/wrappers/* \ | ||
| 38 | " | ||
| 35 | 39 | ||
| 36 | PACKAGE_ARCH = "${MACHINE_SOCARCH}" | 40 | PACKAGE_ARCH = "${MACHINE_SOCARCH}" |
| 37 | COMPATIBLE_MACHINE = "(imxgpu)" | 41 | COMPATIBLE_MACHINE = "(imxgpu)" |
