[gnome-continuous-yocto/gnomeostree-3.28-rocko: 7011/8267] debianutils: set higher priority than busybox for run-parts



commit a88d33f47f7abf6cff482c7eefabdf7e54fee80f
Author: Jackie Huang <jackie huang windriver com>
Date:   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.
    
    (From OE-Core rev: 56f6fc7d6de0a46046ea2abcc392b1da88e398ec)
    
    Signed-off-by: Jackie Huang <jackie huang windriver com>
    Signed-off-by: Richard Purdie <richard purdie linuxfoundation org>

 .../debianutils/debianutils_4.8.1.1.bb             |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)
---
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"


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]