gettext-native is a prerequisite for building grep-native. Inheriting also from gettext takes care of that requirement.
Signed-off-by: Jan Paesmans <[email protected]> --- recipes/grep/grep-native_2.5.1.bb | 2 +- 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 51a9932..430936d 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}" -- 1.7.0.4 _______________________________________________ Openembedded-devel mailing list [email protected] http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-devel
