From f7f679a7c6f0e4df308e09af907b00f27fb0ad5d Mon Sep 17 00:00:00 2001 From: Pau Espin Pedrol Date: Tue, 23 Aug 2011 04:45:06 +0000 Subject: [PATCH] enjoy: Add inherit gettext * Without this patch bitbake fails to build this recipe, and it says this line should be added to recipe Signed-off-by: Pau Espin Pedrol Signed-off-by: Martin Jansa Signed-off-by: Koen Kooi --- meta-efl/recipes-efl/e17/enjoy_svn.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta-efl/recipes-efl/e17/enjoy_svn.bb b/meta-efl/recipes-efl/e17/enjoy_svn.bb index d3fea32883..90eb318fc3 100644 --- a/meta-efl/recipes-efl/e17/enjoy_svn.bb +++ b/meta-efl/recipes-efl/e17/enjoy_svn.bb @@ -21,7 +21,7 @@ RDEPENDS += "\ lightmediascanner-test \ " -inherit e +inherit e gettext SRC_URI = "${E_SVN}/trunk;module=${SRCNAME};proto=http;scmdata=keep" S = "${WORKDIR}/${SRCNAME}"