[oe-commits] Andrei Gherzan : coreutils: Fix a typo in v6.9 (bracket not braket)

git at git.openembedded.org git at git.openembedded.org
Fri Jun 15 14:12:50 UTC 2012


Module: openembedded-core.git
Branch: master
Commit: 66cc81d2a5f5c74e4a44e79521a791f402deeb26
URL:    http://git.openembedded.org/?p=openembedded-core.git&a=commit;h=66cc81d2a5f5c74e4a44e79521a791f402deeb26

Author: Andrei Gherzan <andrei at gherzan.ro>
Date:   Mon Jun 11 18:05:12 2012 +0300

coreutils: Fix a typo in v6.9 (bracket not braket)

Signed-off-by: Andrei Gherzan <andrei at gherzan.ro>

---

 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 6789b8c..5bfab16 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"





More information about the Openembedded-commits mailing list