[oe] [PATCH] add missing inherit on gettext

Jan Paesmans jan.paesmans at gmail.com
Wed Jun 2 09:59:09 UTC 2010


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




More information about the Openembedded-devel mailing list