aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/shr/libphone-ui-shr_git.bb
diff options
context:
space:
mode:
authorThomas Zimmermann <ml@vdm-design.de>2011-02-20 15:49:01 +0100
committerSteffen Sledz <sledz@dresearch.de>2011-02-25 08:48:45 +0100
commitf4de2012617d74cbe4da26dc0b34fec42813d73f (patch)
tree8d2456cd82668bc94193de874eb1b616744752c5 /recipes/shr/libphone-ui-shr_git.bb
parent640d9f874c5aca1d031032d0d3395f5fc1a8fc81 (diff)
downloadopenembedded-f4de2012617d74cbe4da26dc0b34fec42813d73f.tar.gz
libphone-ui-shr: fix "Missing inherit gettext?"
Signed-off-by: Thomas Zimmermann <ml@vdm-design.de>
Diffstat (limited to 'recipes/shr/libphone-ui-shr_git.bb')
-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"