summaryrefslogtreecommitdiffstats
path: root/recipes-graphics/imx-gpu-apitrace
diff options
context:
space:
mode:
authorTom Hochstein <tom.hochstein@nxp.com>2020-04-16 18:57:42 -0500
committerOtavio Salvador <otavio@ossystems.com.br>2020-04-24 09:27:46 -0300
commit189229d0f822d62c6e4da19a367f754b0c9162af (patch)
tree61aee2452ae250ffbdd8e959f97b90f4e5a2f20c /recipes-graphics/imx-gpu-apitrace
parentb56a86871bd75a547b9fd1ad9176306d838a5afc (diff)
downloadmeta-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>
Diffstat (limited to 'recipes-graphics/imx-gpu-apitrace')
-rw-r--r--recipes-graphics/imx-gpu-apitrace/imx-gpu-apitrace_9.0.0.bb10
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 ae0249ae..a7b58a7c 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
10S = "${WORKDIR}/git" 10S = "${WORKDIR}/git"
11 11
12inherit cmake lib_package pkgconfig perlnative python3native 12inherit cmake pkgconfig perlnative python3native
13 13
14PACKAGECONFIG ??= "" 14PACKAGECONFIG ??= ""
15PACKAGECONFIG_append = \ 15PACKAGECONFIG_append = \
@@ -30,8 +30,12 @@ PACKAGECONFIG[x11] = "-DENABLE_X11=ON,-DENABLE_X11=OFF"
30PACKAGECONFIG[x11-egl] = "-Dwaffle_has_x11_egl=ON,-Dwaffle_has_x11_egl=OFF" 30PACKAGECONFIG[x11-egl] = "-Dwaffle_has_x11_egl=ON,-Dwaffle_has_x11_egl=OFF"
31PACKAGECONFIG[vivante] = "-DENABLE_VIVANTE=ON,-DENABLE_VIVANTE=OFF,virtual/libg2d" 31PACKAGECONFIG[vivante] = "-DENABLE_VIVANTE=ON,-DENABLE_VIVANTE=OFF,virtual/libg2d"
32 32
33FILES_${PN} = "${bindir} ${libdir}" 33SOLIBS = ".so"
34FILES_${PN}-dbg += "${libdir}/*/*/.debug" 34FILES_SOLIBSDEV = ""
35FILES_${PN} += " \
36 ${libdir}/apitrace/scripts/* \
37 ${libdir}/apitrace/wrappers/* \
38"
35 39
36PACKAGE_ARCH = "${MACHINE_SOCARCH}" 40PACKAGE_ARCH = "${MACHINE_SOCARCH}"
37COMPATIBLE_MACHINE = "(imxgpu)" 41COMPATIBLE_MACHINE = "(imxgpu)"