[oe-commits] Pau Espin Pedrol : enjoy: Add inherit gettext

git version control git at git.openembedded.org
Fri Sep 16 11:56:56 UTC 2011


Module: meta-openembedded.git
Branch: master
Commit: f7f679a7c6f0e4df308e09af907b00f27fb0ad5d
URL:    http://git.openembedded.org/?p=meta-openembedded.git&a=commit;h=f7f679a7c6f0e4df308e09af907b00f27fb0ad5d

Author: Pau Espin Pedrol <pespin.shar at gmail.com>
Date:   Tue Aug 23 04:45:06 2011 +0000

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 <pespin.shar at gmail.com>
Signed-off-by: Martin Jansa <Martin.Jansa at gmail.com>
Signed-off-by: Koen Kooi <koen at dominion.thruhere.net>

---

 meta-efl/recipes-efl/e17/enjoy_svn.bb |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/meta-efl/recipes-efl/e17/enjoy_svn.bb b/meta-efl/recipes-efl/e17/enjoy_svn.bb
index d3fea32..90eb318 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}"
 





More information about the Openembedded-commits mailing list