diff options
author | Andrei Gherzan <andrei@gherzan.ro> | 2012-06-11 18:05:12 +0300 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2012-06-15 15:12:41 +0100 |
commit | bc19f8bc9c7c52365d3e7cc26f43a08a62a8492b (patch) | |
tree | 3efeae5afb2cafd425ade6ea31e60e881eca54d7 | |
parent | 0affb563bc3d6871b3b96958788e64e6cbcede3c (diff) | |
download | poky-bc19f8bc9c7c52365d3e7cc26f43a08a62a8492b.tar.gz |
coreutils: Fix a typo in v6.9 (bracket not braket)
(From OE-Core rev: 66cc81d2a5f5c74e4a44e79521a791f402deeb26)
Signed-off-by: Andrei Gherzan <andrei@gherzan.ro>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r-- | meta/recipes-core/coreutils/coreutils_6.9.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-core/coreutils/coreutils_6.9.bb b/meta/recipes-core/coreutils/coreutils_6.9.bb index 6789b8c11d..5bfab163fb 100644 --- a/meta/recipes-core/coreutils/coreutils_6.9.bb +++ b/meta/recipes-core/coreutils/coreutils_6.9.bb | |||
@@ -65,7 +65,7 @@ inherit update-alternatives | |||
65 | 65 | ||
66 | ALTERNATIVE_PRIORITY = "100" | 66 | ALTERNATIVE_PRIORITY = "100" |
67 | 67 | ||
68 | ALTERNATIVE_${PN} = "lbraket ${bindir_progs} ${base_bindir_progs} ${sbindir_progs}" | 68 | ALTERNATIVE_${PN} = "lbracket ${bindir_progs} ${base_bindir_progs} ${sbindir_progs}" |
69 | 69 | ||
70 | ALTERNATIVE_PRIORITY[uptime] = "10" | 70 | ALTERNATIVE_PRIORITY[uptime] = "10" |
71 | ALTERNATIVE_PRIORITY[hostname] = "10" | 71 | ALTERNATIVE_PRIORITY[hostname] = "10" |