ping > -----Original Message----- > From: [email protected] <[email protected]> On Behalf Of > leimaohui > Sent: Friday, September 1, 2023 9:20 AM > To: [email protected] > Cc: Lei, Maohui <[email protected]> > Subject: [yocto] [meta-security][PATCH] ccs-tools: Fix do_package QA Issue. > > From: Lei Maohui <[email protected]> > > 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 <[email protected]> > --- > 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" > -- > 2.34.1
-=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#60960): https://lists.yoctoproject.org/g/yocto/message/60960 Mute This Topic: https://lists.yoctoproject.org/mt/101086523/21656 Group Owner: [email protected] Unsubscribe: https://lists.yoctoproject.org/g/yocto/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
