diff options
author | Robert Yang <liezhi.yang@windriver.com> | 2015-10-09 19:51:33 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2015-11-16 11:20:00 +0000 |
commit | 268cf5c0b813a9dd5fead6883099c4e8ad9f81c0 (patch) | |
tree | 816dcc2e706eb2832224d0a68d712c77caf3b523 /meta/recipes-support | |
parent | 1e9ac2c4970b2fc7f8ed939bce7cf0a5c7715ca3 (diff) | |
download | openembedded-core-268cf5c0b813a9dd5fead6883099c4e8ad9f81c0.tar.gz openembedded-core-268cf5c0b813a9dd5fead6883099c4e8ad9f81c0.tar.bz2 openembedded-core-268cf5c0b813a9dd5fead6883099c4e8ad9f81c0.zip |
debianutils: fix ALTERNATIVE_PRIORITY conflict with which
Signed-off-by: Ross Burton <ross.burton@intel.com>
Conflicts:
debianutils and which have the same priority 100 for which
Turn down debianutils' priority to fix the conflict, the larger set
of tools should use a lower priority.
[YOCTO #8477]
Signed-off-by: Robert Yang <liezhi.yang@windriver.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
Diffstat (limited to 'meta/recipes-support')
-rw-r--r-- | meta/recipes-support/debianutils/debianutils_4.5.1.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-support/debianutils/debianutils_4.5.1.bb b/meta/recipes-support/debianutils/debianutils_4.5.1.bb index 6b665fb2c3..77ab6da051 100644 --- a/meta/recipes-support/debianutils/debianutils_4.5.1.bb +++ b/meta/recipes-support/debianutils/debianutils_4.5.1.bb @@ -34,7 +34,7 @@ FILES_${PN}-run-parts = "${base_bindir}/run-parts.debianutils" RDEPENDS_${PN} += "${PN}-run-parts" -ALTERNATIVE_PRIORITY="100" +ALTERNATIVE_PRIORITY="30" ALTERNATIVE_${PN} = "add-shell installkernel remove-shell savelog tempfile which" ALTERNATIVE_${PN}-run-parts = "run-parts" |