From 189229d0f822d62c6e4da19a367f754b0c9162af Mon Sep 17 00:00:00 2001 From: Tom Hochstein Date: Thu, 16 Apr 2020 18:57:42 -0500 Subject: 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 --- recipes-graphics/imx-gpu-apitrace/imx-gpu-apitrace_9.0.0.bb | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) (limited to 'recipes-graphics') 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" S = "${WORKDIR}/git" -inherit cmake lib_package pkgconfig perlnative python3native +inherit cmake pkgconfig perlnative python3native PACKAGECONFIG ??= "" PACKAGECONFIG_append = \ @@ -30,8 +30,12 @@ PACKAGECONFIG[x11] = "-DENABLE_X11=ON,-DENABLE_X11=OFF" PACKAGECONFIG[x11-egl] = "-Dwaffle_has_x11_egl=ON,-Dwaffle_has_x11_egl=OFF" PACKAGECONFIG[vivante] = "-DENABLE_VIVANTE=ON,-DENABLE_VIVANTE=OFF,virtual/libg2d" -FILES_${PN} = "${bindir} ${libdir}" -FILES_${PN}-dbg += "${libdir}/*/*/.debug" +SOLIBS = ".so" +FILES_SOLIBSDEV = "" +FILES_${PN} += " \ + ${libdir}/apitrace/scripts/* \ + ${libdir}/apitrace/wrappers/* \ +" PACKAGE_ARCH = "${MACHINE_SOCARCH}" COMPATIBLE_MACHINE = "(imxgpu)" -- cgit v1.2.3-54-g00ecf