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) | |
download | meta-openembedded-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/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 d3fea3288..90eb318fc 100644 --- a/meta-efl/recipes-efl/e17/enjoy_svn.bb +++ b/meta-efl/recipes-efl/e17/enjoy_svn.bb | |||
@@ -21,7 +21,7 @@ RDEPENDS += "\ | |||
21 | lightmediascanner-test \ | 21 | lightmediascanner-test \ |
22 | " | 22 | " |
23 | 23 | ||
24 | inherit e | 24 | inherit e gettext |
25 | SRC_URI = "${E_SVN}/trunk;module=${SRCNAME};proto=http;scmdata=keep" | 25 | SRC_URI = "${E_SVN}/trunk;module=${SRCNAME};proto=http;scmdata=keep" |
26 | S = "${WORKDIR}/${SRCNAME}" | 26 | S = "${WORKDIR}/${SRCNAME}" |
27 | 27 | ||