From d29933e051007977688195063054fdf3892fbd15 Mon Sep 17 00:00:00 2001 From: Jan Paesmans Date: Tue, 1 Jun 2010 23:59:09 +0000 Subject: 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 Signed-off-by: Denys Dmytriyenko --- recipes/grep/grep-native_2.5.1.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'recipes/grep') 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}" -- cgit 1.2.3-korg