diff options
| author | Tom Hochstein <tom.hochstein@nxp.com> | 2022-02-21 13:04:46 -0600 | 
|---|---|---|
| committer | Tom Hochstein <tom.hochstein@nxp.com> | 2022-02-24 13:32:53 -0600 | 
| commit | f816e66fe29382d0f966740d616b32622bdcb69b (patch) | |
| tree | 2cedcea9a94bdbad223b7fa883c0fd069d8bbc08 | |
| parent | 9d374c6460a3f7b6286f795fc47ec578d2b68912 (diff) | |
| download | meta-freescale-f816e66fe29382d0f966740d616b32622bdcb69b.tar.gz | |
optee-client: Fix incorrect packaging logic
- The logic for the tee-supplicant package doesn't work and the package
ends up empty. In fact, tee-supplicant belongs in the main package anyway.
- The main package already contains ${libdir}, so drop the redundant
assignment.
- The headers belong in the -dev package, so drop them from the main.
- Drop the un-necessary INSANE_SKIP settings.
Signed-off-by: Tom Hochstein <tom.hochstein@nxp.com>
| -rw-r--r-- | recipes-security/optee-imx/optee-client_3.15.0.imx.bb | 8 | 
1 files changed, 0 insertions, 8 deletions
| diff --git a/recipes-security/optee-imx/optee-client_3.15.0.imx.bb b/recipes-security/optee-imx/optee-client_3.15.0.imx.bb index 68c73727e..6e8f1e541 100644 --- a/recipes-security/optee-imx/optee-client_3.15.0.imx.bb +++ b/recipes-security/optee-imx/optee-client_3.15.0.imx.bb | |||
| @@ -47,12 +47,4 @@ do_install () { | |||
| 47 | install -D -p -m0644 ${WORKDIR}/tee-supplicant.service ${D}${systemd_system_unitdir}/tee-supplicant.service | 47 | install -D -p -m0644 ${WORKDIR}/tee-supplicant.service ${D}${systemd_system_unitdir}/tee-supplicant.service | 
| 48 | } | 48 | } | 
| 49 | 49 | ||
| 50 | PACKAGES += "tee-supplicant" | ||
| 51 | FILES:${PN} += "${libdir}/* ${includedir}/*" | ||
| 52 | FILES:tee-supplicant += "${bindir}/tee-supplicant" | ||
| 53 | |||
| 54 | INSANE_SKIP:${PN} = "ldflags dev-elf" | ||
| 55 | INSANE_SKIP:${PN}-dev = "ldflags dev-elf" | ||
| 56 | INSANE_SKIP:tee-supplicant = "ldflags" | ||
| 57 | |||
| 58 | COMPATIBLE_MACHINE = "(imx-nxp-bsp)" | 50 | COMPATIBLE_MACHINE = "(imx-nxp-bsp)" | 
