From: Jackie Huang <[email protected]> debianutils-run-parts should have higher priority than busybox (which is 50), so set the priority to 60 for debianutils-run-parts.
Signed-off-by: Jackie Huang <[email protected]> --- meta/recipes-support/debianutils/debianutils_4.8.1.1.bb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/meta/recipes-support/debianutils/debianutils_4.8.1.1.bb b/meta/recipes-support/debianutils/debianutils_4.8.1.1.bb index 23f842102b5..d41bf98f895 100644 --- a/meta/recipes-support/debianutils/debianutils_4.8.1.1.bb +++ b/meta/recipes-support/debianutils/debianutils_4.8.1.1.bb @@ -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" -- 2.11.0 -- _______________________________________________ Openembedded-core mailing list [email protected] http://lists.openembedded.org/mailman/listinfo/openembedded-core
