[OE-core] [PATCH] debianutils: set higher priority than busybox for run-parts
Huang, Jie (Jackie)
Jackie.Huang at windriver.com
Tue Jul 25 08:38:19 UTC 2017
I will rebase and send v2 since debianutils is already updated to 4.8.1.1
Thanks,
Jackie
> -----Original Message-----
> From: openembedded-core-bounces at lists.openembedded.org
> [mailto:openembedded-core-bounces at lists.openembedded.org] On Behalf Of
> jackie.huang at windriver.com
> Sent: Tuesday, July 25, 2017 16:06
> To: openembedded-core at lists.openembedded.org
> Subject: [OE-core] [PATCH] debianutils: set higher priority than busybox for run-
> parts
>
> From: Jackie Huang <jackie.huang at windriver.com>
>
> 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 <jackie.huang at windriver.com>
> ---
> meta/recipes-support/debianutils/debianutils_4.8.1.bb | 2 ++
> 1 file changed, 2 insertions(+)
>
> diff --git a/meta/recipes-support/debianutils/debianutils_4.8.1.bb
> b/meta/recipes-support/debianutils/debianutils_4.8.1.bb
> index 54c345ea25..0529a50983 100644
> --- a/meta/recipes-support/debianutils/debianutils_4.8.1.bb
> +++ b/meta/recipes-support/debianutils/debianutils_4.8.1.bb
> @@ -38,6 +38,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
> Openembedded-core at lists.openembedded.org
> http://lists.openembedded.org/mailman/listinfo/openembedded-core
More information about the Openembedded-core
mailing list