From patchwork Sat Feb 9 17:35:52 2013 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: [1/1] eglibc: Add missing dependency of gettext-native Date: Sat, 09 Feb 2013 17:35:52 -0000 From: Andrei Gherzan X-Patchwork-Id: 44407 Message-Id: <1360431352-29452-1-git-send-email-andrei@gherzan.ro> To: openembedded-core@lists.openembedded.org /bin/bash: msgfmt: command not found | make[2]: *** [be.mo] Error 127 Signed-off-by: Andrei Gherzan --- meta/recipes-core/eglibc/eglibc_2.17.bb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/meta/recipes-core/eglibc/eglibc_2.17.bb b/meta/recipes-core/eglibc/eglibc_2.17.bb index fb49ac4..03e0ea4 100644 --- a/meta/recipes-core/eglibc/eglibc_2.17.bb +++ b/meta/recipes-core/eglibc/eglibc_2.17.bb @@ -1,8 +1,8 @@ require eglibc.inc -PR = "r3" +PR = "r4" -DEPENDS += "gperf-native kconfig-frontends-native" +DEPENDS += "gperf-native kconfig-frontends-native gettext-native" SRC_URI = "http://downloads.yoctoproject.org/releases/eglibc/eglibc-${PV}-svnr22064.tar.bz2 \ file://eglibc-svn-arm-lowlevellock-include-tls.patch \