From 380b38b1afac8d6de049fc4e16b88b956667d45c Mon Sep 17 00:00:00 2001 From: Eric BENARD Date: Fri, 14 May 2010 10:43:14 +0000 Subject: nano: add gettext dependency bitbake nano fails without this if gettext is not built Signed-off-by: Eric Benard Signed-off-by: Tom Rini --- recipes/nano/nano.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'recipes/nano/nano.inc') 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" -- cgit 1.2.3-korg