summaryrefslogtreecommitdiffstats
path: root/recipes-bsp
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2023-01-07 22:18:00 -0800
committerKhem Raj <raj.khem@gmail.com>2023-01-07 22:18:00 -0800
commitb24ea69e457571d1f924c8a801de456f9680b1ff (patch)
tree2da0911236fdb67e65deb46e599077b04eab867f /recipes-bsp
parent9d0f293b68e5d7bbfa925ecace5068e41855a4ac (diff)
downloadmeta-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>
Diffstat (limited to 'recipes-bsp')
-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)"