mirror of
https://git.yoctoproject.org/poky
synced 2026-04-04 05:02:21 +02:00
debianutils: set higher priority than busybox for run-parts
debianutils-run-parts should have higher priority than busybox (which is 50), so set the priority to 60 for debianutils-run-parts. (From OE-Core rev: 56f6fc7d6de0a46046ea2abcc392b1da88e398ec) Signed-off-by: Jackie Huang <jackie.huang@windriver.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
1305b64ffe
commit
a88d33f47f
@@ -37,6 +37,8 @@ RDEPENDS_${PN} += "${PN}-run-parts"
|
||||
|
||||
ALTERNATIVE_PRIORITY="30"
|
||||
ALTERNATIVE_${PN} = "add-shell installkernel remove-shell savelog tempfile which"
|
||||
|
||||
ALTERNATIVE_PRIORITY_${PN}-run-parts = "60"
|
||||
ALTERNATIVE_${PN}-run-parts = "run-parts"
|
||||
|
||||
ALTERNATIVE_${PN}-doc = "which.1"
|
||||
|
||||
Reference in New Issue
Block a user