diff options
author | Eric BENARD <eric@eukrea.com> | 2010-05-14 10:43:14 +0000 |
---|---|---|
committer | Tom Rini <tom_rini@mentor.com> | 2010-05-14 13:57:24 -0700 |
commit | 380b38b1afac8d6de049fc4e16b88b956667d45c (patch) | |
tree | 5bbf84772681b725f72bc093a557b62b1935e3ed /recipes/nano | |
parent | eac38ab6958baef79a30a58b46f57d51ca2a802f (diff) |
nano: add gettext dependency
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>
Diffstat (limited to 'recipes/nano')
-rw-r--r-- | 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 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" |