summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2023-01-07 22:18:00 -0800
committergithub-actions[bot] <github-actions[bot]@users.noreply.github.com>2023-01-08 18:12:16 +0000
commit885f158174d605bacb07f8b756c3dfc7000a268c (patch)
tree31d77ce92b349eecabde1865fa0eda52a5961fdc
parent8b7f95879bb0cf04bf2b4d9c6967dbd4661f9d66 (diff)
downloadmeta-freescale-885f158174d605bacb07f8b756c3dfc7000a268c.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> (cherry picked from commit b24ea69e457571d1f924c8a801de456f9680b1ff)
-rw-r--r--recipes-bsp/imx-seco/imx-seco-libs_git.bb2
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"
21TARGET_CC_ARCH += "${LDFLAGS}" 21TARGET_CC_ARCH += "${LDFLAGS}"
22 22
23do_install () { 23do_install () {
24 oe_runmake DESTDIR=${D} install 24 oe_runmake DESTDIR=${D} BINDIR=${bindir} LIBDIR=${libdir} install
25} 25}
26 26
27COMPATIBLE_MACHINE = "(mx8qm-nxp-bsp|mx8qxp-nxp-bsp|mx8dxl-nxp-bsp|mx8dx-nxp-bsp)" 27COMPATIBLE_MACHINE = "(mx8qm-nxp-bsp|mx8qxp-nxp-bsp|mx8dxl-nxp-bsp|mx8dx-nxp-bsp)"