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>
This commit is contained in:
Pau Espin Pedrol
2011-08-23 04:45:06 +00:00
committed by Koen Kooi
parent b41368b810
commit f7f679a7c6
+1 -1
View File
@@ -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}"