aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/shr
diff options
context:
space:
mode:
authorThomas Zimmermann <ml@vdm-design.de>2011-02-20 15:49:01 +0100
committerThomas Zimmermann <ml@vdm-design.de>2011-02-20 15:49:01 +0100
commit03410dc552ccded4aef2bf8dedac568fda2d0aab (patch)
tree8d2456cd82668bc94193de874eb1b616744752c5 /recipes/shr
parent8ae294d9e79a125322e3b5c50c9350e820fed39e (diff)
downloadopenembedded-03410dc552ccded4aef2bf8dedac568fda2d0aab.tar.gz
libphone-ui-shr: fix "Missing inherit gettext?"
Signed-off-by: Thomas Zimmermann <ml@vdm-design.de>
Diffstat (limited to 'recipes/shr')
-rw-r--r--recipes/shr/libphone-ui-shr_git.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes/shr/libphone-ui-shr_git.bb b/recipes/shr/libphone-ui-shr_git.bb
index beb9c84745..cfb08ffec1 100644
--- a/recipes/shr/libphone-ui-shr_git.bb
+++ b/recipes/shr/libphone-ui-shr_git.bb
@@ -9,7 +9,7 @@ PR = "r3"
SRC_URI = "git://git.shr-project.org/repo/libphone-ui-shr.git;protocol=http;branch=master"
S = "${WORKDIR}/git"
-inherit pkgconfig autotools autotools
+inherit pkgconfig autotools gettext
EXTRA_OECONF = "--with-edje-cc=${STAGING_BINDIR_NATIVE}/edje_cc"