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:08:54 +0100 |
commit | 66cc81d2a5f5c74e4a44e79521a791f402deeb26 (patch) | |
tree | ca64c43aa3f8aa14b3fd1e70b05278a7df7092d0 /meta | |
parent | 1ae74c5b1485ac438b8f83b2a7d162ef63b089d2 (diff) | |
download | openembedded-core-66cc81d2a5f5c74e4a44e79521a791f402deeb26.tar.gz openembedded-core-66cc81d2a5f5c74e4a44e79521a791f402deeb26.tar.bz2 openembedded-core-66cc81d2a5f5c74e4a44e79521a791f402deeb26.zip |
coreutils: Fix a typo in v6.9 (bracket not braket)
Signed-off-by: Andrei Gherzan <andrei@gherzan.ro>
Diffstat (limited to 'meta')
-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 ALTERNATIVE_PRIORITY = "100" -ALTERNATIVE_${PN} = "lbraket ${bindir_progs} ${base_bindir_progs} ${sbindir_progs}" +ALTERNATIVE_${PN} = "lbracket ${bindir_progs} ${base_bindir_progs} ${sbindir_progs}" ALTERNATIVE_PRIORITY[uptime] = "10" ALTERNATIVE_PRIORITY[hostname] = "10" |