diff mbox series

[meta-security] ccs-tools: Fix do_package QA Issue.

Message ID 20230901012021.45320-1-leimaohui@fujitsu.com
State New
Headers show
Series [meta-security] ccs-tools: Fix do_package QA Issue. | expand

Commit Message

Maohui Lei (Fujitsu) Sept. 1, 2023, 1:20 a.m. UTC
From: Lei Maohui <leimaohui@fujitsu.com>

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 <leimaohui@fujitsu.com>
---
 recipes-mac/ccs-tools/ccs-tools_1.8.9.bb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
diff mbox series

Patch

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"