From 8ffa79641f0d71edd58b28c605e44cd4ae2c3b29 Mon Sep 17 00:00:00 2001 From: Lei Maohui Date: Fri, 1 Sep 2023 09:20:21 +0800 Subject: ccs-tools: Fix do_package QA Issue. After usrmerge had been enabled, paxctl has the fowllowing error: ERROR: ccs-tools-1.8.9-r0 do_package: QA Issue: ccs-tools: Files/directories were installed but not shipped in any package: /sbin/ccs-init Signed-off-by: Lei Maohui Signed-off-by: Armin Kuster --- recipes-mac/ccs-tools/ccs-tools_1.8.9.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes-mac/ccs-tools/ccs-tools_1.8.9.bb b/recipes-mac/ccs-tools/ccs-tools_1.8.9.bb index ff800ce..8185e51 100644 --- a/recipes-mac/ccs-tools/ccs-tools_1.8.9.bb +++ b/recipes-mac/ccs-tools/ccs-tools_1.8.9.bb @@ -23,7 +23,7 @@ do_make(){ } do_install(){ - oe_runmake INSTALLDIR=${D} USRLIBDIR=${libdir} install + oe_runmake INSTALLDIR=${D} USRLIBDIR=${libdir} SBINDIR=${sbindir} install } PACKAGE="${PN} ${PN}-dbg ${PN}-doc" -- cgit v1.2.3-54-g00ecf