diff options
author | Jackie Huang <jackie.huang@windriver.com> | 2017-07-25 16:38:55 +0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2017-07-30 08:46:19 +0100 |
commit | a88d33f47f7abf6cff482c7eefabdf7e54fee80f (patch) | |
tree | b0f24ff49758650551749b63b341800fce3f3224 /meta/recipes-support/debianutils | |
parent | 1305b64ffe6e7b1ab543a25965c0e2e1501c63e9 (diff) | |
download | poky-a88d33f47f7abf6cff482c7eefabdf7e54fee80f.tar.gz |
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>
Diffstat (limited to 'meta/recipes-support/debianutils')
-rw-r--r-- | meta/recipes-support/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 23f842102b..d41bf98f89 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" | |||
37 | 37 | ||
38 | ALTERNATIVE_PRIORITY="30" | 38 | ALTERNATIVE_PRIORITY="30" |
39 | ALTERNATIVE_${PN} = "add-shell installkernel remove-shell savelog tempfile which" | 39 | ALTERNATIVE_${PN} = "add-shell installkernel remove-shell savelog tempfile which" |
40 | |||
41 | ALTERNATIVE_PRIORITY_${PN}-run-parts = "60" | ||
40 | ALTERNATIVE_${PN}-run-parts = "run-parts" | 42 | ALTERNATIVE_${PN}-run-parts = "run-parts" |
41 | 43 | ||
42 | ALTERNATIVE_${PN}-doc = "which.1" | 44 | ALTERNATIVE_${PN}-doc = "which.1" |