[oe-commits] Eric BENARD : nano: add gettext dependency

git version control git at git.openembedded.org
Fri May 14 20:57:32 UTC 2010


Module: openembedded.git
Branch: org.openembedded.dev
Commit: 380b38b1afac8d6de049fc4e16b88b956667d45c
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=380b38b1afac8d6de049fc4e16b88b956667d45c

Author: Eric BENARD <eric at eukrea.com>
Date:   Fri May 14 10:43:14 2010 +0000

nano: add gettext dependency

bitbake nano fails without this if gettext is not built

Signed-off-by: Eric Benard <eric at eukrea.com>
Signed-off-by: Tom Rini <tom_rini at mentor.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"





More information about the Openembedded-commits mailing list