[oe] [PATCH] nano: add gettext dependency

Eric Benard eric at eukrea.com
Fri May 14 20:43:14 UTC 2010


bitbake nano fails without this if gettext is not built

Signed-off-by: Eric Benard <eric at eukrea.com>
---
 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 = "${@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"
-- 
1.6.3.3





More information about the Openembedded-devel mailing list