From patchwork Thu Jun 14 19:27:07 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: [Consolidated, Pull, 03/17] coreutils: Fix a typo in v6.9 (bracket not braket) Date: Thu, 14 Jun 2012 19:27:07 -0000 From: Saul Wold X-Patchwork-Id: 29863 Message-Id: <73021f107d1e7f3c8f5263c9e46b94a12ea6503a.1339701375.git.sgw@linux.intel.com> To: openembedded-core@lists.openembedded.org From: Andrei Gherzan Signed-off-by: Andrei Gherzan --- 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"