From: Jan Paesmans Date: Tue, 1 Jun 2010 23:59:09 +0000 (+0000) Subject: grep-native: add missing inherit on gettext X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d29933e051007977688195063054fdf3892fbd15;p=openembedded.git 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 --- 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}"