[oe-commits] Jan Paesmans : grep-native: add missing inherit on gettext

git version control git at git.openembedded.org
Thu Jun 3 16:59:23 UTC 2010


Module: openembedded.git
Branch: org.openembedded.dev
Commit: d29933e051007977688195063054fdf3892fbd15
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=d29933e051007977688195063054fdf3892fbd15

Author: Jan Paesmans <jan.paesmans at gmail.com>
Date:   Tue Jun  1 23:59:09 2010 +0000

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 at gmail.com>
Signed-off-by: Denys Dmytriyenko <denis at denix.org>

---

 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}"
 





More information about the Openembedded-commits mailing list