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:
83a9cf7
)
grep-native: add missing inherit on gettext
author
Jan Paesmans
<jan.paesmans@gmail.com>
Tue, 1 Jun 2010 23:59:09 +0000
(23:59 +0000)
committer
Denys Dmytriyenko
<denis@denix.org>
Thu, 3 Jun 2010 16:58:54 +0000
(12:58 -0400)
gettext-native is a prerequisite for building grep-native.
Inheriting also from gettext takes care of that requirement.
Signed-off-by: Jan Paesmans <jan.paesmans@gmail.com>
Signed-off-by: Denys Dmytriyenko <denis@denix.org>
recipes/grep/grep-native_2.5.1.bb
patch
|
blob
|
history
diff --git
a/recipes/grep/grep-native_2.5.1.bb
b/recipes/grep/grep-native_2.5.1.bb
index
51a9932
..
430936d
100644
(file)
--- a/
recipes/grep/grep-native_2.5.1.bb
+++ b/
recipes/grep/grep-native_2.5.1.bb
@@
-1,5
+1,5
@@
require grep_${PV}.bb
-inherit native
+inherit native
gettext
S = "${WORKDIR}/grep-${PV}"