From: Eric BENARD Date: Fri, 14 May 2010 10:43:14 +0000 (+0000) Subject: nano: add gettext dependency X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=380b38b1afac8d6de049fc4e16b88b956667d45c;p=openembedded.git nano: add gettext dependency bitbake nano fails without this if gettext is not built Signed-off-by: Eric Benard Signed-off-by: Tom Rini --- diff --git a/recipes/nano/nano.inc b/recipes/nano/nano.inc index 2aaaedc482..5b59b68b07 100644 --- a/recipes/nano/nano.inc +++ b/recipes/nano/nano.inc @@ -12,6 +12,6 @@ PV_MAJOR = "${@bb.data.getVar('PV',d,1).split('.')[0]}.${@bb.data.getVar('PV',d, SRC_URI = "http://www.nano-editor.org/dist/v${PV_MAJOR}/nano-${PV}.tar.gz" -inherit autotools +inherit autotools gettext EXTRA_OECONF = "--enable-all"