git.openpandora.org
/
openembedded.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
eac38ab
)
nano: add gettext dependency
author
Eric BENARD
<eric@eukrea.com>
Fri, 14 May 2010 10:43:14 +0000
(10:43 +0000)
committer
Tom 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
patch
|
blob
|
history
diff --git
a/recipes/nano/nano.inc
b/recipes/nano/nano.inc
index
2aaaedc
..
5b59b68
100644
(file)
--- 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"