bitbake nano fails without this if gettext is not built Signed-off-by: Eric Benard <[email protected]> --- recipes/nano/nano.inc | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/recipes/nano/nano.inc b/recipes/nano/nano.inc index 2aaaedc..5b59b68 100644 --- a/recipes/nano/nano.inc +++ b/recipes/nano/nano.inc @@ -12,6 +12,6 @@ PV_MAJOR = "[email protected]('PV',d,1).split('.')[0]}[email protected]('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" -- 1.6.3.3 _______________________________________________ Openembedded-devel mailing list [email protected] http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-devel
