summaryrefslogtreecommitdiffstats
path: root/meta/recipes-support/debianutils
diff options
context:
space:
mode:
authorKonrad Weihmann <kweihmann@outlook.com>2020-06-02 22:44:11 +0200
committerRichard Purdie <richard.purdie@linuxfoundation.org>2020-06-04 13:27:31 +0100
commit473f8839e62ba668d8f141abc6c979a9527ffa80 (patch)
tree0f88fbd7e6ce49bfd9e225fe2b05a09c336323ee /meta/recipes-support/debianutils
parent57b49ced170e48df925b9993585655f417f55bca (diff)
downloadpoky-473f8839e62ba668d8f141abc6c979a9527ffa80.tar.gz
debianutils: whitespace fixes
Added whitespaces around equation-signs (From OE-Core rev: db9275d565bf1daa01825239909620751a6f0967) Signed-off-by: Konrad Weihmann <kweihmann@outlook.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.9.1.bb16
1 files changed, 8 insertions, 8 deletions
diff --git a/meta/recipes-support/debianutils/debianutils_4.9.1.bb b/meta/recipes-support/debianutils/debianutils_4.9.1.bb
index 904c52780f..768f28906f 100644
--- a/meta/recipes-support/debianutils/debianutils_4.9.1.bb
+++ b/meta/recipes-support/debianutils/debianutils_4.9.1.bb
@@ -35,7 +35,7 @@ FILES_${PN}-run-parts = "${base_bindir}/run-parts.debianutils"
35RDEPENDS_${PN} += "${PN}-run-parts" 35RDEPENDS_${PN} += "${PN}-run-parts"
36RDEPENDS_${PN}_class-native = "" 36RDEPENDS_${PN}_class-native = ""
37 37
38ALTERNATIVE_PRIORITY="30" 38ALTERNATIVE_PRIORITY = "30"
39ALTERNATIVE_${PN} = "add-shell installkernel remove-shell savelog tempfile which" 39ALTERNATIVE_${PN} = "add-shell installkernel remove-shell savelog tempfile which"
40 40
41ALTERNATIVE_PRIORITY_${PN}-run-parts = "60" 41ALTERNATIVE_PRIORITY_${PN}-run-parts = "60"
@@ -44,12 +44,12 @@ ALTERNATIVE_${PN}-run-parts = "run-parts"
44ALTERNATIVE_${PN}-doc = "which.1" 44ALTERNATIVE_${PN}-doc = "which.1"
45ALTERNATIVE_LINK_NAME[which.1] = "${mandir}/man1/which.1" 45ALTERNATIVE_LINK_NAME[which.1] = "${mandir}/man1/which.1"
46 46
47ALTERNATIVE_LINK_NAME[add-shell]="${sbindir}/add-shell" 47ALTERNATIVE_LINK_NAME[add-shell] = "${sbindir}/add-shell"
48ALTERNATIVE_LINK_NAME[installkernel]="${sbindir}/installkernel" 48ALTERNATIVE_LINK_NAME[installkernel] = "${sbindir}/installkernel"
49ALTERNATIVE_LINK_NAME[remove-shell]="${sbindir}/remove-shell" 49ALTERNATIVE_LINK_NAME[remove-shell] = "${sbindir}/remove-shell"
50ALTERNATIVE_LINK_NAME[run-parts]="${base_bindir}/run-parts" 50ALTERNATIVE_LINK_NAME[run-parts] = "${base_bindir}/run-parts"
51ALTERNATIVE_LINK_NAME[savelog]="${bindir}/savelog" 51ALTERNATIVE_LINK_NAME[savelog] = "${bindir}/savelog"
52ALTERNATIVE_LINK_NAME[tempfile]="${base_bindir}/tempfile" 52ALTERNATIVE_LINK_NAME[tempfile] = "${base_bindir}/tempfile"
53ALTERNATIVE_LINK_NAME[which]="${bindir}/which" 53ALTERNATIVE_LINK_NAME[which] = "${bindir}/which"
54 54
55BBCLASSEXTEND = "native" 55BBCLASSEXTEND = "native"