diff options
author | Pau Espin Pedrol <pespin.shar@gmail.com> | 2011-08-23 04:45:06 +0000 |
---|---|---|
committer | Koen Kooi <koen@dominion.thruhere.net> | 2011-09-16 13:56:29 +0200 |
commit | f7f679a7c6f0e4df308e09af907b00f27fb0ad5d (patch) | |
tree | bb2446eaf7c6252d2eb78595382a9c19b4e3b4c3 /meta-efl/recipes-efl/e17/enjoy_svn.bb | |
parent | b41368b81008963453a3cdfddd43487897f42d44 (diff) |
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/recipes-efl/e17/enjoy_svn.bb')
-rw-r--r-- | 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}" |