]> code.ossystems Code Review - meta-freescale.git/commitdiff
imx-gpu-apitrace: Don't package binaries separately
authorTom Hochstein <tom.hochstein@nxp.com>
Thu, 16 Apr 2020 23:57:42 +0000 (18:57 -0500)
committerOtavio Salvador <otavio@ossystems.com.br>
Fri, 24 Apr 2020 12:27:46 +0000 (09:27 -0300)
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>
recipes-graphics/imx-gpu-apitrace/imx-gpu-apitrace_9.0.0.bb

index ae0249aef3cb6e05e879275bd77ef91e7002d447..a7b58a7c34833e91747eb6dfa2b06a9e6ccb5567 100644 (file)
@@ -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)"