diff options
| author | Lei Maohui <leimaohui@fujitsu.com> | 2023-09-01 09:20:21 +0800 |
|---|---|---|
| committer | Armin Kuster <akuster808@gmail.com> | 2023-09-11 07:17:25 -0400 |
| commit | 8ffa79641f0d71edd58b28c605e44cd4ae2c3b29 (patch) | |
| tree | d2aa86a112de4a930be242f19be3d1787bb4945a | |
| parent | 830817cc145da0c73204f01bfea891c2271beada (diff) | |
| download | meta-security-8ffa79641f0d71edd58b28c605e44cd4ae2c3b29.tar.gz | |
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>
| -rw-r--r-- | recipes-mac/ccs-tools/ccs-tools_1.8.9.bb | 2 |
1 files changed, 1 insertions, 1 deletions
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(){ | |||
| 23 | } | 23 | } |
| 24 | 24 | ||
| 25 | do_install(){ | 25 | do_install(){ |
| 26 | oe_runmake INSTALLDIR=${D} USRLIBDIR=${libdir} install | 26 | oe_runmake INSTALLDIR=${D} USRLIBDIR=${libdir} SBINDIR=${sbindir} install |
| 27 | } | 27 | } |
| 28 | 28 | ||
| 29 | PACKAGE="${PN} ${PN}-dbg ${PN}-doc" | 29 | PACKAGE="${PN} ${PN}-dbg ${PN}-doc" |
