[oe] [PATCH 1/2] sed: add gettext dependency

Eric Benard eric at eukrea.com
Sat May 15 09:23:33 UTC 2010


bitbake meta-toolchain with task-sdk-basae fails without this when
runned from scratch

Signed-off-by: Eric Benard <eric at eukrea.com>
---
 recipes/sed/sed_4.1.2.bb |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/recipes/sed/sed_4.1.2.bb b/recipes/sed/sed_4.1.2.bb
index 5cfa531..4838063 100644
--- a/recipes/sed/sed_4.1.2.bb
+++ b/recipes/sed/sed_4.1.2.bb
@@ -6,7 +6,7 @@ PR = "r1"
 SRC_URI = "${GNU_MIRROR}/sed/sed-${PV}.tar.gz"
 S = "${WORKDIR}/sed-${PV}"
 
-inherit autotools
+inherit autotools gettext
 
 do_install () {
 	autotools_do_install
-- 
1.6.3.3





More information about the Openembedded-devel mailing list