aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/grep/grep-native_2.5.1.bb
diff options
context:
space:
mode:
authorJan Paesmans <jan.paesmans@gmail.com>2010-06-01 23:59:09 +0000
committerDenys Dmytriyenko <denis@denix.org>2010-06-03 12:58:54 -0400
commitd29933e051007977688195063054fdf3892fbd15 (patch)
tree2fc04f4ef2b15ec1bdc7fcaba3d6a9b314b3a2f2 /recipes/grep/grep-native_2.5.1.bb
parent83a9cf7018e90cd6a88dfb0b1e18a2110ebd1164 (diff)
downloadopenembedded-d29933e051007977688195063054fdf3892fbd15.tar.gz
grep-native: add missing inherit on gettext
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>
Diffstat (limited to 'recipes/grep/grep-native_2.5.1.bb')
-rw-r--r--recipes/grep/grep-native_2.5.1.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes/grep/grep-native_2.5.1.bb b/recipes/grep/grep-native_2.5.1.bb
index 51a9932d26..430936d43b 100644
--- 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}"