aboutsummaryrefslogtreecommitdiffstats
path: root/meta-efl
diff options
context:
space:
mode:
authorPau Espin Pedrol <pespin.shar@gmail.com>2011-08-23 04:45:06 +0000
committerKoen Kooi <koen@dominion.thruhere.net>2011-09-16 13:56:29 +0200
commitf7f679a7c6f0e4df308e09af907b00f27fb0ad5d (patch)
treebb2446eaf7c6252d2eb78595382a9c19b4e3b4c3 /meta-efl
parentb41368b81008963453a3cdfddd43487897f42d44 (diff)
downloadmeta-openembedded-contrib-f7f679a7c6f0e4df308e09af907b00f27fb0ad5d.tar.gz
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@gmail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
Diffstat (limited to 'meta-efl')
-rw-r--r--meta-efl/recipes-efl/e17/enjoy_svn.bb2
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 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}"