From a1ef15a14388ab578f56afe646d4d2eaa47e1bbf Mon Sep 17 00:00:00 2001 From: Drew Moseley Date: Mon, 2 Jun 2014 16:22:59 -0400 Subject: [PATCH] external-sourcery-toolchain: Fix installation of lib/locale. Signed-off-by: Drew Moseley --- recipes/meta/external-sourcery-toolchain.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes/meta/external-sourcery-toolchain.bb b/recipes/meta/external-sourcery-toolchain.bb index b494f24..9d1d316 100644 --- a/recipes/meta/external-sourcery-toolchain.bb +++ b/recipes/meta/external-sourcery-toolchain.bb @@ -42,7 +42,7 @@ do_install() { cp -a $usr_path ${D}/usr/ fi done - if [ "${base_libdir}" != "lib" ]; then + if [ "${base_libdir}" != "/lib" ]; then if [ -d $sysroot/usr/lib/locale ]; then install -d ${D}/usr/lib cp -a $sysroot/usr/lib/locale ${D}/usr/lib/