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 <leimaohui@fujitsu.com>
Signed-off-by: Armin Kuster <akuster808@gmail.com>
This commit is contained in:
Lei Maohui
2023-09-01 09:20:21 +08:00
committed by Armin Kuster
parent 830817cc14
commit 8ffa79641f

View File

@@ -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"