From: Robert Yang Date: Sat, 10 Oct 2015 02:51:33 +0000 (-0700) Subject: debianutils: fix ALTERNATIVE_PRIORITY conflict with which X-Git-Tag: 2016-4~2390 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=268cf5c0b813a9dd5fead6883099c4e8ad9f81c0;p=openembedded-core.git debianutils: fix ALTERNATIVE_PRIORITY conflict with which Signed-off-by: Ross Burton 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 Signed-off-by: Ross Burton --- 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"