diff options
author | Martin Jansa <Martin.Jansa@gmail.com> | 2011-04-05 17:21:40 +0200 |
---|---|---|
committer | Koen Kooi <koen@dominion.thruhere.net> | 2011-04-06 09:31:49 +0200 |
commit | 2e257e8fe133aadb611e85282b7e292990151ce2 (patch) | |
tree | 6c15991cd7af3f2b86fe9c92e77d2414e3707b94 /meta-efl/recipes-efl/e17/ephoto_svn.bb | |
parent | e2599e70fd2e8e9d867864a2b4cd90b8d42b29c0 (diff) | |
download | meta-openembedded-2e257e8fe133aadb611e85282b7e292990151ce2.tar.gz |
ephoto: inherit gettext
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
Diffstat (limited to 'meta-efl/recipes-efl/e17/ephoto_svn.bb')
-rw-r--r-- | meta-efl/recipes-efl/e17/ephoto_svn.bb | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/meta-efl/recipes-efl/e17/ephoto_svn.bb b/meta-efl/recipes-efl/e17/ephoto_svn.bb index 787b11035..469439884 100644 --- a/meta-efl/recipes-efl/e17/ephoto_svn.bb +++ b/meta-efl/recipes-efl/e17/ephoto_svn.bb | |||
@@ -7,6 +7,8 @@ LIC_FILES_CHKSUM = "file://COPYING.icons;md5=d4e4f10748f3146a089aaa23c9ade59b" | |||
7 | 7 | ||
8 | require e-module.inc | 8 | require e-module.inc |
9 | 9 | ||
10 | inherit gettext | ||
11 | |||
10 | DEPENDS += "elementary ethumb ecore eio" | 12 | DEPENDS += "elementary ethumb ecore eio" |
11 | 13 | ||
12 | SRCNAME = "${PN}" | 14 | SRCNAME = "${PN}" |