nano: add gettext dependency
authorEric BENARD <eric@eukrea.com>
Fri, 14 May 2010 10:43:14 +0000 (10:43 +0000)
committerTom Rini <tom_rini@mentor.com>
Fri, 14 May 2010 20:57:24 +0000 (13:57 -0700)
bitbake nano fails without this if gettext is not built

Signed-off-by: Eric Benard <eric@eukrea.com>
Signed-off-by: Tom Rini <tom_rini@mentor.com>
recipes/nano/nano.inc

index 2aaaedc..5b59b68 100644 (file)
@@ -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"