diff options
author | Khem Raj <raj.khem@gmail.com> | 2023-01-07 22:18:00 -0800 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2023-01-07 22:18:00 -0800 |
commit | b24ea69e457571d1f924c8a801de456f9680b1ff (patch) | |
tree | 2da0911236fdb67e65deb46e599077b04eab867f | |
parent | 9d0f293b68e5d7bbfa925ecace5068e41855a4ac (diff) | |
download | meta-freescale-b24ea69e457571d1f924c8a801de456f9680b1ff.tar.gz |
imx-seco-libs: Fix installs with usrmerge distro feature
Fixes QA errors like
ERROR: imx-seco-libs-git-r0 do_package: QA Issue: imx-seco-libs: Files/directories were installed but not shipped in any package:
/usr/usr
/usr/usr/lib
/usr/usr/lib/hsm_lib.a
/usr/usr/lib/she_lib.a
/usr/usr/lib/seco_nvm_manager.a
Signed-off-by: Khem Raj <raj.khem@gmail.com>
-rw-r--r-- | recipes-bsp/imx-seco/imx-seco-libs_git.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-bsp/imx-seco/imx-seco-libs_git.bb b/recipes-bsp/imx-seco/imx-seco-libs_git.bb index 9b250975..3d38a268 100644 --- a/recipes-bsp/imx-seco/imx-seco-libs_git.bb +++ b/recipes-bsp/imx-seco/imx-seco-libs_git.bb | |||
@@ -21,7 +21,7 @@ S = "${WORKDIR}/git" | |||
21 | TARGET_CC_ARCH += "${LDFLAGS}" | 21 | TARGET_CC_ARCH += "${LDFLAGS}" |
22 | 22 | ||
23 | do_install () { | 23 | do_install () { |
24 | oe_runmake DESTDIR=${D} install | 24 | oe_runmake DESTDIR=${D} BINDIR=${bindir} LIBDIR=${libdir} install |
25 | } | 25 | } |
26 | 26 | ||
27 | COMPATIBLE_MACHINE = "(mx8qm-nxp-bsp|mx8qxp-nxp-bsp|mx8dxl-nxp-bsp|mx8dx-nxp-bsp)" | 27 | COMPATIBLE_MACHINE = "(mx8qm-nxp-bsp|mx8qxp-nxp-bsp|mx8dxl-nxp-bsp|mx8dx-nxp-bsp)" |