[oe-commits] [openembedded-core] 04/12: debianutils: set higher priority than busybox for run-parts

git at git.openembedded.org git at git.openembedded.org
Thu Jul 27 22:00:51 UTC 2017


This is an automated email from the git hooks/post-receive script.

rpurdie pushed a commit to branch master-next
in repository openembedded-core.

commit 620733c6bdc73ff70931bdadf7a1ec16be8c0f5d
Author: Jackie Huang <jackie.huang at windriver.com>
AuthorDate: Tue Jul 25 16:38:55 2017 +0800

    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.
    
    Signed-off-by: Jackie Huang <jackie.huang at windriver.com>
    Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>
---
 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 23f8421..d41bf98 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"

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Openembedded-commits mailing list