summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta/recipes-extended/which/which_2.21.bb3
-rw-r--r--meta/recipes-support/debianutils/debianutils_4.8.1.bb3
2 files changed, 6 insertions, 0 deletions
diff --git a/meta/recipes-extended/which/which_2.21.bb b/meta/recipes-extended/which/which_2.21.bb
index a7687f6fe4..fac0fd3944 100644
--- a/meta/recipes-extended/which/which_2.21.bb
+++ b/meta/recipes-extended/which/which_2.21.bb
@@ -30,3 +30,6 @@ do_configure_prepend() {
30 30
31ALTERNATIVE_${PN} = "which" 31ALTERNATIVE_${PN} = "which"
32ALTERNATIVE_PRIORITY = "100" 32ALTERNATIVE_PRIORITY = "100"
33
34ALTERNATIVE_${PN}-doc = "which.1"
35ALTERNATIVE_LINK_NAME[which.1] = "${mandir}/man1/which.1"
diff --git a/meta/recipes-support/debianutils/debianutils_4.8.1.bb b/meta/recipes-support/debianutils/debianutils_4.8.1.bb
index 54c74e097c..54c345ea25 100644
--- a/meta/recipes-support/debianutils/debianutils_4.8.1.bb
+++ b/meta/recipes-support/debianutils/debianutils_4.8.1.bb
@@ -40,6 +40,9 @@ ALTERNATIVE_PRIORITY="30"
40ALTERNATIVE_${PN} = "add-shell installkernel remove-shell savelog tempfile which" 40ALTERNATIVE_${PN} = "add-shell installkernel remove-shell savelog tempfile which"
41ALTERNATIVE_${PN}-run-parts = "run-parts" 41ALTERNATIVE_${PN}-run-parts = "run-parts"
42 42
43ALTERNATIVE_${PN}-doc = "which.1"
44ALTERNATIVE_LINK_NAME[which.1] = "${mandir}/man1/which.1"
45
43ALTERNATIVE_LINK_NAME[add-shell]="${sbindir}/add-shell" 46ALTERNATIVE_LINK_NAME[add-shell]="${sbindir}/add-shell"
44ALTERNATIVE_LINK_NAME[installkernel]="${sbindir}/installkernel" 47ALTERNATIVE_LINK_NAME[installkernel]="${sbindir}/installkernel"
45ALTERNATIVE_LINK_NAME[remove-shell]="${sbindir}/remove-shell" 48ALTERNATIVE_LINK_NAME[remove-shell]="${sbindir}/remove-shell"